Faidon Liambotis has submitted this change and it was merged. Change subject: Remove varnishkafka delivery errors check ......................................................................
Remove varnishkafka delivery errors check The check is probably broken as it flaps all the time, in what is probably a more permanent error. In any case, it's been spamming us with alerts for two days now and we know something's broken. Disable for now, fix later. Change-Id: I76a122e7d57da01d058bba2432dc197fb9013bef --- M manifests/role/cache.pp 1 file changed, 0 insertions(+), 10 deletions(-) Approvals: Faidon Liambotis: Looks good to me, approved jenkins-bot: Verified diff --git a/manifests/role/cache.pp b/manifests/role/cache.pp index b95b6dd..9e03305 100644 --- a/manifests/role/cache.pp +++ b/manifests/role/cache.pp @@ -481,16 +481,6 @@ nrpe_command => '/usr/lib/nagios/plugins/check_procs -c 1:1 -C varnishkafka', require => Class['::varnishkafka'], } - - # Generate an alert if we ever see any delivery report errors - monitor_ganglia { 'varnishkafka-drerr': - description => 'Varnishkafka Delivery Errors', - metric => 'kafka.varnishkafka.kafka_drerr.per_second', - # alert if this is anything other than 0.0 - warning => '\!0.0:0.0', - critical => '\!0.0:0.0', - require => Class['::varnishkafka::monitoring'], - } } } -- To view, visit https://gerrit.wikimedia.org/r/138302 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I76a122e7d57da01d058bba2432dc197fb9013bef Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Faidon Liambotis <fai...@wikimedia.org> Gerrit-Reviewer: Faidon Liambotis <fai...@wikimedia.org> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits