diff options
author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2024-11-08 08:33:00 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-08 08:33:00 (GMT) |
commit | 9cd8294e99586fcbc4344b8e287886bd9788f969 (patch) | |
tree | ee9e309ca8f83e6d9e3e5ec19fbd1ad4cafb0218 | |
parent | b47b5b6fa06ac7ac6f284c7278890f3820100dd8 (diff) | |
parent | d5ed947e312bcb8f0c4e46c4ea9f39918387efc3 (diff) | |
download | monitoring-plugins-9cd8294e99586fcbc4344b8e287886bd9788f969.tar.gz |
Merge pull request #2042 from Firstyear/20241108-fping-missed-changes
Add missed changes for dontfrag
-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; |