diff options
author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-02-18 21:58:34 +0100 |
---|---|---|
committer | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-02-18 21:58:34 +0100 |
commit | 0645c9fc2c7f801ba3c7d68a17c137a63ada299f (patch) | |
tree | ce222906f546f03301defba9ce81ba57591a8eb3 /lib/monitoringplug.h | |
parent | 39680498ee0987a5e0eb203a2c0539aa1fa94d39 (diff) | |
download | monitoring-plugins-0645c9fc2c7f801ba3c7d68a17c137a63ada299f.tar.gz |
Implement new output functionality
Diffstat (limited to 'lib/monitoringplug.h')
-rw-r--r-- | lib/monitoringplug.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/monitoringplug.h b/lib/monitoringplug.h new file mode 100644 index 00000000..5f05a974 --- /dev/null +++ b/lib/monitoringplug.h | |||
@@ -0,0 +1,8 @@ | |||
1 | #pragma once | ||
2 | |||
3 | #include "./states.h" | ||
4 | #include "./utils.h" | ||
5 | #include "./utils_base.h" | ||
6 | #include "./thresholds.h" | ||
7 | #include "./maxfd.h" | ||
8 | #include "./output.h" | ||