diff options
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 |