Filippo Giunchedi has uploaded a new change for review.

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

Change subject: swift: raise container availability thresholds
......................................................................

swift: raise container availability thresholds

it has been observed that while object availability changes when rebalancing,
container availability acts as a good proxy for e.g. a whole machine that's in
trouble.

if these thresholds don't yield false alarms the idea is to turn them into
critical because it might indicate a real problem with swift.

Change-Id: Id39d69344d54d3e01b86bcf580c6cda65a85ca3c
---
M manifests/swift.pp
1 file changed, 3 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/22/155522/1

diff --git a/manifests/swift.pp b/manifests/swift.pp
index d097540..3d058d9 100644
--- a/manifests/swift.pp
+++ b/manifests/swift.pp
@@ -196,9 +196,9 @@
     monitor_graphite_threshold { 'swift_eqiad-prod_dispersion_container':
         description     => 'swift eqiad-prod container availability',
         metric          => 
'swift.eqiad-prod.dispersion.container.pct_found.value',
-        from            => '1hours',
-        warning         => 95,
-        critical        => 90,
+        from            => '30minutes',
+        warning         => 98,
+        critical        => 96,
         under           => true,
         nagios_critical => false
     }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id39d69344d54d3e01b86bcf580c6cda65a85ca3c
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Filippo Giunchedi <fgiunch...@wikimedia.org>

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

Reply via email to