summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanijel Tasov <m@rbfh.de>2023-09-26 15:26:43 (GMT)
committerDanijel Tasov <m@rbfh.de>2023-09-26 15:26:43 (GMT)
commit4ed1d74295efe1c41f6a1489e2f187ece0d8452b (patch)
treecc756f999e28bd1f4cce18ec9ce0ff14140764d2
parent2d6b467530ea55eea6341be45f759f67216e1f99 (diff)
downloadmonitoring-plugins-4ed1d74295efe1c41f6a1489e2f187ece0d8452b.tar.gz
fixed comment
Signed-off-by: Danijel Tasov <m@rbfh.de>
-rw-r--r--plugins-root/check_icmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins-root/check_icmp.c b/plugins-root/check_icmp.c
index e77682c..e2ce059 100644
--- a/plugins-root/check_icmp.c
+++ b/plugins-root/check_icmp.c
@@ -592,7 +592,7 @@ main(int argc, char **argv)
592 get_threshold2(optarg, &warn, &crit,2); 592 get_threshold2(optarg, &warn, &crit,2);
593 pl_mode=1; 593 pl_mode=1;
594 break; 594 break;
595 case 'J': /* packet loss mode */ 595 case 'J': /* jitter mode */
596 get_threshold2(optarg, &warn, &crit,3); 596 get_threshold2(optarg, &warn, &crit,3);
597 jitter_mode=1; 597 jitter_mode=1;
598 break; 598 break;