mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Draytek use a custom OID to define their devices memory usage, defined here: https://www.draytek.com/support/knowledge-base/5517 This commit includes a mempool definition with the new memory OID `1.3.6.1.4.1.7367.3.7` and relevant LibreNMS tests
8 lines
205 B
YAML
8 lines
205 B
YAML
modules:
|
|
os:
|
|
sysDescr_regex: '/Router Model: (?<hardware>[\w ]+), Version: (?<version>[\w\.]+)/'
|
|
mempools:
|
|
data:
|
|
-
|
|
percent_used: .1.3.6.1.4.1.7367.3.7.0
|