diff options
author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-02-20 23:52:32 +0100 |
---|---|---|
committer | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-02-20 23:52:32 +0100 |
commit | 1d590a0efe4193ac9298d3eba448ab8bc3bb665b (patch) | |
tree | e0161bd9fce96d5415a62d7ed7dc6c0875192dd2 /lib/output.h | |
parent | 07873c765b73c85482436880f122882dfccd7e1b (diff) | |
download | monitoring-plugins-1d590a0efe4193ac9298d3eba448ab8bc3bb665b.tar.gz |
Rename icingaweb2 format to multi-line
Diffstat (limited to 'lib/output.h')
-rw-r--r-- | lib/output.h | 4 |
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 | */ |
31 | typedef enum output_format { | 31 | typedef 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. |