diff options
author | William <william@blackhats.net.au> | 2024-11-08 04:07:29 (GMT) |
---|---|---|
committer | William <william@blackhats.net.au> | 2024-11-08 04:07:29 (GMT) |
commit | d5ed947e312bcb8f0c4e46c4ea9f39918387efc3 (patch) | |
tree | ee9e309ca8f83e6d9e3e5ec19fbd1ad4cafb0218 | |
parent | b47b5b6fa06ac7ac6f284c7278890f3820100dd8 (diff) | |
download | monitoring-plugins-d5ed947e312bcb8f0c4e46c4ea9f39918387efc3.tar.gz |
Add missed changes for dontfragrefs/pull/2042/head
Due to a mistake with git the command line args were not properly
updated.
-rw-r--r-- | plugins/check_fping.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/check_fping.c b/plugins/check_fping.c index 67fa236..c1d03ec 100644 --- a/plugins/check_fping.c +++ b/plugins/check_fping.c | |||
@@ -7,7 +7,7 @@ | |||
7 | * | 7 | * |
8 | * Description: | 8 | * Description: |
9 | * | 9 | * |
10 | * This file contains the check_disk plugin | 10 | * This file contains the check_fping plugin |
11 | * | 11 | * |
12 | * This plugin will use the fping command to ping the specified host for a | 12 | * This plugin will use the fping command to ping the specified host for a |
13 | * fast check | 13 | * fast check |
@@ -304,7 +304,7 @@ int process_arguments(int argc, char **argv) { | |||
304 | } | 304 | } |
305 | 305 | ||
306 | while (1) { | 306 | while (1) { |
307 | c = getopt_long(argc, argv, "+hVvaH:S:c:w:b:n:T:i:I:46", longopts, &option); | 307 | c = getopt_long(argc, argv, "+hVvaH:S:c:w:b:n:T:i:I:M:R:46", longopts, &option); |
308 | 308 | ||
309 | if (c == -1 || c == EOF || c == 1) | 309 | if (c == -1 || c == EOF || c == 1) |
310 | break; | 310 | break; |