diff options
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. |