diff options
Diffstat (limited to 'plugins/check_swap.d/check_swap.h')
-rw-r--r-- | plugins/check_swap.d/check_swap.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/check_swap.d/check_swap.h b/plugins/check_swap.d/check_swap.h index e3e350c5..5d878989 100644 --- a/plugins/check_swap.d/check_swap.h +++ b/plugins/check_swap.d/check_swap.h | |||
@@ -8,7 +8,6 @@ | |||
8 | #endif | 8 | #endif |
9 | 9 | ||
10 | typedef struct { | 10 | typedef struct { |
11 | bool is_set; | ||
12 | bool is_percentage; | 11 | bool is_percentage; |
13 | uint64_t value; | 12 | uint64_t value; |
14 | } check_swap_threshold; | 13 | } check_swap_threshold; |
@@ -28,7 +27,9 @@ typedef struct { | |||
28 | typedef struct { | 27 | typedef struct { |
29 | bool allswaps; | 28 | bool allswaps; |
30 | int no_swap_state; | 29 | int no_swap_state; |
30 | bool warn_is_set; | ||
31 | check_swap_threshold warn; | 31 | check_swap_threshold warn; |
32 | bool crit_is_set; | ||
32 | check_swap_threshold crit; | 33 | check_swap_threshold crit; |
33 | bool on_aix; | 34 | bool on_aix; |
34 | int conversion_factor; | 35 | int conversion_factor; |