summaryrefslogtreecommitdiffstats
path: root/contrib/check_lotus.pl
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/check_lotus.pl')
-rwxr-xr-xcontrib/check_lotus.pl7
1 files changed, 3 insertions, 4 deletions
diff --git a/contrib/check_lotus.pl b/contrib/check_lotus.pl
index c94e6c2..8bedced 100755
--- a/contrib/check_lotus.pl
+++ b/contrib/check_lotus.pl
@@ -1,8 +1,7 @@
1#!/usr/bin/perl -w 1#!/usr/bin/perl -w
2 2
3# $Id$ 3# $Id: check_lotus.pl 1096 2005-01-25 09:04:26Z stanleyhopcroft $
4 4
5# $Log$
6# Revision 1.1 2005/01/25 09:04:26 stanleyhopcroft 5# Revision 1.1 2005/01/25 09:04:26 stanleyhopcroft
7# New plugin to check responsiveness of Louts Notes (v5 at least) servers 6# New plugin to check responsiveness of Louts Notes (v5 at least) servers
8# 7#
@@ -219,7 +218,7 @@ sub print_usage () {
219} 218}
220 219
221sub print_help () { 220sub print_help () {
222 print_revision($PROGNAME,'$Revision$ '); 221 print_revision($PROGNAME,'$Revision: 1096 $ ');
223 print "Copyright (c) 2004 Ed Rolison/S Hopcroft 222 print "Copyright (c) 2004 Ed Rolison/S Hopcroft
224 223
225Perl Check Lotus Notes plugin for Nagios. 224Perl Check Lotus Notes plugin for Nagios.
@@ -250,7 +249,7 @@ Returns OK if the named server responds with its name.
250} 249}
251 250
252sub version () { 251sub version () {
253 print_revision($PROGNAME,'$Revision$ '); 252 print_revision($PROGNAME,'$Revision: 1096 $ ');
254 exit $ERRORS{'OK'}; 253 exit $ERRORS{'OK'};
255} 254}
256 255