Filippo Giunchedi has submitted this change and it was merged. ( 
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/role/manifests/statsd.pp
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  jenkins-bot: Verified
  Filippo Giunchedi: Looks good to me, approved



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: merged
Gerrit-Change-Id: I77d88a3ab9913ae63466cc6ce15e146362f06e0d
Gerrit-PatchSet: 3
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Filippo Giunchedi <[email protected]>
Gerrit-Reviewer: Filippo Giunchedi <[email protected]>
Gerrit-Reviewer: Giuseppe Lavagetto <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to