From 8c7df12b3145d70605a00fff86f1ff61c6bc5429 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20Porembi=C5=84ski?= Date: Sat, 22 Nov 2014 22:22:43 +0100 Subject: [PATCH] Added missing Value Mapping for CISCO ASA --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ac77943..abe8e8f 100644 --- a/README.md +++ b/README.md @@ -43,8 +43,17 @@ F5 ltmPoolStatusAvailState Template Device Cisco ASA ====== -Monitoring of Cisco ASA firewall. It uses SNMP items to monitor basic device parameters (CPU/RAM usage, hardware failure, global traffic) and also it discovers -network interfaces. +Monitoring of Cisco ASA firewall. It uses SNMP items to monitor basic device parameters (CPU/RAM usage, hardware failure, global traffic) and also it discovers network interfaces. It requires manual addition of value mappings (Administration -> General -> Value Mapping) + +``` +Cisco ASA Failover status +9 ⇒ Active +10 ⇒ Standby + +Cisco Interface Status +1 ⇒ up +2 ⇒ down +``` Template Device NetApp ======