mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* Expanded EndRun OS Support * Added forgotten test data * Fixed Travis' spacing complaints * Fixed typo * Fixed typo 2 * Fixed spacing,again * Split up test data * Fixed testing data * Fixed discovery code blunder * Fixed yaml definitions * Fixed broken discovery * Updated discovery definitions
23 lines
551 B
YAML
23 lines
551 B
YAML
os: endrun
|
|
type: appliance
|
|
group: unix
|
|
mib_dir:
|
|
- endrun
|
|
text: 'EndRun'
|
|
over:
|
|
- { graph: device_processor, text: 'Processor Usage' }
|
|
- { graph: device_mempool, text: 'Memory Usage' }
|
|
- { graph: device_storage, text: 'Storage Usage' }
|
|
discovery:
|
|
-
|
|
sysObjectID: .1.3.6.1.4.1.8072.3.2.10
|
|
snmpget:
|
|
oid: .1.3.6.1.4.1.13827.5.0.11.0
|
|
op: 'contains'
|
|
value: 'Tempus LX CDMA'
|
|
-
|
|
snmpget:
|
|
oid: .1.3.6.1.4.1.13827.12.1.16.0
|
|
op: 'contains'
|
|
value: 'Sonoma_D12'
|