Rush has submitted this change and it was merged.
Change subject: update checker.tools.wmflabs.org toolscron endpoint
......................................................................
update checker.tools.wmflabs.org toolscron endpoint
This is erroneously a dupe of showmount
Change-Id: If15012fb2c2dcf87404e88c6c416e86c47fe35d5
---
M modules/icinga/manifests/monitor/toollabs.pp
1 file changed, 4 insertions(+), 1 deletion(-)
Approvals:
Rush: Verified; Looks good to me, approved
diff --git a/modules/icinga/manifests/monitor/toollabs.pp
b/modules/icinga/manifests/monitor/toollabs.pp
index 4252b27..abee4e1 100644
--- a/modules/icinga/manifests/monitor/toollabs.pp
+++ b/modules/icinga/manifests/monitor/toollabs.pp
@@ -38,6 +38,7 @@
# complex checks via a wsgi app running on a cluster for this purpose.
# these checks are used to track uptime and availability via
# catchpoint as well as for general alerting and administration.
+ # Grid contexual checks run as the 'toolschecker' user
$test_entry_host = 'checker.tools.wmflabs.org'
@monitoring::host { $test_entry_host:
host_fqdn => $test_entry_host,
@@ -97,9 +98,11 @@
host => $test_entry_host,
}
+ # become toolschecker
+ # crontab -e (from a bastion)
monitoring::service { 'tools-checker-toolscron':
description => 'check mtime mod from tools cron job',
- check_command => "${checker}!/nfs/showmount!OK",
+ check_command => "${checker}!/toolscron!OK",
host => $test_entry_host,
}
--
To view, visit https://gerrit.wikimedia.org/r/288601
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: If15012fb2c2dcf87404e88c6c416e86c47fe35d5
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Rush <[email protected]>
Gerrit-Reviewer: Rush <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits