Ottomata has submitted this change and it was merged.

Change subject: Use correct class graphite::monitoring_threshold for Kafka 
graphite based alert
......................................................................


Use correct class graphite::monitoring_threshold for Kafka graphite based alert

Change-Id: Ic2724303ae2f6aaa0bdd86285ae22ecace06f6b2
---
M manifests/role/analytics/kafka.pp
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Ottomata: Verified; Looks good to me, approved



diff --git a/manifests/role/analytics/kafka.pp 
b/manifests/role/analytics/kafka.pp
index dbab191..c0debf8 100644
--- a/manifests/role/analytics/kafka.pp
+++ b/manifests/role/analytics/kafka.pp
@@ -237,7 +237,7 @@
         }
 
         # Alert if any Kafka Broker replica lag is too high
-        monitoring::graphite { 'kafka-broker-Replica-MaxLag':
+        monitoring::graphite_threshold { 'kafka-broker-Replica-MaxLag':
             description => 'Kafka Broker Replica Max Lag',
             metric      => 
"kafka.${graphite_broker_key}.kafka.server.ReplicaFetcherManager.MaxLag.Value",
             # As of 2014-02 replag could catch up at more than 1000 msgs / sec,

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ic2724303ae2f6aaa0bdd86285ae22ecace06f6b2
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Ottomata <[email protected]>
Gerrit-Reviewer: Ottomata <[email protected]>

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

Reply via email to