diff options
| author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-06-28 09:53:59 +0200 |
|---|---|---|
| committer | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-06-28 09:53:59 +0200 |
| commit | 882ef5015f43856994be5a3766ca3fe2005908b0 (patch) | |
| tree | 3ed241a4f9ac3d1e01acd70a5df81b62a807a034 /plugins/check_swap.d/check_swap.h | |
| parent | a746576b8cb72a3233caf5ac852b2679cc98d80c (diff) | |
| parent | f43c52194ce60b7a7fec463be0df7025705b8924 (diff) | |
| download | monitoring-plugins-882ef501.tar.gz | |
Merge branch 'master' into refactor/check_procs
Diffstat (limited to 'plugins/check_swap.d/check_swap.h')
| -rw-r--r-- | plugins/check_swap.d/check_swap.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/plugins/check_swap.d/check_swap.h b/plugins/check_swap.d/check_swap.h index 1000fc9e..da08d65a 100644 --- a/plugins/check_swap.d/check_swap.h +++ b/plugins/check_swap.d/check_swap.h | |||
| @@ -1,7 +1,8 @@ | |||
| 1 | #pragma once | 1 | #pragma once |
| 2 | 2 | ||
| 3 | #include "../common.h" | 3 | #include "../common.h" |
| 4 | #include "output.h" | 4 | #include "../../lib/output.h" |
| 5 | #include "../../lib/states.h" | ||
| 5 | 6 | ||
| 6 | #ifndef SWAP_CONVERSION | 7 | #ifndef SWAP_CONVERSION |
| 7 | # define SWAP_CONVERSION 1 | 8 | # define SWAP_CONVERSION 1 |
| @@ -26,7 +27,7 @@ typedef struct { | |||
| 26 | 27 | ||
| 27 | typedef struct { | 28 | typedef struct { |
| 28 | bool allswaps; | 29 | bool allswaps; |
| 29 | int no_swap_state; | 30 | mp_state_enum no_swap_state; |
| 30 | bool warn_is_set; | 31 | bool warn_is_set; |
| 31 | check_swap_threshold warn; | 32 | check_swap_threshold warn; |
| 32 | bool crit_is_set; | 33 | bool crit_is_set; |
