diff options
Diffstat (limited to 'plugins-root/check_icmp.d/config.h')
-rw-r--r-- | plugins-root/check_icmp.d/config.h | 4 |
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 | |||
53 | typedef 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; |