mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-06-08 16:26:23 -04:00
check_disk: do not exclude tmpfs, exclude efivars
This commit is contained in:
parent
9eb9837248
commit
2600b6f0eb
1 changed files with 1 additions and 1 deletions
|
|
@ -442,9 +442,9 @@ check_disk_config_wrapper process_arguments(int argc, char **argv) {
|
|||
result.config.mount_list = read_file_system_list(false);
|
||||
|
||||
np_add_regex(&result.config.fs_exclude_list, "iso9660", REG_EXTENDED);
|
||||
np_add_regex(&result.config.fs_exclude_list, "tmpfs", REG_EXTENDED);
|
||||
np_add_regex(&result.config.fs_exclude_list, "devtmpfs", REG_EXTENDED);
|
||||
np_add_regex(&result.config.fs_exclude_list, "tracefs", REG_EXTENDED);
|
||||
np_add_regex(&result.config.fs_exclude_list, "efivars", REG_EXTENDED);
|
||||
|
||||
while (true) {
|
||||
int option = 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue