diff options
| author | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2008-11-23 05:38:47 +0000 |
|---|---|---|
| committer | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2008-11-23 05:38:47 +0000 |
| commit | 6fbd14fea5c111a23d9074d25499991cbfa58f79 (patch) | |
| tree | 0c1f5a77cacc664eadd47216b70e3257337484db /contrib/check_lotus.pl | |
| parent | 56cf151ae91c5081a99365848a3f060dfe14a68c (diff) | |
| download | monitoring-plugins-6fbd14fea5c111a23d9074d25499991cbfa58f79.tar.gz | |
Removing CVS/SVN tags and replacing with git-based versioning
For contrib/, full tags have been imported from subversion
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2091 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'contrib/check_lotus.pl')
| -rwxr-xr-x | contrib/check_lotus.pl | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/contrib/check_lotus.pl b/contrib/check_lotus.pl index c94e6c2d..8bedced8 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 | ||
| 221 | sub print_help () { | 220 | sub 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 | ||
| 225 | Perl Check Lotus Notes plugin for Nagios. | 224 | Perl Check Lotus Notes plugin for Nagios. |
| @@ -250,7 +249,7 @@ Returns OK if the named server responds with its name. | |||
| 250 | } | 249 | } |
| 251 | 250 | ||
| 252 | sub version () { | 251 | sub version () { |
| 253 | print_revision($PROGNAME,'$Revision$ '); | 252 | print_revision($PROGNAME,'$Revision: 1096 $ '); |
| 254 | exit $ERRORS{'OK'}; | 253 | exit $ERRORS{'OK'}; |
| 255 | } | 254 | } |
| 256 | 255 | ||
