mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
It's also possible to do zpool IO from the MIB, but diskIO on LibreNMS makes a lot of assumptions about it coming from the UCD MIB. This changeset adds detection for FreeNAS and TrueNAS - despite having their own enterprise number, the snmpd uses the FreeBSD one. The naming is a bit all over the place, because this reflects reality - IXSystems produce FreeNAS and TrueNAS, the product lines have merged to eliminate FreeNAS, but TrueNAS still calls itself FreeNAS everywhere except the GUI.
17 lines
335 B
YAML
17 lines
335 B
YAML
os: freebsd
|
|
type: server
|
|
group: unix
|
|
text: FreeBSD
|
|
processor_stacked: true
|
|
over:
|
|
- { graph: device_processor, text: 'Processor Usage' }
|
|
- { graph: device_ucd_memory, text: 'Memory Usage' }
|
|
discovery_modules:
|
|
applications: true
|
|
discovery:
|
|
-
|
|
sysDescr: FreeBSD
|
|
sysDescr_except:
|
|
- FreeNAS
|
|
- TrueNAS
|