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/global/web_parameters | |
download | pcp-debian.tar.gz |
Debian 3.9.10debian/3.9.10debian
Diffstat (limited to 'src/pmieconf/global/web_parameters')
-rw-r--r-- | src/pmieconf/global/web_parameters | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/src/pmieconf/global/web_parameters b/src/pmieconf/global/web_parameters new file mode 100644 index 0000000..1d4482d --- /dev/null +++ b/src/pmieconf/global/web_parameters @@ -0,0 +1,35 @@ +#pmieconf-rules 1 +# --- DO NOT MODIFY THIS FILE --- see pmieconf(4) +# + +instlist global.webservers + default = "" + help = +"List of web server names over which the rules will be evaluated. +Multiple server names should be separated by white space, e.g. + \"ncsa-gonzo 'ftpd'\" +To discover the names of the available web servers, execute the +following command on the target host: + $ pminfo -f web.perserver.requests.total +the double-quoted instance names are the web server names. +If the list is empty, all web servers on the target host will be +checked."; + +instlist global.urls + default = "" + help = +"May be set to a list of URLs names to limit those which the rules +will be evaluated, as a subset of those used by the webping agent. +Each URL should be in the form used by the webping agent, be enclosed +in single quotes, and multiple entries separated by white space, e.g. +'GET_http://boing/index.html' 'GET_http://far.away.com/planning.html' + +To discover the names of the available webping URLs, execute the +following command on the target host: + $ pminfo -f webping.perurl.kbytes +the (double) quoted instance names are the required URLs. + +If the list is empty, all webping URLs will be checked."; + +# +# --- DO NOT MODIFY THIS FILE --- see pmieconf(4) |