mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-02-20 00:10:09 -05:00
Merge 2600b6f0eb into 15b9a39b60
This commit is contained in:
commit
84e24ad8af
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