mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
38 lines
830 B
YAML
38 lines
830 B
YAML
os: asa
|
|
group: cisco
|
|
text: 'Cisco ASA'
|
|
ifname: true
|
|
type: firewall
|
|
icon: cisco
|
|
over:
|
|
- { graph: device_bits, text: 'Device Traffic' }
|
|
- { graph: device_processor, text: 'CPU Usage' }
|
|
- { graph: device_asa_conns, text: 'Connections' }
|
|
poller_modules:
|
|
applications: false
|
|
bgp-peers: false
|
|
cipsec-tunnels: true
|
|
cisco-asa-firewall: true
|
|
cisco-ipsec-flow-monitor: true
|
|
cisco-remote-access-monitor: true
|
|
hr-mib: false
|
|
ipSystemStats: false
|
|
ipmi: false
|
|
ntp: false
|
|
ospf: false
|
|
stp: false
|
|
ucd-diskio: false
|
|
ucd-mib: false
|
|
discovery_modules:
|
|
arp-table: false
|
|
bgp-peers: false
|
|
cisco-vrf-lite: false
|
|
ntp: false
|
|
stp: false
|
|
ucd-diskio: false
|
|
vlans: false
|
|
discovery:
|
|
-
|
|
sysDescr_regex:
|
|
- '/^Cisco Adaptive Security Appliance/'
|