diff options
author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-02-20 23:45:13 +0100 |
---|---|---|
committer | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-02-20 23:45:13 +0100 |
commit | 3cd29d86cc51b763a0cf706e64884602cb3c9314 (patch) | |
tree | 593af7298d973a61e8f37309c9e0e2b1ce68b45e /lib/output.h | |
parent | f7f958eee739ae1a61859c834ec3531de384fe6f (diff) | |
download | monitoring-plugins-3cd29d86cc51b763a0cf706e64884602cb3c9314.tar.gz |
Remove output formats one-line and summary-only
Diffstat (limited to 'lib/output.h')
-rw-r--r-- | lib/output.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/output.h b/lib/output.h index c7455d29..14c4bcf4 100644 --- a/lib/output.h +++ b/lib/output.h | |||
@@ -29,9 +29,7 @@ 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_ONE_LINE, | ||
33 | MP_FORMAT_ICINGA_WEB_2, | 32 | MP_FORMAT_ICINGA_WEB_2, |
34 | MP_FORMAT_SUMMARY_ONLY, | ||
35 | MP_FORMAT_TEST_JSON, | 33 | MP_FORMAT_TEST_JSON, |
36 | } mp_output_format; | 34 | } mp_output_format; |
37 | 35 | ||