Ottomata has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/202050

Change subject: Don't use critical => 'true' for eventlogging disk space 
alerts; also fix /srv alert path
......................................................................

Don't use critical => 'true' for eventlogging disk space alerts; also fix /srv 
alert path

Change-Id: I7a62fedd1704d711e9e30c37396ad7dfef35838f
---
M manifests/role/eventlogging.pp
1 file changed, 1 insertion(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/50/202050/1

diff --git a/manifests/role/eventlogging.pp b/manifests/role/eventlogging.pp
index b392ce0..829f80f 100644
--- a/manifests/role/eventlogging.pp
+++ b/manifests/role/eventlogging.pp
@@ -185,7 +185,6 @@
     nrpe::monitor_service { 'eventlogging_root_disk_space':
         description   => 'Eventlogging / disk space',
         nrpe_command  => '/usr/lib/nagios/plugins/check_disk -w 1024M -c 512M 
-p /',
-        critical      => 'true',
         contact_group => 'analytics',
     }
 
@@ -195,8 +194,7 @@
     # 50G gives us about 1 day.  Logrotate should keep enough disk space free.
     nrpe::monitor_service { 'eventlogging_srv_disk_space':
         description   => 'Eventlogging /srv disk space',
-        nrpe_command  => '/usr/lib/nagios/plugins/check_disk -w 100000M -c 
50000M -p /',
-        critical      => 'true',
+        nrpe_command  => '/usr/lib/nagios/plugins/check_disk -w 100000M -c 
50000M -p /srv',
         contact_group => 'analytics',
     }
 }

-- 
To view, visit https://gerrit.wikimedia.org/r/202050
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I7a62fedd1704d711e9e30c37396ad7dfef35838f
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Ottomata <o...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to