Andrew Bogott has submitted this change and it was merged.
Change subject: labmon: Add contint monitoring for /mnt space as well
......................................................................
labmon: Add contint monitoring for /mnt space as well
Change-Id: Iaa70cd8647af75c46bb2fc3df3ebbe13d0d5d1a7
---
M modules/contint/manifests/monitoring.pp
1 file changed, 11 insertions(+), 0 deletions(-)
Approvals:
Krinkle: Looks good to me, but someone else must approve
Andrew Bogott: Looks good to me, approved
Hashar: Looks good to me, but someone else must approve
jenkins-bot: Verified
diff --git a/modules/contint/manifests/monitoring.pp
b/modules/contint/manifests/monitoring.pp
index 2a45e9f..6355fc2 100644
--- a/modules/contint/manifests/monitoring.pp
+++ b/modules/contint/manifests/monitoring.pp
@@ -32,6 +32,17 @@
series => true,
}
+ monitor_graphite_threshold { 'contint-low-space-mnt':
+ description => 'CI: Low disk space on /mnt',
+ metric => 'integration.*.diskspace._mnt.byte_avail.value',
+ warning => 17179869184, # 16GiB
+ critical => 1073741824, # 1 GiB
+ under => true,
+ graphite_url => 'http://labmon1001.eqiad.wmnet',
+ contact_group => 'contint',
+ series => true,
+ }
+
monitor_graphite_threshold { 'contint-low-space-root':
description => 'CI: Low disk space on /',
metric => 'integration.*.diskspace.root.byte_avail.value',
--
To view, visit https://gerrit.wikimedia.org/r/161019
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Iaa70cd8647af75c46bb2fc3df3ebbe13d0d5d1a7
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Yuvipanda <[email protected]>
Gerrit-Reviewer: Andrew Bogott <[email protected]>
Gerrit-Reviewer: Dzahn <[email protected]>
Gerrit-Reviewer: Hashar <[email protected]>
Gerrit-Reviewer: Krinkle <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits