mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-06-10 17:20:05 -04:00
Merge 2600b6f0eb into 1eace3a997
This commit is contained in:
commit
bf576a9512
1 changed files with 3 additions and 0 deletions
|
|
@ -442,6 +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, "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