Hashar has uploaded a new change for review.
https://gerrit.wikimedia.org/r/68044
Change subject: ganglia: define a graph view for continuous integration
......................................................................
ganglia: define a graph view for continuous integration
Ganglia has a ton of metrics, it has a support to build up views that
only contains specific metrics, thus letting us create a nice monitoring
dashboard for a specific domain.
This change implements a "contint" view that simply shows up the queue
status of Jenkins on gallium.
Change-Id: I69b6ee7ccdae44b7f5d2c9bcc22007180f3d7038
---
M manifests/misc/monitoring.pp
1 file changed, 12 insertions(+), 1 deletion(-)
git pull ssh://gerrit.wikimedia.org:29418/operations/puppet
refs/changes/44/68044/1
diff --git a/manifests/misc/monitoring.pp b/manifests/misc/monitoring.pp
index a2ec64c..6e47a92 100644
--- a/manifests/misc/monitoring.pp
+++ b/manifests/misc/monitoring.pp
@@ -86,6 +86,17 @@
kafka_broker_host_regex => 'analytics102[12].eqiad.wmnet',
kafka_producer_host_regex => 'analytics100[345689].eqiad.wmnet',
}
+
+ # basic metrics for continuous integration
+ ganglia::view { 'contint':
+ graphs => [
+ {
+ 'host_regex' => 'gallium.wikimedia.org',
+ 'metric_regex' => '^jenkins_overallload.*',
+ },
+ ],
+ }
+
}
# == Define misc:monitoring::view::udp2log
@@ -196,4 +207,4 @@
},
],
}
-}
\ No newline at end of file
+}
--
To view, visit https://gerrit.wikimedia.org/r/68044
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I69b6ee7ccdae44b7f5d2c9bcc22007180f3d7038
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Hashar <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits