diff options
author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-07-06 21:59:12 +0200 |
---|---|---|
committer | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-07-06 22:46:41 +0200 |
commit | 351b104894fd52e634d60d79f573be682a2da8d4 (patch) | |
tree | 48ed9ee0d850601d6f6b04f3f6e11cce469f95a0 /plugins/check_load.d/config.h | |
parent | b002a6870b6ef9333d3234cec58b8c2fc1acfeec (diff) | |
download | monitoring-plugins-351b104894fd52e634d60d79f573be682a2da8d4.tar.gz |
check_load some number type fixes
Diffstat (limited to 'plugins/check_load.d/config.h')
-rw-r--r-- | plugins/check_load.d/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_load.d/config.h b/plugins/check_load.d/config.h index d399c19c..fd735455 100644 --- a/plugins/check_load.d/config.h +++ b/plugins/check_load.d/config.h | |||
@@ -6,7 +6,7 @@ typedef struct { | |||
6 | mp_thresholds th_load[3]; | 6 | mp_thresholds th_load[3]; |
7 | 7 | ||
8 | bool take_into_account_cpus; | 8 | bool take_into_account_cpus; |
9 | int n_procs_to_show; | 9 | unsigned long n_procs_to_show; |
10 | 10 | ||
11 | mp_output_format output_format; | 11 | mp_output_format output_format; |
12 | bool output_format_set; | 12 | bool output_format_set; |