diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2014-10-26 12:33:50 +0400 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2014-10-26 12:33:50 +0400 |
commit | 47e6e7c84f008a53061e661f31ae96629bc694ef (patch) | |
tree | 648a07f3b5b9d67ce19b0fd72e8caa1175c98f1a /src/pmieconf/webping/slow_response | |
download | pcp-debian.tar.gz |
Debian 3.9.10debian/3.9.10debian
Diffstat (limited to 'src/pmieconf/webping/slow_response')
-rw-r--r-- | src/pmieconf/webping/slow_response | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/src/pmieconf/webping/slow_response b/src/pmieconf/webping/slow_response new file mode 100644 index 0000000..40766ee --- /dev/null +++ b/src/pmieconf/webping/slow_response @@ -0,0 +1,56 @@ +#pmieconf-rules 1 +# --- DO NOT MODIFY THIS FILE --- see pmieconf(4) +# + +rule webping.slow_response + default = "$rule$" + enumerate = hosts + predicate = +"some_inst ( + webping.perurl.time.total $hosts$ $urls$ + > $threshold$ seconds +)" + enabled = yes + version = 1 + help = +"The retrieval of at least one URL by the webping agent took longer than +threshold seconds at the most recent attempt."; + +string rule + default = "Slow response to webping request" + display = no + modify = no; + +double threshold + default = 8 + help= +"Threshold on the maximum acceptable web server response time, in +seconds. +The possible range of values for the threshold may be very large, +e.g. 0.5 to 20 seconds or more, and the most appropriate value depends +on the response time to fetch the URLs (the transmission time is +included), the network latency between the webping agent and the web +servers, and the loading of the web servers."; + +string action_expand + default = "%vsecs[%i]@%h" + display = no + modify = no; + +string email_expand + default = "host: %h web server response for %i: %vsecs" + display = no + modify = no; + + +# Configuration info specific to non-PCP tools follows... +# + +# for SGI Embedded Support Partner integration: +string esp_type + default = "0x2000AA" + display = no + modify = no; + +# +# --- DO NOT MODIFY THIS FILE --- see pmieconf(4) |