summaryrefslogtreecommitdiffstats
path: root/plugins-root/check_icmp.d/config.h
diff options
context:
space:
mode:
authorLorenz Kästle <12514511+RincewindsHat@users.noreply.github.com>2025-05-17 11:26:54 +0200
committerLorenz Kästle <12514511+RincewindsHat@users.noreply.github.com>2025-05-17 11:49:06 +0200
commita01d522c4cac11eb31510758d42fe744eb21471d (patch)
tree3e84b71d064621c1833317651e1c554cebd376c6 /plugins-root/check_icmp.d/config.h
parent322cd6f829e55a91edbfc42201775afb552b5660 (diff)
downloadmonitoring-plugins-a01d522c4cac11eb31510758d42fe744eb21471d.tar.gz
WIP - check_icmp refactor 6
Diffstat (limited to 'plugins-root/check_icmp.d/config.h')
-rw-r--r--plugins-root/check_icmp.d/config.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins-root/check_icmp.d/config.h b/plugins-root/check_icmp.d/config.h
index 3599c0f0..aa33c991 100644
--- a/plugins-root/check_icmp.d/config.h
+++ b/plugins-root/check_icmp.d/config.h
@@ -48,6 +48,10 @@ typedef struct {
48 bool pl_mode; 48 bool pl_mode;
49 bool jitter_mode; 49 bool jitter_mode;
50 bool score_mode; 50 bool score_mode;
51} check_icmp_mode_switches;
52
53typedef struct {
54 check_icmp_mode_switches modes;
51 55
52 int min_hosts_alive; 56 int min_hosts_alive;
53 check_icmp_threshold crit; 57 check_icmp_threshold crit;