Halfak has uploaded a new change for review. https://gerrit.wikimedia.org/r/294309
Change subject: Adds follow and expect 200 OK to check_ores_workers ...................................................................... Adds follow and expect 200 OK to check_ores_workers Change-Id: Ida02e204073115e6bc44b3b6f2dc1975d05ee278 --- M modules/nagios_common/files/check_commands/check_ores_workers 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/09/294309/1 diff --git a/modules/nagios_common/files/check_commands/check_ores_workers b/modules/nagios_common/files/check_commands/check_ores_workers index fed0d80..d159353 100755 --- a/modules/nagios_common/files/check_commands/check_ores_workers +++ b/modules/nagios_common/files/check_commands/check_ores_workers @@ -5,5 +5,5 @@ pluginpath="/usr/lib/nagios/plugins" host=$1 -$pluginpath/check_http -H $host -I $host -u "http://oresweb/scores/testwiki/reverted/${timestamp}/" +$pluginpath/check_http -f -e 200 -H $host -I $host -u "http://oresweb/scores/testwiki/reverted/${timestamp}/" -- To view, visit https://gerrit.wikimedia.org/r/294309 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ida02e204073115e6bc44b3b6f2dc1975d05ee278 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Halfak <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
