From 2c66b671d50d489c0b6cd6980a05367cd66ea079 Mon Sep 17 00:00:00 2001
From: thl-cmk <thl-cmk@outlook.com>
Date: Thu, 13 Feb 2020 20:48:40 +0000
Subject: [PATCH] Update cisco_asa_connections

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

diff --git a/checkman/cisco_asa_connections b/checkman/cisco_asa_connections
index ccfb9c6..2d29011 100644
--- a/checkman/cisco_asa_connections
+++ b/checkman/cisco_asa_connections
@@ -4,12 +4,12 @@ catalog: see modules/catalog.py for possible values
 license: GPL
 distribution: check_mk
 description:
- 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.
+ This check monitors the number of connections through the firewall. It goes 
+ warning/critical if the number of connections 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.
 
 item:
  Describe the syntax and meaning of the check's item here. Provide all
@@ -28,8 +28,8 @@ examples:
  inventory_foo_filter = [ "superfoo", "superfoo2" ]
 
 perfdata:
- current_connections: number of current ip connection thrue the firewall
- max_connections: number of maximum ip connections since restart of the firewall
+ 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
-- 
GitLab