Dzahn has uploaded a new change for review. https://gerrit.wikimedia.org/r/214486
Change subject: mailman I/O monitoring: adjust Read Requests/Sec ...................................................................... mailman I/O monitoring: adjust Read Requests/Sec Adjust the threshold for 'Read Requests/Sec' based on alerting history. Highest value seen recently was 350. To stop false positives when backup is running as reported by jcrespo. https://icinga.wikimedia.org/cgi-bin/icinga/history.cgi?host=sodium&service=mailman+I%2FO+stats Bug:T84150 Change-Id: Ifa590ac265937367bed8168dca87f97343d5c063 --- M manifests/role/mail.pp 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/86/214486/1 diff --git a/manifests/role/mail.pp b/manifests/role/mail.pp index 49417ed..136c222 100644 --- a/manifests/role/mail.pp +++ b/manifests/role/mail.pp @@ -187,7 +187,7 @@ # values chosen based on i/o averages for sodium nrpe::monitor_service { 'mailman_iostat': description => 'mailman I/O stats', - nrpe_command => '/usr/local/lib/nagios/plugins/check_iostat -i -w 250,40,300,4000,5500 -c 500,80,600,8000,11000', + nrpe_command => '/usr/local/lib/nagios/plugins/check_iostat -i -w 250,350,300,4000,5500 -c 500,400,600,8000,11000', timeout => '30', } -- To view, visit https://gerrit.wikimedia.org/r/214486 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ifa590ac265937367bed8168dca87f97343d5c063 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Dzahn <dz...@wikimedia.org> _______________________________________________ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits