Springle has uploaded a new change for review.

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


Change subject: Add mysqld process icinga check.
......................................................................

Add mysqld process icinga check.

Noticed that parsercache didn't have this, which lead to some
crash/restarts going unnoticed. Seems relevant for all mysql_wmf
production DBs.

Change-Id: I300727bf1af912dff7b1e57375fddead1536c7e4
---
M modules/mysql_wmf/manifests/init.pp
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/72/97672/1

diff --git a/modules/mysql_wmf/manifests/init.pp 
b/modules/mysql_wmf/manifests/init.pp
index f0fa63f..8c63012 100644
--- a/modules/mysql_wmf/manifests/init.pp
+++ b/modules/mysql_wmf/manifests/init.pp
@@ -8,6 +8,7 @@
     $mariadb = false,
     ) {
     monitor_service { 'mysql disk space': description => 'MySQL disk space', 
check_command => 'nrpe_check_disk_6_3', critical => true }
+    monitor_service { 'mysqld': description => 'mysqld processes', 
check_command => 'nrpe_check_mysqld', critical => true }
 
     #######################################################################
     ### MASTERS - make sure to update here whenever changing replication

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

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

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

Reply via email to