Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

XR SHOW CONTROLLERS: Bug Fix #349

Merged
merged 1 commit into from
Jan 26, 2019
Merged

XR SHOW CONTROLLERS: Bug Fix #349

merged 1 commit into from
Jan 26, 2019

Commits on Jan 26, 2019

  1. XR SHOW CONTROLLERS: Bug Fix

    Current template did not work for TenGig Interface data
    
    BREAKING CHANGES:
      - Change threshold settings to `Filldown` instead of recording
        * `TX_ALARM_HIGH`
        * `TX_WARN_HIGH`
        * `TX_WARN_LOW`
        * `TX_ALARM_LOW`
        * `RX_ALARM_HIGH`
        * `RX_WARN_HIGH`
        * `RX_WARN_LOW`
        * `RX_ALARM_LOW`
    
    GENERAL UPDATES:
      - CHANGE `TX_VALUE` and `RX_VALUE` to capture everything between parenthesis
        * Values at the extremes have extra characters not previously accounted for
      - Create regex matches for TenGig raw data
      - Remove `EOF` and clear all filldown data to prevent extra `Record`
    
    TEST FILES:
      - Added raw and parsed files for TenGig interfaces
      - Updated existing parsed file to filldown threshold values, which decreases `Record` counts
    jmcgill298 committed Jan 26, 2019
    Configuration menu
    Copy the full SHA
    7639f66 View commit details
    Browse the repository at this point in the history