Filippo Giunchedi has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/393607 )

Change subject: role: bump statsd inbound udp error threshold
......................................................................

role: bump statsd inbound udp error threshold

A limitation of check_prometheus_metrics ATM (bash, only integers)

Change-Id: I77d88a3ab9913ae63466cc6ce15e146362f06e0d
---
M modules/cdh
M modules/role/manifests/statsd.pp
2 files changed, 3 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/07/393607/1

diff --git a/modules/cdh b/modules/cdh
index fda7164..1d5b40f 160000
--- a/modules/cdh
+++ b/modules/cdh
@@ -1 +1 @@
-Subproject commit fda7164e9696a9563a201c046ab2c5d9219a28f4
+Subproject commit 1d5b40f8adf3e9e9698494d32c610bae2952734b
diff --git a/modules/role/manifests/statsd.pp b/modules/role/manifests/statsd.pp
index d1190cf..9bbb447 100644
--- a/modules/role/manifests/statsd.pp
+++ b/modules/role/manifests/statsd.pp
@@ -73,8 +73,8 @@
         description    => 'statsd UDP receive errors are elevated',
         dashboard_link => 
"https://grafana.wikimedia.org/dashboard/db/graphite-${::site}?orgId=1&refresh=1m&panelId=16&fullscreen";,
         query          => "100 * 
rate(node_netstat_Udp_InErrors${prometheus_labels}[5m]) / 
rate(node_netstat_Udp_InDatagrams${prometheus_labels}[5m])",
-        warning        => 0.7,
-        critical       => 1,
+        warning        => 1,
+        critical       => 2,
         prometheus_url => "http://prometheus.svc.${::site}.wmnet/ops";,
     }
 }

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

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

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

Reply via email to