Faidon has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/79998


Change subject: authdns: also adjust descriptions on gdnsd.pyconf
......................................................................

authdns: also adjust descriptions on gdnsd.pyconf

Duh!

Change-Id: I17816fb397e6c3ffc7cabee820bf2b2c01a9f2cd
---
M modules/authdns/files/ganglia/ganglia_gdnsd.py
M modules/authdns/files/ganglia/gdnsd.pyconf
2 files changed, 21 insertions(+), 21 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/98/79998/1

diff --git a/modules/authdns/files/ganglia/ganglia_gdnsd.py 
b/modules/authdns/files/ganglia/ganglia_gdnsd.py
index 18f14f7..97792aa 100644
--- a/modules/authdns/files/ganglia/ganglia_gdnsd.py
+++ b/modules/authdns/files/ganglia/ganglia_gdnsd.py
@@ -31,9 +31,9 @@
 }
 DESCRIPTIONS = {
     'stats_v6': 'DNS queries over IPv6',
-    'stats_badvers': ' DNS BADVERS responses',
+    'stats_badvers': 'DNS BADVERS responses',
     'stats_formerr': 'DNS FORMERR responses',
-    'stats_noerror': ' DNS NOERROR responses',
+    'stats_noerror': 'DNS NOERROR responses',
     'stats_notimp': 'DNS NOTIMP responses',
     'stats_nxdomain': 'DNS NXDOMAIN responses',
     'stats_refused': 'DNS REFUSED responses',
diff --git a/modules/authdns/files/ganglia/gdnsd.pyconf 
b/modules/authdns/files/ganglia/gdnsd.pyconf
index 7fbf65f..9724a34 100644
--- a/modules/authdns/files/ganglia/gdnsd.pyconf
+++ b/modules/authdns/files/ganglia/gdnsd.pyconf
@@ -13,78 +13,78 @@
 
     metric {
         name = "gdnsd_stats_formerr"
-        title = "FORMERR"
+        title = "DNS FORMERR responses"
     }
     metric {
         name = "gdnsd_stats_v6"
-        title = "IPv6"
+        title = "DNS queries over IPv6"
     }
     metric {
         name = "gdnsd_stats_refused"
-        title = "REFUSED"
+        title = "DNS REFUSED responses"
     }
     metric {
         name = "gdnsd_stats_badvers"
-        title = "BADVERS"
+        title = "DNS BADVERS responses"
     }
     metric {
         name = "gdnsd_stats_noerror"
-        title = "NOERROR"
+        title = "DNS NOERROR responses"
     }
     metric {
         name = "gdnsd_stats_dropped"
-        title = "Dropped"
+        title = "DNS dropped packets"
     }
     metric {
         name = "gdnsd_stats_nxdomain"
-        title = "NXDOMAIN"
+        title = "DNS NXDOMAIN responses"
     }
     metric {
         name = "gdnsd_stats_edns_clientsub"
-        title = "EDNS Client Subnet"
+        title = "DNS queries with EDNS Client Subnet"
     }
     metric {
         name = "gdnsd_stats_notimp"
-        title = "NOTIMP"
+        title = "DNS NOTIMP responses"
     }
     metric {
         name = "gdnsd_stats_edns"
-        title = "EDNS"
+        title = "DNS EDNS queries"
     }
     metric {
         name = "gdnsd_udp_edns_big"
-        title = "UDP EDNS Big"
+        title = "DNS UDP EDNS big"
     }
     metric {
         name = "gdnsd_udp_reqs"
-        title = "UDP requests"
+        title = "DNS UDP requests"
     }
     metric {
         name = "gdnsd_udp_sendfail"
-        title = "UDP sendfail"
+        title = "DNS UDP sendfail"
     }
     metric {
         name = "gdnsd_udp_edns_tc"
-        title = "UDP EDNS TC-bit"
+        title = "DNS UDP EDNS TC-bit"
     }
     metric {
         name = "gdnsd_udp_recvfail"
-        title = "UDP recvfail"
+        title = "DNS UDP recvfail"
     }
     metric {
         name = "gdnsd_udp_tc"
-        title = "UDP TC-bit"
+        title = "DNS UDP TC-bit"
     }
     metric {
         name = "gdnsd_tcp_sendfail"
-        title = "TCP sendfail"
+        title = "DNS TCP sendfail"
     }
     metric {
         name = "gdnsd_tcp_recvfail"
-        title = "TCP recvfail"
+        title = "DNS TCP recvfail"
     }
     metric {
         name = "gdnsd_tcp_reqs"
-        title = "TCP requests"
+        title = "DNS TCP requests"
     }
 }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I17816fb397e6c3ffc7cabee820bf2b2c01a9f2cd
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Faidon <fai...@wikimedia.org>

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

Reply via email to