From: Peter Palfrader Date: Wed, 21 Apr 2010 13:01:14 +0000 (+0200) Subject: Raise farm warning threshold X-Git-Url: https://wiki.adam-barratt.org.uk/gitweb/?a=commitdiff_plain;h=0ea62b907acf6a7375edc2490176ac64cfaf6644;p=mirror%2Fdsa-nagios.git Raise farm warning threshold --- diff --git a/config/nagios-master.cfg b/config/nagios-master.cfg index a8ee1ba..c19b7eb 100644 --- a/config/nagios-master.cfg +++ b/config/nagios-master.cfg @@ -1050,22 +1050,22 @@ services: - name: disk usage on /srv/farm-snapshot/farm-0123 servicegroups: diskspace - nrpe: "/usr/lib/nagios/plugins/check_disk 85 95 /srv/farm-snapshot/farm-0123" + nrpe: "/usr/lib/nagios/plugins/check_disk 90 95 /srv/farm-snapshot/farm-0123" hosts: sibelius - name: disk usage on /srv/farm-snapshot/farm-4567 servicegroups: diskspace - nrpe: "/usr/lib/nagios/plugins/check_disk 85 95 /srv/farm-snapshot/farm-4567" + nrpe: "/usr/lib/nagios/plugins/check_disk 90 95 /srv/farm-snapshot/farm-4567" hosts: sibelius - name: disk usage on /srv/farm-snapshot/farm-89ab servicegroups: diskspace - nrpe: "/usr/lib/nagios/plugins/check_disk 85 95 /srv/farm-snapshot/farm-89ab" + nrpe: "/usr/lib/nagios/plugins/check_disk 90 95 /srv/farm-snapshot/farm-89ab" hosts: sibelius - name: disk usage on /srv/farm-snapshot/farm-cdef servicegroups: diskspace - nrpe: "/usr/lib/nagios/plugins/check_disk 85 95 /srv/farm-snapshot/farm-cdef" + nrpe: "/usr/lib/nagios/plugins/check_disk 90 95 /srv/farm-snapshot/farm-cdef" hosts: sibelius ############ All Computers ############