mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
I have several applications configured in FreeNAS using SNMP extend, and because of this definition every time the device is discovered they are force-disabled.
30 lines
613 B
YAML
30 lines
613 B
YAML
os: truenas
|
|
type: storage
|
|
text: TrueNAS
|
|
processor_stacked: true
|
|
mib_dir:
|
|
- ixsystems
|
|
over:
|
|
- { graph: device_processor, text: 'Processor Usage' }
|
|
- { graph: device_ucd_memory, text: 'Memory Usage' }
|
|
- { graph: device_storage, text: 'Storage Usage' }
|
|
poller_modules:
|
|
bgp-peers: false
|
|
mpls: false
|
|
ospf: false
|
|
stp: false
|
|
wireless: false
|
|
discovery_modules:
|
|
bgp-peers: false
|
|
mpls: false
|
|
stp: false
|
|
wireless: false
|
|
discovery:
|
|
-
|
|
sysObjectID:
|
|
- .1.3.6.1.4.1.8072.3.2.8
|
|
- .1.3.6.1.4.1.50536.3.1
|
|
sysDescr:
|
|
- FreeNAS
|
|
- TrueNAS
|