summaryrefslogtreecommitdiffstats
path: root/plugins/check_snmp.d/check_snmp_helpers.h
diff options
context:
space:
mode:
authorLorenz Kästle <12514511+RincewindsHat@users.noreply.github.com>2025-08-27 12:17:46 +0200
committerLorenz Kästle <12514511+RincewindsHat@users.noreply.github.com>2025-08-27 12:17:46 +0200
commita27862a9c774d3fc4a608f8593c83b11357cc6dc (patch)
treed0b86f8a6174a16ee102a1b5c37fba2f74e2882c /plugins/check_snmp.d/check_snmp_helpers.h
parentbabeb765e5725610dbf7673c91a3a5a4e5a8810f (diff)
downloadmonitoring-plugins-a27862a9c774d3fc4a608f8593c83b11357cc6dc.tar.gz
check_snmp: rebuild threshold parsing
Diffstat (limited to 'plugins/check_snmp.d/check_snmp_helpers.h')
-rw-r--r--plugins/check_snmp.d/check_snmp_helpers.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/check_snmp.d/check_snmp_helpers.h b/plugins/check_snmp.d/check_snmp_helpers.h
new file mode 100644
index 00000000..74e7d0cd
--- /dev/null
+++ b/plugins/check_snmp.d/check_snmp_helpers.h
@@ -0,0 +1,8 @@
1#pragma once
2
3#include "./config.h"
4
5check_snmp_test_unit check_snmp_test_unit_init();
6int check_snmp_set_thresholds(char *threshold_string, check_snmp_test_unit tu[],
7 size_t max_test_units, bool is_critical);
8check_snmp_config check_snmp_config_init();