Dzahn has uploaded a new change for review.

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

Change subject: phab: add monitoring class, monitor TaskMaster
......................................................................

phab: add monitoring class, monitor TaskMaster

add a monitoring class and include it

add process monitoring of PhabricatorTaskmasterDaemon

currently we have around 20 processes running that match this

setting it to warn under 10 and over 40,
crit under 1 and over 50. let me know if you think i should
change these numbers

also, want me to additionally monitor processes matching these?

"PhabricatorGarbageCollectorDaemon"
"PhabricatorRepositoryPullLocalDaemon"

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


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/85/169585/1

diff --git a/modules/phabricator/manifests/init.pp 
b/modules/phabricator/manifests/init.pp
index 3613591..98ce553 100644
--- a/modules/phabricator/manifests/init.pp
+++ b/modules/phabricator/manifests/init.pp
@@ -82,6 +82,7 @@
 ) {
 
     include phabricator::migration
+    include phabricator::monitoring
 
     #A combination of static and dynamic conf parameters must be merged
     $module_path = get_module_path($module_name)

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibde3f548c7de34c038346ed62abf213b5d9384c2
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Dzahn <dz...@wikimedia.org>

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

Reply via email to