diff options
author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-02-21 14:33:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-21 14:33:24 +0100 |
commit | 75658bd04d84d037dbcc9fafd9f7860555ac4836 (patch) | |
tree | 6b50ee39401c68a27757abac785c931bd82ae02d /lib/monitoringplug.h | |
parent | b38dec3e9b45efa6a6631acc38ada853e69fc547 (diff) | |
parent | 7c8c9d9b3e7bb6c29d82788d05d74e3f18f01aa5 (diff) | |
download | monitoring-plugins-master.tar.gz |
Feature/new output infra
Diffstat (limited to 'lib/monitoringplug.h')
-rw-r--r-- | lib/monitoringplug.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/monitoringplug.h b/lib/monitoringplug.h new file mode 100644 index 00000000..a555d736 --- /dev/null +++ b/lib/monitoringplug.h | |||
@@ -0,0 +1,7 @@ | |||
1 | #pragma once | ||
2 | |||
3 | #include "./states.h" | ||
4 | #include "./utils_base.h" | ||
5 | #include "./thresholds.h" | ||
6 | #include "./maxfd.h" | ||
7 | #include "./output.h" | ||