diff options
author | rincewind <rincewind@vulgrim.de> | 2021-07-02 08:37:35 (GMT) |
---|---|---|
committer | rincewind <rincewind@vulgrim.de> | 2021-07-02 08:37:35 (GMT) |
commit | 3abcf83af41af9e56382b8e93a48d8d3ce1f18e8 (patch) | |
tree | c3f5084ff73b869d63ac27b8ce7d3c03398e8b60 /plugins-scripts | |
parent | b02bcd4870a81d0ba4d4070d3cfc32a1aac61aad (diff) | |
download | monitoring-plugins-3abcf83af41af9e56382b8e93a48d8d3ce1f18e8.tar.gz |
Remove modified note, since this is a git repository
Diffstat (limited to 'plugins-scripts')
-rwxr-xr-x | plugins-scripts/check_log.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins-scripts/check_log.sh b/plugins-scripts/check_log.sh index d28c8d0..4330235 100755 --- a/plugins-scripts/check_log.sh +++ b/plugins-scripts/check_log.sh | |||
@@ -1,8 +1,7 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | # | 2 | # |
3 | # Log file pattern detector plugin for monitoring | 3 | # Log file pattern detector plugin for monitoring |
4 | # Written by Ethan Galstad (nagios@nagios.org) | 4 | # Written originally by Ethan Galstad (nagios@nagios.org) |
5 | # Last Modified: 07-31-1999 | ||
6 | # | 5 | # |
7 | # Usage: ./check_log <log_file> <old_log_file> <pattern> | 6 | # Usage: ./check_log <log_file> <old_log_file> <pattern> |
8 | # | 7 | # |