[debian-edu-commits] [Git][debian-edu/upstream/sitesummary][master] Add rules to ignore file system types cgroup2 and configfs in Nagios/Icinga.
Petter Reinholdtsen
gitlab at salsa.debian.org
Wed Dec 12 11:44:51 GMT 2018
Petter Reinholdtsen pushed to branch master at Debian Edu / upstream / sitesummary
Commits:
2835fb50 by Petter Reinholdtsen at 2018-12-12T11:44:42Z
Add rules to ignore file system types cgroup2 and configfs in Nagios/Icinga.
- - - - -
2 changed files:
- debian/changelog
- sitesummary-nodes
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+sitesummary (0.1.38) UNRELEASED; urgency=medium
+
+ * Add rules to ignore file system types cgroup2 and configfs in
+ Nagios/Icinga.
+
+ -- Petter Reinholdtsen <pere at debian.org> Wed, 12 Dec 2018 12:43:58 +0100
+
sitesummary (0.1.37) unstable; urgency=medium
[ Petter Reinholdtsen ]
=====================================
sitesummary-nodes
=====================================
@@ -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" ||
View it on GitLab: https://salsa.debian.org/debian-edu/upstream/sitesummary/commit/2835fb50ae449cbc754ec44ae135715becb3fdab
--
View it on GitLab: https://salsa.debian.org/debian-edu/upstream/sitesummary/commit/2835fb50ae449cbc754ec44ae135715becb3fdab
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-edu-commits/attachments/20181212/d154ccf4/attachment-0001.html>
More information about the debian-edu-commits
mailing list