diff options
author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-03-17 13:24:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-17 13:24:55 +0100 |
commit | 544a3a1328566eb395f80d233a4a3eaf3bacf306 (patch) | |
tree | dcbbeb558359492541a27cbcc78d70ba6a498ac6 /plugins/check_swap.d/check_swap.h | |
parent | af6cfefaacbb15bf371e0d59383b54ff695d1529 (diff) | |
parent | e04d2ec8c6014eaeb3c5ca51ff2dcb0f340a3a22 (diff) | |
download | monitoring-plugins-544a3a1328566eb395f80d233a4a3eaf3bacf306.tar.gz |
Merge pull request #2110 from RincewindsHat/netbsd-fixes
Netbsd fixes
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; |