Skip to content
Snippets Groups Projects
Commit de7186a9 authored by Tibo's avatar Tibo
Browse files

skip udev and overlay filesystems

parent f41ea3da
No related branches found
No related tags found
No related merge requests found
Pipeline #3141 failed
......@@ -53,7 +53,7 @@ class Disks extends \App\AbstractSensor
return max($all_status);
}
public static $skip_fs = ["none", "tmpfs", "shm"];
public static $skip_fs = ["none", "tmpfs", "shm", "udev", "overlay"];
public static function parse(string $string)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment