From f4d9eb1d84d6becbe057e5c590bab1592fc5c18f Mon Sep 17 00:00:00 2001 From: Ran Leibman Date: Mon, 12 Jan 2015 08:21:45 +0200 Subject: [PATCH] Update check-cisco.pl --- nagios/check-cisco.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nagios/check-cisco.pl b/nagios/check-cisco.pl index 33e49a9..5544642 100755 --- a/nagios/check-cisco.pl +++ b/nagios/check-cisco.pl @@ -121,7 +121,7 @@ sub FSyntaxError { print "\tint - Interface Operation Stat (use with -i or -o)\n"; print "-w = Warning Value\n"; print "-c = Critical Value\n"; - print "-d = number of days that th ethernet interface hasn't change state, default is 14 (only for -t freeint)\n"; + print "-d = number of days that the ethernet interface hasn't change state, default is 14 (only for -t freeint)\n"; print "-i = Interface Name (only for -t int)\n"; print "-o = Interface OID (only for -t int)\n"; exit(3);