summaryrefslogtreecommitdiffstats
path: root/lib/output.h
diff options
context:
space:
mode:
authorLorenz Kästle <12514511+RincewindsHat@users.noreply.github.com>2025-02-20 23:52:32 +0100
committerLorenz Kästle <12514511+RincewindsHat@users.noreply.github.com>2025-02-20 23:52:32 +0100
commit1d590a0efe4193ac9298d3eba448ab8bc3bb665b (patch)
treee0161bd9fce96d5415a62d7ed7dc6c0875192dd2 /lib/output.h
parent07873c765b73c85482436880f122882dfccd7e1b (diff)
downloadmonitoring-plugins-1d590a0efe4193ac9298d3eba448ab8bc3bb665b.tar.gz
Rename icingaweb2 format to multi-line
Diffstat (limited to 'lib/output.h')
-rw-r--r--lib/output.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/output.h b/lib/output.h
index 14c4bcf4..ffc36f53 100644
--- a/lib/output.h
+++ b/lib/output.h
@@ -29,11 +29,11 @@ typedef struct subcheck_list {
29 * Possible output formats 29 * Possible output formats
30 */ 30 */
31typedef enum output_format { 31typedef enum output_format {
32 MP_FORMAT_ICINGA_WEB_2, 32 MP_FORMAT_MULTI_LINE,
33 MP_FORMAT_TEST_JSON, 33 MP_FORMAT_TEST_JSON,
34} mp_output_format; 34} mp_output_format;
35 35
36#define MP_FORMAT_DEFAULT MP_FORMAT_ICINGA_WEB_2 36#define MP_FORMAT_DEFAULT MP_FORMAT_MULTI_LINE
37 37
38/* 38/*
39 * The main state object of a plugin. Exists only ONCE per plugin. 39 * The main state object of a plugin. Exists only ONCE per plugin.