From b3e6cd91e61b364de2e6a80d7e721166748aac11 Mon Sep 17 00:00:00 2001 From: Julien Cristau Date: Tue, 8 Oct 2019 10:07:02 +0200 Subject: [PATCH] Don't complain about vittoria:/srv until there's 5% left The video team seem to like to keep it full. --- config/nagios-master.cfg | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config/nagios-master.cfg b/config/nagios-master.cfg index 7c2916f..0dfd208 100644 --- a/config/nagios-master.cfg +++ b/config/nagios-master.cfg @@ -1463,6 +1463,12 @@ services: servicegroups: diskspace nrpe: "/usr/lib/nagios/plugins/check_disk 90 95 /srv" hostgroups: hassrvfs + excludehosts: vittoria + - + name: disk usage on /srv + servicegroups: diskspace + nrpe: "/usr/lib/nagios/plugins/check_disk 95 98 /srv" + hosts: vittoria - name: disk usage on /var/lib/postgresql servicegroups: diskspace -- 2.20.1