Yuvipanda has submitted this change and it was merged.

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


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

Make america 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(-)

Approvals:
  Yuvipanda: Verified; Looks good to me, approved
  Rush: Looks good to me, but someone else must approve



diff --git a/modules/icinga/manifests/monitor/toollabs.pp 
b/modules/icinga/manifests/monitor/toollabs.pp
index b56470a..9f6d088 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: merged
Gerrit-Change-Id: I369401aceca17b726ec6477064d57ea0216357cd
Gerrit-PatchSet: 3
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Yuvipanda <[email protected]>
Gerrit-Reviewer: Rush <[email protected]>
Gerrit-Reviewer: Yuvipanda <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to