diff options
author | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2007-02-01 06:53:12 (GMT) |
---|---|---|
committer | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2007-02-01 06:53:12 (GMT) |
commit | b0307d7a99c56b2d77bc80f7f931e7016b9d4e39 (patch) | |
tree | bd5bc1bd65baec6bb56f1f51258ab6923c7c6462 /plugins/t/check_jabber.t | |
parent | 94c3a8e7444e67202fb46fb052b5e87012c2c409 (diff) | |
download | monitoring-plugins-b0307d7a99c56b2d77bc80f7f931e7016b9d4e39.tar.gz |
Fix progname being partly set to upper case
Change formating of invalid hostname output
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1604 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/t/check_jabber.t')
-rw-r--r-- | plugins/t/check_jabber.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/t/check_jabber.t b/plugins/t/check_jabber.t index 0774221..6a3d4ef 100644 --- a/plugins/t/check_jabber.t +++ b/plugins/t/check_jabber.t | |||
@@ -34,7 +34,7 @@ my $jabberOK = '/JABBER OK\s-\s\d+\.\d+\ssecond response time on port 5222/'; | |||
34 | 34 | ||
35 | my $jabberUnresponsive = '/CRITICAL\s-\sSocket timeout after\s\d+\sseconds/'; | 35 | my $jabberUnresponsive = '/CRITICAL\s-\sSocket timeout after\s\d+\sseconds/'; |
36 | 36 | ||
37 | my $jabberInvalid = '/check_JABBER: Invalid hostname, address or socket\s-\s.+/'; | 37 | my $jabberInvalid = '/JABBER CRITICAL - Invalid hostname, address or socket:\s.+/'; |
38 | 38 | ||
39 | my $r; | 39 | my $r; |
40 | 40 | ||