mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* grandstream simple discovery * grandstream simple discovery tests * exclusion in linux matching * Revert un-necessary changes, and change "over:" to ping
16 lines
300 B
YAML
16 lines
300 B
YAML
os: grandstream-ht
|
|
group: grandstream
|
|
text: 'Grandstream HT'
|
|
type: network
|
|
icon: grandstream
|
|
over:
|
|
- { graph: device_ping_perf, text: 'Ping Response' }
|
|
mib_dir:
|
|
- grandstream
|
|
discovery:
|
|
-
|
|
sysObjectID:
|
|
- .1.3.6.1.4.1.8072.3.2.10
|
|
sysDescr_regex:
|
|
- '/^Linux HT/'
|