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
12 lines
227 B
YAML
12 lines
227 B
YAML
os: infinera-pon
|
|
text: 'Infinera PON'
|
|
type: network
|
|
icon: infinera
|
|
mib_dir: infinera
|
|
over:
|
|
- { graph: device_bits, text: 'Device Traffic' }
|
|
discovery:
|
|
-
|
|
sysObjectID_regex:
|
|
- '/^.1.3.6.1.4.1.42229$/'
|