From b158e5657e1eb08a606f4db19e6324408d4174b3 Mon Sep 17 00:00:00 2001 From: thl-cmk <thl-cmk@outlook.com> Date: Thu, 13 Feb 2020 20:50:14 +0000 Subject: [PATCH] Update cisco_asa_connections --- checkman/cisco_asa_connections | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/checkman/cisco_asa_connections b/checkman/cisco_asa_connections index 2d29011..1c11db1 100644 --- a/checkman/cisco_asa_connections +++ b/checkman/cisco_asa_connections @@ -5,8 +5,8 @@ license: GPL distribution: check_mk description: 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). + 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. -- GitLab