mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* Added basic EndRun support * Fixed spaces as indicated by Travis * Changes applied as per request and suggestions Incorporated @murrant's suggestions. * Update Endrun.php * Update endrun.json Co-authored-by: Tony Murray <[email protected]>
18 lines
431 B
YAML
18 lines
431 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'
|