mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* Update zywall.yaml Improve detection for Zyxel Zywall USG60 and graph hover * added tests + changed disco
19 lines
438 B
YAML
19 lines
438 B
YAML
os: zywall
|
|
text: 'ZyXEL ZyWALL'
|
|
group: zyxel
|
|
type: firewall
|
|
over:
|
|
- { graph: device_bits, text: Traffic }
|
|
- { graph: device_processor, text: 'CPU Usage' }
|
|
- { graph: device_mempool, text: 'Memory Usage' }
|
|
icon: zyxel
|
|
discovery:
|
|
-
|
|
sysObjectId:
|
|
- .1.3.6.1.4.1.890.1.6
|
|
- .1.3.6.1.4.1.890.1.15
|
|
sysDescr_regex:
|
|
- '/^ZyWALL/'
|
|
- '/^USG60/'
|
|
- sysDescr_regex: '/^ZyWALL 2X/'
|