mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Updated YAML schema validation (#8808)
Changed some values to be explicitly boolean DO NOT DELETE THIS TEXT #### Please note > Please read this information carefully. You can run `./scripts/pre-commit.php` to check your code before submitting. - [x] Have you followed our [code guidelines?](http://docs.librenms.org/Developing/Code-Guidelines/) #### Testers If you would like to test this pull request then please run: `./scripts/github-apply <pr_id>`, i.e `./scripts/github-apply 5926`
This commit is contained in:
committed by
Neil Lathwood
parent
d0efc742f3
commit
e736f5efec
@@ -1,7 +1,7 @@
|
||||
os: pixos
|
||||
group: cisco
|
||||
text: 'Cisco PIX-OS'
|
||||
ifname: 1
|
||||
ifname: true
|
||||
type: firewall
|
||||
icon: cisco
|
||||
over:
|
||||
@@ -9,38 +9,38 @@ over:
|
||||
- { graph: device_processor, text: 'CPU Usage' }
|
||||
- { graph: device_mempool, text: 'Memory Usage' }
|
||||
poller_modules:
|
||||
bgp-peers: 0
|
||||
cisco-asa-firewall: 1
|
||||
cisco-cbqos: 1
|
||||
cisco-cef: 1
|
||||
cisco-mac-accounting: 1
|
||||
cisco-voice: 1
|
||||
cisco-remote-access-monitor: 1
|
||||
cisco-sla: 1
|
||||
cisco-ipsec-flow-monitor: 1
|
||||
cipsec-tunnels: 1
|
||||
cisco-otv: 1
|
||||
hr-mib: 0
|
||||
ipmi: 0
|
||||
ipSystemStats: 0
|
||||
junose-atm-vp: 0
|
||||
netscaler-vsvr: 0
|
||||
ntp: 0
|
||||
ospf: 0
|
||||
stp: 0
|
||||
ucd-diskio: 0
|
||||
ucd-mib: 0
|
||||
bgp-peers: false
|
||||
cisco-asa-firewall: true
|
||||
cisco-cbqos: true
|
||||
cisco-cef: true
|
||||
cisco-mac-accounting: true
|
||||
cisco-voice: true
|
||||
cisco-remote-access-monitor: true
|
||||
cisco-sla: true
|
||||
cisco-ipsec-flow-monitor: true
|
||||
cipsec-tunnels: true
|
||||
cisco-otv: true
|
||||
hr-mib: false
|
||||
ipmi: false
|
||||
ipSystemStats: false
|
||||
junose-atm-vp: false
|
||||
netscaler-vsvr: false
|
||||
ntp: false
|
||||
ospf: false
|
||||
stp: false
|
||||
ucd-diskio: false
|
||||
ucd-mib: false
|
||||
discovery_modules:
|
||||
bgp-peers: 0
|
||||
stp: 0
|
||||
cisco-cef: 1
|
||||
cisco-sla: 1
|
||||
cisco-mac-accounting: 1
|
||||
cisco-otv: 1
|
||||
cisco-pw: 1
|
||||
vrf: 1
|
||||
cisco-vrf-lite: 1
|
||||
bgp-peers: false
|
||||
stp: false
|
||||
cisco-cef: true
|
||||
cisco-sla: true
|
||||
cisco-mac-accounting: true
|
||||
cisco-otv: true
|
||||
cisco-pw: true
|
||||
vrf: true
|
||||
cisco-vrf-lite: true
|
||||
discovery:
|
||||
- sysDescr:
|
||||
- Cisco PIX
|
||||
- Cisco Firewall Services Module
|
||||
- 'Cisco PIX'
|
||||
- 'Cisco Firewall Services Module'
|
||||
|
||||
Reference in New Issue
Block a user