Module: monitoring-plugins
 Branch: master
 Commit: d5ed947e312bcb8f0c4e46c4ea9f39918387efc3
 Author: William <[email protected]>
   Date: Fri Nov  8 14:07:29 2024 +1000
    URL: 
https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=d5ed947

Add missed changes for dontfrag

Due to a mistake with git the command line args were not properly
updated.

---

 plugins/check_fping.c | 4 ++--
 1 file 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 @@
  *
  * 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;

Reply via email to