diff options
author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-06-28 09:53:59 +0200 |
---|---|---|
committer | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-06-28 09:53:59 +0200 |
commit | 882ef5015f43856994be5a3766ca3fe2005908b0 (patch) | |
tree | 3ed241a4f9ac3d1e01acd70a5df81b62a807a034 /lib/thresholds.h | |
parent | a746576b8cb72a3233caf5ac852b2679cc98d80c (diff) | |
parent | f43c52194ce60b7a7fec463be0df7025705b8924 (diff) | |
download | monitoring-plugins-882ef5015f43856994be5a3766ca3fe2005908b0.tar.gz |
Merge branch 'master' into refactor/check_procs
Diffstat (limited to 'lib/thresholds.h')
-rw-r--r-- | lib/thresholds.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/thresholds.h b/lib/thresholds.h index 4e7defee..5f9f9247 100644 --- a/lib/thresholds.h +++ b/lib/thresholds.h | |||
@@ -24,5 +24,8 @@ mp_perfdata mp_pd_set_thresholds(mp_perfdata /* pd */, mp_thresholds /* th */); | |||
24 | 24 | ||
25 | mp_state_enum mp_get_pd_status(mp_perfdata /* pd */); | 25 | mp_state_enum mp_get_pd_status(mp_perfdata /* pd */); |
26 | 26 | ||
27 | mp_thresholds mp_thresholds_set_warn(mp_thresholds thlds, mp_range warn); | ||
28 | mp_thresholds mp_thresholds_set_crit(mp_thresholds thlds, mp_range crit); | ||
29 | |||
27 | char *fmt_threshold_warning(thresholds th); | 30 | char *fmt_threshold_warning(thresholds th); |
28 | char *fmt_threshold_critical(thresholds th); | 31 | char *fmt_threshold_critical(thresholds th); |