From 738b94adeed607e343b94513a4928689f053257d Mon Sep 17 00:00:00 2001
From: thl-cmk <thl-cmk@outlook.com>
Date: Wed, 29 Apr 2020 19:04:20 +0100
Subject: [PATCH] Update cisco_asa_connections

---
 checkman/cisco_asa_connections | 41 ++++++++--------------------------
 1 file changed, 9 insertions(+), 32 deletions(-)

diff --git a/checkman/cisco_asa_connections b/checkman/cisco_asa_connections
index 1c11db1..f382ef3 100644
--- a/checkman/cisco_asa_connections
+++ b/checkman/cisco_asa_connections
@@ -1,46 +1,23 @@
-title: cisco_asa_connections
+title: Cisco ASA/FirewPower firewall connections
 agents: snmp
-catalog: see modules/catalog.py for possible values
+catalog: hw/network/cisco
 license: GPL
-distribution: check_mk
+distribution: https://thl-cmk.hopto.org
 description:
  This check monitors the number of connections through the firewall. It goes 
  warning/critical if the number of connections is above the configred levels 
  (default is: warning above 3000 connections, critical above 5000 connections). 
  If the number of connection is below the configured minimum the check goes 
- critical. This check works with Cisco ASA 55XX firewalls. It requires no 
- separeate plugin or special configuration on the target host.
+ critical. This check works with Cisco ASA 55XX and Firepower Threat defense 
+ firewalls. It requires no separeate plugin or special configuration on the 
+ target host.
 
-item:
- Describe the syntax and meaning of the check's item here. Provide all
- information one needs if coding a manual check with {checks +=} in {main.mk}.
- Give an example.  If the check uses {None} as sole item,
- then leave out this section.
-
-examples:
- # Give examples for configuration in {main.mk} here. If the check has
- # configuration variable, then give example for them here.
-
- # set default levels to 40 and 60 percent:
- foo_default_values = (40, 60)
-
- # another configuration variable here:
- inventory_foo_filter = [ "superfoo", "superfoo2" ]
 
 perfdata:
  current_connections: number of current connection through the firewall
  max_connections: number of maximum connections since the restart of the firewall
 
 inventory:
- Describe how the inventory for the check works. Which items
- will it find? Describe the influence of check specific
- configuration parameters to the inventory.
-
-[parameters]
-foofirst(int): describe the first parameter here (if parameters are grouped
-        as tuple)
-fooother(string): describe another parameter here.
-
-[configuration]
-foo_default_levels(int, int): Describe global configuration variable of
-    foo here. Important: also tell the user how they are preset.
+ looks in sysDesc for "cisco adaptive security appliance" and "cisco adaptive 
+ security appliance". If one of them found, it will create the service "Firewall
+ connections"
-- 
GitLab