mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Require it explicitly. Makes it easier to understand and matches the style of other values Questionable YAML changes (either broken before or now broken): secureplatform: haStatCode ptp600: receiveModulationMode DO NOT DELETE THIS TEXT #### Please note > Please read this information carefully. You can run `./scripts/pre-commit.php` to check your code before submitting. - [x] Have you followed our [code guidelines?](http://docs.librenms.org/Developing/Code-Guidelines/) #### Testers If you would like to test this pull request then please run: `./scripts/github-apply <pr_id>`, i.e `./scripts/github-apply 5926` After you are done testing, you can remove the changes with `./scripts/github-remove`. If there are schema changes, you can ask on discord how to revert.
53 lines
2.3 KiB
YAML
53 lines
2.3 KiB
YAML
mib: STEELHEAD-MIB:RBT-MIB
|
|
modules:
|
|
processors:
|
|
data:
|
|
-
|
|
oid: cpuUtil1
|
|
num_oid: '.1.3.6.1.4.1.17163.1.1.5.1.4.{{ $index }}'
|
|
precision: 1
|
|
type: riverbed-cpu
|
|
|
|
sensors:
|
|
temperature:
|
|
data:
|
|
-
|
|
oid: systemTemperature
|
|
value: systemTemperature
|
|
num_oid: '.1.3.6.1.4.1.17163.1.1.2.9.{{ $index }}'
|
|
snmp_flags: '-OQUs'
|
|
index: 0
|
|
descr: 'System Temperature'
|
|
high_limit: 65
|
|
state:
|
|
data:
|
|
-
|
|
oid: systemHealth
|
|
value: systemHealth
|
|
num_oid: '.1.3.6.1.4.1.17163.1.1.2.7.{{ $index }}'
|
|
descr: 'System Health'
|
|
index: 0
|
|
state_name: systemHealth
|
|
states:
|
|
- { descr: healthy, graph: 1, value: 10000, generic: 0 }
|
|
- { descr: degraded, graph: 1, value: 30000, generic: 1 }
|
|
- { descr: admissionControl, graph: 1, value: 31000, generic: 1 }
|
|
- { descr: critical, graph: 1, value: 50000, generic: 2 }
|
|
-
|
|
oid: optServiceStatus
|
|
value: optServiceStatus
|
|
num_oid: '.1.3.6.1.4.1.17163.1.1.2.8.{{ $index }}'
|
|
descr: 'Optimization Service Status'
|
|
index: 0
|
|
state_name: optServiceStatus
|
|
states:
|
|
- { descr: none, graph: 1, value: 0, generic: 3 }
|
|
- { descr: unmanaged, graph: 1, value: 1, generic: 3 }
|
|
- { descr: running, graph: 1, value: 2, generic: 0 }
|
|
- { descr: sentCom1, graph: 1, value: 3, generic: 1 }
|
|
- { descr: sentTerm1, graph: 1, value: 4, generic: 1 }
|
|
- { descr: sentTerm2, graph: 1, value: 5, generic: 1 }
|
|
- { descr: sentTerm3, graph: 1, value: 6, generic: 1 }
|
|
- { descr: pending, graph: 1, value: 7, generic: 1 }
|
|
- { descr: stopped, graph: 1, value: 8, generic: 2 }
|