Filippo Giunchedi has submitted this change and it was merged.

Change subject: gdash: improve graphite network dashboard
......................................................................


gdash: improve graphite network dashboard

Change-Id: I7e56ee36f0bab55436f17281b3ba85e26b23ad1a
---
M files/gdash/dashboards/graphite/network_err.graph
1 file changed, 5 insertions(+), 6 deletions(-)

Approvals:
  Filippo Giunchedi: Verified; Looks good to me, approved



diff --git a/files/gdash/dashboards/graphite/network_err.graph 
b/files/gdash/dashboards/graphite/network_err.graph
index 28d8837..8cc5c77 100644
--- a/files/gdash/dashboards/graphite/network_err.graph
+++ b/files/gdash/dashboards/graphite/network_err.graph
@@ -1,10 +1,9 @@
 title   "udp errors/drops, all interfaces"
 vtitle  "packets/s"
 
-field :rx_err, :color => "green",
-               :alias => "rx errors",
-               :data  => "sumSeries(servers.graphite1001.udp.InErrors, 
servers.graphite1001.udp.NoPorts, servers.graphite1001.udp.RcvbufErrors)"
-
-field :rx_dgram, :color => "blue",
+field :rx_dgram, :color => "green",
                :alias => "rx datagrams",
-               :data  => "secondYAxis(servers.graphite1001.udp.InDatagrams)"
+               :data  => "servers.graphite1001.udp.InDatagrams"
+
+field :rx_err, :alias => "rx errors",
+               :data  => "secondYAxis(group(servers.graphite1001.udp.InErrors, 
servers.graphite1001.udp.NoPorts, servers.graphite1001.udp.RcvbufErrors))"

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I7e56ee36f0bab55436f17281b3ba85e26b23ad1a
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Filippo Giunchedi <fgiunch...@wikimedia.org>
Gerrit-Reviewer: Filippo Giunchedi <fgiunch...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to