Yuvipanda has uploaded a new change for review.

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

Change subject: labs: Add monitoring for high iowait on labstore instances
......................................................................

labs: Add monitoring for high iowait on labstore instances

Bug: T94606
Change-Id: I67ae83fbca719f16730e21af102d7446e1148503
---
M manifests/role/labsnfs.pp
1 file changed, 9 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/91/201591/1

diff --git a/manifests/role/labsnfs.pp b/manifests/role/labsnfs.pp
index dd3ab9b..d326433 100644
--- a/manifests/role/labsnfs.pp
+++ b/manifests/role/labsnfs.pp
@@ -71,4 +71,13 @@
         percentage  => '10',        # smooth over peaks
     }
 
+    monitoring::graphite_threshold { 'high_iowait_stalling':
+        description => 'Persistent high iowait',
+        metric      => "servers.${::hostname}.cpu.total.iowait.value",
+        from        => '10min',
+        warning     => '40',
+        critical    => '50',
+        percentage  => '50', # Spikes shouldn't last long at all
+    }
+
 }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I67ae83fbca719f16730e21af102d7446e1148503
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Yuvipanda <yuvipa...@gmail.com>

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

Reply via email to