Ottomata has uploaded a new change for review.

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


Change subject: Adding send stats to udp2log view as well.
......................................................................

Adding send stats to udp2log view as well.

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


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/02/57602/1

diff --git a/manifests/misc/monitoring.pp b/manifests/misc/monitoring.pp
index b8161ef..d18fdcf 100644
--- a/manifests/misc/monitoring.pp
+++ b/manifests/misc/monitoring.pp
@@ -102,6 +102,16 @@
                                'metric_regex' => 'UDP_InDatagrams',
                                'type'         => 'stack',
                        },
+                       {
+                               'host_regex'   => $host_regex,
+                               'metric_regex' => 'UDP_SndbufErrors',
+                               'type'         => 'stack',
+                       },
+                       {
+                               'host_regex'   => $host_regex,
+                               'metric_regex' => 'UDP_OutDatagrams',
+                               'type'         => 'stack',
+                       },
                ],
        }
 }
\ No newline at end of file

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibd9dd7c9a8e82068aeae800f3a273d5c18ae0a07
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