diff options
author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-06-23 10:52:56 +0200 |
---|---|---|
committer | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-06-23 10:52:56 +0200 |
commit | b08bafc45cea008abb46e0891c55e7745e117aae (patch) | |
tree | ef30e1d350b2796e44d8e31aa5beeece17b6d73b /plugins-root/check_icmp.d/config.h | |
parent | 27d30c3df0904ef4c81ad5adc50fa451777693a9 (diff) | |
download | monitoring-plugins-b08bafc45cea008abb46e0891c55e7745e117aae.tar.gz |
check_icmp: remove paket_interval, was never used anyway
Diffstat (limited to 'plugins-root/check_icmp.d/config.h')
-rw-r--r-- | plugins-root/check_icmp.d/config.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins-root/check_icmp.d/config.h b/plugins-root/check_icmp.d/config.h index 8092e343..1568d6c3 100644 --- a/plugins-root/check_icmp.d/config.h +++ b/plugins-root/check_icmp.d/config.h | |||
@@ -61,7 +61,6 @@ typedef struct { | |||
61 | unsigned long ttl; | 61 | unsigned long ttl; |
62 | unsigned short icmp_data_size; | 62 | unsigned short icmp_data_size; |
63 | unsigned short icmp_pkt_size; | 63 | unsigned short icmp_pkt_size; |
64 | time_t pkt_interval; | ||
65 | time_t target_interval; | 64 | time_t target_interval; |
66 | unsigned short number_of_packets; | 65 | unsigned short number_of_packets; |
67 | 66 | ||