[Nagiosplug-checkins] nagiosplug/plugins/t check_jabber.t,1.2,1.3

Thomas Guyot dermoth at users.sourceforge.net
Thu Feb 1 07:53:14 CET 2007


Update of /cvsroot/nagiosplug/nagiosplug/plugins/t
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv9331/plugins/t

Modified Files:
	check_jabber.t 
Log Message:
Fix progname being partly set to upper case
Change formating of invalid hostname output


Index: check_jabber.t
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/plugins/t/check_jabber.t,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- check_jabber.t	31 Jan 2007 22:50:54 -0000	1.2
+++ check_jabber.t	1 Feb 2007 06:53:12 -0000	1.3
@@ -34,7 +34,7 @@
 
 my $jabberUnresponsive = '/CRITICAL\s-\sSocket timeout after\s\d+\sseconds/';
 
-my $jabberInvalid = '/check_JABBER: Invalid hostname, address or socket\s-\s.+/';
+my $jabberInvalid = '/JABBER CRITICAL - Invalid hostname, address or socket:\s.+/';
 
 my $r;
 





More information about the Commits mailing list