summaryrefslogtreecommitdiffstats
path: root/plugins-root
diff options
context:
space:
mode:
authorLorenz Kästle <12514511+RincewindsHat@users.noreply.github.com>2025-06-23 11:42:25 +0200
committerLorenz Kästle <12514511+RincewindsHat@users.noreply.github.com>2025-06-23 11:42:25 +0200
commit6ac0580a10e5dcbda79ac8959a3b52f5217e877e (patch)
tree02ac07a1872c21473982fdba5daa0c61edd5b7e8 /plugins-root
parent622d7f4c89cdc76f23a5981590e306ebc0ae395f (diff)
downloadmonitoring-plugins-6ac0580a10e5dcbda79ac8959a3b52f5217e877e.tar.gz
check_icmp: Add comment to config
Diffstat (limited to 'plugins-root')
-rw-r--r--plugins-root/check_icmp.d/config.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins-root/check_icmp.d/config.h b/plugins-root/check_icmp.d/config.h
index ab578ba5..c348bef5 100644
--- a/plugins-root/check_icmp.d/config.h
+++ b/plugins-root/check_icmp.d/config.h
@@ -96,7 +96,9 @@ typedef struct icmp_ping_data {
96#define DEFAULT_PING_DATA_SIZE (MIN_PING_DATA_SIZE + 44) 96#define DEFAULT_PING_DATA_SIZE (MIN_PING_DATA_SIZE + 44)
97 97
98/* 80 msec packet interval by default */ 98/* 80 msec packet interval by default */
99#define DEFAULT_PKT_INTERVAL 80000 99// DEPRECATED, remove when removing the option
100#define DEFAULT_PKT_INTERVAL 80000
101
100#define DEFAULT_TARGET_INTERVAL 0 102#define DEFAULT_TARGET_INTERVAL 0
101 103
102#define DEFAULT_WARN_RTA 200000 104#define DEFAULT_WARN_RTA 200000