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-06-17 15:19:30 +0200
committerLorenz Kästle <12514511+RincewindsHat@users.noreply.github.com>2025-06-17 15:19:30 +0200
commitf680cd7b88aef2ff4ef8c4d336ee14269bea65bc (patch)
tree561d8b4da6624ce1e36be4d9a577b38685fefd9e /plugins-root/check_icmp.d/config.h
parent0f8690c19b352549961c46c75c7307814e255db0 (diff)
downloadmonitoring-plugins-f680cd7b88aef2ff4ef8c4d336ee14269bea65bc.tar.gz
Improve error detection for threshold parsers
Diffstat (limited to 'plugins-root/check_icmp.d/config.h')
-rw-r--r--plugins-root/check_icmp.d/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins-root/check_icmp.d/config.h b/plugins-root/check_icmp.d/config.h
index 97be7fc1..fc9dd5a6 100644
--- a/plugins-root/check_icmp.d/config.h
+++ b/plugins-root/check_icmp.d/config.h
@@ -16,7 +16,7 @@
16/* threshold structure. all values are maximum allowed, exclusive */ 16/* threshold structure. all values are maximum allowed, exclusive */
17typedef struct { 17typedef struct {
18 unsigned char pl; /* max allowed packet loss in percent */ 18 unsigned char pl; /* max allowed packet loss in percent */
19 unsigned int rta; /* roundtrip time average, microseconds */ 19 time_t rta; /* roundtrip time average, microseconds */
20 double jitter; /* jitter time average, microseconds */ 20 double jitter; /* jitter time average, microseconds */
21 double mos; /* MOS */ 21 double mos; /* MOS */
22 double score; /* Score */ 22 double score; /* Score */