summaryrefslogtreecommitdiffstats
path: root/lib/thresholds.h
diff options
context:
space:
mode:
authorLorenz Kästle <12514511+RincewindsHat@users.noreply.github.com>2025-03-31 23:58:02 +0200
committerGitHub <noreply@github.com>2025-03-31 23:58:02 +0200
commit4924bc877f714ec00ac8b02378d11f1508bbe8b4 (patch)
tree276d2c7b746e593133cf1fc6ca548e10f71e1b5f /lib/thresholds.h
parent922d16ab2e44594d0ae4e4ac0c2b095cb1a1003f (diff)
parentd0647ec7e1500c0e6164ac9820a7d623582bdde2 (diff)
downloadmonitoring-plugins-refs/heads/master.tar.gz
Merge pull request #2113 from RincewindsHat/refactor/check_diskHEADmaster
Refactor/check disk
Diffstat (limited to 'lib/thresholds.h')
-rw-r--r--lib/thresholds.h3
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
25mp_state_enum mp_get_pd_status(mp_perfdata /* pd */); 25mp_state_enum mp_get_pd_status(mp_perfdata /* pd */);
26 26
27mp_thresholds mp_thresholds_set_warn(mp_thresholds thlds, mp_range warn);
28mp_thresholds mp_thresholds_set_crit(mp_thresholds thlds, mp_range crit);
29
27char *fmt_threshold_warning(thresholds th); 30char *fmt_threshold_warning(thresholds th);
28char *fmt_threshold_critical(thresholds th); 31char *fmt_threshold_critical(thresholds th);