Ottomata has submitted this change and it was merged.

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(-)

Approvals:
  Ottomata: Verified; Looks good to me, approved
  jenkins-bot: Verified



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: merged
Gerrit-Change-Id: I5356526a714e7c049b4cc4bc3af636a6921dc498
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Ottomata <[email protected]>
Gerrit-Reviewer: Ottomata <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to