This commit is contained in:
garnier-quentin 2016-12-16 15:40:07 +01:00
parent 1b3bd1e11b
commit ef2a29eee2
5 changed files with 25 additions and 0 deletions

View File

@ -42,6 +42,7 @@ sub new {
"username:s" => { name => 'username' },
"password:s" => { name => 'password' },
"proxyurl:s" => { name => 'proxyurl' },
"header:s@" => { name => 'header' },
"warning:s" => { name => 'warning' },
"critical:s" => { name => 'critical' },
"timeout:s" => { name => 'timeout' },
@ -143,6 +144,10 @@ Specify password for basic authentification (Mandatory if --credentials is speci
Threshold for HTTP timeout
=item B<--header>
Set HTTP headers (Multiple option)
=item B<--warning>
Warning Threshold for CpuLoad

View File

@ -43,6 +43,7 @@ sub new {
"username:s" => { name => 'username' },
"password:s" => { name => 'password' },
"proxyurl:s" => { name => 'proxyurl' },
"header:s@" => { name => 'header' },
"warning:s" => { name => 'warning' },
"critical:s" => { name => 'critical' },
"warning-bytes:s" => { name => 'warning_bytes' },
@ -232,6 +233,10 @@ Specify password for basic authentification (Mandatory if --credentials is speci
Threshold for HTTP timeout
=item B<--header>
Set HTTP headers (Multiple option)
=item B<--warning>
Warning Threshold for Request per seconds

View File

@ -43,6 +43,7 @@ sub new {
"username:s" => { name => 'username' },
"password:s" => { name => 'password' },
"proxyurl:s" => { name => 'proxyurl' },
"header:s@" => { name => 'header' },
"warning:s" => { name => 'warning' },
"critical:s" => { name => 'critical' },
"timeout:s" => { name => 'timeout' },
@ -139,6 +140,10 @@ Proxy URL if any
Threshold for HTTP timeout
=item B<--header>
Set HTTP headers (Multiple option)
=item B<--unknown-status>
Threshold warning for http response code

View File

@ -204,6 +204,7 @@ sub new {
"username:s" => { name => 'username' },
"password:s" => { name => 'password' },
"proxyurl:s" => { name => 'proxyurl' },
"header:s@" => { name => 'header' },
"timeout:s" => { name => 'timeout' },
"units:s" => { name => 'units', default => '%' },
});
@ -356,6 +357,10 @@ Specify password for basic authentification (Mandatory if --credentials is speci
Threshold for HTTP timeout
=item B<--header>
Set HTTP headers (Multiple option)
=item B<--units>
Threshold unit (Default: '%'. Can be: '%' or 'absolute')

View File

@ -42,6 +42,7 @@ sub new {
"username:s" => { name => 'username' },
"password:s" => { name => 'password' },
"proxyurl:s" => { name => 'proxyurl' },
"header:s@" => { name => 'header' },
"warning:s" => { name => 'warning' },
"critical:s" => { name => 'critical' },
"timeout:s" => { name => 'timeout' },
@ -147,6 +148,10 @@ Specify password for basic authentification (Mandatory if --credentials is speci
Threshold for HTTP timeout
=item B<--header>
Set HTTP headers (Multiple option)
=item B<--warning>
Warning Threshold (%) of busy workers