mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-04-20 21:57:10 -04:00
Add missed changes for dontfrag
Due to a mistake with git the command line args were not properly updated.
This commit is contained in:
parent
b47b5b6fa0
commit
d5ed947e31
1 changed files with 2 additions and 2 deletions
|
|
@ -7,7 +7,7 @@
|
|||
*
|
||||
* Description:
|
||||
*
|
||||
* This file contains the check_disk plugin
|
||||
* This file contains the check_fping plugin
|
||||
*
|
||||
* This plugin will use the fping command to ping the specified host for a
|
||||
* fast check
|
||||
|
|
@ -304,7 +304,7 @@ int process_arguments(int argc, char **argv) {
|
|||
}
|
||||
|
||||
while (1) {
|
||||
c = getopt_long(argc, argv, "+hVvaH:S:c:w:b:n:T:i:I:46", longopts, &option);
|
||||
c = getopt_long(argc, argv, "+hVvaH:S:c:w:b:n:T:i:I:M:R:46", longopts, &option);
|
||||
|
||||
if (c == -1 || c == EOF || c == 1)
|
||||
break;
|
||||
|
|
|
|||
Loading…
Reference in a new issue