mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
88b40c3d6c
* All os detection now uses Yaml Move OS detection code into the Core module. Defer all OS with snmp queries. Add snmpwalk option. Port ubnt and mobileiron to yaml. * Silly ide refactor
22 lines
536 B
YAML
22 lines
536 B
YAML
os: mobileiron
|
|
type: appliance
|
|
group: unix
|
|
text: MobileIron
|
|
ifXmcbc: true
|
|
ifname: true
|
|
mib_dir: supermicro
|
|
- dell
|
|
over:
|
|
- { graph: device_processor, text: 'Processor Usage' }
|
|
- { graph: device_ucd_memory, text: 'Memory Usage' }
|
|
- { graph: device_storage, text: 'Storage Usage' }
|
|
processor_stacked: true
|
|
discovery:
|
|
-
|
|
sysDescr: Linux
|
|
sysObjectID: .1.3.6.1.4.1.8072.3.2.10
|
|
snmpwalk:
|
|
oid: HOST-RESOURCES-MIB::hrSWInstalledName
|
|
op: 'contains'
|
|
value: mobileiron
|