mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
yaml os discovery now respects the os mib_dir definition mib_dir now only allows strings, not arrays changed schema validation to account for that consolidated dell mibs, no reason for them to be spread out
28 lines
500 B
YAML
28 lines
500 B
YAML
os: sentry4
|
|
text: 'ServerTech Sentry4'
|
|
type: power
|
|
over:
|
|
- { graph: device_current, text: Current }
|
|
icon: servertech
|
|
mib_dir: sentry
|
|
discovery:
|
|
discovery:
|
|
-
|
|
sysObjectID:
|
|
- .1.3.6.1.4.1.1718.4
|
|
poller_modules:
|
|
bgp-peers: false
|
|
wireless: false
|
|
ospf: false
|
|
stp: false
|
|
discovery_modules:
|
|
cisco-vrf-lite: false
|
|
discovery-protocols: false
|
|
arp-table: false
|
|
bgp-peers: false
|
|
vlans: false
|
|
stp: false
|
|
wireless: false
|
|
fdb-table: false
|
|
|