From 0c06cdc80cf62aef2262674b068d2b32142bbd2b Mon Sep 17 00:00:00 2001
From: thl-cmk <thl-cmk@outlook.com>
Date: Thu, 13 Feb 2020 20:45:22 +0000
Subject: [PATCH] Update cisco_asa_connections

---
 checkman/cisco_asa_connections | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/checkman/cisco_asa_connections b/checkman/cisco_asa_connections
index 08ef898..48f6fad 100644
--- a/checkman/cisco_asa_connections
+++ b/checkman/cisco_asa_connections
@@ -1,13 +1,15 @@
 title: Dummy check man page - used as template for new check manuals
-agents: linux, windows, aix, solaris, hpux, vms, freebsd, snmp
+agents: snmp
 catalog: see modules/catalog.py for possible values
 license: GPL
 distribution: check_mk
 description:
- Describe here: (1) what the check actually does, (2) under which
- circumstances it goes warning/critical, (3) which devices are supported
- by the check, (4) if the check requires a separated plugin or
- tool or separate configuration on the target host.
+ This check monitors the number of connections thrue the firewall. It goes 
+ warning/critical if the number of connections above teh configred levels 
+ (default is war above 3000 connections, critical above 5000 connections). If 
+ the number of connection 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.
 
 item:
  Describe the syntax and meaning of the check's item here. Provide all
@@ -26,9 +28,8 @@ examples:
  inventory_foo_filter = [ "superfoo", "superfoo2" ]
 
 perfdata:
- Describe precisely the number and meaning of performance variables
- the check sends. If it outputs no performance data, then leave out this
- section.
+ current_connections: number of current ip connection thrue the firewall
+ max_connections: number of maximum ip connections since restart of the firewall
 
 inventory:
  Describe how the inventory for the check works. Which items
-- 
GitLab