Yuvipanda has uploaded a new change for review.

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

Change subject: Revert "icinga: Make the tools checks not page temporarily"
......................................................................

Revert "icinga: Make the tools checks not page temporarily"

Make this page again.

Bug: T136775

This reverts commit ae16c7e7c60ded57f5abd1c0af16666c53060cff.

Change-Id: I369401aceca17b726ec6477064d57ea0216357cd
---
M modules/icinga/manifests/monitor/toollabs.pp
1 file changed, 3 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/11/292311/1

diff --git a/modules/icinga/manifests/monitor/toollabs.pp 
b/modules/icinga/manifests/monitor/toollabs.pp
index d90e00d..0e20c8f 100644
--- a/modules/icinga/manifests/monitor/toollabs.pp
+++ b/modules/icinga/manifests/monitor/toollabs.pp
@@ -51,7 +51,7 @@
         description   => 'toolschecker service itself needs to return OK',
         check_command => "${checker}!/self!OK",
         host          => $test_entry_host,
-        critical      => false,
+        critical      => true,
     }
 
     monitoring::service { 'tools-checker-dumps':
@@ -70,7 +70,7 @@
         description   => 'Test LDAP for query',
         check_command => "${checker}!/ldap!OK",
         host          => $test_entry_host,
-        critical      => false,
+        critical      => true,
     }
 
     monitoring::service { 'tools-checker-puppetmaster-eqiad':
@@ -89,7 +89,7 @@
         description   => 'NFS read/writeable on labs instances',
         check_command => "${checker}!/nfs/home!OK",
         host          => $test_entry_host,
-        critical      => false,
+        critical      => true,
     }
 
     # new instances will block on this for spinup if failing

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I369401aceca17b726ec6477064d57ea0216357cd
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Yuvipanda <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to