Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-09-10 | munin: use the same df configuration in jenkins of all the other hosts | Mattia Rizzolo | 1 | -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-19 | munin: be sure to monitor the statuse of / | Mattia Rizzolo | 1 | -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-11 | munin: df plugin: ignore the whole /dev | Mattia Rizzolo | 1 | -1/+1 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2015-12-23 | reproducible munin monitoring: ignore /srv/workspace/varlibschroot | Holger Levsen | 1 | -1/+1 | |
2015-10-04 | munin: exclude /sys/fs/cgroup in df* plugins | Holger Levsen | 1 | -1/+1 | |
2015-10-03 | munin/df plugin: exclude sysfs filesystems and /dev/shm | Holger Levsen | 1 | -2/+2 | |
2015-07-27 | move etc to hosts/jenkins/etc | Holger Levsen | 1 | -0/+6 | |