mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-30 09:05:19 +02:00
CTOR-67-fix-help-typos-for-the-sake-of-doc (#4753)
Co-authored-by: sdepassio <114986849+sdepassio@users.noreply.github.com>
This commit is contained in:
parent
ed548ebd3f
commit
e131086ffe
@ -239,40 +239,40 @@ The system configuration is used by default.
|
||||
|
||||
=item B<--maindb-file>
|
||||
|
||||
Antivirus main.cvd file (Default: '/var/lib/clamav/main.cvd').
|
||||
Antivirus main.cvd file (default: '/var/lib/clamav/main.cvd').
|
||||
|
||||
=item B<--dailydb-file>
|
||||
|
||||
Antivirus daily.cvd file (Default: '/var/lib/clamav/daily.cvd').
|
||||
Antivirus daily.cvd file (default: '/var/lib/clamav/daily.cvd').
|
||||
|
||||
=item B<--warning-engine-status>
|
||||
|
||||
Define the conditions to match for the status to be WARNING (Default: '')
|
||||
Define the conditions to match for the status to be WARNING (default: '')
|
||||
You can use the following variables: %{last_engine_version}, %{current_engine_version}
|
||||
|
||||
=item B<--critical-engine-status>
|
||||
|
||||
Define the conditions to match for the status to be CRITICAL (Default: '%{last_engine_version} ne %{current_engine_version}').
|
||||
Define the conditions to match for the status to be CRITICAL (default: '%{last_engine_version} ne %{current_engine_version}').
|
||||
You can use the following variables: %{last_engine_version}, %{current_engine_version}
|
||||
|
||||
=item B<--warning-maindb-status>
|
||||
|
||||
Define the conditions to match for the status to be WARNING (Default: '')
|
||||
Define the conditions to match for the status to be WARNING (default: '')
|
||||
You can use the following variables: %{last_maindb_version}, %{current_maindb_version}, %{current_maindb_timediff}
|
||||
|
||||
=item B<--critical-maindb-status>
|
||||
|
||||
Define the conditions to match for the status to be CRITICAL (Default: '%{last_maindb_version} ne %{current_maindb_version}').
|
||||
Define the conditions to match for the status to be CRITICAL (default: '%{last_maindb_version} ne %{current_maindb_version}').
|
||||
You can use the following variables: %{last_maindb_version}, %{current_maindb_version}, %{current_maindb_timediff}
|
||||
|
||||
=item B<--warning-dailydb-status>
|
||||
|
||||
Define the conditions to match for the status to be WARNING (Default: '')
|
||||
Define the conditions to match for the status to be WARNING (default: '')
|
||||
You can use the following variables: %{last_dailydb_version}, %{current_dailydb_version}, %{current_dailydb_timediff}
|
||||
|
||||
=item B<--critical-dailydb-status>
|
||||
|
||||
Define the conditions to match for the status to be CRITICAL (Default: '%{last_dailydb_version} ne %{current_dailydb_version} || %{current_dailydb_timediff} > 432000').
|
||||
Define the conditions to match for the status to be CRITICAL (default: '%{last_dailydb_version} ne %{current_dailydb_version} || %{current_dailydb_timediff} > 432000').
|
||||
You can use the following variables: %{last_dailydb_version}, %{current_dailydb_version}, %{current_dailydb_timediff}
|
||||
|
||||
=back
|
||||
|
@ -297,12 +297,12 @@ Check antivirus software deployment status.
|
||||
|
||||
=item B<--warning-status>
|
||||
|
||||
Define the conditions to match for the status to be WARNING. (Default: '%{status} =~ /Warning/i').
|
||||
Define the conditions to match for the status to be WARNING. (default: '%{status} =~ /Warning/i').
|
||||
Can use special variables like: %{status}
|
||||
|
||||
=item B<--critical-status>
|
||||
|
||||
Define the conditions to match for the status to be CRITICAL. (Default: '%{status} =~ /Critical/i').
|
||||
Define the conditions to match for the status to be CRITICAL. (default: '%{status} =~ /Critical/i').
|
||||
Can use special variables like: %{status}
|
||||
|
||||
=item B<--warning-*>
|
||||
|
@ -120,12 +120,12 @@ Check events status.
|
||||
|
||||
=item B<--warning-status>
|
||||
|
||||
Define the conditions to match for the status to be WARNING. (Default: '%{status} =~ /Warning/i').
|
||||
Define the conditions to match for the status to be WARNING. (default: '%{status} =~ /Warning/i').
|
||||
Can use special variables like: %{status}
|
||||
|
||||
=item B<--critical-status>
|
||||
|
||||
Define the conditions to match for the status to be CRITICAL. (Default: '%{status} =~ /Critical/i').
|
||||
Define the conditions to match for the status to be CRITICAL. (default: '%{status} =~ /Critical/i').
|
||||
Can use special variables like: %{status}
|
||||
|
||||
=item B<--warning-*>
|
||||
|
@ -118,12 +118,12 @@ Check full scan status.
|
||||
|
||||
=item B<--warning-status>
|
||||
|
||||
Define the conditions to match for the status to be WARNING. (Default: '%{status} =~ /Warning/i').
|
||||
Define the conditions to match for the status to be WARNING. (default: '%{status} =~ /Warning/i').
|
||||
Can use special variables like: %{status}
|
||||
|
||||
=item B<--critical-status>
|
||||
|
||||
Define the conditions to match for the status to be CRITICAL. (Default: '%{status} =~ /Critical/i').
|
||||
Define the conditions to match for the status to be CRITICAL. (default: '%{status} =~ /Critical/i').
|
||||
Can use special variables like: %{status}
|
||||
|
||||
=item B<--warning-*>
|
||||
|
@ -152,12 +152,12 @@ Check logical network status.
|
||||
|
||||
=item B<--warning-status>
|
||||
|
||||
Define the conditions to match for the status to be WARNING. (Default: '%{status} =~ /Warning/i').
|
||||
Define the conditions to match for the status to be WARNING. (default: '%{status} =~ /Warning/i').
|
||||
Can use special variables like: %{status}
|
||||
|
||||
=item B<--critical-status>
|
||||
|
||||
Define the conditions to match for the status to be CRITICAL. (Default: '%{status} =~ /Critical/i').
|
||||
Define the conditions to match for the status to be CRITICAL. (default: '%{status} =~ /Critical/i').
|
||||
Can use special variables like: %{status}
|
||||
|
||||
=item B<--warning-*>
|
||||
|
@ -162,12 +162,12 @@ Check protection status.
|
||||
|
||||
=item B<--warning-status>
|
||||
|
||||
Define the conditions to match for the status to be WARNING. (Default: '%{status} =~ /Warning/i').
|
||||
Define the conditions to match for the status to be WARNING. (default: '%{status} =~ /Warning/i').
|
||||
Can use special variables like: %{status}
|
||||
|
||||
=item B<--critical-status>
|
||||
|
||||
Define the conditions to match for the status to be CRITICAL. (Default: '%{status} =~ /Critical/i').
|
||||
Define the conditions to match for the status to be CRITICAL. (default: '%{status} =~ /Critical/i').
|
||||
Can use special variables like: %{status}
|
||||
|
||||
=item B<--warning-*>
|
||||
|
@ -197,12 +197,12 @@ Check updates status.
|
||||
|
||||
=item B<--warning-status>
|
||||
|
||||
Define the conditions to match for the status to be WARNING. (Default: '%{status} =~ /Warning/i').
|
||||
Define the conditions to match for the status to be WARNING. (default: '%{status} =~ /Warning/i').
|
||||
Can use special variables like: %{status}
|
||||
|
||||
=item B<--critical-status>
|
||||
|
||||
Define the conditions to match for the status to be CRITICAL. (Default: '%{status} =~ /Critical/i').
|
||||
Define the conditions to match for the status to be CRITICAL. (default: '%{status} =~ /Critical/i').
|
||||
Can use special variables like: %{status}
|
||||
|
||||
=item B<--warning-*>
|
||||
|
@ -94,7 +94,7 @@ Check connected clients and open network sockets.
|
||||
=item B<--filter-counters>
|
||||
|
||||
Only display some counters (regexp can be used).
|
||||
(Example: --filter-counters='clients')
|
||||
(example: --filter-counters='clients')
|
||||
|
||||
=item B<--warning-*>
|
||||
|
||||
|
@ -138,7 +138,7 @@ Check connections statistics.
|
||||
=item B<--filter-counters>
|
||||
|
||||
Only display some counters (regexp can be used).
|
||||
(Example: --filter-counters='blocked')
|
||||
(example: --filter-counters='blocked')
|
||||
|
||||
=item B<--warning-*>
|
||||
|
||||
|
@ -140,7 +140,7 @@ Filter category name (can be a regexp).
|
||||
=item B<--filter-counters>
|
||||
|
||||
Only display some counters (regexp can be used).
|
||||
(Example: --filter-counters='^(?!(category)$)')
|
||||
(example: --filter-counters='^(?!(category)$)')
|
||||
|
||||
=item B<--warning-*>
|
||||
|
||||
|
@ -131,7 +131,7 @@ Check FTP statistics.
|
||||
=item B<--filter-counters>
|
||||
|
||||
Only display some counters (regexp can be used).
|
||||
(Example: --filter-counters='^proxy')
|
||||
(example: --filter-counters='^proxy')
|
||||
|
||||
=item B<--warning-*>
|
||||
|
||||
|
@ -147,7 +147,7 @@ Check HTTPS statistics.
|
||||
=item B<--filter-counters>
|
||||
|
||||
Only display some counters (regexp can be used).
|
||||
(Example: --filter-counters='^proxy')
|
||||
(example: --filter-counters='^proxy')
|
||||
|
||||
=item B<--warning-*>
|
||||
|
||||
|
@ -148,7 +148,7 @@ Check HTTP statistics.
|
||||
=item B<--filter-counters>
|
||||
|
||||
Only display some counters (regexp can be used).
|
||||
(Example: --filter-counters='^proxy')
|
||||
(example: --filter-counters='^proxy')
|
||||
|
||||
=item B<--warning-*>
|
||||
|
||||
|
@ -92,7 +92,7 @@ Check system.
|
||||
=item B<--filter-counters>
|
||||
|
||||
Only display some counters (regexp can be used).
|
||||
(Example: --filter-counters='cpu')
|
||||
(example: --filter-counters='cpu')
|
||||
|
||||
=item B<--warning-*> B<--critical-*>
|
||||
|
||||
|
@ -165,7 +165,7 @@ it does not appear clearly in the MIB).
|
||||
=item B<--filter-counters>
|
||||
|
||||
Only display some counters (regexp can be used).
|
||||
(Example: --filter-counters='dat')
|
||||
(example: --filter-counters='dat')
|
||||
|
||||
=item B<--warning-*>
|
||||
|
||||
|
@ -108,7 +108,7 @@ Check Apache WebServer CpuLoad
|
||||
|
||||
=item B<--hostname>
|
||||
|
||||
IP Addr/FQDN of the webserver host
|
||||
IP Addr/FQDN of the web server host
|
||||
|
||||
=item B<--port>
|
||||
|
||||
@ -120,7 +120,7 @@ Specify https if needed
|
||||
|
||||
=item B<--urlpath>
|
||||
|
||||
Set path to get server-status page in auto mode (Default: '/server-status/?auto')
|
||||
Set path to get server-status page in auto mode (default: '/server-status/?auto')
|
||||
|
||||
=item B<--credentials>
|
||||
|
||||
@ -128,19 +128,19 @@ Specify this option if you access server-status page with authentication
|
||||
|
||||
=item B<--username>
|
||||
|
||||
Specify username for authentication (Mandatory if --credentials is specified)
|
||||
Specify the username for authentication (mandatory if --credentials is specified)
|
||||
|
||||
=item B<--password>
|
||||
|
||||
Specify password for authentication (Mandatory if --credentials is specified)
|
||||
Specify the password for authentication (mandatory if --credentials is specified)
|
||||
|
||||
=item B<--basic>
|
||||
|
||||
Specify this option if you access server-status page over basic authentication and don't want a '401 UNAUTHORIZED' error to be logged on your webserver.
|
||||
Specify this option if you access server-status page over basic authentication and don't want a '401 UNAUTHORIZED' error to be logged on your web server.
|
||||
|
||||
Specify this option if you access server-status page over hidden basic authentication or you'll get a '404 NOT FOUND' error.
|
||||
|
||||
(Use with --credentials)
|
||||
(use with --credentials)
|
||||
|
||||
=item B<--timeout>
|
||||
|
||||
@ -148,7 +148,7 @@ Threshold for HTTP timeout
|
||||
|
||||
=item B<--header>
|
||||
|
||||
Set HTTP headers (Multiple option)
|
||||
Set HTTP headers (multiple option)
|
||||
|
||||
=item B<--warning>
|
||||
|
||||
|
@ -214,7 +214,7 @@ Check Apache WebServer Request statistics
|
||||
|
||||
=item B<--hostname>
|
||||
|
||||
IP Addr/FQDN of the webserver host
|
||||
IP Addr/FQDN of the web server host
|
||||
|
||||
=item B<--port>
|
||||
|
||||
@ -226,7 +226,7 @@ Specify https if needed
|
||||
|
||||
=item B<--urlpath>
|
||||
|
||||
Set path to get server-status page in auto mode (Default: '/server-status/?auto')
|
||||
Set path to get server-status page in auto mode (default: '/server-status/?auto')
|
||||
|
||||
=item B<--credentials>
|
||||
|
||||
@ -234,19 +234,19 @@ Specify this option if you access server-status page with authentication
|
||||
|
||||
=item B<--username>
|
||||
|
||||
Specify username for authentication (Mandatory if --credentials is specified)
|
||||
Specify the username for authentication (mandatory if --credentials is specified)
|
||||
|
||||
=item B<--password>
|
||||
|
||||
Specify password for authentication (Mandatory if --credentials is specified)
|
||||
Specify the password for authentication (mandatory if --credentials is specified)
|
||||
|
||||
=item B<--basic>
|
||||
|
||||
Specify this option if you access server-status page over basic authentication and don't want a '401 UNAUTHORIZED' error to be logged on your webserver.
|
||||
Specify this option if you access server-status page over basic authentication and don't want a '401 UNAUTHORIZED' error to be logged on your web server.
|
||||
|
||||
Specify this option if you access server-status page over hidden basic authentication or you'll get a '404 NOT FOUND' error.
|
||||
|
||||
(Use with --credentials)
|
||||
(use with --credentials)
|
||||
|
||||
=item B<--timeout>
|
||||
|
||||
@ -254,7 +254,7 @@ Threshold for HTTP timeout
|
||||
|
||||
=item B<--header>
|
||||
|
||||
Set HTTP headers (Multiple option)
|
||||
Set HTTP headers (multiple option)
|
||||
|
||||
=item B<--warning>
|
||||
|
||||
|
@ -104,7 +104,7 @@ Check Apache WebServer Time Response
|
||||
|
||||
=item B<--hostname>
|
||||
|
||||
IP Addr/FQDN of the webserver host
|
||||
IP Addr/FQDN of the web server host
|
||||
|
||||
=item B<--port>
|
||||
|
||||
@ -116,7 +116,7 @@ Specify https if needed
|
||||
|
||||
=item B<--urlpath>
|
||||
|
||||
Set path to get server-status page in auto mode (Default: '/server-status/?auto')
|
||||
Set path to get server-status page in auto mode (default: '/server-status/?auto')
|
||||
|
||||
=item B<--credentials>
|
||||
|
||||
@ -124,19 +124,19 @@ Specify this option if you access server-status page with authentication
|
||||
|
||||
=item B<--username>
|
||||
|
||||
Specify username for authentication (Mandatory if --credentials is specified)
|
||||
Specify the username for authentication (mandatory if --credentials is specified)
|
||||
|
||||
=item B<--password>
|
||||
|
||||
Specify password for authentication (Mandatory if --credentials is specified)
|
||||
Specify the password for authentication (mandatory if --credentials is specified)
|
||||
|
||||
=item B<--basic>
|
||||
|
||||
Specify this option if you access server-status page over basic authentication and don't want a '401 UNAUTHORIZED' error to be logged on your webserver.
|
||||
Specify this option if you access server-status page over basic authentication and don't want a '401 UNAUTHORIZED' error to be logged on your web server.
|
||||
|
||||
Specify this option if you access server-status page over hidden basic authentication or you'll get a '404 NOT FOUND' error.
|
||||
|
||||
(Use with --credentials)
|
||||
(use with --credentials)
|
||||
|
||||
=item B<--timeout>
|
||||
|
||||
@ -144,7 +144,7 @@ Threshold for HTTP timeout
|
||||
|
||||
=item B<--header>
|
||||
|
||||
Set HTTP headers (Multiple option)
|
||||
Set HTTP headers (multiple option)
|
||||
|
||||
=item B<--unknown-status>
|
||||
|
||||
@ -156,7 +156,7 @@ Warning threshold for http response code
|
||||
|
||||
=item B<--critical-status>
|
||||
|
||||
Critical threshold for http response code (Default: '%{http_code} < 200 or %{http_code} >= 300')
|
||||
Critical threshold for http response code (default: '%{http_code} < 200 or %{http_code} >= 300')
|
||||
|
||||
=item B<--warning>
|
||||
|
||||
|
@ -264,7 +264,7 @@ Check Apache WebServer Slots informations
|
||||
|
||||
=item B<--hostname>
|
||||
|
||||
IP Address or FQDN of the webserver host
|
||||
IP Address or FQDN of the web server host
|
||||
|
||||
=item B<--port>
|
||||
|
||||
@ -276,7 +276,7 @@ Protocol used http or https
|
||||
|
||||
=item B<--urlpath>
|
||||
|
||||
Set path to get server-status page in auto mode (Default: '/server-status/?auto')
|
||||
Set path to get server-status page in auto mode (default: '/server-status/?auto')
|
||||
|
||||
=item B<--credentials>
|
||||
|
||||
@ -284,19 +284,19 @@ Specify this option if you access server-status page with authentication
|
||||
|
||||
=item B<--username>
|
||||
|
||||
Specify username for authentication (Mandatory if --credentials is specified)
|
||||
Specify the username for authentication (mandatory if --credentials is specified)
|
||||
|
||||
=item B<--password>
|
||||
|
||||
Specify password for authentication (Mandatory if --credentials is specified)
|
||||
Specify the password for authentication (mandatory if --credentials is specified)
|
||||
|
||||
=item B<--basic>
|
||||
|
||||
Specify this option if you access server-status page over basic authentication and don't want a '401 UNAUTHORIZED' error to be logged on your webserver.
|
||||
Specify this option if you access server-status page over basic authentication and don't want a '401 UNAUTHORIZED' error to be logged on your web server.
|
||||
|
||||
Specify this option if you access server-status page over hidden basic authentication or you'll get a '404 NOT FOUND' error.
|
||||
|
||||
(Use with --credentials)
|
||||
(use with --credentials)
|
||||
|
||||
=item B<--timeout>
|
||||
|
||||
@ -304,11 +304,11 @@ Threshold for HTTP timeout
|
||||
|
||||
=item B<--header>
|
||||
|
||||
Set HTTP headers (Multiple option)
|
||||
Set HTTP headers (multiple option)
|
||||
|
||||
=item B<--units>
|
||||
|
||||
Threshold unit (Default: '%'. Can be: '%' or 'absolute')
|
||||
Threshold unit (default: '%'. Can be: '%' or 'absolute')
|
||||
|
||||
=item B<--warning-*>
|
||||
|
||||
|
@ -112,7 +112,7 @@ Check Apache WebServer busy processes.
|
||||
|
||||
=item B<--hostname>
|
||||
|
||||
IP Addr/FQDN of the webserver host
|
||||
IP Addr/FQDN of the web server host
|
||||
|
||||
=item B<--port>
|
||||
|
||||
@ -124,7 +124,7 @@ Protocol to use http or https, http is default
|
||||
|
||||
=item B<--urlpath>
|
||||
|
||||
Set path to get server-status page in auto mode (Default: '/server-status/?auto')
|
||||
Set path to get server-status page in auto mode (default: '/server-status/?auto')
|
||||
|
||||
=item B<--credentials>
|
||||
|
||||
@ -132,19 +132,19 @@ Specify this option if you access server-status page with authentication
|
||||
|
||||
=item B<--username>
|
||||
|
||||
Specify username for authentication (Mandatory if --credentials is specified)
|
||||
Specify the username for authentication (mandatory if --credentials is specified)
|
||||
|
||||
=item B<--password>
|
||||
|
||||
Specify password for authentication (Mandatory if --credentials is specified)
|
||||
Specify the password for authentication (mandatory if --credentials is specified)
|
||||
|
||||
=item B<--basic>
|
||||
|
||||
Specify this option if you access server-status page over basic authentication and don't want a '401 UNAUTHORIZED' error to be logged on your webserver.
|
||||
Specify this option if you access server-status page over basic authentication and don't want a '401 UNAUTHORIZED' error to be logged on your web server.
|
||||
|
||||
Specify this option if you access server-status page over hidden basic authentication or you'll get a '404 NOT FOUND' error.
|
||||
|
||||
(Use with --credentials)
|
||||
(use with --credentials)
|
||||
|
||||
=item B<--timeout>
|
||||
|
||||
@ -152,7 +152,7 @@ Threshold for HTTP timeout
|
||||
|
||||
=item B<--header>
|
||||
|
||||
Set HTTP headers (Multiple option)
|
||||
Set HTTP headers (multiple option)
|
||||
|
||||
=item B<--warning>
|
||||
|
||||
|
@ -47,6 +47,6 @@ __END__
|
||||
|
||||
=head1 PLUGIN DESCRIPTION
|
||||
|
||||
Check Apache and Apache 2 Web Servers through server-status webpage
|
||||
Check Apache and Apache 2 Web Servers through the server-status web page
|
||||
|
||||
=cut
|
||||
|
@ -73,7 +73,7 @@ Hostname to query.
|
||||
|
||||
=item B<--timeout>
|
||||
|
||||
Timeout in seconds for the command (Default: 45). Default value can be override by the mode.
|
||||
Timeout in seconds for the command (default: 45). Default value can be override by the mode.
|
||||
|
||||
=item B<--command>
|
||||
|
||||
|
@ -111,7 +111,7 @@ Command used: ANSIBLE_LOAD_CALLBACK_PLUGINS=true ANSIBLE_STDOUT_CALLBACK=json an
|
||||
|
||||
=item B<--host-pattern>
|
||||
|
||||
Specify host pattern to look for (Default: 'all').
|
||||
Specify host pattern to look for (default: 'all').
|
||||
|
||||
=item B<--prettify>
|
||||
|
||||
|
@ -277,11 +277,11 @@ Santricity hostname.
|
||||
|
||||
=item B<--port>
|
||||
|
||||
Port used (Default: 80)
|
||||
Port used (default: 80)
|
||||
|
||||
=item B<--proto>
|
||||
|
||||
Specify https if needed (Default: 'http')
|
||||
Specify https if needed (default: 'http')
|
||||
|
||||
=item B<--username>
|
||||
|
||||
@ -293,11 +293,11 @@ API password.
|
||||
|
||||
=item B<--api-path>
|
||||
|
||||
Specify api path (Default: '/api/v2')
|
||||
Specify api path (default: '/api/v2')
|
||||
|
||||
=item B<--timeout>
|
||||
|
||||
Set timeout in seconds (Default: 10).
|
||||
Set timeout in seconds (default: 10).
|
||||
|
||||
=back
|
||||
|
||||
|
@ -297,15 +297,15 @@ To install the Tower CLI : https://docs.ansible.com/ansible-tower/latest/html/to
|
||||
|
||||
=item B<--hostname>
|
||||
|
||||
Ansible Tower hostname (Default uses setting in 'tower config').
|
||||
Ansible Tower hostname (default uses setting in 'tower config').
|
||||
|
||||
=item B<--username>
|
||||
|
||||
Ansible Tower username (Default uses setting in 'tower config').
|
||||
Ansible Tower username (default uses setting in 'tower config').
|
||||
|
||||
=item B<--password>
|
||||
|
||||
Ansible Tower password (Default uses setting in 'tower config').
|
||||
Ansible Tower password (default uses setting in 'tower config').
|
||||
|
||||
=item B<--nossl>
|
||||
|
||||
@ -313,7 +313,7 @@ Use http connection.
|
||||
|
||||
=item B<--timeout>
|
||||
|
||||
Set timeout in seconds (Default: 50).
|
||||
Set timeout in seconds (default: 50).
|
||||
|
||||
=item B<--sudo>
|
||||
|
||||
@ -321,16 +321,16 @@ Use 'sudo' to execute the command.
|
||||
|
||||
=item B<--command>
|
||||
|
||||
Command to get information (Default: 'tower-cli').
|
||||
Command to get information (default: 'tower-cli').
|
||||
Can be changed if you have output in a file.
|
||||
|
||||
=item B<--command-path>
|
||||
|
||||
Command path (Default: none).
|
||||
Command path (default: none).
|
||||
|
||||
=item B<--command-options>
|
||||
|
||||
Command options (Default: none).
|
||||
Command options (default: none).
|
||||
|
||||
=item B<--proxyurl>
|
||||
|
||||
|
@ -137,7 +137,7 @@ Check hosts.
|
||||
|
||||
=item B<--filter-name>
|
||||
|
||||
Filter host name (Can use regexp).
|
||||
Filter host name (can use regexp).
|
||||
|
||||
=item B<--display-failed-hosts>
|
||||
|
||||
@ -145,7 +145,7 @@ Display failed hosts list in verbose output.
|
||||
|
||||
=item B<--unknown-job-status>
|
||||
|
||||
Define the conditions to match for the status to be UNKNOWN (Default: '%{last_job_status} =~ /default/').
|
||||
Define the conditions to match for the status to be UNKNOWN (default: '%{last_job_status} =~ /default/').
|
||||
You can use the following variables: %{last_job_status}, %{display}
|
||||
|
||||
=item B<--warning-job-status>
|
||||
@ -155,7 +155,7 @@ You can use the following variables: %{last_job_status}, %{display}
|
||||
|
||||
=item B<--critical-job-status>
|
||||
|
||||
Define the conditions to match for the status to be CRITICAL (Default: '%{last_job_status} =~ /failed/').
|
||||
Define the conditions to match for the status to be CRITICAL (default: '%{last_job_status} =~ /failed/').
|
||||
You can use the following variables: %{last_job_status}, %{display}
|
||||
|
||||
=item B<--warning-*> B<--critical-*>
|
||||
|
@ -175,7 +175,7 @@ Check inventories.
|
||||
|
||||
=item B<--filter-inventory>
|
||||
|
||||
Filter inventory name (Can use regexp).
|
||||
Filter inventory name (can use regexp).
|
||||
|
||||
=item B<--warning-*> B<--critical-*>
|
||||
|
||||
|
@ -151,7 +151,7 @@ Check jobs.
|
||||
|
||||
=item B<--filter-name>
|
||||
|
||||
Filter job name (Can use regexp).
|
||||
Filter job name (can use regexp).
|
||||
|
||||
=item B<--display-failed-jobs>
|
||||
|
||||
|
@ -179,11 +179,11 @@ Check job templates.
|
||||
|
||||
=item B<--filter-name>
|
||||
|
||||
Filter job template name (Can use regexp).
|
||||
Filter job template name (can use regexp).
|
||||
|
||||
=item B<--launch-job-template-id>
|
||||
|
||||
The job_template id to launch.
|
||||
The job_template ID to launch.
|
||||
|
||||
=item B<--launch-inventory>
|
||||
|
||||
@ -207,15 +207,15 @@ yaml format text that contains extra variables to pass on.
|
||||
|
||||
=item B<--launch-max-retries>
|
||||
|
||||
Number of retries to get job result once launched (Default: 5).
|
||||
Number of retries to get job result once launched (default: 5).
|
||||
|
||||
=item B<--launch-retry-interval>
|
||||
|
||||
Number of seconds between retries (Default : 10).
|
||||
Number of seconds between retries (default : 10).
|
||||
|
||||
=item B<--unknown-job-status>
|
||||
|
||||
Define the conditions to match for the status to be UNKNOWN (Default: '%{last_job_status} =~ /default/').
|
||||
Define the conditions to match for the status to be UNKNOWN (default: '%{last_job_status} =~ /default/').
|
||||
You can use the following variables: %{last_job_status}, %{display}
|
||||
|
||||
=item B<--warning-job-status>
|
||||
@ -225,7 +225,7 @@ You can use the following variables: %{last_job_status}, %{display}
|
||||
|
||||
=item B<--critical-job-status>
|
||||
|
||||
Define the conditions to match for the status to be CRITICAL (Default: '%{last_job_status} =~ /failed/').
|
||||
Define the conditions to match for the status to be CRITICAL (default: '%{last_job_status} =~ /failed/').
|
||||
You can use the following variables: %{last_job_status}, %{display}
|
||||
|
||||
=item B<--warning-*> B<--critical-*>
|
||||
|
@ -162,11 +162,11 @@ Check schedules.
|
||||
|
||||
=item B<--filter-name>
|
||||
|
||||
Filter schedule name (Can use regexp).
|
||||
Filter schedule name (can use regexp).
|
||||
|
||||
=item B<--unknown-job-status>
|
||||
|
||||
Define the conditions to match for the status to be UNKNOWN (Default: '%{last_job_status} =~ /default/').
|
||||
Define the conditions to match for the status to be UNKNOWN (default: '%{last_job_status} =~ /default/').
|
||||
You can use the following variables: %{last_job_status}, %{display}
|
||||
|
||||
=item B<--warning-job-status>
|
||||
@ -176,7 +176,7 @@ You can use the following variables: %{last_job_status}, %{display}
|
||||
|
||||
=item B<--critical-job-status>
|
||||
|
||||
Define the conditions to match for the status to be CRITICAL (Default: '%{last_job_status} =~ /failed/').
|
||||
Define the conditions to match for the status to be CRITICAL (default: '%{last_job_status} =~ /failed/').
|
||||
You can use the following variables: %{last_job_status}, %{display}
|
||||
|
||||
=item B<--warning-*> B<--critical-*>
|
||||
|
@ -222,25 +222,25 @@ Filter job with start time greater than current time less value in seconds.
|
||||
|
||||
=item B<--filter-end-time>
|
||||
|
||||
Filter job with end time greater than current time less value in seconds (Default: 86400).
|
||||
Filter job with end time greater than current time less value in seconds (default: 86400).
|
||||
|
||||
=item B<--timezone>
|
||||
|
||||
Timezone of mssql server (If not set, we use current server execution timezone).
|
||||
Timezone of mssql server (if not set, we use current server execution timezone).
|
||||
|
||||
=item B<--ok-status>
|
||||
|
||||
Define the conditions to match for the status to be OK (Default: '%{status} == 1')
|
||||
Define the conditions to match for the status to be OK (default: '%{status} == 1')
|
||||
You can use the following variables: %{display}, %{status}
|
||||
|
||||
=item B<--warning-status>
|
||||
|
||||
Define the conditions to match for the status to be WARNING (Default: '%{status} == 1')
|
||||
Define the conditions to match for the status to be WARNING (default: '%{status} == 1')
|
||||
You can use the following variables: %{display}, %{status}, %{type}
|
||||
|
||||
=item B<--critical-status>
|
||||
|
||||
Define the conditions to match for the status to be CRITICAL (Default: '%{status} != 1').
|
||||
Define the conditions to match for the status to be CRITICAL (default: '%{status} != 1').
|
||||
You can use the following variables: %{display}, %{status}, %{type}
|
||||
|
||||
=item B<--warning-total>
|
||||
|
@ -232,7 +232,7 @@ Check alerts.
|
||||
|
||||
=item B<--timeout>
|
||||
|
||||
Set timeout time for command execution (Default: 50 sec)
|
||||
Set timeout time for command execution (default: 50 sec)
|
||||
|
||||
=item B<--no-ps>
|
||||
|
||||
@ -240,16 +240,16 @@ Don't encode powershell. To be used with --command and 'type' command.
|
||||
|
||||
=item B<--command>
|
||||
|
||||
Command to get information (Default: 'powershell.exe').
|
||||
Command to get information (default: 'powershell.exe').
|
||||
Can be changed if you have output in a file. To be used with --no-ps option!!!
|
||||
|
||||
=item B<--command-path>
|
||||
|
||||
Command path (Default: none).
|
||||
Command path (default: none).
|
||||
|
||||
=item B<--command-options>
|
||||
|
||||
Command options (Default: '-InputFormat none -NoLogo -EncodedCommand').
|
||||
Command options (default: '-InputFormat none -NoLogo -EncodedCommand').
|
||||
|
||||
=item B<--ps-display>
|
||||
|
||||
@ -277,12 +277,12 @@ Only get alerts by severity (can be a regexp).
|
||||
|
||||
=item B<--warning-status>
|
||||
|
||||
Define the conditions to match for the status to be WARNING (Default: '%{severity} =~ /warning/i')
|
||||
Define the conditions to match for the status to be WARNING (default: '%{severity} =~ /warning/i')
|
||||
You can use the following variables: %{name}, %{severity}, %{source}, %{category}, %{timeraised}, %{message}
|
||||
|
||||
=item B<--critical-status>
|
||||
|
||||
Define the conditions to match for the status to be CRITICAL (Default: '%{severity} =~ /error/i').
|
||||
Define the conditions to match for the status to be CRITICAL (default: '%{severity} =~ /error/i').
|
||||
You can use the following variables: %{name}, %{severity}, %{source}, %{category}, %{timeraised}, %{message}
|
||||
|
||||
=item B<--warning-*> B<--critical-*>
|
||||
|
@ -263,7 +263,7 @@ Check disks.
|
||||
|
||||
=item B<--timeout>
|
||||
|
||||
Set timeout time for command execution (Default: 50 sec)
|
||||
Set timeout time for command execution (default: 50 sec)
|
||||
|
||||
=item B<--no-ps>
|
||||
|
||||
@ -271,16 +271,16 @@ Don't encode powershell. To be used with --command and 'type' command.
|
||||
|
||||
=item B<--command>
|
||||
|
||||
Command to get information (Default: 'powershell.exe').
|
||||
Command to get information (default: 'powershell.exe').
|
||||
Can be changed if you have output in a file. To be used with --no-ps option!!!
|
||||
|
||||
=item B<--command-path>
|
||||
|
||||
Command path (Default: none).
|
||||
Command path (default: none).
|
||||
|
||||
=item B<--command-options>
|
||||
|
||||
Command options (Default: '-InputFormat none -NoLogo -EncodedCommand').
|
||||
Command options (default: '-InputFormat none -NoLogo -EncodedCommand').
|
||||
|
||||
=item B<--ps-display>
|
||||
|
||||
|
@ -258,7 +258,7 @@ Check jobs.
|
||||
|
||||
=item B<--timeout>
|
||||
|
||||
Set timeout time for command execution (Default: 50 sec)
|
||||
Set timeout time for command execution (default: 50 sec)
|
||||
|
||||
=item B<--no-ps>
|
||||
|
||||
@ -266,16 +266,16 @@ Don't encode powershell. To be used with --command and 'type' command.
|
||||
|
||||
=item B<--command>
|
||||
|
||||
Command to get information (Default: 'powershell.exe').
|
||||
Command to get information (default: 'powershell.exe').
|
||||
Can be changed if you have output in a file. To be used with --no-ps option!!!
|
||||
|
||||
=item B<--command-path>
|
||||
|
||||
Command path (Default: none).
|
||||
Command path (default: none).
|
||||
|
||||
=item B<--command-options>
|
||||
|
||||
Command options (Default: '-InputFormat none -NoLogo -EncodedCommand').
|
||||
Command options (default: '-InputFormat none -NoLogo -EncodedCommand').
|
||||
|
||||
=item B<--ps-display>
|
||||
|
||||
@ -303,7 +303,7 @@ Filter job with start time greater than current time less value in seconds.
|
||||
|
||||
=item B<--filter-end-time>
|
||||
|
||||
Filter job with end time greater than current time less value in seconds (Default: 86400).
|
||||
Filter job with end time greater than current time less value in seconds (default: 86400).
|
||||
|
||||
=item B<--warning-status>
|
||||
|
||||
@ -312,7 +312,7 @@ You can use the following variables: %{name}, %{status}, %{subStatus}, %{type},
|
||||
|
||||
=item B<--critical-status>
|
||||
|
||||
Define the conditions to match for the status to be CRITICAL (Default: 'not %{status} =~ /succeeded/i').
|
||||
Define the conditions to match for the status to be CRITICAL (default: 'not %{status} =~ /succeeded/i').
|
||||
You can use the following variables: %{name}, %{status}, %{subStatus}, %{type}, %{isActive}.
|
||||
|
||||
=item B<--warning-long>
|
||||
|
@ -173,7 +173,7 @@ List disks.
|
||||
|
||||
=item B<--timeout>
|
||||
|
||||
Set timeout time for command execution (Default: 50 sec)
|
||||
Set timeout time for command execution (default: 50 sec)
|
||||
|
||||
=item B<--no-ps>
|
||||
|
||||
@ -181,16 +181,16 @@ Don't encode powershell. To be used with --command and 'type' command.
|
||||
|
||||
=item B<--command>
|
||||
|
||||
Command to get information (Default: 'powershell.exe').
|
||||
Command to get information (default: 'powershell.exe').
|
||||
Can be changed if you have output in a file. To be used with --no-ps option!!!
|
||||
|
||||
=item B<--command-path>
|
||||
|
||||
Command path (Default: none).
|
||||
Command path (default: none).
|
||||
|
||||
=item B<--command-options>
|
||||
|
||||
Command options (Default: '-InputFormat none -NoLogo -EncodedCommand').
|
||||
Command options (default: '-InputFormat none -NoLogo -EncodedCommand').
|
||||
|
||||
=item B<--ps-display>
|
||||
|
||||
|
@ -396,15 +396,15 @@ API hostname.
|
||||
|
||||
=item B<--url-path>
|
||||
|
||||
API url path (Default: '/webconsole/api')
|
||||
API url path (default: '/webconsole/api')
|
||||
|
||||
=item B<--port>
|
||||
|
||||
API port (Default: 443)
|
||||
API port (default: 443)
|
||||
|
||||
=item B<--proto>
|
||||
|
||||
Specify https if needed (Default: 'https')
|
||||
Specify https if needed (default: 'https')
|
||||
|
||||
=item B<--api-username>
|
||||
|
||||
|
@ -211,12 +211,12 @@ Filter alerts by type (can be a regexp).
|
||||
|
||||
=item B<--warning-status>
|
||||
|
||||
Define the conditions to match for the status to be WARNING (Default: '%{severity} =~ /warning/')
|
||||
Define the conditions to match for the status to be WARNING (default: '%{severity} =~ /warning/')
|
||||
You can use the following variables: %{severity}, %{status}, %{type}, %{name}, %{since}
|
||||
|
||||
=item B<--critical-status>
|
||||
|
||||
Define the conditions to match for the status to be CRITICAL (Default: '%{severity} =~ /critical/').
|
||||
Define the conditions to match for the status to be CRITICAL (default: '%{severity} =~ /critical/').
|
||||
You can use the following variables: %{severity}, %{status}, %{type}, %{name}, %{since}
|
||||
|
||||
=item B<--memory>
|
||||
|
@ -245,7 +245,7 @@ Filter jobs by policy name (can be a regexp).
|
||||
|
||||
=item B<--filter-policy-id>
|
||||
|
||||
Filter jobs by policy id (can be a regexp).
|
||||
Filter jobs by policy ID (can be a regexp).
|
||||
|
||||
=item B<--filter-type>
|
||||
|
||||
@ -265,12 +265,12 @@ Set timeframe in seconds (E.g '3600' to check last 60 minutes).
|
||||
|
||||
=item B<--warning-status>
|
||||
|
||||
Define the conditions to match for the status to be WARNING (Default: '%{status} =~ /abnormal/i')
|
||||
Define the conditions to match for the status to be WARNING (default: '%{status} =~ /abnormal/i')
|
||||
You can use the following variables: %{display}, %{status}, %{type}
|
||||
|
||||
=item B<--critical-status>
|
||||
|
||||
Define the conditions to match for the status to be CRITICAL (Default: '%{status} =~ /errors|failed/i').
|
||||
Define the conditions to match for the status to be CRITICAL (default: '%{status} =~ /errors|failed/i').
|
||||
You can use the following variables: %{display}, %{status}, %{type}
|
||||
|
||||
=item B<--warning-long>
|
||||
|
@ -111,7 +111,7 @@ List media agents.
|
||||
|
||||
=item B<--filter-media-agent-name>
|
||||
|
||||
Filter media agents by name (Can be a regexp).
|
||||
Filter media agents by name (can be a regexp).
|
||||
|
||||
=back
|
||||
|
||||
|
@ -169,11 +169,11 @@ Check media agents.
|
||||
|
||||
=item B<--filter-media-agent-id>
|
||||
|
||||
Filter media agents by id (Can be a regexp).
|
||||
Filter media agents by ID (can be a regexp).
|
||||
|
||||
=item B<--filter-media-agent-name>
|
||||
|
||||
Filter media agents by name (Can be a regexp).
|
||||
Filter media agents by name (can be a regexp).
|
||||
|
||||
=item B<--unknown-device-status>
|
||||
|
||||
@ -187,7 +187,7 @@ You can use the following variables: %{status}, %{is_maintenance}, %{offline_rea
|
||||
|
||||
=item B<--critical-status>
|
||||
|
||||
Define the conditions to match for the status to be CRITICAL (Default: '%{is_maintenance} eq "no" and %{status} eq "offline"').
|
||||
Define the conditions to match for the status to be CRITICAL (default: '%{is_maintenance} eq "no" and %{status} eq "offline"').
|
||||
You can use the following variables: %{status}, %{is_maintenance}, %{offline_reason}, %{name}
|
||||
|
||||
=item B<--warning-*> B<--critical-*>
|
||||
|
@ -176,7 +176,7 @@ You can use the following variables: %{status}, %{display}
|
||||
|
||||
=item B<--critical-status>
|
||||
|
||||
Define the conditions to match for the status to be CRITICAL (Default: '%{status} !~ /online/i').
|
||||
Define the conditions to match for the status to be CRITICAL (default: '%{status} !~ /online/i').
|
||||
You can use the following variables: %{status}, %{display}
|
||||
|
||||
=item B<--warning-*> B<--critical-*>
|
||||
|
@ -232,11 +232,11 @@ Set hostname or IP of vsca.
|
||||
|
||||
=item B<--port>
|
||||
|
||||
Set port (Default: '443').
|
||||
Set port (default: '443').
|
||||
|
||||
=item B<--proto>
|
||||
|
||||
Specify https if needed (Default: 'https').
|
||||
Specify https if needed (default: 'https').
|
||||
|
||||
=item B<--api-username>
|
||||
|
||||
@ -248,7 +248,7 @@ Set password.
|
||||
|
||||
=item B<--timeout>
|
||||
|
||||
Threshold for HTTP timeout (Default: '30').
|
||||
Threshold for HTTP timeout (default: '30').
|
||||
|
||||
=back
|
||||
|
||||
|
@ -243,11 +243,11 @@ Filter job with start time greater than current time less value in seconds.
|
||||
|
||||
=item B<--filter-end-time>
|
||||
|
||||
Filter job with end time greater than current time less value in seconds (Default: 86400).
|
||||
Filter job with end time greater than current time less value in seconds (default: 86400).
|
||||
|
||||
=item B<--timezone>
|
||||
|
||||
Set timezone (If not set, we use current server execution timezone).
|
||||
Set timezone (if not set, we use current server execution timezone).
|
||||
|
||||
=item B<--unknown-status>
|
||||
|
||||
@ -256,12 +256,12 @@ You can use the following variables: %{display}, %{status}, %{type}
|
||||
|
||||
=item B<--warning-status>
|
||||
|
||||
Define the conditions to match for the status to be WARNING (Default: '%{status} =~ /warning/i').
|
||||
Define the conditions to match for the status to be WARNING (default: '%{status} =~ /warning/i').
|
||||
You can use the following variables: %{display}, %{status}, %{type}
|
||||
|
||||
=item B<--critical-status>
|
||||
|
||||
Define the conditions to match for the status to be CRITICAL (Default: '%{status} =~ /failed/i').
|
||||
Define the conditions to match for the status to be CRITICAL (default: '%{status} =~ /failed/i').
|
||||
You can use the following variables: %{display}, %{status}, %{type}
|
||||
|
||||
=item B<--warning-total>
|
||||
|
@ -211,7 +211,7 @@ You can use the following variables: %{display}, %{status}
|
||||
|
||||
=item B<--critical-status>
|
||||
|
||||
Define the conditions to match for the status to be CRITICAL (Default: '%{status} !~ /up/i').
|
||||
Define the conditions to match for the status to be CRITICAL (default: '%{status} !~ /up/i').
|
||||
You can use the following variables: %{display}, %{status}
|
||||
|
||||
=back
|
||||
|
@ -137,7 +137,7 @@ You can use the following variables: %{display}, %{status}
|
||||
|
||||
=item B<--critical-status>
|
||||
|
||||
Define the conditions to match for the status to be CRITICAL (Default: '%{status} !~ /up/i').
|
||||
Define the conditions to match for the status to be CRITICAL (default: '%{status} !~ /up/i').
|
||||
You can use the following variables: %{display}, %{status}
|
||||
|
||||
=back
|
||||
|
@ -331,42 +331,42 @@ Filter job with start time greater than current time less value in seconds.
|
||||
|
||||
=item B<--filter-end-time>
|
||||
|
||||
Filter job with end time greater than current time less value in seconds (Default: 86400).
|
||||
Filter job with end time greater than current time less value in seconds (default: 86400).
|
||||
|
||||
=item B<--ok-status>
|
||||
|
||||
Define the conditions to match for the status to be OK (Default: '%{status} == 0')
|
||||
Define the conditions to match for the status to be OK (default: '%{status} == 0')
|
||||
You can use the following variables: %{display}, %{status}
|
||||
|
||||
=item B<--warning-status>
|
||||
|
||||
Define the conditions to match for the status to be WARNING (Default: '%{status} == 1')
|
||||
Define the conditions to match for the status to be WARNING (default: '%{status} == 1')
|
||||
You can use the following variables: %{display}, %{status}, %{type}
|
||||
|
||||
=item B<--critical-status>
|
||||
|
||||
Define the conditions to match for the status to be CRITICAL (Default: '%{status} > 1').
|
||||
Define the conditions to match for the status to be CRITICAL (default: '%{status} > 1').
|
||||
You can use the following variables: %{display}, %{status}, %{type}
|
||||
|
||||
=item B<--warning-long>
|
||||
|
||||
Set warning threshold for long jobs (Default: none)
|
||||
Set warning threshold for long jobs (default: none)
|
||||
You can use the following variables: %{display}, %{status}, %{elapsed}, %{type}
|
||||
|
||||
=item B<--critical-long>
|
||||
|
||||
Set critical threshold for long jobs (Default: none).
|
||||
Set critical threshold for long jobs (default: none).
|
||||
You can use the following variables: %{display}, %{status}, %{elapsed}, %{type}
|
||||
|
||||
=item B<--warning-frozen>
|
||||
|
||||
Set warning threshold for frozen jobs (Default: none)
|
||||
Set warning threshold for frozen jobs (default: none)
|
||||
You can use the following variables:
|
||||
%{display}, %{status}, %{elapsed}, %{type}, %{kb}, %{parentid}, %{schedule}, %{jobid}
|
||||
|
||||
=item B<--critical-frozen>
|
||||
|
||||
Set critical threshold for frozen jobs (Default: '%{state} =~ /active|queue/ && %{kb} == 0').
|
||||
Set critical threshold for frozen jobs (default: '%{state} =~ /active|queue/ && %{kb} == 0').
|
||||
You can use the following variables:
|
||||
%{display}, %{status}, %{elapsed}, %{type}, %{kb}, %{parentid}, %{schedule}, %{jobid}
|
||||
|
||||
|
@ -188,11 +188,11 @@ Print command output
|
||||
|
||||
=item B<--filter-scratch>
|
||||
|
||||
Filter tape scratch (Default: 'scratch').
|
||||
Filter tape scratch (default: 'scratch').
|
||||
|
||||
=item B<--units>
|
||||
|
||||
Units of thresholds (Default: '%') ('%', 'absolute').
|
||||
Units of thresholds (default: '%') ('%', 'absolute').
|
||||
|
||||
=item B<--free>
|
||||
|
||||
|
@ -217,7 +217,7 @@ Filter tape name.
|
||||
|
||||
=item B<--units>
|
||||
|
||||
Units of thresholds (Default: '%') ('%', 'absolute').
|
||||
Units of thresholds (default: '%') ('%', 'absolute').
|
||||
|
||||
=item B<--free>
|
||||
|
||||
@ -230,7 +230,7 @@ You can use the following variables: %{status}, %{display}
|
||||
|
||||
=item B<--critical-status>
|
||||
|
||||
Define the conditions to match for the status to be CRITICAL (Default: '%{status} !~ /active/i').
|
||||
Define the conditions to match for the status to be CRITICAL (default: '%{status} !~ /active/i').
|
||||
You can use the following variables: %{status}, %{display}
|
||||
|
||||
=item B<--warning-*>
|
||||
|
@ -176,32 +176,32 @@ Command used: '/quadstorvtl/bin/impexp -l'
|
||||
|
||||
=item B<--warning-status>
|
||||
|
||||
Define the conditions to match for the status to be WARNING (Default: none)
|
||||
Define the conditions to match for the status to be WARNING (default: none)
|
||||
You can use the following variables: %{display}, %{status}
|
||||
|
||||
=item B<--critical-status>
|
||||
|
||||
Define the conditions to match for the status to be CRITICAL (Default: '%{status} =~ /error/i').
|
||||
Define the conditions to match for the status to be CRITICAL (default: '%{status} =~ /error/i').
|
||||
You can use the following variables: %{display}, %{status}
|
||||
|
||||
=item B<--warning-long>
|
||||
|
||||
Set warning threshold for long jobs (Default: none)
|
||||
Set warning threshold for long jobs (default: none)
|
||||
You can use the following variables: %{display}, %{status}, %{elapsed}
|
||||
|
||||
=item B<--critical-long>
|
||||
|
||||
Set critical threshold for long jobs (Default: none).
|
||||
Set critical threshold for long jobs (default: none).
|
||||
You can use the following variables: %{display}, %{status}, %{elapsed}
|
||||
|
||||
=item B<--warning-frozen>
|
||||
|
||||
Set warning threshold for frozen jobs (Default: none)
|
||||
Set warning threshold for frozen jobs (default: none)
|
||||
You can use the following variables: %{display}, %{status}, %{elapsed}, %{kb}
|
||||
|
||||
=item B<--critical-frozen>
|
||||
|
||||
Set critical threshold for frozen jobs (Default: none).
|
||||
Set critical threshold for frozen jobs (default: none).
|
||||
You can use the following variables: %{display}, %{status}, %{elapsed}, %{kb}
|
||||
|
||||
=back
|
||||
|
@ -235,7 +235,7 @@ Command used: '/quadstorvtl/bin/vcconfig -l -v %(vtl-name)'
|
||||
|
||||
=item B<--vtl-name>
|
||||
|
||||
Set VTL name (Required).
|
||||
Set VTL name (required).
|
||||
|
||||
=item B<--filter-name>
|
||||
|
||||
@ -243,7 +243,7 @@ Filter tape name.
|
||||
|
||||
=item B<--units>
|
||||
|
||||
Units of thresholds (Default: '%') ('%', 'absolute').
|
||||
Units of thresholds (default: '%') ('%', 'absolute').
|
||||
|
||||
=item B<--free>
|
||||
|
||||
@ -256,7 +256,7 @@ You can use the following variables: %{status}, %{display}
|
||||
|
||||
=item B<--critical-status>
|
||||
|
||||
Define the conditions to match for the status to be CRITICAL (Default: '%{status} !~ /active/i').
|
||||
Define the conditions to match for the status to be CRITICAL (default: '%{status} !~ /active/i').
|
||||
You can use the following variables: %{status}, %{display}
|
||||
|
||||
=item B<--warning-*> B<--critical-*>
|
||||
|
@ -157,17 +157,17 @@ Check agents.
|
||||
|
||||
=item B<--unknown-status>
|
||||
|
||||
Define the conditions to match for the status to be UNKNOWN (Default: '%{status} =~ /unreachable/i').
|
||||
Define the conditions to match for the status to be UNKNOWN (default: '%{status} =~ /unreachable/i').
|
||||
You can use the following variables: %{status}, %{display}
|
||||
|
||||
=item B<--warning-status>
|
||||
|
||||
Define the conditions to match for the status to be WARNING (Default: '').
|
||||
Define the conditions to match for the status to be WARNING (default: '').
|
||||
You can use the following variables: %{status}, %{display}
|
||||
|
||||
=item B<--critical-status>
|
||||
|
||||
Define the conditions to match for the status to be CRITICAL (Default: '%{status} =~ /failed|authenticationError/i').
|
||||
Define the conditions to match for the status to be CRITICAL (default: '%{status} =~ /failed|authenticationError/i').
|
||||
You can use the following variables: %{status}, %{display}
|
||||
|
||||
=item B<--warning-*> B<--critical-*>
|
||||
|
@ -187,17 +187,17 @@ Check repositories.
|
||||
|
||||
=item B<--unknown-status>
|
||||
|
||||
Define the conditions to match for the status to be UNKNOWN (Default: '%{status} =~ /unknown/i').
|
||||
Define the conditions to match for the status to be UNKNOWN (default: '%{status} =~ /unknown/i').
|
||||
You can use the following variables: %{status}, %{display}
|
||||
|
||||
=item B<--warning-status>
|
||||
|
||||
Define the conditions to match for the status to be WARNING (Default: '').
|
||||
Define the conditions to match for the status to be WARNING (default: '').
|
||||
You can use the following variables: %{status}, %{display}
|
||||
|
||||
=item B<--critical-status>
|
||||
|
||||
Define the conditions to match for the status to be CRITICAL (Default: '%{status} =~ /error/i').
|
||||
Define the conditions to match for the status to be CRITICAL (default: '%{status} =~ /error/i').
|
||||
You can use the following variables: %{status}, %{display}
|
||||
|
||||
=item B<--warning-*> B<--critical-*>
|
||||
|
@ -446,11 +446,11 @@ Set hostname.
|
||||
|
||||
=item B<--port>
|
||||
|
||||
Port used (Default: 443)
|
||||
Port used (default: 443)
|
||||
|
||||
=item B<--proto>
|
||||
|
||||
Specify https if needed (Default: 'https')
|
||||
Specify https if needed (default: 'https')
|
||||
|
||||
=item B<--service-account>
|
||||
|
||||
@ -478,7 +478,7 @@ Use token authentication. If option is empty, token is created.
|
||||
|
||||
=item B<--timeout>
|
||||
|
||||
Set timeout in seconds (Default: 30).
|
||||
Set timeout in seconds (default: 30).
|
||||
|
||||
=item B<--cache-use>
|
||||
|
||||
|
@ -169,7 +169,7 @@ Example: --filter-counters='status'
|
||||
|
||||
=item B<--cluster-id>
|
||||
|
||||
Which cluster to check (Default: 'me').
|
||||
Which cluster to check (default: 'me').
|
||||
|
||||
=item B<--unknown-status>
|
||||
|
||||
@ -183,7 +183,7 @@ You can use the following variables: %{status}, %{name}
|
||||
|
||||
=item B<--critical-status>
|
||||
|
||||
Define the conditions to match for the status to be CRITICAL (Default: '%{status} !~ /ok/i').
|
||||
Define the conditions to match for the status to be CRITICAL (default: '%{status} !~ /ok/i').
|
||||
You can use the following variables: %{status}, %{name}
|
||||
|
||||
=item B<--warning-*> B<--critical-*>
|
||||
|
@ -169,11 +169,11 @@ Example: --filter-counters='disk-status'
|
||||
|
||||
=item B<--cluster-id>
|
||||
|
||||
Which cluster to check (Default: 'me').
|
||||
Which cluster to check (default: 'me').
|
||||
|
||||
=item B<--filter-disk-id>
|
||||
|
||||
Filter disks by disk id (can be a regexp).
|
||||
Filter disks by disk ID (can be a regexp).
|
||||
|
||||
=item B<--unknown-disks-status>
|
||||
|
||||
@ -187,7 +187,7 @@ You can use the following variables: %{status}, %{id}
|
||||
|
||||
=item B<--critical-disk-status>
|
||||
|
||||
Define the conditions to match for the status to be CRITICAL (Default: '%{status} !~ /active/i').
|
||||
Define the conditions to match for the status to be CRITICAL (default: '%{status} !~ /active/i').
|
||||
You can use the following variables: %{status}, %{id}
|
||||
|
||||
=item B<--warning-*> B<--critical-*>
|
||||
|
@ -388,8 +388,7 @@ Filter jobs by location name.
|
||||
|
||||
=item B<--unit>
|
||||
|
||||
Select the unit for last execution time threshold. May be 's' for seconds, 'm' for minutes,
|
||||
'h' for hours, 'd' for days, 'w' for weeks. Default is seconds.
|
||||
Select the time unit for last execution time thresholds. May be 's' for seconds, 'm' for minutes, 'h' for hours, 'd' for days, 'w' for weeks. Default is seconds.
|
||||
|
||||
=item B<--limit>
|
||||
|
||||
|
@ -174,11 +174,11 @@ Example: --filter-counters='node-status'
|
||||
|
||||
=item B<--cluster-id>
|
||||
|
||||
Which cluster to check (Default: 'me').
|
||||
Which cluster to check (default: 'me').
|
||||
|
||||
=item B<--filter-node-id>
|
||||
|
||||
Filter nodes by node id (can be a regexp).
|
||||
Filter nodes by node ID (can be a regexp).
|
||||
|
||||
=item B<--unknown-node-status>
|
||||
|
||||
@ -192,7 +192,7 @@ You can use the following variables: %{status}, %{ip_address}, %{id}
|
||||
|
||||
=item B<--critical-node-status>
|
||||
|
||||
Define the conditions to match for the status to be CRITICAL (Default: '%{status} !~ /ok/i').
|
||||
Define the conditions to match for the status to be CRITICAL (default: '%{status} !~ /ok/i').
|
||||
You can use the following variables: %{status}, %{ip_address}, %{id}
|
||||
|
||||
=item B<--warning-*> B<--critical-*>
|
||||
|
@ -108,15 +108,15 @@ my tsm cli
|
||||
|
||||
=item B<--tsm-hostname>
|
||||
|
||||
TSM hostname to query (Required).
|
||||
TSM hostname to query (required).
|
||||
|
||||
=item B<--tsm-username>
|
||||
|
||||
TSM username (Required).
|
||||
TSM username (required).
|
||||
|
||||
=item B<--tsm-password>
|
||||
|
||||
TSM password (Required).
|
||||
TSM password (required).
|
||||
|
||||
=back
|
||||
|
||||
|
@ -158,12 +158,12 @@ Get activity log more recent than X hour(s) (default: '1').
|
||||
|
||||
=item B<--warning-status>
|
||||
|
||||
Define the conditions to match for the status to be WARNING (Default: '%{severity} =~ /warning/')
|
||||
Define the conditions to match for the status to be WARNING (default: '%{severity} =~ /warning/')
|
||||
You can use the following variables: %{message}, %{severity}, %{since}
|
||||
|
||||
=item B<--critical-status>
|
||||
|
||||
Define the conditions to match for the status to be CRITICAL (Default: '%{severity} =~ /error|severe/').
|
||||
Define the conditions to match for the status to be CRITICAL (default: '%{severity} =~ /error|severe/').
|
||||
You can use the following variables: %{message}, %{severity}, %{since}
|
||||
|
||||
=item B<--timezone>
|
||||
|
@ -181,12 +181,12 @@ Filter by session type.
|
||||
|
||||
=item B<--warning-status>
|
||||
|
||||
Define the conditions to match for the status to be WARNING (Default: '')
|
||||
Define the conditions to match for the status to be WARNING (default: '')
|
||||
You can use the following variables: %{client_name}, %{state}, %{session_type}, %{since}
|
||||
|
||||
=item B<--critical-status>
|
||||
|
||||
Define the conditions to match for the status to be CRITICAL (Default: '').
|
||||
Define the conditions to match for the status to be CRITICAL (default: '').
|
||||
You can use the following variables: %{client_name}, %{state}, %{session_type}, %{since}
|
||||
|
||||
=item B<--warning-*>
|
||||
|
@ -269,7 +269,7 @@ Check job status.
|
||||
|
||||
=item B<--timeout>
|
||||
|
||||
Set timeout time for command execution (Default: 50 sec)
|
||||
Set timeout time for command execution (default: 50 sec)
|
||||
|
||||
=item B<--no-ps>
|
||||
|
||||
@ -277,16 +277,16 @@ Don't encode powershell. To be used with --command and 'type' command.
|
||||
|
||||
=item B<--command>
|
||||
|
||||
Command to get information (Default: 'powershell.exe').
|
||||
Command to get information (default: 'powershell.exe').
|
||||
Can be changed if you have output in a file. To be used with --no-ps option!!!
|
||||
|
||||
=item B<--command-path>
|
||||
|
||||
Command path (Default: none).
|
||||
Command path (default: none).
|
||||
|
||||
=item B<--command-options>
|
||||
|
||||
Command options (Default: '-InputFormat none -NoLogo -EncodedCommand').
|
||||
Command options (default: '-InputFormat none -NoLogo -EncodedCommand').
|
||||
|
||||
=item B<--ps-display>
|
||||
|
||||
@ -314,7 +314,7 @@ Filter job with start time greater than current time less value in seconds.
|
||||
|
||||
=item B<--filter-end-time>
|
||||
|
||||
Filter job with end time greater than current time less value in seconds (Default: 86400).
|
||||
Filter job with end time greater than current time less value in seconds (default: 86400).
|
||||
|
||||
=item B<--ok-status>
|
||||
|
||||
@ -328,7 +328,7 @@ You can use the following variables: %{display}, %{status}, %{type}, %{is_runnin
|
||||
|
||||
=item B<--critical-status>
|
||||
|
||||
Define the conditions to match for the status to be CRITICAL (Default: '%{is_running} == 0 and not %{status} =~ /Success/i').
|
||||
Define the conditions to match for the status to be CRITICAL (default: '%{is_running} == 0 and not %{status} =~ /Success/i').
|
||||
You can use the following variables: %{display}, %{status}, %{type}, %{is_running}, %{scheduled}.
|
||||
|
||||
=item B<--warning-long>
|
||||
|
@ -296,7 +296,7 @@ Check licenses.
|
||||
|
||||
=item B<--timeout>
|
||||
|
||||
Set timeout time for command execution (Default: 50 sec)
|
||||
Set timeout time for command execution (default: 50 sec)
|
||||
|
||||
=item B<--no-ps>
|
||||
|
||||
@ -304,16 +304,16 @@ Don't encode powershell. To be used with --command and 'type' command.
|
||||
|
||||
=item B<--command>
|
||||
|
||||
Command to get information (Default: 'powershell.exe').
|
||||
Command to get information (default: 'powershell.exe').
|
||||
Can be changed if you have output in a file. To be used with --no-ps option!!!
|
||||
|
||||
=item B<--command-path>
|
||||
|
||||
Command path (Default: none).
|
||||
Command path (default: none).
|
||||
|
||||
=item B<--command-options>
|
||||
|
||||
Command options (Default: '-InputFormat none -NoLogo -EncodedCommand').
|
||||
Command options (default: '-InputFormat none -NoLogo -EncodedCommand').
|
||||
|
||||
=item B<--ps-display>
|
||||
|
||||
@ -342,13 +342,12 @@ You can use the following variables: %{to}, %{status}, %{type}.
|
||||
|
||||
=item B<--critical-status>
|
||||
|
||||
Define the conditions to match for the status to be CRITICAL (Default: '%{status} =~ /expired|invalid/i').
|
||||
Define the conditions to match for the status to be CRITICAL (default: '%{status} =~ /expired|invalid/i').
|
||||
You can use the following variables: %{to}, %{status}, %{type}.
|
||||
|
||||
=item B<--unit>
|
||||
|
||||
Select the unit for expires threshold. May be 's' for seconds, 'm' for minutes,
|
||||
'h' for hours, 'd' for days, 'w' for weeks. Default is seconds.
|
||||
Select the time unit for the expiration thresholds. May be 's' for seconds, 'm' for minutes, 'h' for hours, 'd' for days, 'w' for weeks. Default is seconds.
|
||||
|
||||
=item B<--warning-*> B<--critical-*>
|
||||
|
||||
|
@ -167,7 +167,7 @@ List jobs.
|
||||
|
||||
=item B<--timeout>
|
||||
|
||||
Set timeout time for command execution (Default: 50 sec)
|
||||
Set timeout time for command execution (default: 50 sec)
|
||||
|
||||
=item B<--no-ps>
|
||||
|
||||
@ -175,16 +175,16 @@ Don't encode powershell. To be used with --command and 'type' command.
|
||||
|
||||
=item B<--command>
|
||||
|
||||
Command to get information (Default: 'powershell.exe').
|
||||
Command to get information (default: 'powershell.exe').
|
||||
Can be changed if you have output in a file. To be used with --no-ps option!!!
|
||||
|
||||
=item B<--command-path>
|
||||
|
||||
Command path (Default: none).
|
||||
Command path (default: none).
|
||||
|
||||
=item B<--command-options>
|
||||
|
||||
Command options (Default: '-InputFormat none -NoLogo -EncodedCommand').
|
||||
Command options (default: '-InputFormat none -NoLogo -EncodedCommand').
|
||||
|
||||
=item B<--ps-display>
|
||||
|
||||
|
@ -170,7 +170,7 @@ List repositories.
|
||||
|
||||
=item B<--timeout>
|
||||
|
||||
Set timeout time for command execution (Default: 50 sec)
|
||||
Set timeout time for command execution (default: 50 sec)
|
||||
|
||||
=item B<--no-ps>
|
||||
|
||||
@ -178,16 +178,16 @@ Don't encode powershell. To be used with --command and 'type' command.
|
||||
|
||||
=item B<--command>
|
||||
|
||||
Command to get information (Default: 'powershell.exe').
|
||||
Command to get information (default: 'powershell.exe').
|
||||
Can be changed if you have output in a file. To be used with --no-ps option!!!
|
||||
|
||||
=item B<--command-path>
|
||||
|
||||
Command path (Default: none).
|
||||
Command path (default: none).
|
||||
|
||||
=item B<--command-options>
|
||||
|
||||
Command options (Default: '-InputFormat none -NoLogo -EncodedCommand').
|
||||
Command options (default: '-InputFormat none -NoLogo -EncodedCommand').
|
||||
|
||||
=item B<--ps-display>
|
||||
|
||||
|
@ -260,7 +260,7 @@ Check repositories.
|
||||
|
||||
=item B<--timeout>
|
||||
|
||||
Set timeout time for command execution (Default: 50 sec)
|
||||
Set timeout time for command execution (default: 50 sec)
|
||||
|
||||
=item B<--no-ps>
|
||||
|
||||
@ -268,16 +268,16 @@ Don't encode powershell. To be used with --command and 'type' command.
|
||||
|
||||
=item B<--command>
|
||||
|
||||
Command to get information (Default: 'powershell.exe').
|
||||
Command to get information (default: 'powershell.exe').
|
||||
Can be changed if you have output in a file. To be used with --no-ps option!!!
|
||||
|
||||
=item B<--command-path>
|
||||
|
||||
Command path (Default: none).
|
||||
Command path (default: none).
|
||||
|
||||
=item B<--command-options>
|
||||
|
||||
Command options (Default: '-InputFormat none -NoLogo -EncodedCommand').
|
||||
Command options (default: '-InputFormat none -NoLogo -EncodedCommand').
|
||||
|
||||
=item B<--ps-display>
|
||||
|
||||
@ -306,7 +306,7 @@ You can use the following variables: %{status}, %{name}, %{type}.
|
||||
|
||||
=item B<--critical-status>
|
||||
|
||||
Define the conditions to match for the status to be CRITICAL (Default: 'not %{status} =~ /ordinal|maintenance/i').
|
||||
Define the conditions to match for the status to be CRITICAL (default: 'not %{status} =~ /ordinal|maintenance/i').
|
||||
You can use the following variables: %{status}, %{name}, %{type}.
|
||||
|
||||
=item B<--warning-*> B<--critical-*>
|
||||
|
@ -213,7 +213,7 @@ Check tape jobs status.
|
||||
|
||||
=item B<--timeout>
|
||||
|
||||
Set timeout time for command execution (Default: 50 sec)
|
||||
Set timeout time for command execution (default: 50 sec)
|
||||
|
||||
=item B<--no-ps>
|
||||
|
||||
@ -221,16 +221,16 @@ Don't encode powershell. To be used with --command and 'type' command.
|
||||
|
||||
=item B<--command>
|
||||
|
||||
Command to get information (Default: 'powershell.exe').
|
||||
Command to get information (default: 'powershell.exe').
|
||||
Can be changed if you have output in a file. To be used with --no-ps option!!!
|
||||
|
||||
=item B<--command-path>
|
||||
|
||||
Command path (Default: none).
|
||||
Command path (default: none).
|
||||
|
||||
=item B<--command-options>
|
||||
|
||||
Command options (Default: '-InputFormat none -NoLogo -EncodedCommand').
|
||||
Command options (default: '-InputFormat none -NoLogo -EncodedCommand').
|
||||
|
||||
=item B<--ps-display>
|
||||
|
||||
@ -254,17 +254,17 @@ Filter job type (can be a regexp).
|
||||
|
||||
=item B<--unknown-status>
|
||||
|
||||
Define the conditions to match for the status to be UNKNOWN (Default: '')
|
||||
Define the conditions to match for the status to be UNKNOWN (default: '')
|
||||
You can use the following variables: %{display}, %{enabled}, %{type}, %{last_result}, %{last_state}.
|
||||
|
||||
=item B<--warning-status>
|
||||
|
||||
Define the conditions to match for the status to be WARNING (Default: '')
|
||||
Define the conditions to match for the status to be WARNING (default: '')
|
||||
You can use the following variables: %{display}, %{enabled}, %{type}, %{last_result}, %{last_state}.
|
||||
|
||||
=item B<--critical-status>
|
||||
|
||||
Define the conditions to match for the status to be CRITICAL (Default: '%{enabled} == 1 and not %{last_result} =~ /Success|None/i').
|
||||
Define the conditions to match for the status to be CRITICAL (default: '%{enabled} == 1 and not %{last_result} =~ /Success|None/i').
|
||||
You can use the following variables: %{display}, %{enabled}, %{type}, %{last_result}, %{last_state}.
|
||||
|
||||
=item B<--warning-total>
|
||||
|
@ -249,7 +249,7 @@ Check SureBackup jobs.
|
||||
|
||||
=item B<--timeout>
|
||||
|
||||
Set timeout time for command execution (Default: 50 sec)
|
||||
Set timeout time for command execution (default: 50 sec)
|
||||
|
||||
=item B<--no-ps>
|
||||
|
||||
@ -257,16 +257,16 @@ Don't encode powershell. To be used with --command and 'type' command.
|
||||
|
||||
=item B<--command>
|
||||
|
||||
Command to get information (Default: 'powershell.exe').
|
||||
Command to get information (default: 'powershell.exe').
|
||||
Can be changed if you have output in a file. To be used with --no-ps option!!!
|
||||
|
||||
=item B<--command-path>
|
||||
|
||||
Command path (Default: none).
|
||||
Command path (default: none).
|
||||
|
||||
=item B<--command-options>
|
||||
|
||||
Command options (Default: '-InputFormat none -NoLogo -EncodedCommand').
|
||||
Command options (default: '-InputFormat none -NoLogo -EncodedCommand').
|
||||
|
||||
=item B<--ps-display>
|
||||
|
||||
@ -300,7 +300,7 @@ You can use the following variables: %{name}, %{type}, %{status}, %{duration}.
|
||||
|
||||
=item B<--critical-status>
|
||||
|
||||
Define the conditions to match for the status to be CRITICAL (Default: 'not %{status} =~ /success/i').
|
||||
Define the conditions to match for the status to be CRITICAL (default: 'not %{status} =~ /success/i').
|
||||
You can use the following variables: %{name}, %{type}, %{status}, %{duration}.
|
||||
|
||||
=item B<--warning-*> B<--critical-*>
|
||||
|
@ -316,11 +316,11 @@ Set hostname.
|
||||
|
||||
=item B<--port>
|
||||
|
||||
Port used (Default: 9398)
|
||||
Port used (default: 9398)
|
||||
|
||||
=item B<--proto>
|
||||
|
||||
Specify https if needed (Default: 'https')
|
||||
Specify https if needed (default: 'https')
|
||||
|
||||
=item B<--api-username>
|
||||
|
||||
@ -332,7 +332,7 @@ Set password.
|
||||
|
||||
=item B<--timeout>
|
||||
|
||||
Set timeout in seconds (Default: 50).
|
||||
Set timeout in seconds (default: 50).
|
||||
|
||||
=item B<--cache-use>
|
||||
|
||||
|
@ -312,8 +312,7 @@ Timeframe to get BackupJobSession (in seconds. Default: 86400).
|
||||
|
||||
=item B<--unit>
|
||||
|
||||
Select the unit for last execution time threshold. May be 's' for seconds, 'm' for minutes,
|
||||
'h' for hours, 'd' for days, 'w' for weeks. Default is seconds.
|
||||
Select the time unit for last execution time thresholds. May be 's' for seconds,'m' for minutes, 'h' for hours, 'd' for days, 'w' for weeks. Default is seconds.
|
||||
|
||||
=item B<--unknown-execution-status>
|
||||
|
||||
@ -322,12 +321,12 @@ You can use the following variables: %{status}, %{jobName}
|
||||
|
||||
=item B<--warning-execution-status>
|
||||
|
||||
Set warning threshold for last job execution status (Default: %{status} =~ /warning/i).
|
||||
Set warning threshold for last job execution status (default: %{status} =~ /warning/i).
|
||||
You can use the following variables like: %{status}, %{jobName}
|
||||
|
||||
=item B<--critical-execution-status>
|
||||
|
||||
Set critical threshold for last job execution status (Default: %{status} =~ /failed/i).
|
||||
Set critical threshold for last job execution status (default: %{status} =~ /failed/i).
|
||||
You can use the following variables: %{status}, %{jobName}
|
||||
|
||||
=item B<--warning-*> B<--critical-*>
|
||||
|
@ -411,15 +411,15 @@ Statistics Channels hostname.
|
||||
|
||||
=item B<--port>
|
||||
|
||||
Port used (Default: 8080)
|
||||
Port used (default: 8080)
|
||||
|
||||
=item B<--proto>
|
||||
|
||||
Specify https if needed (Default: 'http')
|
||||
Specify https if needed (default: 'http')
|
||||
|
||||
=item B<--url-path>
|
||||
|
||||
Statistics Channel API Path (Default: '/').
|
||||
Statistics Channel API Path (default: '/').
|
||||
|
||||
=item B<--timeout>
|
||||
|
||||
|
@ -147,7 +147,7 @@ Hostname to query.
|
||||
|
||||
=item B<--timeout>
|
||||
|
||||
Timeout in seconds for the command (Default: 30).
|
||||
Timeout in seconds for the command (default: 30).
|
||||
|
||||
=item B<--sudo>
|
||||
|
||||
|
@ -113,7 +113,7 @@ Do Centreon bam-service checks.
|
||||
|
||||
=item B<--centreon-config>
|
||||
|
||||
Centreon Database Config File (Default: '/etc/centreon/centreon-config.pm').
|
||||
Centreon Database Config File (default: '/etc/centreon/centreon-config.pm').
|
||||
|
||||
=item B<--bam-id>
|
||||
|
||||
|
@ -223,7 +223,7 @@ Hostname to query in ssh.
|
||||
|
||||
=item B<--timeout>
|
||||
|
||||
Timeout in seconds for the command (Default: 30).
|
||||
Timeout in seconds for the command (default: 30).
|
||||
|
||||
=item B<--sudo>
|
||||
|
||||
@ -231,7 +231,7 @@ Use 'sudo' to execute the command.
|
||||
|
||||
=item B<--broker-stats-file>
|
||||
|
||||
Specify the centreon-broker json stats file (Required). Can be multiple.
|
||||
Specify the centreon-broker json stats file (required). Can be multiple.
|
||||
|
||||
=item B<--filter-name>
|
||||
|
||||
@ -249,7 +249,7 @@ You can use the following variables: %{queue_file_enabled}, %{state}, %{status},
|
||||
|
||||
=item B<--critical-status>
|
||||
|
||||
Define the conditions to match for the status to be CRITICAL (Default: '%{type} eq "output" and %{queue_file_enabled} =~ /yes/i').
|
||||
Define the conditions to match for the status to be CRITICAL (default: '%{type} eq "output" and %{queue_file_enabled} =~ /yes/i').
|
||||
You can use the following variables: %{queue_file_enabled}, %{state}, %{status}, %{type}, %{display}
|
||||
|
||||
=back
|
||||
|
@ -420,7 +420,7 @@ Hostname to query in ssh.
|
||||
|
||||
=item B<--timeout>
|
||||
|
||||
Timeout in seconds for the command (Default: 30).
|
||||
Timeout in seconds for the command (default: 30).
|
||||
|
||||
=item B<--sudo>
|
||||
|
||||
|
@ -219,47 +219,47 @@ Send a SNMP trap to set a downtime.
|
||||
|
||||
=item B<--oid-trap>
|
||||
|
||||
Specify OID trap (Default: '.1.3.6.1.4.1.50000.1.1')
|
||||
Specify OID trap (default: '.1.3.6.1.4.1.50000.1.1')
|
||||
|
||||
=item B<--oid-hostname>
|
||||
|
||||
Specify OID for hostname (Default: '.1.3.6.1.4.1.50000.2.1')
|
||||
Specify OID for hostname (default: '.1.3.6.1.4.1.50000.2.1')
|
||||
|
||||
=item B<--oid-start>
|
||||
|
||||
Specify OID for downtime start time (Default: '.1.3.6.1.4.1.50000.2.2')
|
||||
Specify OID for downtime start time (default: '.1.3.6.1.4.1.50000.2.2')
|
||||
|
||||
=item B<--oid-end>
|
||||
|
||||
Specify OID for downtime end time (Default: '.1.3.6.1.4.1.50000.2.3')
|
||||
Specify OID for downtime end time (default: '.1.3.6.1.4.1.50000.2.3')
|
||||
|
||||
=item B<--oid-author>
|
||||
|
||||
Specify OID for downtime author (Default: '.1.3.6.1.4.1.50000.2.4')
|
||||
Specify OID for downtime author (default: '.1.3.6.1.4.1.50000.2.4')
|
||||
|
||||
=item B<--oid-comment>
|
||||
|
||||
Specify OID for downtime comment (Default: '.1.3.6.1.4.1.50000.2.5')
|
||||
Specify OID for downtime comment (default: '.1.3.6.1.4.1.50000.2.5')
|
||||
|
||||
=item B<--oid-duration>
|
||||
|
||||
Specify OID for downtime duration (Default: '.1.3.6.1.4.1.50000.2.6')
|
||||
Specify OID for downtime duration (default: '.1.3.6.1.4.1.50000.2.6')
|
||||
|
||||
=item B<--centreon-server>
|
||||
|
||||
Address of centreon server to send the trap (Required)
|
||||
Address of centreon server to send the trap (required)
|
||||
|
||||
=item B<--author>
|
||||
|
||||
Set the downtime author (Default: 'system reboot').
|
||||
Set the downtime author (default: 'system reboot').
|
||||
|
||||
=item B<--comment>
|
||||
|
||||
Set the downtime comment (Default: 'the system reboots.').
|
||||
Set the downtime comment (default: 'the system reboots.').
|
||||
|
||||
=item B<--duration>
|
||||
|
||||
Set the downtime duration in seconds (Default: 300)
|
||||
Set the downtime duration in seconds (default: 300)
|
||||
|
||||
=item B<--wait>
|
||||
|
||||
@ -267,7 +267,7 @@ Time in seconds to wait
|
||||
|
||||
=item B<--snmptrap-command>
|
||||
|
||||
snmptrap command used (Default: 'snmptrap').
|
||||
snmptrap command used (default: 'snmptrap').
|
||||
Use if the SNMP perl module is not installed.
|
||||
|
||||
=item B<--display-options>
|
||||
|
@ -269,7 +269,7 @@ Do Centreon meta-service checks.
|
||||
|
||||
=item B<--centreon-config>
|
||||
|
||||
Centreon Database Config File (Default: '/etc/centreon/centreon-config.pm').
|
||||
Centreon Database Config File (default: '/etc/centreon/centreon-config.pm').
|
||||
|
||||
=item B<--meta-id>
|
||||
|
||||
|
@ -273,7 +273,7 @@ perl centreon_plugins.pl --plugin=apps::centreon::local::plugin
|
||||
|
||||
Comma separated sequence of statuses from which the mode should pick is
|
||||
return code from.
|
||||
(Example: --status-sequence='ok,critical,ok,ok' or --status-sequence='up,up,down' --host)
|
||||
(example: --status-sequence='ok,critical,ok,ok' or --status-sequence='up,up,down' --host)
|
||||
(Should be numeric value between 0 and 3, or string in ok, warning, critical, unknown, up, down).
|
||||
|
||||
=item B<--host>
|
||||
@ -290,13 +290,13 @@ Number of metrics to generate.
|
||||
|
||||
=item B<--metrics-name>
|
||||
|
||||
Name of the metrics (Default: 'metrics.number').
|
||||
Name of the metrics (default: 'metrics.number').
|
||||
|
||||
Metrics are suffixed by a number between 1 and metrics count.
|
||||
|
||||
=item B<--metrics-values-range>
|
||||
|
||||
Range of values from which metrics values can be picked (Default: '0:100').
|
||||
Range of values from which metrics values can be picked (default: '0:100').
|
||||
|
||||
=item B<--show-sequence>
|
||||
|
||||
|
@ -178,7 +178,7 @@ Check failover file retention or temporary is active.
|
||||
|
||||
=item B<--broker-config>
|
||||
|
||||
Specify the centreon-broker config (Required). Can be multiple.
|
||||
Specify the centreon-broker config (required). Can be multiple.
|
||||
|
||||
=back
|
||||
|
||||
|
@ -140,16 +140,16 @@ perl centreon_plugins.pl --plugin=apps::centreon::map::jmx::plugin --custommode=
|
||||
=item B<--filter-counters>
|
||||
|
||||
Only display some counters (regexp can be used).
|
||||
(Example: --filter-counters='session')
|
||||
(example: --filter-counters='session')
|
||||
|
||||
=item B<--warning-status>
|
||||
|
||||
Define the conditions to match for the status to be WARNING. (Default: '').
|
||||
Define the conditions to match for the status to be WARNING. (default: '').
|
||||
Can use special variables like: %{processed_packets}, %{received_packets}, %{diff_packets}.
|
||||
|
||||
=item B<--critical-status>
|
||||
|
||||
Define the conditions to match for the status to be CRITICAL. (Default: '%{processed_packets} < %{received_packets}').
|
||||
Define the conditions to match for the status to be CRITICAL. (default: '%{processed_packets} < %{received_packets}').
|
||||
Can use special variables like: %{processed_packets}, %{received_packets}, %{diff_packets}.
|
||||
|
||||
=item B<--warning-*>
|
||||
|
@ -130,7 +130,7 @@ perl centreon_plugins.pl --plugin=apps::centreon::map::jmx::plugin --custommode=
|
||||
=item B<--filter-counters>
|
||||
|
||||
Only display some counters (regexp can be used).
|
||||
(Example: --filter-counters='computation')
|
||||
(example: --filter-counters='computation')
|
||||
|
||||
=item B<--warning-*>
|
||||
|
||||
|
@ -114,7 +114,7 @@ perl centreon_plugins.pl --plugin=apps::centreon::map::jmx::plugin --custommode=
|
||||
=item B<--filter-counters>
|
||||
|
||||
Only display some counters (regexp can be used).
|
||||
(Example: --filter-counters='session')
|
||||
(example: --filter-counters='session')
|
||||
|
||||
=item B<--warning-*>
|
||||
|
||||
|
@ -107,7 +107,7 @@ perl centreon_plugins.pl --plugin=apps::centreon::map::jmx::plugin --custommode=
|
||||
=item B<--filter-counters>
|
||||
|
||||
Only display some counters (regexp can be used).
|
||||
(Example: --filter-counters='session')
|
||||
(example: --filter-counters='session')
|
||||
|
||||
=item B<--warning-*>
|
||||
|
||||
|
@ -239,7 +239,7 @@ perl centreon_plugins.pl --plugin=apps::centreon::map::jmx::plugin --custommode=
|
||||
=item B<--filter-counters>
|
||||
|
||||
Only display some counters (regexp can be used).
|
||||
(Example: --filter-counters='centreon')
|
||||
(example: --filter-counters='centreon')
|
||||
|
||||
=item B<--warning-*>
|
||||
|
||||
|
@ -242,11 +242,11 @@ Centreon hostname.
|
||||
|
||||
=item B<--port>
|
||||
|
||||
Port used (Default: 80)
|
||||
Port used (default: 80)
|
||||
|
||||
=item B<--proto>
|
||||
|
||||
Specify https if needed (Default: 'http')
|
||||
Specify https if needed (default: 'http')
|
||||
|
||||
=item B<--api-username>
|
||||
|
||||
@ -258,11 +258,11 @@ Centreon password.
|
||||
|
||||
=item B<--api-path>
|
||||
|
||||
API base url path (Default: '/centreon/api/index.php').
|
||||
API base url path (default: '/centreon/api/index.php').
|
||||
|
||||
=item B<--timeout>
|
||||
|
||||
Set HTTP timeout in seconds (Default: '10').
|
||||
Set HTTP timeout in seconds (default: '10').
|
||||
|
||||
=back
|
||||
|
||||
|
@ -126,20 +126,20 @@ perl centreon_plugins --plugin=apps::centreon::restapi::plugin --mode=submit-res
|
||||
|
||||
=item B<--host>
|
||||
|
||||
Hostname (Mandatory).
|
||||
Hostname (mandatory).
|
||||
|
||||
=item B<--service>
|
||||
|
||||
Service description (If result's for a service).
|
||||
Service description (if result's for a service).
|
||||
|
||||
=item B<--status>
|
||||
|
||||
Status in 0, 1, 2, 3 or ok, warning, critical, unknown for services,
|
||||
or in 0, 1 or up, down for hosts (Mandatory).
|
||||
or in 0, 1 or up, down for hosts (mandatory).
|
||||
|
||||
=item B<--output>
|
||||
|
||||
Short output (Mandatory).
|
||||
Short output (mandatory).
|
||||
|
||||
=item B<--perfdata>
|
||||
|
||||
|
@ -507,8 +507,8 @@ Can be 'totalhost','totalservice','groups'. Better to manage it in config file
|
||||
|
||||
=item B<--warning-*>
|
||||
|
||||
Can be 'total' for host and service, 'groups' for groups
|
||||
e.g --warning-total '%{total_unreachable} > 4' --warning-groups '%{instance} eq 'ESX' && %{total_down} > 2 && %{critical_total} > 4'
|
||||
Can be 'total' for host and service, 'groups' for groups.
|
||||
Example: --warning-total '%{total_unreachable} > 4' --warning-groups '%{instance} eq 'ESX' && %{total_down} > 2 && %{critical_total} > 4'
|
||||
|
||||
=item B<--critical-*>
|
||||
|
||||
|
@ -141,7 +141,7 @@ Critical threshold (number of retention forward days)
|
||||
|
||||
=item B<--timezone>
|
||||
|
||||
Timezone use for partitioning (If not set, we use current server execution timezone)
|
||||
Timezone use for partitioning (if not set, we use current server execution timezone)
|
||||
|
||||
=back
|
||||
|
||||
|
@ -414,9 +414,9 @@ __END__
|
||||
|
||||
=head1 MODE
|
||||
|
||||
Mode to play with centreon metrics
|
||||
e.g: display two curves of different service on the same graph
|
||||
e.g: aggregate multiple metrics (min,max,avg,sum) or custom operation
|
||||
Mode to play with centreon metrics.
|
||||
Example: display two curves of different service on the same graph.
|
||||
Example: aggregate multiple metrics (min,max,avg,sum) or custom operation.
|
||||
|
||||
=over 8
|
||||
|
||||
|
@ -254,11 +254,11 @@ Set hostname.
|
||||
|
||||
=item B<--port>
|
||||
|
||||
Port used (Default: 8443)
|
||||
Port used (default: 8443)
|
||||
|
||||
=item B<--proto>
|
||||
|
||||
Specify https if needed (Default: 'https')
|
||||
Specify https if needed (default: 'https')
|
||||
|
||||
=item B<--api-username>
|
||||
|
||||
@ -270,7 +270,7 @@ API password.
|
||||
|
||||
=item B<--timeout>
|
||||
|
||||
Set timeout in seconds (Default: 30).
|
||||
Set timeout in seconds (default: 30).
|
||||
|
||||
=back
|
||||
|
||||
|
@ -100,12 +100,12 @@ Check overall cluster status.
|
||||
|
||||
=item B<--warning-status>
|
||||
|
||||
Define the conditions to match for the status to be WARNING (Default: '%{status} =~ /warn/i')
|
||||
Define the conditions to match for the status to be WARNING (default: '%{status} =~ /warn/i')
|
||||
You can use the following variables: %{status}, %{message}
|
||||
|
||||
=item B<--critical-status>
|
||||
|
||||
Define the conditions to match for the status to be CRITICAL (Default: '%{status} =~ /error/i').
|
||||
Define the conditions to match for the status to be CRITICAL (default: '%{status} =~ /error/i').
|
||||
You can use the following variables: %{status}, %{message}
|
||||
|
||||
=back
|
||||
|
@ -190,15 +190,15 @@ API hostname.
|
||||
|
||||
=item B<--url-path>
|
||||
|
||||
API url path (Default: '/api/v1')
|
||||
API url path (default: '/api/v1')
|
||||
|
||||
=item B<--port>
|
||||
|
||||
API port (Default: 445)
|
||||
API port (default: 445)
|
||||
|
||||
=item B<--proto>
|
||||
|
||||
Specify https if needed (Default: 'https')
|
||||
Specify https if needed (default: 'https')
|
||||
|
||||
=item B<--username>
|
||||
|
||||
|
@ -144,12 +144,12 @@ Filter by type (can be a regexp).
|
||||
|
||||
=item B<--warning-status>
|
||||
|
||||
Define the conditions to match for the status to be WARNING (Default: '')
|
||||
Define the conditions to match for the status to be WARNING (default: '')
|
||||
You can use the following variables: %{type}, %{active_time}
|
||||
|
||||
=item B<--critical-status>
|
||||
|
||||
Define the conditions to match for the status to be CRITICAL (Default: '').
|
||||
Define the conditions to match for the status to be CRITICAL (default: '').
|
||||
You can use the following variables: %{type}, %{active_time}
|
||||
|
||||
=item B<--memory>
|
||||
|
@ -120,7 +120,7 @@ Check number of calls and participants.
|
||||
=item B<--filter-counters>
|
||||
|
||||
Only display some counters (regexp can be used).
|
||||
(Example: --filter-counters='calls')
|
||||
(example: --filter-counters='calls')
|
||||
|
||||
=item B<--warning-*>
|
||||
|
||||
|
@ -130,12 +130,12 @@ Check database status.
|
||||
|
||||
=item B<--warning-status>
|
||||
|
||||
Define the conditions to match for the status to be WARNING. (Default: '').
|
||||
Define the conditions to match for the status to be WARNING. (default: '').
|
||||
Can use special variables like: %{hostname}, %{master}, %{up}, %{sync_behind}
|
||||
|
||||
=item B<--critical-status>
|
||||
|
||||
Define the conditions to match for the status to be CRITICAL. (Default: '%{up} !~ /true/i').
|
||||
Define the conditions to match for the status to be CRITICAL. (default: '%{up} !~ /true/i').
|
||||
Can use special variables like: %{hostname}, %{master}, %{up}, %{sync_behind}
|
||||
|
||||
=back
|
||||
|
@ -132,12 +132,12 @@ Check features licensing.
|
||||
|
||||
=item B<--warning-status>
|
||||
|
||||
Define the conditions to match for the status to be WARNING. (Default: '%{status} eq "activated" && %{expiry_days} < 60').
|
||||
Define the conditions to match for the status to be WARNING. (default: '%{status} eq "activated" && %{expiry_days} < 60').
|
||||
Can use special variables like: %{status}, %{expiry_days}, %{feature}
|
||||
|
||||
=item B<--critical-status>
|
||||
|
||||
Define the conditions to match for the status to be CRITICAL. (Default: '%{status} eq "activated" && %{expiry_days} < 30').
|
||||
Define the conditions to match for the status to be CRITICAL. (default: '%{status} eq "activated" && %{expiry_days} < 30').
|
||||
Can use special variables like: %{status}, %{expiry_days}, %{feature}
|
||||
|
||||
=back
|
||||
|
@ -197,16 +197,16 @@ Check system status.
|
||||
=item B<--filter-counters>
|
||||
|
||||
Only display some counters (regexp can be used).
|
||||
(Example: --filter-counters='rate')
|
||||
(example: --filter-counters='rate')
|
||||
|
||||
=item B<--warning-status>
|
||||
|
||||
Define the conditions to match for the status to be WARNING. (Default: '').
|
||||
Define the conditions to match for the status to be WARNING. (default: '').
|
||||
Can use special variables like: %{activated}, %{cluster_enabled}
|
||||
|
||||
=item B<--critical-status>
|
||||
|
||||
Define the conditions to match for the status to be CRITICAL. (Default: '%{activated} !~ /true/i').
|
||||
Define the conditions to match for the status to be CRITICAL. (default: '%{activated} !~ /true/i').
|
||||
Can use special variables like: %{activated}, %{cluster_enabled}
|
||||
|
||||
=item B<--warning-*>
|
||||
|
@ -252,11 +252,11 @@ Set hostname.
|
||||
|
||||
=item B<--port>
|
||||
|
||||
Port used (Default: 443)
|
||||
Port used (default: 443)
|
||||
|
||||
=item B<--proto>
|
||||
|
||||
Specify https if needed (Default: 'https')
|
||||
Specify https if needed (default: 'https')
|
||||
|
||||
=item B<--api-username>
|
||||
|
||||
@ -268,7 +268,7 @@ Set password.
|
||||
|
||||
=item B<--timeout>
|
||||
|
||||
Set timeout in seconds (Default: 50).
|
||||
Set timeout in seconds (default: 50).
|
||||
|
||||
=back
|
||||
|
||||
|
@ -121,7 +121,7 @@ Resources discovery.
|
||||
|
||||
=item B<--resource-type>
|
||||
|
||||
Choose the type of resources to discover (Can be: 'network-device').
|
||||
Choose the type of resources to discover (can be: 'network-device').
|
||||
|
||||
=back
|
||||
|
||||
|
@ -199,7 +199,7 @@ Check network devices by categories.
|
||||
|
||||
=item B<--filter-category-name>
|
||||
|
||||
Filter categories by name (Can be a regexp).
|
||||
Filter categories by name (can be a regexp).
|
||||
|
||||
=item B<--warning-*> B<--critical-*>
|
||||
|
||||
|
@ -195,7 +195,7 @@ Check sites.
|
||||
|
||||
=item B<--filter-site-name>
|
||||
|
||||
Filter sites by name (Can be a regexp).
|
||||
Filter sites by name (can be a regexp).
|
||||
|
||||
=item B<--use-site-fullname>
|
||||
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user