mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* Added SAF Integra-X support. * Fixed discovery confusion between Integra-B and Integra-X. * Removed a missed unusued use statement. * Fixed CPU sensor issues related to MIB display hints throwing off math. * Fix to Integra-X snmprec and test data.
16 lines
376 B
YAML
16 lines
376 B
YAML
os: saf-integra-x
|
|
text: 'SAF Integra X'
|
|
type: wireless
|
|
icon: saf
|
|
group: saf
|
|
over:
|
|
- { graph: device_bits, text: 'Device Traffic' }
|
|
- { graph: device_processor, text: 'CPU Usage' }
|
|
- { graph: device_mempool, text: 'Memory Usage' }
|
|
discovery:
|
|
-
|
|
sysObjectID:
|
|
- .1.3.6.1.4.1.7571.100.1.1.7.10
|
|
sysDescr:
|
|
- 'Prod: Integra-X;'
|