mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* 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
21 lines
514 B
YAML
21 lines
514 B
YAML
os: rutos-2xx
|
|
type: network
|
|
text: "Teltonika RutOS"
|
|
icon: teltonika
|
|
ifXmcbc: true
|
|
ifname: true
|
|
mib_dir: teltonika
|
|
over:
|
|
- { graph: device_processor, text: "Processor Usage" }
|
|
- { graph: device_ucd_memory, text: "Memory Usage" }
|
|
- { graph: device_signal, text: 'Mobile Signal' }
|
|
processor_stacked: true
|
|
discovery:
|
|
-
|
|
sysObjectID: .1.3.6.1.4.1.8072.3.2.10
|
|
sysDescr: Teltonika
|
|
snmpget:
|
|
oid: .1.3.6.1.4.1.48690.2.14.0
|
|
op: starts
|
|
value: RUT2XX
|