diff options
author | Lorenz <12514511+RincewindsHat@users.noreply.github.com> | 2023-03-11 09:27:43 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-11 09:27:43 (GMT) |
commit | 357787868b5201ec3e874e7a225b1c944cbbdb4d (patch) | |
tree | b15068501b8f115269b6e5d52a6fb5e3308aa87e /lib/utils_disk.h | |
parent | 269718094177fb8a7e3d3005d1310495009fe8c4 (diff) | |
parent | 3e7da5f970d73df91fad32f4dce259d30cdbbd65 (diff) | |
download | monitoring-plugins-3577878.tar.gz |
Merge pull request #1801 from KriSchu/feature_check_disk_add_ignore_missing_option
check_disk: add ignore-missing option to return OK for missing fs
Diffstat (limited to 'lib/utils_disk.h')
-rw-r--r-- | lib/utils_disk.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/utils_disk.h b/lib/utils_disk.h index bf52e4c..3b5a45f 100644 --- a/lib/utils_disk.h +++ b/lib/utils_disk.h | |||
@@ -24,6 +24,7 @@ struct parameter_list | |||
24 | char *group; | 24 | char *group; |
25 | struct mount_entry *best_match; | 25 | struct mount_entry *best_match; |
26 | struct parameter_list *name_next; | 26 | struct parameter_list *name_next; |
27 | struct parameter_list *name_prev; | ||
27 | uintmax_t total, available, available_to_root, used, | 28 | uintmax_t total, available, available_to_root, used, |
28 | inodes_free, inodes_free_to_root, inodes_used, inodes_total; | 29 | inodes_free, inodes_free_to_root, inodes_used, inodes_total; |
29 | double dfree_pct, dused_pct; | 30 | double dfree_pct, dused_pct; |