Ottomata has uploaded a new change for review.

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


Change subject: Adding generic UDP stats to udp2log ganglia view
......................................................................

Adding generic UDP stats to udp2log ganglia view

Change-Id: I5356526a714e7c049b4cc4bc3af636a6921dc498
---
M manifests/misc/monitoring.pp
1 file changed, 12 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/46/57546/1

diff --git a/manifests/misc/monitoring.pp b/manifests/misc/monitoring.pp
index 4f8b9f1..7dc6e3c 100644
--- a/manifests/misc/monitoring.pp
+++ b/manifests/misc/monitoring.pp
@@ -86,6 +86,18 @@
                                'host_regex'   => $host_regex,
                                'metric_regex' => 'rx_queue',
                        },
+                       {
+                               'host_regex'   => $host_regex,
+                               'metric_regex' => 'UDP_InErrors',
+                       },
+                       {
+                               'host_regex'   => $host_regex,
+                               'metric_regex' => 'UDP_RcvbufErrors',
+                       },
+                       {
+                               'host_regex'   => $host_regex,
+                               'metric_regex' => 'UDP_InDatagrams',
+                       },
                ],
        }
 }
\ No newline at end of file

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

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

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

Reply via email to