Commit 2835fb50 authored by Petter Reinholdtsen's avatar Petter Reinholdtsen
Browse files

Add rules to ignore file system types cgroup2 and configfs in Nagios/Icinga.

parent 7e0724e0
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
sitesummary (0.1.38) UNRELEASED; urgency=medium

  * Add rules to ignore file system types cgroup2 and configfs in
    Nagios/Icinga.

 -- Petter Reinholdtsen <pere@debian.org>  Wed, 12 Dec 2018 12:43:58 +0100

sitesummary (0.1.37) unstable; urgency=medium

  [ Petter Reinholdtsen ]
+2 −0
Original line number Diff line number Diff line
@@ -523,7 +523,9 @@ sub generate_nagios_config {
                         $fs eq "bdev" ||
                         $fs eq "binfmt_misc" ||
                         $fs eq "cgroup" ||
                         $fs eq "cgroup2" ||
                         $fs eq "cifs" ||
                         $fs eq "configfs" ||
                         $fs eq "cpuset" ||
                         $fs eq "debugfs" ||
                         $fs eq "fuse.ltspfs" ||