mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* Update OPNsense snmprec, with real data Update OPNsense snmprec, with real data. Data from OPNsense 20.1.2 (Latest release at time of commit) * Update OPNsense definition due to incorrect OID sysObjectID is incorrect for OPNsense should be .1.3.6.1.4.1.8072.3.2.8. for this snmpget detection to work. This has been tested in my environment with 2 OPNsense Firewalls.
18 lines
437 B
YAML
18 lines
437 B
YAML
os: opnsense
|
|
type: firewall
|
|
group: unix
|
|
text: OPNsense
|
|
processor_stacked: true
|
|
over:
|
|
- { graph: device_processor, text: 'Processor Usage' }
|
|
- { graph: device_ucd_memory, text: 'Memory Usage' }
|
|
discovery:
|
|
- sysDescr:
|
|
- OPNsense
|
|
-
|
|
sysObjectID: .1.3.6.1.4.1.8072.3.2.8
|
|
snmpget:
|
|
oid: .1.3.6.1.4.1.8072.1.3.2.3.1.2.7.118.101.114.115.105.111.110
|
|
op: contains
|
|
value: 'OPNsense'
|