diff options
author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-08-30 14:16:36 +0200 |
---|---|---|
committer | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-08-30 14:16:36 +0200 |
commit | 77a5db04d7ccc954096c2d86c21fa7b05948072d (patch) | |
tree | cd5cac928fb29d1c50bdc13bbf4cce4188c382f1 /plugins/check_snmp.d/config.h | |
parent | 1ca5a6040a01cb5fc4f1ceb61b133826b22e1f7b (diff) | |
download | monitoring-plugins-77a5db04d7ccc954096c2d86c21fa7b05948072d.tar.gz |
check_snmp: implement output format setting
Diffstat (limited to 'plugins/check_snmp.d/config.h')
-rw-r--r-- | plugins/check_snmp.d/config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/check_snmp.d/config.h b/plugins/check_snmp.d/config.h index ca624a81..e96dff5c 100644 --- a/plugins/check_snmp.d/config.h +++ b/plugins/check_snmp.d/config.h | |||
@@ -62,4 +62,7 @@ typedef struct check_snmp_config { | |||
62 | 62 | ||
63 | // Modify output | 63 | // Modify output |
64 | bool use_perf_data_labels_from_input; | 64 | bool use_perf_data_labels_from_input; |
65 | |||
66 | mp_output_format output_format; | ||
67 | bool output_format_is_set; | ||
65 | } check_snmp_config; | 68 | } check_snmp_config; |