BBlack has uploaded a new change for review.

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

Change subject: Disable cr1-esams BGP check for now
......................................................................

Disable cr1-esams BGP check for now

Change-Id: I79aad490aa2fd14c5f01e936823d93db3e32ab6e
---
M manifests/network.pp
1 file changed, 13 insertions(+), 6 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/96/165396/1

diff --git a/manifests/network.pp b/manifests/network.pp
index 17bfa8e..3649d8f 100644
--- a/manifests/network.pp
+++ b/manifests/network.pp
@@ -316,12 +316,19 @@
         description   => 'Router interfaces',
         check_command => "check_ifstatus_nomon!${snmp_ro_community}",
     }
-    @monitor_service { 'cr1-esams bgp status':
-        host          => 'cr1-esams',
-        group         => 'routers',
-        description   => 'BGP status',
-        check_command => "check_bgp!${snmp_ro_community}",
-    }
+# XXX
+# cr1-esams BGP disabled for now.  The check_bgp script takes over 100s
+#  to complete on this host currently, assuming reasonably-fair conditions
+#  on neon and the network.  Probably because esams has 238 BGP peers
+#  and it's relatively high-latency from neon.  Need to investigate a
+#  better solution, as the check_bgp perl script sucks in general and
+#  is ancient.
+#    @monitor_service { 'cr1-esams bgp status':
+#        host          => 'cr1-esams',
+#        group         => 'routers',
+#        description   => 'BGP status',
+#        check_command => "check_bgp!${snmp_ro_community}",
+#    }
 
     # cr2-knams
     @monitor_host { 'cr2-knams':

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

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

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

Reply via email to