Filippo Giunchedi has submitted this change and it was merged.
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(-)
Approvals:
Filippo Giunchedi: Verified; Looks good to me, approved
jenkins-bot: Verified
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: merged
Gerrit-Change-Id: Id39d69344d54d3e01b86bcf580c6cda65a85ca3c
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Filippo Giunchedi <[email protected]>
Gerrit-Reviewer: Filippo Giunchedi <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits