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_log2.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_log2.pl')
| -rw-r--r-- | contrib/check_log2.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/check_log2.pl b/contrib/check_log2.pl index 61a11708..f1533a0c 100644 --- a/contrib/check_log2.pl +++ b/contrib/check_log2.pl | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | #!/usr/bin/perl -w | 1 | #!/usr/bin/perl -w |
| 2 | # | 2 | # |
| 3 | # $Id$ | 3 | # $Id: check_log2.pl 1300 2005-12-16 18:41:45Z harpermann $ |
| 4 | # | 4 | # |
| 5 | # Log file regular expression detector for Nagios. | 5 | # Log file regular expression detector for Nagios. |
| 6 | # Written by Aaron Bostick (abostick@mydoconline.com) | 6 | # Written by Aaron Bostick (abostick@mydoconline.com) |
| @@ -77,7 +77,7 @@ sub print_help (); | |||
| 77 | $neg_re_pattern = ''; | 77 | $neg_re_pattern = ''; |
| 78 | $pattern_count = 0; | 78 | $pattern_count = 0; |
| 79 | $pattern_line = ''; | 79 | $pattern_line = ''; |
| 80 | $plugin_revision = '$Revision$ '; | 80 | $plugin_revision = '$Revision: 1300 $ '; |
| 81 | 81 | ||
| 82 | # Grab options from command line | 82 | # Grab options from command line |
| 83 | GetOptions | 83 | GetOptions |
