summaryrefslogtreecommitdiffstats
path: root/hosts/jenkins/etc/munin/plugin-conf.d/df
AgeCommit message (Collapse)AuthorFilesLines
2017-11-21ignore /srv/workspace/chroots/ for the df munin plugin on jenkinsHolger Levsen1-1/+1
Signed-off-by: Holger Levsen <holger@layer-acht.org>
2017-09-10munin: use the same df configuration in jenkins of all the other hostsMattia Rizzolo1-2/+1
This actually fixes some things: * includes / without any special include_re option * includes /var/lib/jenkins/jobs previously excluded * includes /var/lib/jenkins/userContent/reproducible previously excluded That's because the "/dev" exclusion done before would exclude *all* filesystems except tmpfs ones unless explcitly included. Before and after this change: mattia@jenkins ~ % sudo -u munin munin-run df _dev_vda1.value 68.3826224440343 _tmp.value 0.114949544270833 _srv_workspace.value 7.53729629516602 mattia@jenkins ~ % sudo -u munin munin-run df _dev_vda1.value 67.8452744054589 _tmp.value 0.114415486653646 _srv_workspace.value 6.10711669921875 _dev_vde1.value 46.6654873821986 _dev_mapper_reproducible_userContent.value 67.0841474271059 mattia@jenkins ~ % Signed-off-by: Mattia Rizzolo <mattia@debian.org>
2017-01-19munin: be sure to monitor the statuse of /Mattia Rizzolo1-0/+1
In jenkins.d.n this was excluded, probably becuase the same device is also mounted under the schroots (?), and exclude_re exclude the schroot mount point, and the regexp is applied way too broadly… Signed-off-by: Holger Levsen <holger@layer-acht.org>
2016-09-11munin: df plugin: ignore the whole /devMattia Rizzolo1-1/+1
Signed-off-by: Holger Levsen <holger@layer-acht.org>
2015-12-23reproducible munin monitoring: ignore /srv/workspace/varlibschrootHolger Levsen1-1/+1
2015-10-04munin: exclude /sys/fs/cgroup in df* pluginsHolger Levsen1-1/+1
2015-10-03munin/df plugin: exclude sysfs filesystems and /dev/shmHolger Levsen1-2/+2
2015-07-27move etc to hosts/jenkins/etcHolger Levsen1-0/+6