diff options
author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-08-27 12:17:46 +0200 |
---|---|---|
committer | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-08-27 12:17:46 +0200 |
commit | a27862a9c774d3fc4a608f8593c83b11357cc6dc (patch) | |
tree | d0b86f8a6174a16ee102a1b5c37fba2f74e2882c /plugins/check_snmp.d/check_snmp_helpers.h | |
parent | babeb765e5725610dbf7673c91a3a5a4e5a8810f (diff) | |
download | monitoring-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.h | 8 |
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 | |||
5 | check_snmp_test_unit check_snmp_test_unit_init(); | ||
6 | int check_snmp_set_thresholds(char *threshold_string, check_snmp_test_unit tu[], | ||
7 | size_t max_test_units, bool is_critical); | ||
8 | check_snmp_config check_snmp_config_init(); | ||