diff options
| author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2023-09-20 08:16:11 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-20 08:16:11 +0200 |
| commit | a5ba424f85153b1ddaaf5e5269c82f0f049828d0 (patch) | |
| tree | b9c158930159f2ab1ea2eb45e9e19ccdd0fbb76b /plugins-scripts/check_log.sh | |
| parent | a99db0243baa5d208c5d500a9bde86b4619cec92 (diff) | |
| parent | 220455a11e8f1dd3a86ac4725cf0c799c8e3b21b (diff) | |
| download | monitoring-plugins-a5ba424f85153b1ddaaf5e5269c82f0f049828d0.tar.gz | |
Merge branch 'master' into master
Diffstat (limited to 'plugins-scripts/check_log.sh')
| -rwxr-xr-x | plugins-scripts/check_log.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins-scripts/check_log.sh b/plugins-scripts/check_log.sh index c623a8d6..8ecdd316 100755 --- a/plugins-scripts/check_log.sh +++ b/plugins-scripts/check_log.sh | |||
| @@ -105,11 +105,11 @@ while test -n "$1"; do | |||
| 105 | case "$1" in | 105 | case "$1" in |
| 106 | -h | --help) | 106 | -h | --help) |
| 107 | print_help | 107 | print_help |
| 108 | exit "$STATE_OK" | 108 | exit "$STATE_UNKNOWN" |
| 109 | ;; | 109 | ;; |
| 110 | -V | --version) | 110 | -V | --version) |
| 111 | print_revision "$PROGNAME" "$REVISION" | 111 | print_revision "$PROGNAME" "$REVISION" |
| 112 | exit "$STATE_OK" | 112 | exit "$STATE_UNKNOWN" |
| 113 | ;; | 113 | ;; |
| 114 | -F | --filename) | 114 | -F | --filename) |
| 115 | logfile=$2 | 115 | logfile=$2 |
