Changed: use_fstab for disks collection now defaults to true

This commit is contained in:
aristocratos 2021-09-26 19:35:09 +02:00
parent 68d88e6e4d
commit 2ed28fcb44

View file

@ -224,7 +224,7 @@ namespace Config {
{"swap_disk", true},
{"show_disks", true},
{"only_physical", true},
{"use_fstab", false},
{"use_fstab", true},
{"show_io_stat", true},
{"io_mode", false},
{"io_graph_combined", false},