additional output

This commit is contained in:
Christian Mehlmauer
2015-04-02 07:17:58 +02:00
parent 3c16f84853
commit 0aa8a97070

View File

@@ -111,7 +111,7 @@ class WpUser < WpItem
elsif response.timed_out?
progression = "#{critical('ERROR:')} Request timed out."
elsif response.code == 0
progression = "#{critical('ERROR:')} No response from remote server. WAF/IPS?"
progression = "#{critical('ERROR:')} No response from remote server. WAF/IPS? (#{response.return_message})"
elsif response.code.to_s =~ /^50/
progression = "#{critical('ERROR:')} Server error, try reducing the number of threads."
else