diff --git a/src/apps/antivirus/clamav/local/mode/updatestatus.pm b/src/apps/antivirus/clamav/local/mode/updatestatus.pm index 8e22b6812..93fabce37 100644 --- a/src/apps/antivirus/clamav/local/mode/updatestatus.pm +++ b/src/apps/antivirus/clamav/local/mode/updatestatus.pm @@ -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 diff --git a/src/apps/antivirus/kaspersky/snmp/mode/deployment.pm b/src/apps/antivirus/kaspersky/snmp/mode/deployment.pm index fac38cfa6..2e3dd35b2 100644 --- a/src/apps/antivirus/kaspersky/snmp/mode/deployment.pm +++ b/src/apps/antivirus/kaspersky/snmp/mode/deployment.pm @@ -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-*> diff --git a/src/apps/antivirus/kaspersky/snmp/mode/events.pm b/src/apps/antivirus/kaspersky/snmp/mode/events.pm index 65730ee8b..beb381237 100644 --- a/src/apps/antivirus/kaspersky/snmp/mode/events.pm +++ b/src/apps/antivirus/kaspersky/snmp/mode/events.pm @@ -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-*> diff --git a/src/apps/antivirus/kaspersky/snmp/mode/fullscan.pm b/src/apps/antivirus/kaspersky/snmp/mode/fullscan.pm index fb7d7878e..c72a3c303 100644 --- a/src/apps/antivirus/kaspersky/snmp/mode/fullscan.pm +++ b/src/apps/antivirus/kaspersky/snmp/mode/fullscan.pm @@ -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-*> diff --git a/src/apps/antivirus/kaspersky/snmp/mode/logicalnetwork.pm b/src/apps/antivirus/kaspersky/snmp/mode/logicalnetwork.pm index 57464fd75..aff716711 100644 --- a/src/apps/antivirus/kaspersky/snmp/mode/logicalnetwork.pm +++ b/src/apps/antivirus/kaspersky/snmp/mode/logicalnetwork.pm @@ -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-*> diff --git a/src/apps/antivirus/kaspersky/snmp/mode/protection.pm b/src/apps/antivirus/kaspersky/snmp/mode/protection.pm index 2dae3e613..027de165c 100644 --- a/src/apps/antivirus/kaspersky/snmp/mode/protection.pm +++ b/src/apps/antivirus/kaspersky/snmp/mode/protection.pm @@ -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-*> diff --git a/src/apps/antivirus/kaspersky/snmp/mode/updates.pm b/src/apps/antivirus/kaspersky/snmp/mode/updates.pm index 7449cf5d5..81f79812c 100644 --- a/src/apps/antivirus/kaspersky/snmp/mode/updates.pm +++ b/src/apps/antivirus/kaspersky/snmp/mode/updates.pm @@ -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-*> diff --git a/src/apps/antivirus/mcafee/webgateway/snmp/mode/clients.pm b/src/apps/antivirus/mcafee/webgateway/snmp/mode/clients.pm index 881901e25..3775685c6 100644 --- a/src/apps/antivirus/mcafee/webgateway/snmp/mode/clients.pm +++ b/src/apps/antivirus/mcafee/webgateway/snmp/mode/clients.pm @@ -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-*> diff --git a/src/apps/antivirus/mcafee/webgateway/snmp/mode/connections.pm b/src/apps/antivirus/mcafee/webgateway/snmp/mode/connections.pm index bdb280b61..87b131692 100644 --- a/src/apps/antivirus/mcafee/webgateway/snmp/mode/connections.pm +++ b/src/apps/antivirus/mcafee/webgateway/snmp/mode/connections.pm @@ -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-*> diff --git a/src/apps/antivirus/mcafee/webgateway/snmp/mode/detections.pm b/src/apps/antivirus/mcafee/webgateway/snmp/mode/detections.pm index f7cf03053..537801527 100644 --- a/src/apps/antivirus/mcafee/webgateway/snmp/mode/detections.pm +++ b/src/apps/antivirus/mcafee/webgateway/snmp/mode/detections.pm @@ -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-*> diff --git a/src/apps/antivirus/mcafee/webgateway/snmp/mode/ftpstatistics.pm b/src/apps/antivirus/mcafee/webgateway/snmp/mode/ftpstatistics.pm index d6245aaf2..3c824f10c 100644 --- a/src/apps/antivirus/mcafee/webgateway/snmp/mode/ftpstatistics.pm +++ b/src/apps/antivirus/mcafee/webgateway/snmp/mode/ftpstatistics.pm @@ -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-*> diff --git a/src/apps/antivirus/mcafee/webgateway/snmp/mode/httpsstatistics.pm b/src/apps/antivirus/mcafee/webgateway/snmp/mode/httpsstatistics.pm index 1d25437f4..615f84adc 100644 --- a/src/apps/antivirus/mcafee/webgateway/snmp/mode/httpsstatistics.pm +++ b/src/apps/antivirus/mcafee/webgateway/snmp/mode/httpsstatistics.pm @@ -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-*> diff --git a/src/apps/antivirus/mcafee/webgateway/snmp/mode/httpstatistics.pm b/src/apps/antivirus/mcafee/webgateway/snmp/mode/httpstatistics.pm index 917ac60e0..a33fbd59d 100644 --- a/src/apps/antivirus/mcafee/webgateway/snmp/mode/httpstatistics.pm +++ b/src/apps/antivirus/mcafee/webgateway/snmp/mode/httpstatistics.pm @@ -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-*> diff --git a/src/apps/antivirus/mcafee/webgateway/snmp/mode/system.pm b/src/apps/antivirus/mcafee/webgateway/snmp/mode/system.pm index 80111eacb..f41459573 100644 --- a/src/apps/antivirus/mcafee/webgateway/snmp/mode/system.pm +++ b/src/apps/antivirus/mcafee/webgateway/snmp/mode/system.pm @@ -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-*> diff --git a/src/apps/antivirus/mcafee/webgateway/snmp/mode/versions.pm b/src/apps/antivirus/mcafee/webgateway/snmp/mode/versions.pm index a1b4d8d50..5b6ac8862 100644 --- a/src/apps/antivirus/mcafee/webgateway/snmp/mode/versions.pm +++ b/src/apps/antivirus/mcafee/webgateway/snmp/mode/versions.pm @@ -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-*> diff --git a/src/apps/apache/serverstatus/mode/cpuload.pm b/src/apps/apache/serverstatus/mode/cpuload.pm index 6eb95cda9..27e95f84e 100644 --- a/src/apps/apache/serverstatus/mode/cpuload.pm +++ b/src/apps/apache/serverstatus/mode/cpuload.pm @@ -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> diff --git a/src/apps/apache/serverstatus/mode/requests.pm b/src/apps/apache/serverstatus/mode/requests.pm index ca33d144d..edc4bbea6 100644 --- a/src/apps/apache/serverstatus/mode/requests.pm +++ b/src/apps/apache/serverstatus/mode/requests.pm @@ -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> diff --git a/src/apps/apache/serverstatus/mode/responsetime.pm b/src/apps/apache/serverstatus/mode/responsetime.pm index 74d203c9d..f45693e6b 100644 --- a/src/apps/apache/serverstatus/mode/responsetime.pm +++ b/src/apps/apache/serverstatus/mode/responsetime.pm @@ -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> diff --git a/src/apps/apache/serverstatus/mode/slotstates.pm b/src/apps/apache/serverstatus/mode/slotstates.pm index fe533b41b..10e216e99 100644 --- a/src/apps/apache/serverstatus/mode/slotstates.pm +++ b/src/apps/apache/serverstatus/mode/slotstates.pm @@ -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-*> diff --git a/src/apps/apache/serverstatus/mode/workers.pm b/src/apps/apache/serverstatus/mode/workers.pm index e022c0d47..1873f0658 100644 --- a/src/apps/apache/serverstatus/mode/workers.pm +++ b/src/apps/apache/serverstatus/mode/workers.pm @@ -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> diff --git a/src/apps/apache/serverstatus/plugin.pm b/src/apps/apache/serverstatus/plugin.pm index e9b4a5361..4e5d0accc 100644 --- a/src/apps/apache/serverstatus/plugin.pm +++ b/src/apps/apache/serverstatus/plugin.pm @@ -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 diff --git a/src/apps/apcupsd/local/custom/cli.pm b/src/apps/apcupsd/local/custom/cli.pm index 6b1433036..11658a06e 100644 --- a/src/apps/apcupsd/local/custom/cli.pm +++ b/src/apps/apcupsd/local/custom/cli.pm @@ -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> diff --git a/src/apps/automation/ansible/cli/mode/discovery.pm b/src/apps/automation/ansible/cli/mode/discovery.pm index eed85b277..ab03dccb9 100644 --- a/src/apps/automation/ansible/cli/mode/discovery.pm +++ b/src/apps/automation/ansible/cli/mode/discovery.pm @@ -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> diff --git a/src/apps/automation/ansible/tower/custom/api.pm b/src/apps/automation/ansible/tower/custom/api.pm index 1ec1356f8..5327e04b8 100644 --- a/src/apps/automation/ansible/tower/custom/api.pm +++ b/src/apps/automation/ansible/tower/custom/api.pm @@ -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 diff --git a/src/apps/automation/ansible/tower/custom/towercli.pm b/src/apps/automation/ansible/tower/custom/towercli.pm index 8d608f1f1..3bb5f2387 100644 --- a/src/apps/automation/ansible/tower/custom/towercli.pm +++ b/src/apps/automation/ansible/tower/custom/towercli.pm @@ -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> diff --git a/src/apps/automation/ansible/tower/mode/hosts.pm b/src/apps/automation/ansible/tower/mode/hosts.pm index de9492696..3a54c0bdc 100644 --- a/src/apps/automation/ansible/tower/mode/hosts.pm +++ b/src/apps/automation/ansible/tower/mode/hosts.pm @@ -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-*> diff --git a/src/apps/automation/ansible/tower/mode/inventories.pm b/src/apps/automation/ansible/tower/mode/inventories.pm index ca0b858a8..fddf7c8e5 100644 --- a/src/apps/automation/ansible/tower/mode/inventories.pm +++ b/src/apps/automation/ansible/tower/mode/inventories.pm @@ -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-*> diff --git a/src/apps/automation/ansible/tower/mode/jobs.pm b/src/apps/automation/ansible/tower/mode/jobs.pm index 8ee7ae0ef..76d66f0f5 100644 --- a/src/apps/automation/ansible/tower/mode/jobs.pm +++ b/src/apps/automation/ansible/tower/mode/jobs.pm @@ -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> diff --git a/src/apps/automation/ansible/tower/mode/jobtemplates.pm b/src/apps/automation/ansible/tower/mode/jobtemplates.pm index 997120e90..ceec79cf9 100644 --- a/src/apps/automation/ansible/tower/mode/jobtemplates.pm +++ b/src/apps/automation/ansible/tower/mode/jobtemplates.pm @@ -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-*> diff --git a/src/apps/automation/ansible/tower/mode/schedules.pm b/src/apps/automation/ansible/tower/mode/schedules.pm index 9548051a4..26a674f89 100644 --- a/src/apps/automation/ansible/tower/mode/schedules.pm +++ b/src/apps/automation/ansible/tower/mode/schedules.pm @@ -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-*> diff --git a/src/apps/backup/arcserve/udp/mssql/mode/jobstatus.pm b/src/apps/backup/arcserve/udp/mssql/mode/jobstatus.pm index f48511f01..882fc1616 100644 --- a/src/apps/backup/arcserve/udp/mssql/mode/jobstatus.pm +++ b/src/apps/backup/arcserve/udp/mssql/mode/jobstatus.pm @@ -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> diff --git a/src/apps/backup/backupexec/local/mode/alerts.pm b/src/apps/backup/backupexec/local/mode/alerts.pm index 7a52e24b4..74d43818a 100644 --- a/src/apps/backup/backupexec/local/mode/alerts.pm +++ b/src/apps/backup/backupexec/local/mode/alerts.pm @@ -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-*> diff --git a/src/apps/backup/backupexec/local/mode/disks.pm b/src/apps/backup/backupexec/local/mode/disks.pm index 70dfcb332..8afe6a925 100644 --- a/src/apps/backup/backupexec/local/mode/disks.pm +++ b/src/apps/backup/backupexec/local/mode/disks.pm @@ -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> diff --git a/src/apps/backup/backupexec/local/mode/jobs.pm b/src/apps/backup/backupexec/local/mode/jobs.pm index 4fea883e5..dbdc8ffcc 100644 --- a/src/apps/backup/backupexec/local/mode/jobs.pm +++ b/src/apps/backup/backupexec/local/mode/jobs.pm @@ -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> diff --git a/src/apps/backup/backupexec/local/mode/listdisks.pm b/src/apps/backup/backupexec/local/mode/listdisks.pm index 8b4e1854f..2a58e7357 100644 --- a/src/apps/backup/backupexec/local/mode/listdisks.pm +++ b/src/apps/backup/backupexec/local/mode/listdisks.pm @@ -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> diff --git a/src/apps/backup/commvault/commserve/restapi/custom/api.pm b/src/apps/backup/commvault/commserve/restapi/custom/api.pm index ca9769530..0f9d16f99 100644 --- a/src/apps/backup/commvault/commserve/restapi/custom/api.pm +++ b/src/apps/backup/commvault/commserve/restapi/custom/api.pm @@ -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> diff --git a/src/apps/backup/commvault/commserve/restapi/mode/alerts.pm b/src/apps/backup/commvault/commserve/restapi/mode/alerts.pm index c11e0d2ba..a1ec92ec4 100644 --- a/src/apps/backup/commvault/commserve/restapi/mode/alerts.pm +++ b/src/apps/backup/commvault/commserve/restapi/mode/alerts.pm @@ -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> diff --git a/src/apps/backup/commvault/commserve/restapi/mode/jobs.pm b/src/apps/backup/commvault/commserve/restapi/mode/jobs.pm index 5a5ff6074..20b132b16 100644 --- a/src/apps/backup/commvault/commserve/restapi/mode/jobs.pm +++ b/src/apps/backup/commvault/commserve/restapi/mode/jobs.pm @@ -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> diff --git a/src/apps/backup/commvault/commserve/restapi/mode/listmediaagents.pm b/src/apps/backup/commvault/commserve/restapi/mode/listmediaagents.pm index 4fb33d795..e1bae186c 100644 --- a/src/apps/backup/commvault/commserve/restapi/mode/listmediaagents.pm +++ b/src/apps/backup/commvault/commserve/restapi/mode/listmediaagents.pm @@ -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 diff --git a/src/apps/backup/commvault/commserve/restapi/mode/mediaagents.pm b/src/apps/backup/commvault/commserve/restapi/mode/mediaagents.pm index 5e5092701..113b0bd6d 100644 --- a/src/apps/backup/commvault/commserve/restapi/mode/mediaagents.pm +++ b/src/apps/backup/commvault/commserve/restapi/mode/mediaagents.pm @@ -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-*> diff --git a/src/apps/backup/commvault/commserve/restapi/mode/storagepools.pm b/src/apps/backup/commvault/commserve/restapi/mode/storagepools.pm index 87a50cc03..523d994b8 100644 --- a/src/apps/backup/commvault/commserve/restapi/mode/storagepools.pm +++ b/src/apps/backup/commvault/commserve/restapi/mode/storagepools.pm @@ -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-*> diff --git a/src/apps/backup/netapp/snapcenter/restapi/custom/api.pm b/src/apps/backup/netapp/snapcenter/restapi/custom/api.pm index 2d0d80608..b88da17a8 100644 --- a/src/apps/backup/netapp/snapcenter/restapi/custom/api.pm +++ b/src/apps/backup/netapp/snapcenter/restapi/custom/api.pm @@ -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 diff --git a/src/apps/backup/netapp/snapcenter/restapi/mode/jobs.pm b/src/apps/backup/netapp/snapcenter/restapi/mode/jobs.pm index 9c2a03ee9..90ad2bdd5 100644 --- a/src/apps/backup/netapp/snapcenter/restapi/mode/jobs.pm +++ b/src/apps/backup/netapp/snapcenter/restapi/mode/jobs.pm @@ -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> diff --git a/src/apps/backup/netbackup/local/mode/dedupstatus.pm b/src/apps/backup/netbackup/local/mode/dedupstatus.pm index 6055c9a2b..faec5434a 100644 --- a/src/apps/backup/netbackup/local/mode/dedupstatus.pm +++ b/src/apps/backup/netbackup/local/mode/dedupstatus.pm @@ -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 diff --git a/src/apps/backup/netbackup/local/mode/drivestatus.pm b/src/apps/backup/netbackup/local/mode/drivestatus.pm index c903a2afb..82beb8d54 100644 --- a/src/apps/backup/netbackup/local/mode/drivestatus.pm +++ b/src/apps/backup/netbackup/local/mode/drivestatus.pm @@ -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 diff --git a/src/apps/backup/netbackup/local/mode/jobstatus.pm b/src/apps/backup/netbackup/local/mode/jobstatus.pm index 6ab026f75..5ebe09f21 100644 --- a/src/apps/backup/netbackup/local/mode/jobstatus.pm +++ b/src/apps/backup/netbackup/local/mode/jobstatus.pm @@ -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} diff --git a/src/apps/backup/netbackup/local/mode/tapeusage.pm b/src/apps/backup/netbackup/local/mode/tapeusage.pm index 46e089c67..6fb0978c2 100644 --- a/src/apps/backup/netbackup/local/mode/tapeusage.pm +++ b/src/apps/backup/netbackup/local/mode/tapeusage.pm @@ -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> diff --git a/src/apps/backup/quadstor/local/mode/vtldiskusage.pm b/src/apps/backup/quadstor/local/mode/vtldiskusage.pm index f66ce28a9..400f127e8 100644 --- a/src/apps/backup/quadstor/local/mode/vtldiskusage.pm +++ b/src/apps/backup/quadstor/local/mode/vtldiskusage.pm @@ -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-*> diff --git a/src/apps/backup/quadstor/local/mode/vtljobstatus.pm b/src/apps/backup/quadstor/local/mode/vtljobstatus.pm index 409f9e68d..71453d5ae 100644 --- a/src/apps/backup/quadstor/local/mode/vtljobstatus.pm +++ b/src/apps/backup/quadstor/local/mode/vtljobstatus.pm @@ -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 diff --git a/src/apps/backup/quadstor/local/mode/vtltapeusage.pm b/src/apps/backup/quadstor/local/mode/vtltapeusage.pm index f5950950d..a966b5b73 100644 --- a/src/apps/backup/quadstor/local/mode/vtltapeusage.pm +++ b/src/apps/backup/quadstor/local/mode/vtltapeusage.pm @@ -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-*> diff --git a/src/apps/backup/rapidrecovery/snmp/mode/agent.pm b/src/apps/backup/rapidrecovery/snmp/mode/agent.pm index 5a9f6b07c..524cd82e2 100644 --- a/src/apps/backup/rapidrecovery/snmp/mode/agent.pm +++ b/src/apps/backup/rapidrecovery/snmp/mode/agent.pm @@ -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-*> diff --git a/src/apps/backup/rapidrecovery/snmp/mode/repository.pm b/src/apps/backup/rapidrecovery/snmp/mode/repository.pm index 898644695..e3d2c9ff7 100644 --- a/src/apps/backup/rapidrecovery/snmp/mode/repository.pm +++ b/src/apps/backup/rapidrecovery/snmp/mode/repository.pm @@ -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-*> diff --git a/src/apps/backup/rubrik/restapi/custom/api.pm b/src/apps/backup/rubrik/restapi/custom/api.pm index 3273759f6..6795989c9 100644 --- a/src/apps/backup/rubrik/restapi/custom/api.pm +++ b/src/apps/backup/rubrik/restapi/custom/api.pm @@ -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> diff --git a/src/apps/backup/rubrik/restapi/mode/cluster.pm b/src/apps/backup/rubrik/restapi/mode/cluster.pm index c44a0f563..448ee2dac 100644 --- a/src/apps/backup/rubrik/restapi/mode/cluster.pm +++ b/src/apps/backup/rubrik/restapi/mode/cluster.pm @@ -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-*> diff --git a/src/apps/backup/rubrik/restapi/mode/disks.pm b/src/apps/backup/rubrik/restapi/mode/disks.pm index 4d6022c3b..aa044a6d9 100644 --- a/src/apps/backup/rubrik/restapi/mode/disks.pm +++ b/src/apps/backup/rubrik/restapi/mode/disks.pm @@ -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-*> diff --git a/src/apps/backup/rubrik/restapi/mode/jobs.pm b/src/apps/backup/rubrik/restapi/mode/jobs.pm index 83ca0a3f2..6c2b1fbb8 100644 --- a/src/apps/backup/rubrik/restapi/mode/jobs.pm +++ b/src/apps/backup/rubrik/restapi/mode/jobs.pm @@ -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> diff --git a/src/apps/backup/rubrik/restapi/mode/nodes.pm b/src/apps/backup/rubrik/restapi/mode/nodes.pm index 7268012ee..db82f5601 100644 --- a/src/apps/backup/rubrik/restapi/mode/nodes.pm +++ b/src/apps/backup/rubrik/restapi/mode/nodes.pm @@ -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-*> diff --git a/src/apps/backup/tsm/local/custom/api.pm b/src/apps/backup/tsm/local/custom/api.pm index 87d094686..2713f9b9d 100644 --- a/src/apps/backup/tsm/local/custom/api.pm +++ b/src/apps/backup/tsm/local/custom/api.pm @@ -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 diff --git a/src/apps/backup/tsm/local/mode/actlog.pm b/src/apps/backup/tsm/local/mode/actlog.pm index 851ea91e2..fcc7ffad8 100644 --- a/src/apps/backup/tsm/local/mode/actlog.pm +++ b/src/apps/backup/tsm/local/mode/actlog.pm @@ -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> diff --git a/src/apps/backup/tsm/local/mode/sessions.pm b/src/apps/backup/tsm/local/mode/sessions.pm index ba9dd4fe2..0d97be05e 100644 --- a/src/apps/backup/tsm/local/mode/sessions.pm +++ b/src/apps/backup/tsm/local/mode/sessions.pm @@ -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-*> diff --git a/src/apps/backup/veeam/local/mode/jobstatus.pm b/src/apps/backup/veeam/local/mode/jobstatus.pm index 9a4c3f09b..c6b9a02ff 100644 --- a/src/apps/backup/veeam/local/mode/jobstatus.pm +++ b/src/apps/backup/veeam/local/mode/jobstatus.pm @@ -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> diff --git a/src/apps/backup/veeam/local/mode/licenses.pm b/src/apps/backup/veeam/local/mode/licenses.pm index 84adb57f6..8d8bb9110 100644 --- a/src/apps/backup/veeam/local/mode/licenses.pm +++ b/src/apps/backup/veeam/local/mode/licenses.pm @@ -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-*> diff --git a/src/apps/backup/veeam/local/mode/listjobs.pm b/src/apps/backup/veeam/local/mode/listjobs.pm index a070fd355..d0cfeba66 100644 --- a/src/apps/backup/veeam/local/mode/listjobs.pm +++ b/src/apps/backup/veeam/local/mode/listjobs.pm @@ -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> diff --git a/src/apps/backup/veeam/local/mode/listrepositories.pm b/src/apps/backup/veeam/local/mode/listrepositories.pm index 4d0350209..2f21d434c 100644 --- a/src/apps/backup/veeam/local/mode/listrepositories.pm +++ b/src/apps/backup/veeam/local/mode/listrepositories.pm @@ -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> diff --git a/src/apps/backup/veeam/local/mode/repositories.pm b/src/apps/backup/veeam/local/mode/repositories.pm index 5eaed8138..6d5c40249 100644 --- a/src/apps/backup/veeam/local/mode/repositories.pm +++ b/src/apps/backup/veeam/local/mode/repositories.pm @@ -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-*> diff --git a/src/apps/backup/veeam/local/mode/tapejobs.pm b/src/apps/backup/veeam/local/mode/tapejobs.pm index 3aba0ddd4..19dfdddd0 100644 --- a/src/apps/backup/veeam/local/mode/tapejobs.pm +++ b/src/apps/backup/veeam/local/mode/tapejobs.pm @@ -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> diff --git a/src/apps/backup/veeam/local/mode/vsbjobs.pm b/src/apps/backup/veeam/local/mode/vsbjobs.pm index c48313aa4..82f2756a7 100644 --- a/src/apps/backup/veeam/local/mode/vsbjobs.pm +++ b/src/apps/backup/veeam/local/mode/vsbjobs.pm @@ -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-*> diff --git a/src/apps/backup/veeam/vbem/restapi/custom/api.pm b/src/apps/backup/veeam/vbem/restapi/custom/api.pm index 2a12617c4..84fa13695 100644 --- a/src/apps/backup/veeam/vbem/restapi/custom/api.pm +++ b/src/apps/backup/veeam/vbem/restapi/custom/api.pm @@ -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> diff --git a/src/apps/backup/veeam/vbem/restapi/mode/jobs.pm b/src/apps/backup/veeam/vbem/restapi/mode/jobs.pm index 1b2036708..bc80332f7 100644 --- a/src/apps/backup/veeam/vbem/restapi/mode/jobs.pm +++ b/src/apps/backup/veeam/vbem/restapi/mode/jobs.pm @@ -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-*> diff --git a/src/apps/bind9/web/custom/api.pm b/src/apps/bind9/web/custom/api.pm index f1e11b6c8..aad797bcf 100644 --- a/src/apps/bind9/web/custom/api.pm +++ b/src/apps/bind9/web/custom/api.pm @@ -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> diff --git a/src/apps/bluemind/local/custom/api.pm b/src/apps/bluemind/local/custom/api.pm index 7089640ec..e593e4964 100644 --- a/src/apps/bluemind/local/custom/api.pm +++ b/src/apps/bluemind/local/custom/api.pm @@ -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> diff --git a/src/apps/centreon/local/mode/bamservice.pm b/src/apps/centreon/local/mode/bamservice.pm index 79cb5b935..0d74fbf05 100644 --- a/src/apps/centreon/local/mode/bamservice.pm +++ b/src/apps/centreon/local/mode/bamservice.pm @@ -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> diff --git a/src/apps/centreon/local/mode/brokerstats.pm b/src/apps/centreon/local/mode/brokerstats.pm index b6f8704b2..868c04a20 100644 --- a/src/apps/centreon/local/mode/brokerstats.pm +++ b/src/apps/centreon/local/mode/brokerstats.pm @@ -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 diff --git a/src/apps/centreon/local/mode/centenginestats.pm b/src/apps/centreon/local/mode/centenginestats.pm index 8a493bf17..859f42874 100644 --- a/src/apps/centreon/local/mode/centenginestats.pm +++ b/src/apps/centreon/local/mode/centenginestats.pm @@ -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> diff --git a/src/apps/centreon/local/mode/downtimetrap.pm b/src/apps/centreon/local/mode/downtimetrap.pm index 6962328d6..7343901dc 100644 --- a/src/apps/centreon/local/mode/downtimetrap.pm +++ b/src/apps/centreon/local/mode/downtimetrap.pm @@ -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> diff --git a/src/apps/centreon/local/mode/metaservice.pm b/src/apps/centreon/local/mode/metaservice.pm index b726818c1..801f5fe7f 100644 --- a/src/apps/centreon/local/mode/metaservice.pm +++ b/src/apps/centreon/local/mode/metaservice.pm @@ -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> diff --git a/src/apps/centreon/local/mode/notsodummy.pm b/src/apps/centreon/local/mode/notsodummy.pm index ee8bec784..debfbb129 100644 --- a/src/apps/centreon/local/mode/notsodummy.pm +++ b/src/apps/centreon/local/mode/notsodummy.pm @@ -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> diff --git a/src/apps/centreon/local/mode/retentionbroker.pm b/src/apps/centreon/local/mode/retentionbroker.pm index 90f791d92..fb89619ef 100644 --- a/src/apps/centreon/local/mode/retentionbroker.pm +++ b/src/apps/centreon/local/mode/retentionbroker.pm @@ -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 diff --git a/src/apps/centreon/map/jmx/mode/brokerstats.pm b/src/apps/centreon/map/jmx/mode/brokerstats.pm index 82d11ec9b..5a7cda36c 100644 --- a/src/apps/centreon/map/jmx/mode/brokerstats.pm +++ b/src/apps/centreon/map/jmx/mode/brokerstats.pm @@ -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-*> diff --git a/src/apps/centreon/map/jmx/mode/enginestats.pm b/src/apps/centreon/map/jmx/mode/enginestats.pm index 4afcae856..cfd866fe2 100644 --- a/src/apps/centreon/map/jmx/mode/enginestats.pm +++ b/src/apps/centreon/map/jmx/mode/enginestats.pm @@ -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-*> diff --git a/src/apps/centreon/map/jmx/mode/events.pm b/src/apps/centreon/map/jmx/mode/events.pm index 60bf19500..c26c7ce5a 100644 --- a/src/apps/centreon/map/jmx/mode/events.pm +++ b/src/apps/centreon/map/jmx/mode/events.pm @@ -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-*> diff --git a/src/apps/centreon/map/jmx/mode/sessions.pm b/src/apps/centreon/map/jmx/mode/sessions.pm index f36368236..b74208f98 100644 --- a/src/apps/centreon/map/jmx/mode/sessions.pm +++ b/src/apps/centreon/map/jmx/mode/sessions.pm @@ -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-*> diff --git a/src/apps/centreon/map/jmx/mode/syncstats.pm b/src/apps/centreon/map/jmx/mode/syncstats.pm index cb5bc1eec..1f8cda056 100644 --- a/src/apps/centreon/map/jmx/mode/syncstats.pm +++ b/src/apps/centreon/map/jmx/mode/syncstats.pm @@ -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-*> diff --git a/src/apps/centreon/restapi/custom/api.pm b/src/apps/centreon/restapi/custom/api.pm index 4a23eb1c8..be09b8129 100644 --- a/src/apps/centreon/restapi/custom/api.pm +++ b/src/apps/centreon/restapi/custom/api.pm @@ -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 diff --git a/src/apps/centreon/restapi/mode/submitresult.pm b/src/apps/centreon/restapi/mode/submitresult.pm index 90665fb2e..0c321cbbb 100644 --- a/src/apps/centreon/restapi/mode/submitresult.pm +++ b/src/apps/centreon/restapi/mode/submitresult.pm @@ -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> diff --git a/src/apps/centreon/sql/mode/multiservices.pm b/src/apps/centreon/sql/mode/multiservices.pm index b57f226dc..e9ed88a70 100644 --- a/src/apps/centreon/sql/mode/multiservices.pm +++ b/src/apps/centreon/sql/mode/multiservices.pm @@ -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-*> diff --git a/src/apps/centreon/sql/mode/partitioning.pm b/src/apps/centreon/sql/mode/partitioning.pm index 611b98074..ac5bc68cd 100644 --- a/src/apps/centreon/sql/mode/partitioning.pm +++ b/src/apps/centreon/sql/mode/partitioning.pm @@ -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 diff --git a/src/apps/centreon/sql/mode/virtualservice.pm b/src/apps/centreon/sql/mode/virtualservice.pm index 1dddc9016..25064c3d0 100644 --- a/src/apps/centreon/sql/mode/virtualservice.pm +++ b/src/apps/centreon/sql/mode/virtualservice.pm @@ -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 diff --git a/src/apps/ceph/restapi/custom/api.pm b/src/apps/ceph/restapi/custom/api.pm index 922d9abc2..35944e41f 100644 --- a/src/apps/ceph/restapi/custom/api.pm +++ b/src/apps/ceph/restapi/custom/api.pm @@ -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 diff --git a/src/apps/ceph/restapi/mode/health.pm b/src/apps/ceph/restapi/mode/health.pm index 346622b1b..3654a2dc9 100644 --- a/src/apps/ceph/restapi/mode/health.pm +++ b/src/apps/ceph/restapi/mode/health.pm @@ -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 diff --git a/src/apps/cisco/cms/restapi/custom/xmlapi.pm b/src/apps/cisco/cms/restapi/custom/xmlapi.pm index 8d96b4033..0613727b6 100644 --- a/src/apps/cisco/cms/restapi/custom/xmlapi.pm +++ b/src/apps/cisco/cms/restapi/custom/xmlapi.pm @@ -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> diff --git a/src/apps/cisco/cms/restapi/mode/alarms.pm b/src/apps/cisco/cms/restapi/mode/alarms.pm index 2b951327d..c908c696a 100644 --- a/src/apps/cisco/cms/restapi/mode/alarms.pm +++ b/src/apps/cisco/cms/restapi/mode/alarms.pm @@ -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> diff --git a/src/apps/cisco/cms/restapi/mode/calls.pm b/src/apps/cisco/cms/restapi/mode/calls.pm index 713cd0ec5..4f60e8c55 100644 --- a/src/apps/cisco/cms/restapi/mode/calls.pm +++ b/src/apps/cisco/cms/restapi/mode/calls.pm @@ -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-*> diff --git a/src/apps/cisco/cms/restapi/mode/databasestatus.pm b/src/apps/cisco/cms/restapi/mode/databasestatus.pm index 8ba6a77bc..bcb50354b 100644 --- a/src/apps/cisco/cms/restapi/mode/databasestatus.pm +++ b/src/apps/cisco/cms/restapi/mode/databasestatus.pm @@ -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 diff --git a/src/apps/cisco/cms/restapi/mode/licenses.pm b/src/apps/cisco/cms/restapi/mode/licenses.pm index f206f22e4..639d97ff3 100644 --- a/src/apps/cisco/cms/restapi/mode/licenses.pm +++ b/src/apps/cisco/cms/restapi/mode/licenses.pm @@ -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 diff --git a/src/apps/cisco/cms/restapi/mode/systemstatus.pm b/src/apps/cisco/cms/restapi/mode/systemstatus.pm index 049adb01f..bddd75dc1 100644 --- a/src/apps/cisco/cms/restapi/mode/systemstatus.pm +++ b/src/apps/cisco/cms/restapi/mode/systemstatus.pm @@ -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-*> diff --git a/src/apps/cisco/dnac/restapi/custom/api.pm b/src/apps/cisco/dnac/restapi/custom/api.pm index cbd2ba886..7d5089465 100644 --- a/src/apps/cisco/dnac/restapi/custom/api.pm +++ b/src/apps/cisco/dnac/restapi/custom/api.pm @@ -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 diff --git a/src/apps/cisco/dnac/restapi/mode/discovery.pm b/src/apps/cisco/dnac/restapi/mode/discovery.pm index c3d9ea9fc..686be57ea 100644 --- a/src/apps/cisco/dnac/restapi/mode/discovery.pm +++ b/src/apps/cisco/dnac/restapi/mode/discovery.pm @@ -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 diff --git a/src/apps/cisco/dnac/restapi/mode/networkdevices.pm b/src/apps/cisco/dnac/restapi/mode/networkdevices.pm index 8d3457af5..ffb078888 100644 --- a/src/apps/cisco/dnac/restapi/mode/networkdevices.pm +++ b/src/apps/cisco/dnac/restapi/mode/networkdevices.pm @@ -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-*> diff --git a/src/apps/cisco/dnac/restapi/mode/sites.pm b/src/apps/cisco/dnac/restapi/mode/sites.pm index 986dd421a..774c06279 100644 --- a/src/apps/cisco/dnac/restapi/mode/sites.pm +++ b/src/apps/cisco/dnac/restapi/mode/sites.pm @@ -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> diff --git a/src/apps/cisco/ise/restapi/custom/xmlapi.pm b/src/apps/cisco/ise/restapi/custom/xmlapi.pm index 4fd4f1e63..19cf8e6fb 100644 --- a/src/apps/cisco/ise/restapi/custom/xmlapi.pm +++ b/src/apps/cisco/ise/restapi/custom/xmlapi.pm @@ -189,15 +189,15 @@ API hostname. =item B<--url-path> -API url path (Default: '/admin/API/mnt') +API url path (default: '/admin/API/mnt') =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<--username> diff --git a/src/apps/cisco/ise/restapi/mode/session.pm b/src/apps/cisco/ise/restapi/mode/session.pm index 28ebba974..6e33d3168 100644 --- a/src/apps/cisco/ise/restapi/mode/session.pm +++ b/src/apps/cisco/ise/restapi/mode/session.pm @@ -100,7 +100,7 @@ Check sessions counters. =item B<--filter-counters> Only display some counters (regexp can be used). -(Example: --filter-counters='active') +(example: --filter-counters='active') =item B<--warning-*> diff --git a/src/apps/cisco/ssms/restapi/custom/api.pm b/src/apps/cisco/ssms/restapi/custom/api.pm index 925b8eecd..4a121f602 100644 --- a/src/apps/cisco/ssms/restapi/custom/api.pm +++ b/src/apps/cisco/ssms/restapi/custom/api.pm @@ -247,11 +247,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<--client-id> @@ -263,7 +263,7 @@ Set client secret. =item B<--timeout> -Set timeout in seconds (Default: 10). +Set timeout in seconds (default: 10). =back diff --git a/src/apps/cisco/ssms/restapi/mode/alerts.pm b/src/apps/cisco/ssms/restapi/mode/alerts.pm index 0efee4239..4f92ea6a5 100644 --- a/src/apps/cisco/ssms/restapi/mode/alerts.pm +++ b/src/apps/cisco/ssms/restapi/mode/alerts.pm @@ -180,7 +180,7 @@ Example: --filter-counters='minor' =item B<--account> -Check account name (Required. Multiple option). +Check account name (required. Multiple option). =item B<--filter-message-type> diff --git a/src/apps/cisco/ssms/restapi/mode/licenses.pm b/src/apps/cisco/ssms/restapi/mode/licenses.pm index 3ff4a0f78..24c369a73 100644 --- a/src/apps/cisco/ssms/restapi/mode/licenses.pm +++ b/src/apps/cisco/ssms/restapi/mode/licenses.pm @@ -190,7 +190,7 @@ Example: --filter-counters='status' =item B<--account> -Check account name (Required. Multiple option). +Check account name (required. Multiple option). =item B<--filter-license-name> @@ -208,7 +208,7 @@ You can use the following variables: %{status}, %{display} =item B<--critical-license-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} !~ /in compliance/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} !~ /in compliance/i'). You can use the following variables: %{status}, %{display} =item B<--warning-*> B<--critical-*> diff --git a/src/apps/controlm/restapi/custom/api.pm b/src/apps/controlm/restapi/custom/api.pm index f4fd1f81f..d9ce2f152 100644 --- a/src/apps/controlm/restapi/custom/api.pm +++ b/src/apps/controlm/restapi/custom/api.pm @@ -252,11 +252,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> @@ -268,7 +268,7 @@ API password. =item B<--timeout> -Set timeout in seconds (Default: 30). +Set timeout in seconds (default: 30). =back diff --git a/src/apps/controlm/restapi/mode/jobs.pm b/src/apps/controlm/restapi/mode/jobs.pm index f279443fb..34cfbb866 100644 --- a/src/apps/controlm/restapi/mode/jobs.pm +++ b/src/apps/controlm/restapi/mode/jobs.pm @@ -294,7 +294,7 @@ Check exact job name (no regexp). =item B<--display-extra-attrs> -Display extra job attributes (Eg: --display-extra-attrs=', number of runs: %(numberOfRuns)'). +Display extra job attributes (example: --display-extra-attrs=', number of runs: %(numberOfRuns)'). =item B<--timezone> @@ -308,7 +308,7 @@ You can use the following variables: %{name}, %{status}, %{application}, %{folde =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} =~ /ended not ok/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} =~ /ended not ok/i'). You can use the following variables: %{name}, %{status}, %{application}, %{folder}, %{type} =item B<--warning-long> diff --git a/src/apps/drbd/local/mode/resources.pm b/src/apps/drbd/local/mode/resources.pm index a2f071c53..4f9eaea90 100644 --- a/src/apps/drbd/local/mode/resources.pm +++ b/src/apps/drbd/local/mode/resources.pm @@ -527,7 +527,7 @@ Legacy used: cat /proc/drbd =item B<--filter-resource-name> -Filter resource name (Can be a regexp). +Filter resource name (can be a regexp). =item B<--legacy-proc> diff --git a/src/apps/dynamics/ax/mode/ediorder.pm b/src/apps/dynamics/ax/mode/ediorder.pm index 5298dc8fb..40be04427 100644 --- a/src/apps/dynamics/ax/mode/ediorder.pm +++ b/src/apps/dynamics/ax/mode/ediorder.pm @@ -162,7 +162,7 @@ Can be: 'order-critical', 'order-warning'. =item B<--timeframe> -Set the timeframe to query in seconds (Default: 14400). +Set the timeframe to query in seconds (default: 14400). =item B<--filter-module> diff --git a/src/apps/emc/ppma/restapi/custom/api.pm b/src/apps/emc/ppma/restapi/custom/api.pm index e543f2c26..95371ed83 100644 --- a/src/apps/emc/ppma/restapi/custom/api.pm +++ b/src/apps/emc/ppma/restapi/custom/api.pm @@ -268,15 +268,15 @@ API hostname. =item B<--url-path> -API url path (Default: '/LicenseReportingApplication/rest/powerpath') +API url path (default: '/LicenseReportingApplication/rest/powerpath') =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> diff --git a/src/apps/emc/ppma/restapi/mode/hosts.pm b/src/apps/emc/ppma/restapi/mode/hosts.pm index 59f37a0d7..54e0f07b6 100644 --- a/src/apps/emc/ppma/restapi/mode/hosts.pm +++ b/src/apps/emc/ppma/restapi/mode/hosts.pm @@ -208,7 +208,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} !~ /powerPathManaged/'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} !~ /powerPathManaged/'). You can use the following variables: %{status}, %{name} =item B<--warning-*> B<--critical-*> diff --git a/src/apps/ericsson/enm/api/custom/api.pm b/src/apps/ericsson/enm/api/custom/api.pm index b9eeb32d0..cb53215a3 100644 --- a/src/apps/ericsson/enm/api/custom/api.pm +++ b/src/apps/ericsson/enm/api/custom/api.pm @@ -465,15 +465,15 @@ Rest API custom mode =item B<--hostname> -ENM hostname (Required) +ENM hostname (required) =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> diff --git a/src/apps/ericsson/enm/api/mode/discovery.pm b/src/apps/ericsson/enm/api/mode/discovery.pm index 178da317f..9035764eb 100644 --- a/src/apps/ericsson/enm/api/mode/discovery.pm +++ b/src/apps/ericsson/enm/api/mode/discovery.pm @@ -113,7 +113,7 @@ Resources discovery. =item B<--resource-type> -Choose the type of resources to discover (Can be: 'nodes'). +Choose the type of resources to discover (can be: 'nodes'). =back diff --git a/src/apps/ericsson/enm/api/mode/listnodescelltdd.pm b/src/apps/ericsson/enm/api/mode/listnodescelltdd.pm index d92194694..4d1c79324 100644 --- a/src/apps/ericsson/enm/api/mode/listnodescelltdd.pm +++ b/src/apps/ericsson/enm/api/mode/listnodescelltdd.pm @@ -123,7 +123,7 @@ List nodes cells tdd. =item B<--filter-node-id> -Filter tdd cells by node id (can be a regexp). +Filter tdd cells by node ID (can be a regexp). =item B<--add-extra-attrs> diff --git a/src/apps/ericsson/enm/api/mode/listnodesfru.pm b/src/apps/ericsson/enm/api/mode/listnodesfru.pm index 8627e09c3..fcd09b99a 100644 --- a/src/apps/ericsson/enm/api/mode/listnodesfru.pm +++ b/src/apps/ericsson/enm/api/mode/listnodesfru.pm @@ -123,7 +123,7 @@ List nodes field replaceable units. =item B<--filter-node-id> -Filter field replaceable units by node id (can be a regexp). +Filter field replaceable units by node ID (can be a regexp). =item B<--add-extra-attrs> diff --git a/src/apps/ericsson/enm/api/mode/nodes.pm b/src/apps/ericsson/enm/api/mode/nodes.pm index 46ce7a6a1..9c9acf4db 100644 --- a/src/apps/ericsson/enm/api/mode/nodes.pm +++ b/src/apps/ericsson/enm/api/mode/nodes.pm @@ -248,15 +248,15 @@ Example: --filter-counters='total' =item B<--filter-node-id> -Filter nodes by id (can be a regexp). +Filter nodes by ID (can be a regexp). =item B<--filter-fru-id> -Filter field replaceable units by id (can be a regexp). +Filter field replaceable units by ID (can be a regexp). =item B<--filter-cell-tdd-id> -Filter tdd cells by id (can be a regexp). +Filter tdd cells by ID (can be a regexp). =item B<--unknown-node-sync-status> @@ -270,7 +270,7 @@ You can use the following variables: %{node_id}, %{sync_status} =item B<--critical-node-sync-status> -Set critical threshold for synchronization status (Default: '%{sync_status} =~ /unsynchronized/i'). +Set critical threshold for synchronization status (default: '%{sync_status} =~ /unsynchronized/i'). You can use the following variables: %{node_id}, %{sync_status} =item B<--unknown-fru-status> diff --git a/src/apps/github/mode/commits.pm b/src/apps/github/mode/commits.pm index 04524fc24..fc978d1a5 100644 --- a/src/apps/github/mode/commits.pm +++ b/src/apps/github/mode/commits.pm @@ -126,19 +126,19 @@ Check GitHub's number of commits for a repository =item B<--hostname> -IP Addr/FQDN of the GitHub's API (Default: api.github.com) +IP Addr/FQDN of the GitHub's API (default: api.github.com) =item B<--port> -Port used by GitHub's API (Default: '443') +Port used by GitHub's API (default: '443') =item B<--proto> -Specify https if needed (Default: 'https') +Specify https if needed (default: 'https') =item B<--timeout> -Threshold for HTTP timeout (Default: 5) +Threshold for HTTP timeout (default: 5) =item B<--owner> diff --git a/src/apps/github/mode/issues.pm b/src/apps/github/mode/issues.pm index a8629c9b6..a1e2d6c6e 100644 --- a/src/apps/github/mode/issues.pm +++ b/src/apps/github/mode/issues.pm @@ -133,19 +133,19 @@ Check GitHub's number of issues for a repository =item B<--hostname> -IP Addr/FQDN of the GitHub's API (Default: api.gitub.com) +IP Addr/FQDN of the GitHub's API (default: api.gitub.com) =item B<--port> -Port used by GitHub's API (Default: '443') +Port used by GitHub's API (default: '443') =item B<--proto> -Specify https if needed (Default: 'https') +Specify https if needed (default: 'https') =item B<--timeout> -Threshold for HTTP timeout (Default: 5) +Threshold for HTTP timeout (default: 5) =item B<--warning> diff --git a/src/apps/github/mode/pullrequests.pm b/src/apps/github/mode/pullrequests.pm index 77952af08..0237b3ad9 100644 --- a/src/apps/github/mode/pullrequests.pm +++ b/src/apps/github/mode/pullrequests.pm @@ -118,19 +118,19 @@ Check GitHub's number of pull requests for a repository =item B<--hostname> -IP Addr/FQDN of the GitHub's API (Default: api.gitub.com) +IP Addr/FQDN of the GitHub's API (default: api.gitub.com) =item B<--port> -Port used by GitHub's API (Default: '443') +Port used by GitHub's API (default: '443') =item B<--proto> -Specify https if needed (Default: 'https') +Specify https if needed (default: 'https') =item B<--timeout> -Threshold for HTTP timeout (Default: 5) +Threshold for HTTP timeout (default: 5) =item B<--warning> diff --git a/src/apps/github/mode/stats.pm b/src/apps/github/mode/stats.pm index 9c5aa5a16..cce66acb8 100644 --- a/src/apps/github/mode/stats.pm +++ b/src/apps/github/mode/stats.pm @@ -111,23 +111,23 @@ Check GitHub's statistics =item B<--hostname> -IP Addr/FQDN of the GitHub's status website (Default: status.github.com) +IP Addr/FQDN of the GitHub's status website (default: status.github.com) =item B<--port> -Port used by GitHub's status website (Default: '443') +Port used by GitHub's status website (default: '443') =item B<--proto> -Specify https if needed (Default: 'https') +Specify https if needed (default: 'https') =item B<--urlpath> -Set path to get GitHub's status information (Default: '/repo/:owner/:repository') +Set path to get GitHub's status information (default: '/repo/:owner/:repository') =item B<--timeout> -Threshold for HTTP timeout (Default: 5) +Threshold for HTTP timeout (default: 5) =back diff --git a/src/apps/github/mode/status.pm b/src/apps/github/mode/status.pm index cb47bcada..582b89452 100644 --- a/src/apps/github/mode/status.pm +++ b/src/apps/github/mode/status.pm @@ -133,23 +133,23 @@ Check GitHub's status =item B<--hostname> -IP Addr/FQDN of the GitHub's status website (Default: status.github.com) +IP Addr/FQDN of the GitHub's status website (default: status.github.com) =item B<--port> -Port used by GitHub's status website (Default: '443') +Port used by GitHub's status website (default: '443') =item B<--proto> -Specify https if needed (Default: 'https') +Specify https if needed (default: 'https') =item B<--urlpath> -Set path to get GitHub's status information (Default: '/api/last-message.json') +Set path to get GitHub's status information (default: '/api/last-message.json') =item B<--timeout> -Threshold for HTTP timeout (Default: 5) +Threshold for HTTP timeout (default: 5) =item B<--threshold-overload> diff --git a/src/apps/google/workspace/custom/api.pm b/src/apps/google/workspace/custom/api.pm index 8b1656209..bf70c8628 100644 --- a/src/apps/google/workspace/custom/api.pm +++ b/src/apps/google/workspace/custom/api.pm @@ -188,15 +188,15 @@ Hostname (default: 'www.google.com'). =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<--timeout> -Set timeout in seconds (Default: 10). +Set timeout in seconds (default: 10). =back diff --git a/src/apps/google/workspace/mode/listservices.pm b/src/apps/google/workspace/mode/listservices.pm index 41e96ba8b..ea16a8edc 100644 --- a/src/apps/google/workspace/mode/listservices.pm +++ b/src/apps/google/workspace/mode/listservices.pm @@ -100,7 +100,7 @@ List Google Gsuite applications. =item B<--filter-name> -Filter application name (Can be a regexp). +Filter application name (can be a regexp). =back diff --git a/src/apps/google/workspace/mode/services.pm b/src/apps/google/workspace/mode/services.pm index a5524931b..05ff8a417 100644 --- a/src/apps/google/workspace/mode/services.pm +++ b/src/apps/google/workspace/mode/services.pm @@ -162,17 +162,17 @@ Check Google workspace service status. =item B<--filter-name> Only display the status for a specific servie -(Example: --filter-service='gmail') +(example: --filter-service='gmail') =item B<--warning-status> Set warning threshold for the service status -(Default: '%{status} eq "disruption"'). +(default: '%{status} eq "disruption"'). =item B<--critical-status> Set warning threshold for the service status -(Default: '%{status} eq "outage"'). +(default: '%{status} eq "outage"'). =back diff --git a/src/apps/gorgone/restapi/custom/api.pm b/src/apps/gorgone/restapi/custom/api.pm index 82c65622e..62a754b5d 100644 --- a/src/apps/gorgone/restapi/custom/api.pm +++ b/src/apps/gorgone/restapi/custom/api.pm @@ -174,11 +174,11 @@ Gorgone hostname. =item B<--port> -Port used (Default: 8085) +Port used (default: 8085) =item B<--proto> -Specify https if needed (Default: 'http') +Specify https if needed (default: 'http') =item B<--api-username> @@ -190,7 +190,7 @@ Gorgone API password. =item B<--timeout> -Set timeout in seconds (Default: 10). +Set timeout in seconds (default: 10). =back diff --git a/src/apps/grafana/api/custom/api.pm b/src/apps/grafana/api/custom/api.pm index 21040b378..9eacd0974 100644 --- a/src/apps/grafana/api/custom/api.pm +++ b/src/apps/grafana/api/custom/api.pm @@ -174,23 +174,23 @@ Remote hostname or IP address. =item B<--port> -Port used (Default: 3000) +Port used (default: 3000) =item B<--proto> -Specify https if needed (Default: 'http') +Specify https if needed (default: 'http') =item B<--username> -Specify username for authentication +Specify the username for authentication =item B<--password> -Specify password for authentication +Specify the password for authentication =item B<--timeout> -Set timeout in seconds (Default: 10). +Set timeout in seconds (default: 10). =back diff --git a/src/apps/grafana/api/mode/health.pm b/src/apps/grafana/api/mode/health.pm index c2e5ffda6..10d129b04 100644 --- a/src/apps/grafana/api/mode/health.pm +++ b/src/apps/grafana/api/mode/health.pm @@ -92,7 +92,7 @@ You can use the following variables: %{state}, %{version} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{state} ne "ok"'). +Define the conditions to match for the status to be CRITICAL (default: '%{state} ne "ok"'). You can use the following variables: %{state}, %{version} =back diff --git a/src/apps/graylog/restapi/custom/api.pm b/src/apps/graylog/restapi/custom/api.pm index 6861b3291..4840c9e05 100644 --- a/src/apps/graylog/restapi/custom/api.pm +++ b/src/apps/graylog/restapi/custom/api.pm @@ -294,23 +294,23 @@ Graylog hostname. =item B<--url-path> -API url path (Default: '/api/') +API url path (default: '/api/') =item B<--port> -API port (Default: 9000) +API port (default: 9000) =item B<--proto> -Specify https if needed (Default: 'http') +Specify https if needed (default: 'http') =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<--timeout> @@ -318,7 +318,7 @@ Set HTTP timeout =item B<--requested-by> -Set request HTTP header (Default: 'cli') +Set request HTTP header (default: 'cli') =back diff --git a/src/apps/graylog/restapi/mode/notifications.pm b/src/apps/graylog/restapi/mode/notifications.pm index 000df2aa2..058e53dd5 100644 --- a/src/apps/graylog/restapi/mode/notifications.pm +++ b/src/apps/graylog/restapi/mode/notifications.pm @@ -121,20 +121,20 @@ More information on https://docs.graylog.org/en//pages/configuration/re Filter on specific notification severity. Can be 'normal' or 'urgent'. -(Default: both severities shown). +(default: both severities shown). =item B<--filter-node> Filter notifications by node ID. -(Default: all notifications shown). +(default: all notifications shown). =item B<--warning-notifications-*> -Set warning threshold for notifications count (Default: '') where '*' can be 'total', 'normal' or 'urgent'. +Set warning threshold for notifications count (default: '') where '*' can be 'total', 'normal' or 'urgent'. =item B<--critical-notifications-*> -Set critical threshold for notifications count (Default: '') where '*' can be 'total', 'normal' or 'urgent'. +Set critical threshold for notifications count (default: '') where '*' can be 'total', 'normal' or 'urgent'. =back diff --git a/src/apps/haproxy/snmp/mode/backendusage.pm b/src/apps/haproxy/snmp/mode/backendusage.pm index b2a485004..ef04cc4f1 100644 --- a/src/apps/haproxy/snmp/mode/backendusage.pm +++ b/src/apps/haproxy/snmp/mode/backendusage.pm @@ -239,7 +239,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} !~ /UP/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} !~ /UP/i'). You can use the following variables: %{status}, %{display} =item B<--warning-*> B<--critical-*> diff --git a/src/apps/haproxy/snmp/mode/frontendusage.pm b/src/apps/haproxy/snmp/mode/frontendusage.pm index 6680f84af..b100c6c9d 100644 --- a/src/apps/haproxy/snmp/mode/frontendusage.pm +++ b/src/apps/haproxy/snmp/mode/frontendusage.pm @@ -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} !~ /OPEN/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} !~ /OPEN/i'). You can use the following variables: %{status}, %{display} =item B<--warning-*> B<--critical-*> diff --git a/src/apps/hashicorp/vault/restapi/custom/api.pm b/src/apps/hashicorp/vault/restapi/custom/api.pm index e93e9258d..89427a77c 100644 --- a/src/apps/hashicorp/vault/restapi/custom/api.pm +++ b/src/apps/hashicorp/vault/restapi/custom/api.pm @@ -258,15 +258,15 @@ HashiCorp Vault hostname. =item B<--port> -Port used (Default: 8200) +Port used (default: 8200) =item B<--proto> -Specify https if needed (Default: 'http') +Specify https if needed (default: 'http') =item B<--api-version> -Specify the Vault API version (Default: 'v1') +Specify the Vault API version (default: 'v1') =item B<--vault-token> @@ -274,7 +274,7 @@ Specify the Vault access token (only for the 'token' authentication method) =item B<--auth-method> -Specify the Vault authentication method (Default: 'token'). +Specify the Vault authentication method (default: 'token'). Can be: 'azure', 'cert', 'github', 'ldap', 'okta', 'radius', 'userpass', 'token' If different from 'token' the "--auth-settings" options must be set. @@ -286,7 +286,7 @@ Syntax: --auth-settings='='.Example for the 'userpass' method: =item B<--timeout> -Set timeout in seconds (Default: 10). +Set timeout in seconds (default: 10). =back diff --git a/src/apps/hashicorp/vault/restapi/mode/health.pm b/src/apps/hashicorp/vault/restapi/mode/health.pm index cbfdc3449..2eae8c8e3 100644 --- a/src/apps/hashicorp/vault/restapi/mode/health.pm +++ b/src/apps/hashicorp/vault/restapi/mode/health.pm @@ -103,19 +103,19 @@ More information on'https://www.vaultproject.io/api-docs/system/health'. =item B<--warning-seal-status> -Set warning threshold for seal status (Default: none). +Set warning threshold for seal status (default: none). =item B<--critical-seal-status> -Set critical threshold for seal status (Default: '%{sealed} ne "unsealed"'). +Set critical threshold for seal status (default: '%{sealed} ne "unsealed"'). =item B<--warning-init-status> -Set warning threshold for initialization status (Default: none). +Set warning threshold for initialization status (default: none). =item B<--critical-init-status> -Set critical threshold for initialization status (Default: '%{init} ne "initialized"'). +Set critical threshold for initialization status (default: '%{init} ne "initialized"'). =back diff --git a/src/apps/hddtemp/custom/cli.pm b/src/apps/hddtemp/custom/cli.pm index d1fe08ab8..4557e5709 100644 --- a/src/apps/hddtemp/custom/cli.pm +++ b/src/apps/hddtemp/custom/cli.pm @@ -210,7 +210,7 @@ Hostname to query (ssh mode). =item B<--timeout> -Timeout in seconds for the command (Default: 45). +Timeout in seconds for the command (default: 45). =item You can override command for drives listing. By default, we use 'lsblk -I 8 -d -o NAME -p -n': diff --git a/src/apps/hddtemp/custom/tcp.pm b/src/apps/hddtemp/custom/tcp.pm index d8b7b3d69..26c975da1 100644 --- a/src/apps/hddtemp/custom/tcp.pm +++ b/src/apps/hddtemp/custom/tcp.pm @@ -168,11 +168,11 @@ Hostname or IP address. =item B<--port> -Port used (Default: 7634) +Port used (default: 7634) =item B<--timeout> -Set timeout in seconds (Default: 30). +Set timeout in seconds (default: 30). =back diff --git a/src/apps/hddtemp/mode/temperatures.pm b/src/apps/hddtemp/mode/temperatures.pm index e19cc4572..75286b6ba 100644 --- a/src/apps/hddtemp/mode/temperatures.pm +++ b/src/apps/hddtemp/mode/temperatures.pm @@ -142,7 +142,7 @@ Check drive temperatures. =item B<--filter-name> -Filter drive name (Can use regexp). +Filter drive name (can use regexp). =item B<--unknown-status> @@ -156,7 +156,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} !~ /ok/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} !~ /ok/i'). You can use the following variables: %{status}, %{display} =item B<--warning-*> B<--critical-*> diff --git a/src/apps/ibm/tsamp/local/mode/resourcegroups.pm b/src/apps/ibm/tsamp/local/mode/resourcegroups.pm index 3191683fe..84e639ed0 100644 --- a/src/apps/ibm/tsamp/local/mode/resourcegroups.pm +++ b/src/apps/ibm/tsamp/local/mode/resourcegroups.pm @@ -170,17 +170,17 @@ Exclude resource groups by name (can be a regexp). =item B<--unknown-status> -Define the conditions to match for the status to be UNKNOWN (Default: '%{opState} =~ /unknown/i'). +Define the conditions to match for the status to be UNKNOWN (default: '%{opState} =~ /unknown/i'). You can use the following variables: %{opState}, %{nominalState}, %{name} =item B<--warning-status> -Define the conditions to match for the status to be WARNING (Default: '%{opState} =~ /pending/i'). +Define the conditions to match for the status to be WARNING (default: '%{opState} =~ /pending/i'). You can use the following variables: %{opState}, %{nominalState}, %{name} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{opState} =~ /failed offline|stuck online/i || %{opState} ne %{nominalState}'). +Define the conditions to match for the status to be CRITICAL (default: '%{opState} =~ /failed offline|stuck online/i || %{opState} ne %{nominalState}'). You can use the following variables: %{opState}, %{nominalState}, %{name} =item B<--warning-*> B<--critical-*> diff --git a/src/apps/inin/ig/snmp/mode/spanusage.pm b/src/apps/inin/ig/snmp/mode/spanusage.pm index 44059257f..925cd61c3 100644 --- a/src/apps/inin/ig/snmp/mode/spanusage.pm +++ b/src/apps/inin/ig/snmp/mode/spanusage.pm @@ -162,7 +162,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} !~ /closed|ready/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} !~ /closed|ready/i'). You can use the following variables: %{status}, %{display} =item B<--warning-*> diff --git a/src/apps/inin/mediaserver/snmp/mode/cmdsrvusage.pm b/src/apps/inin/mediaserver/snmp/mode/cmdsrvusage.pm index 831faedc1..7fd069c80 100644 --- a/src/apps/inin/mediaserver/snmp/mode/cmdsrvusage.pm +++ b/src/apps/inin/mediaserver/snmp/mode/cmdsrvusage.pm @@ -246,7 +246,7 @@ You can use the following variables: %{accept_sessions}, %{status}, %{display} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} !~ /^ready/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} !~ /^ready/i'). You can use the following variables: %{accept_sessions}, %{status}, %{display} =item B<--warning-*> @@ -261,7 +261,7 @@ Can be: 'usage', 'resource-count'. =item B<--units> -Units of thresholds (Default: '%') ('%', 'B'). +Units of thresholds (default: '%') ('%', 'B'). =item B<--free> diff --git a/src/apps/inin/mediaserver/snmp/mode/component.pm b/src/apps/inin/mediaserver/snmp/mode/component.pm index dbd84c567..1a4091335 100644 --- a/src/apps/inin/mediaserver/snmp/mode/component.pm +++ b/src/apps/inin/mediaserver/snmp/mode/component.pm @@ -75,7 +75,7 @@ Check hardware devices. =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'device'. =item B<--no-component> diff --git a/src/apps/ipfabric/custom/api.pm b/src/apps/ipfabric/custom/api.pm index 45a11de77..a9a67c588 100644 --- a/src/apps/ipfabric/custom/api.pm +++ b/src/apps/ipfabric/custom/api.pm @@ -161,17 +161,17 @@ Set hostname, it is mandatory. =item B<--snapshot-id> -Specify snapshot id from which you want to base monitoring. +Specify snapshot ID from which you want to base monitoring. -If no snapshot id is specified, the last one is set by default. +If no snapshot ID is specified, the last one is set by default. =item B<--port> -Port used (Default: 443) +Port used (default: 443) =item B<--proto> -Specify http if needed (Default: 'https') +Specify http if needed (default: 'https') =item B<--api-key> @@ -179,7 +179,7 @@ Set API key to request IP Fabric API. =item B<--timeout> -Set timeout in seconds (Default: 10). +Set timeout in seconds (default: 10). =back diff --git a/src/apps/ipfabric/mode/pathverification.pm b/src/apps/ipfabric/mode/pathverification.pm index 3ad182c2d..dfc7a412c 100644 --- a/src/apps/ipfabric/mode/pathverification.pm +++ b/src/apps/ipfabric/mode/pathverification.pm @@ -244,7 +244,7 @@ the option would be: =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL. (Default: '%{expected_state} ne %{state}'). +Define the conditions to match for the status to be CRITICAL. (default: '%{expected_state} ne %{state}'). Can use special variables like: %{state}, %{expected_state} For example, if you want a critical alert when the path state is in 'error' then diff --git a/src/apps/java/awa/jmx/mode/agent.pm b/src/apps/java/awa/jmx/mode/agent.pm index 44da418d2..9d99b43a2 100644 --- a/src/apps/java/awa/jmx/mode/agent.pm +++ b/src/apps/java/awa/jmx/mode/agent.pm @@ -167,12 +167,12 @@ Filter agent name (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: %{since}, %{display}, %{ipaddress}, %{active} =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: %{since}, %{display}, %{ipaddress}, %{active} =item B<--timezone> diff --git a/src/apps/java/awa/jmx/mode/queue.pm b/src/apps/java/awa/jmx/mode/queue.pm index 918305af7..d0df5c61a 100644 --- a/src/apps/java/awa/jmx/mode/queue.pm +++ b/src/apps/java/awa/jmx/mode/queue.pm @@ -138,12 +138,12 @@ Filter queue name (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: %{display}, %{status} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} !~ /GREEN/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} !~ /GREEN/i'). You can use the following variables: %{display}, %{status} =back diff --git a/src/apps/java/awa/jmx/mode/server.pm b/src/apps/java/awa/jmx/mode/server.pm index 63327e364..03ad8b091 100644 --- a/src/apps/java/awa/jmx/mode/server.pm +++ b/src/apps/java/awa/jmx/mode/server.pm @@ -142,12 +142,12 @@ Filter server name (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: %{display}, %{ipaddress}, %{active} =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: %{display}, %{ipaddress}, %{active} =back diff --git a/src/apps/java/jvm/actuator/mode/memory.pm b/src/apps/java/jvm/actuator/mode/memory.pm index 56a6878f7..7a6722382 100644 --- a/src/apps/java/jvm/actuator/mode/memory.pm +++ b/src/apps/java/jvm/actuator/mode/memory.pm @@ -191,7 +191,7 @@ Critical threshold of NonHeap memory usage =item B<--units> -Units of thresholds (Default: '%') ('%', 'B'). +Units of thresholds (default: '%') ('%', 'B'). =back diff --git a/src/apps/java/jvm/actuator/mode/memorydetailed.pm b/src/apps/java/jvm/actuator/mode/memorydetailed.pm index 8898897a4..95afe3d65 100644 --- a/src/apps/java/jvm/actuator/mode/memorydetailed.pm +++ b/src/apps/java/jvm/actuator/mode/memorydetailed.pm @@ -271,7 +271,7 @@ Critical threshold of NonHeap 'Code Cache' memory usage =item B<--units> -Units of thresholds (Default: '%') ('%', 'B'). +Units of thresholds (default: '%') ('%', 'B'). =back diff --git a/src/apps/jenkins/custom/api.pm b/src/apps/jenkins/custom/api.pm index af6e3f4a6..929ec6375 100644 --- a/src/apps/jenkins/custom/api.pm +++ b/src/apps/jenkins/custom/api.pm @@ -177,11 +177,11 @@ 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<--username> @@ -193,7 +193,7 @@ API password. =item B<--timeout> -Set timeout in seconds (Default: 10). +Set timeout in seconds (default: 10). =back diff --git a/src/apps/keepalived/snmp/mode/vrrpstatus.pm b/src/apps/keepalived/snmp/mode/vrrpstatus.pm index a5b0ef3bb..1dd36c6c5 100644 --- a/src/apps/keepalived/snmp/mode/vrrpstatus.pm +++ b/src/apps/keepalived/snmp/mode/vrrpstatus.pm @@ -148,7 +148,7 @@ You can use the following variables: %{instanceWantedState}, %{instanceStateLast =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{instanceState} ne %{instanceWantedState} or %{instanceState} ne %{instanceStateLast}'). +Define the conditions to match for the status to be CRITICAL (default: '%{instanceState} ne %{instanceWantedState} or %{instanceState} ne %{instanceStateLast}'). You can use the following variables: %{instanceWantedState}, %{instanceStateLast}, %{instanceState}, %{instancePrimaryInterface} =back diff --git a/src/apps/kingdee/eas/custom/api.pm b/src/apps/kingdee/eas/custom/api.pm index 85e5915bf..516ecce50 100644 --- a/src/apps/kingdee/eas/custom/api.pm +++ b/src/apps/kingdee/eas/custom/api.pm @@ -162,7 +162,7 @@ Kingdee password. =item B<--timeout> -Set HTTP timeout in seconds (Default: '10'). +Set HTTP timeout in seconds (default: '10'). =back diff --git a/src/apps/kingdee/eas/mode/activeusers.pm b/src/apps/kingdee/eas/mode/activeusers.pm index 15cb72f78..749ad88e2 100644 --- a/src/apps/kingdee/eas/mode/activeusers.pm +++ b/src/apps/kingdee/eas/mode/activeusers.pm @@ -108,7 +108,7 @@ Check eas active users info. =item B<--urlpath> -Set path to get status page. (Default: '/easportal/tools/nagios/checkclassloading.jsp') +Set path to get status page. (default: '/easportal/tools/nagios/checkclassloading.jsp') =item B<--warning-*> B<--critical-*> diff --git a/src/apps/kingdee/eas/mode/classloading.pm b/src/apps/kingdee/eas/mode/classloading.pm index ff7d14195..9a065e465 100644 --- a/src/apps/kingdee/eas/mode/classloading.pm +++ b/src/apps/kingdee/eas/mode/classloading.pm @@ -96,7 +96,7 @@ Check EAS application classLoading status. =item B<--urlpath> -Set path to get status page. (Default: '/easportal/tools/nagios/checkclassloading.jsp') +Set path to get status page. (default: '/easportal/tools/nagios/checkclassloading.jsp') =item B<--warning-*> B<--critical-*> diff --git a/src/apps/kingdee/eas/mode/datasource.pm b/src/apps/kingdee/eas/mode/datasource.pm index a5568fb63..7bf2001d8 100644 --- a/src/apps/kingdee/eas/mode/datasource.pm +++ b/src/apps/kingdee/eas/mode/datasource.pm @@ -172,7 +172,7 @@ Check EAS application datasource status. =item B<--urlpath> -Specify path to get status page. (Default: '/easportal/tools/nagios/checkdatasources.jsp') +Specify path to get status page. (default: '/easportal/tools/nagios/checkdatasources.jsp') =item B<--datasource> diff --git a/src/apps/kingdee/eas/mode/handlers.pm b/src/apps/kingdee/eas/mode/handlers.pm index 6df318159..3f89872dc 100644 --- a/src/apps/kingdee/eas/mode/handlers.pm +++ b/src/apps/kingdee/eas/mode/handlers.pm @@ -234,11 +234,11 @@ Check EAS instance handlers (http and mux). =item B<--urlpath-httphandler> -Set path to get status page. (Default: '/easportal/tools/nagios/checkhttphandler.jsp') +Set path to get status page. (default: '/easportal/tools/nagios/checkhttphandler.jsp') =item B<--urlpath-muxhandler> -Set path to get status page. (Default: '/easportal/tools/nagios/checkmuxhandler.jsp') +Set path to get status page. (default: '/easportal/tools/nagios/checkmuxhandler.jsp') =item B<--filter-handler> diff --git a/src/apps/kingdee/eas/mode/ibmjvmgc.pm b/src/apps/kingdee/eas/mode/ibmjvmgc.pm index 9eb67a724..f73574ab6 100644 --- a/src/apps/kingdee/eas/mode/ibmjvmgc.pm +++ b/src/apps/kingdee/eas/mode/ibmjvmgc.pm @@ -99,7 +99,7 @@ Check EAS application jvm gc status. =item B<--urlpath> -Set path to get status page. (Default: '/easportal/tools/nagios/checkgc_j9.jsp') +Set path to get status page. (default: '/easportal/tools/nagios/checkgc_j9.jsp') =item B<--warning-*> B<--critical-*> diff --git a/src/apps/kingdee/eas/mode/javaruntime.pm b/src/apps/kingdee/eas/mode/javaruntime.pm index 4680bface..899315c25 100644 --- a/src/apps/kingdee/eas/mode/javaruntime.pm +++ b/src/apps/kingdee/eas/mode/javaruntime.pm @@ -102,7 +102,7 @@ Check EAS application java runtime status. =item B<--urlpath> -Set path to get status page. (Default: '/easportal/tools/nagios/checkjavaruntime.jsp') +Set path to get status page. (default: '/easportal/tools/nagios/checkjavaruntime.jsp') =item B<--warning-*> B<--critical-*> diff --git a/src/apps/kingdee/eas/mode/memory.pm b/src/apps/kingdee/eas/mode/memory.pm index 2706764a0..86c9a60cb 100644 --- a/src/apps/kingdee/eas/mode/memory.pm +++ b/src/apps/kingdee/eas/mode/memory.pm @@ -107,7 +107,7 @@ Check EAS instance heap & nonheap memory usage. =item B<--urlpath> -Set path to get status page. (Default: '/easportal/tools/nagios/checkmemory.jsp') +Set path to get status page. (default: '/easportal/tools/nagios/checkmemory.jsp') =item B<--warning-*> B<--critical-*> diff --git a/src/apps/kingdee/eas/mode/oraclejvmgc.pm b/src/apps/kingdee/eas/mode/oraclejvmgc.pm index 34355b64d..65ad526dd 100644 --- a/src/apps/kingdee/eas/mode/oraclejvmgc.pm +++ b/src/apps/kingdee/eas/mode/oraclejvmgc.pm @@ -119,7 +119,7 @@ Check EAS application jvm gc status. =item B<--urlpath> -Set path to get status page. (Default: '/easportal/tools/nagios/checkgc_ps.jsp') +Set path to get status page. (default: '/easportal/tools/nagios/checkgc_ps.jsp') =item B<--warning-*> B<--critical-*> diff --git a/src/apps/kingdee/eas/mode/oracleksqltemptable.pm b/src/apps/kingdee/eas/mode/oracleksqltemptable.pm index 0b3e697b0..e33685fe9 100644 --- a/src/apps/kingdee/eas/mode/oracleksqltemptable.pm +++ b/src/apps/kingdee/eas/mode/oracleksqltemptable.pm @@ -100,7 +100,7 @@ Check ksql temp table count for specify datasource. =item B<--urlpath> -Set path to get status page. (Default: '/easportal/tools/nagios/checkoraclevt.jsp') +Set path to get status page. (default: '/easportal/tools/nagios/checkoraclevt.jsp') =item B<--datasource> diff --git a/src/apps/kingdee/eas/mode/oraclerecyclebin.pm b/src/apps/kingdee/eas/mode/oraclerecyclebin.pm index 805f82c83..96aec7f4f 100644 --- a/src/apps/kingdee/eas/mode/oraclerecyclebin.pm +++ b/src/apps/kingdee/eas/mode/oraclerecyclebin.pm @@ -100,7 +100,7 @@ Check oracle recyclebin table count for specify datasource. =item B<--urlpath> -Set path to get status page. (Default: '/easportal/tools/nagios/checkoraclerecyclebin.jsp') +Set path to get status page. (default: '/easportal/tools/nagios/checkoraclerecyclebin.jsp') =item B<--datasource> diff --git a/src/apps/kingdee/eas/mode/oracleredolog.pm b/src/apps/kingdee/eas/mode/oracleredolog.pm index 41f15620f..9a92ab2c8 100644 --- a/src/apps/kingdee/eas/mode/oracleredolog.pm +++ b/src/apps/kingdee/eas/mode/oracleredolog.pm @@ -118,7 +118,7 @@ Check oracle redolog status. =item B<--urlpath> -Set path to get status page. (Default: '/easportal/tools/nagios/checkoracleredolog.jsp') +Set path to get status page. (default: '/easportal/tools/nagios/checkoracleredolog.jsp') =item B<--datasource> diff --git a/src/apps/kingdee/eas/mode/oraclesession.pm b/src/apps/kingdee/eas/mode/oraclesession.pm index 6471029da..d3eb32741 100644 --- a/src/apps/kingdee/eas/mode/oraclesession.pm +++ b/src/apps/kingdee/eas/mode/oraclesession.pm @@ -144,7 +144,7 @@ Check oracle database session status. =item B<--urlpath> -Set path to get status page. (Default: '/easportal/tools/nagios/checkoraclesession.jsp') +Set path to get status page. (default: '/easportal/tools/nagios/checkoraclesession.jsp') =item B<--datasource> diff --git a/src/apps/kingdee/eas/mode/oracletable.pm b/src/apps/kingdee/eas/mode/oracletable.pm index 923626a65..b26e8945d 100644 --- a/src/apps/kingdee/eas/mode/oracletable.pm +++ b/src/apps/kingdee/eas/mode/oracletable.pm @@ -115,7 +115,7 @@ Check oracle table info for specify datasource. =item B<--urlpath> -Set path to get status page. (Default: '/easportal/tools/nagios/checkoracletable.jsp') +Set path to get status page. (default: '/easportal/tools/nagios/checkoracletable.jsp') =item B<--datasource> diff --git a/src/apps/kingdee/eas/mode/oracleversion.pm b/src/apps/kingdee/eas/mode/oracleversion.pm index f0e7fde6f..a6173adb8 100644 --- a/src/apps/kingdee/eas/mode/oracleversion.pm +++ b/src/apps/kingdee/eas/mode/oracleversion.pm @@ -80,7 +80,7 @@ Check oracle database version. =item B<--urlpath> -Set path to get status page. (Default: '/easportal/tools/nagios/checkoracleversion.jsp') +Set path to get status page. (default: '/easportal/tools/nagios/checkoracleversion.jsp') =item B<--datasource> diff --git a/src/apps/kingdee/eas/mode/ormrpc.pm b/src/apps/kingdee/eas/mode/ormrpc.pm index c9d6d7e2f..00d6be536 100644 --- a/src/apps/kingdee/eas/mode/ormrpc.pm +++ b/src/apps/kingdee/eas/mode/ormrpc.pm @@ -164,7 +164,7 @@ Check EAS instance orm rpc status. =item B<--urlpath> -Set path to get status page. (Default: '/easportal/tools/nagios/checkrpc.jsp') +Set path to get status page. (default: '/easportal/tools/nagios/checkrpc.jsp') =item B<--warning-*> B<--critical-*> diff --git a/src/apps/kingdee/eas/mode/transaction.pm b/src/apps/kingdee/eas/mode/transaction.pm index bda39817e..bc3aaeec8 100644 --- a/src/apps/kingdee/eas/mode/transaction.pm +++ b/src/apps/kingdee/eas/mode/transaction.pm @@ -155,7 +155,7 @@ Check EAS application EJB transaction status. =item B<--urlpath> -Set path to get status page. (Default: '/easportal/tools/nagios/checktransaction.jsp') +Set path to get status page. (default: '/easportal/tools/nagios/checktransaction.jsp') =item B<--warning-*> B<--critical-*> diff --git a/src/apps/lmsensors/snmp/mode/sensors.pm b/src/apps/lmsensors/snmp/mode/sensors.pm index af2aecf91..ab295941d 100644 --- a/src/apps/lmsensors/snmp/mode/sensors.pm +++ b/src/apps/lmsensors/snmp/mode/sensors.pm @@ -70,7 +70,7 @@ Check components. =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'fan', 'voltage', 'temperature', 'misc'. =item B<--filter> diff --git a/src/apps/microsoft/activedirectory/local/mode/dcdiag.pm b/src/apps/microsoft/activedirectory/local/mode/dcdiag.pm index a5bfd6598..522ba3f8b 100644 --- a/src/apps/microsoft/activedirectory/local/mode/dcdiag.pm +++ b/src/apps/microsoft/activedirectory/local/mode/dcdiag.pm @@ -228,8 +228,8 @@ Check Windows Active Directory Health (use 'dcdiag' command). =item B<--config> -command can be localized by using a configuration file. -This parameter can be used to specify an alternative location for the configuration file +The command can be localized by using a configuration file. +This parameter can be used to specify an alternative location for the configuration file. =item B<--language> @@ -249,7 +249,7 @@ Don't run the dc tests machineaccount =item B<--timeout> -Set timeout time for command execution (Default: 30 sec) +Set timeout time for command execution (default: 30 sec) =back diff --git a/src/apps/microsoft/activedirectory/local/mode/dfsrbacklog.pm b/src/apps/microsoft/activedirectory/local/mode/dfsrbacklog.pm index 1e51c44c9..46aee4289 100644 --- a/src/apps/microsoft/activedirectory/local/mode/dfsrbacklog.pm +++ b/src/apps/microsoft/activedirectory/local/mode/dfsrbacklog.pm @@ -121,7 +121,7 @@ Check dfsr backlog. =item B<--sending-member> -Name of the member that is sending the replication data. (Mandatory) +Name of the member that is sending the replication data. (mandatory) =item B<--receiving-member> @@ -129,15 +129,15 @@ Name of the member that is receiving the replication data. (NOT Mandatory) =item B<--replication-group> -Name for the replication group. (Mandatory) +Name for the replication group. (mandatory) =item B<--replicated-folder> -Name name for the replicated folder. (Mandatory) +Name name for the replicated folder. (mandatory) =item B<--timeout> -Timeout in seconds for the command (Default: 30). +Timeout in seconds for the command (default: 30). =item B<--warning-backlog> diff --git a/src/apps/microsoft/activedirectory/local/mode/netdom.pm b/src/apps/microsoft/activedirectory/local/mode/netdom.pm index 34603d72b..385749bf7 100644 --- a/src/apps/microsoft/activedirectory/local/mode/netdom.pm +++ b/src/apps/microsoft/activedirectory/local/mode/netdom.pm @@ -102,15 +102,15 @@ Check the secure connection between a workstation and a domain controller (use ' =item B<--workstation> -Set the name of the workstation (Default: current hostname) +Set the name of the workstation (default: current hostname) =item B<--domain> -Set the name of the domain (Default: current domain of the workstation) +Set the name of the domain (default: current domain of the workstation) =item B<--timeout> -Set timeout time for command execution (Default: 30 sec) +Set timeout time for command execution (default: 30 sec) =back diff --git a/src/apps/microsoft/activedirectory/wsman/mode/dcdiag.pm b/src/apps/microsoft/activedirectory/wsman/mode/dcdiag.pm index 31fd956cb..9b6acb4d4 100644 --- a/src/apps/microsoft/activedirectory/wsman/mode/dcdiag.pm +++ b/src/apps/microsoft/activedirectory/wsman/mode/dcdiag.pm @@ -254,8 +254,8 @@ Check Windows Active Directory Health (use 'dcdiag' command). =item B<--config> -command can be localized by using a configuration file. -This parameter can be used to specify an alternative location for the configuration file +The command can be localized by using a configuration file. +This parameter can be used to specify an alternative location for the configuration file. =item B<--language> diff --git a/src/apps/microsoft/exchange/local/mode/activesyncmailbox.pm b/src/apps/microsoft/exchange/local/mode/activesyncmailbox.pm index 05d1d91c2..dd0f8f6a1 100644 --- a/src/apps/microsoft/exchange/local/mode/activesyncmailbox.pm +++ b/src/apps/microsoft/exchange/local/mode/activesyncmailbox.pm @@ -160,7 +160,7 @@ Open a session to the remote-host with authentication. This also needs --remote- =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> @@ -168,16 +168,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> @@ -194,16 +194,16 @@ You can use the following variables: %{result}, %{scenario} =item B<--critical> -Set critical threshold (Default: '%{result} !~ /Success/i'). +Set critical threshold (default: '%{result} !~ /Success/i'). You can use the following variables: %{result}, %{scenario} =item B<--mailbox> -Set the mailbox to check (Required). +Set the mailbox to check (required). =item B<--password> -Set the password for the mailbox (Required). +Set the password for the mailbox (required). =item B<--no-trust-ssl> diff --git a/src/apps/microsoft/exchange/local/mode/databases.pm b/src/apps/microsoft/exchange/local/mode/databases.pm index 2c0cd0fbd..9df4679c2 100644 --- a/src/apps/microsoft/exchange/local/mode/databases.pm +++ b/src/apps/microsoft/exchange/local/mode/databases.pm @@ -405,7 +405,7 @@ Don't check copy 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> @@ -413,16 +413,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-exec-only> @@ -451,7 +451,7 @@ You can use the following variables: %{mounted}, %{database}, %{server} =item B<--critical-status> -Set critical threshold (Default: '%{mounted} == 0'). +Set critical threshold (default: '%{mounted} == 0'). You can use the following variables: %{mounted}, %{database}, %{server} =item B<--warning-mapi> @@ -461,7 +461,7 @@ You can use the following variables: %{mapi_result}, %{database}, %{server} =item B<--critical-mapi> -Set critical threshold (Default: '%{mapi_result} !~ /Success/i'). +Set critical threshold (default: '%{mapi_result} !~ /Success/i'). You can use the following variables: %{mapi_result}, %{database}, %{server} =item B<--warning-mailflow> @@ -471,7 +471,7 @@ You can use the following variables: %{mailflow_result}, %{database}, %{server} =item B<--critical-mailflow> -Set critical threshold (Default: '%{mailflow_result} !~ /Success/i'). +Set critical threshold (default: '%{mailflow_result} !~ /Success/i'). You can use the following variables: %{mailflow_result}, %{database}, %{server} =item B<--warning-copystatus> @@ -481,7 +481,7 @@ You can use the following variables: %{mailflow_result}, %{database}, %{server} =item B<--critical-copystatus> -Set critical threshold (Default: '%{contentindexstate} !~ /Healthy/i'). +Set critical threshold (default: '%{contentindexstate} !~ /Healthy/i'). You can use the following variables: %{copystatus_indexstate}, %{database}, %{server} =back diff --git a/src/apps/microsoft/exchange/local/mode/imapmailbox.pm b/src/apps/microsoft/exchange/local/mode/imapmailbox.pm index 636430652..8fca0de34 100644 --- a/src/apps/microsoft/exchange/local/mode/imapmailbox.pm +++ b/src/apps/microsoft/exchange/local/mode/imapmailbox.pm @@ -158,7 +158,7 @@ Open a session to the remote-host with authentication. This also needs --remote- =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> @@ -166,16 +166,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> @@ -192,16 +192,16 @@ You can use the following variables: %{result}, %{scenario} =item B<--critical> -Set critical threshold (Default: '%{result} !~ /Success/i'). +Set critical threshold (default: '%{result} !~ /Success/i'). You can use the following variables: %{result}, %{scenario} =item B<--mailbox> -Set the mailbox to check (Required). +Set the mailbox to check (required). =item B<--password> -Set the password for the mailbox (Required). +Set the password for the mailbox (required). =back diff --git a/src/apps/microsoft/exchange/local/mode/listdatabases.pm b/src/apps/microsoft/exchange/local/mode/listdatabases.pm index f856ea59b..5f19a407c 100644 --- a/src/apps/microsoft/exchange/local/mode/listdatabases.pm +++ b/src/apps/microsoft/exchange/local/mode/listdatabases.pm @@ -200,7 +200,7 @@ Open a session to the remote-host with authentication. This also needs --remote- =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> @@ -208,16 +208,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> diff --git a/src/apps/microsoft/exchange/local/mode/mailboxes.pm b/src/apps/microsoft/exchange/local/mode/mailboxes.pm index 43a7e4b10..0e73ced3e 100644 --- a/src/apps/microsoft/exchange/local/mode/mailboxes.pm +++ b/src/apps/microsoft/exchange/local/mode/mailboxes.pm @@ -242,7 +242,7 @@ Open a session to the remote-host with authentication. This also needs --remote- =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> @@ -250,16 +250,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-exec-only> diff --git a/src/apps/microsoft/exchange/local/mode/mapimailbox.pm b/src/apps/microsoft/exchange/local/mode/mapimailbox.pm index 8b70588dc..676ffaa3d 100644 --- a/src/apps/microsoft/exchange/local/mode/mapimailbox.pm +++ b/src/apps/microsoft/exchange/local/mode/mapimailbox.pm @@ -152,7 +152,7 @@ Open a session to the remote-host with authentication. This also needs --remote- =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> @@ -160,16 +160,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> @@ -186,12 +186,12 @@ You can use the following variables: %{result}, %{scenario} =item B<--critical> -Set critical threshold (Default: '%{result} !~ /Success/i'). +Set critical threshold (default: '%{result} !~ /Success/i'). You can use the following variables: %{result}, %{scenario} =item B<--mailbox> -Set the mailbox to check (Required). +Set the mailbox to check (required). =back diff --git a/src/apps/microsoft/exchange/local/mode/outlookwebservices.pm b/src/apps/microsoft/exchange/local/mode/outlookwebservices.pm index 3431a1c44..13a00bf23 100644 --- a/src/apps/microsoft/exchange/local/mode/outlookwebservices.pm +++ b/src/apps/microsoft/exchange/local/mode/outlookwebservices.pm @@ -154,7 +154,7 @@ Open a session to the remote-host with authentication. This also needs --remote- =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> @@ -162,16 +162,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> @@ -188,12 +188,12 @@ You can use the following variables: %{type}, %{id}, %{message} =item B<--critical> -Set critical threshold (Default: '%{type} !~ /Success|Information/i'). +Set critical threshold (default: '%{type} !~ /Success|Information/i'). You can use the following variables: %{type}, %{id}, %{message} =item B<--mailbox> -Set the mailbox to check (Required). +Set the mailbox to check (required). =item B<--password> diff --git a/src/apps/microsoft/exchange/local/mode/owamailbox.pm b/src/apps/microsoft/exchange/local/mode/owamailbox.pm index b30d1aeb5..01c4afcd5 100644 --- a/src/apps/microsoft/exchange/local/mode/owamailbox.pm +++ b/src/apps/microsoft/exchange/local/mode/owamailbox.pm @@ -166,7 +166,7 @@ Open a session to the remote-host with authentication. This also needs --remote- =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> @@ -174,16 +174,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> @@ -200,20 +200,20 @@ You can use the following variables: %{result}, %{scenario} =item B<--critical> -Set critical threshold (Default: '%{result} !~ /Success/i'). +Set critical threshold (default: '%{result} !~ /Success/i'). You can use the following variables: %{result}, %{scenario} =item B<--url> -Set the OWA Url (Required). +Set the OWA Url (required). =item B<--mailbox> -Set the mailbox to check (Required). +Set the mailbox to check (required). =item B<--password> -Set the password for the mailbox (Required). +Set the password for the mailbox (required). =item B<--no-trust-ssl> diff --git a/src/apps/microsoft/exchange/local/mode/queues.pm b/src/apps/microsoft/exchange/local/mode/queues.pm index 4aa70955e..5e0c2a856 100644 --- a/src/apps/microsoft/exchange/local/mode/queues.pm +++ b/src/apps/microsoft/exchange/local/mode/queues.pm @@ -218,7 +218,7 @@ Open a session to the remote-host with authentication. This also needs --remote- =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> @@ -226,16 +226,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> @@ -252,7 +252,7 @@ You can use the following variables: %{status}, %{identity}, %{is_valid}, %{deli =item B<--critical-status> -Set critical threshold (Default: '%{status} !~ /Ready|Active/i'). +Set critical threshold (default: '%{status} !~ /Ready|Active/i'). You can use the following variables: %{status}, %{identity}, %{is_valid}, %{delivery_type}, %{message_count} =back diff --git a/src/apps/microsoft/exchange/local/mode/replicationhealth.pm b/src/apps/microsoft/exchange/local/mode/replicationhealth.pm index 7897e7f5f..55487ff87 100644 --- a/src/apps/microsoft/exchange/local/mode/replicationhealth.pm +++ b/src/apps/microsoft/exchange/local/mode/replicationhealth.pm @@ -145,7 +145,7 @@ Open a session to the remote-host with authentication. This also needs --remote- =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> @@ -153,16 +153,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> @@ -179,7 +179,7 @@ You can use the following variables: %{result}, %{server}, %{isvalid}, %{check} =item B<--critical> -Set critical threshold (Default: '%{result} !~ /Passed/i'). +Set critical threshold (default: '%{result} !~ /Passed/i'). You can use the following variables: %{result}, %{server}, %{isvalid}, %{check} =back diff --git a/src/apps/microsoft/exchange/local/mode/services.pm b/src/apps/microsoft/exchange/local/mode/services.pm index 25be94563..a44b13340 100644 --- a/src/apps/microsoft/exchange/local/mode/services.pm +++ b/src/apps/microsoft/exchange/local/mode/services.pm @@ -145,7 +145,7 @@ Open a session to the remote-host with authentication. This also needs --remote- =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> @@ -153,16 +153,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> @@ -179,7 +179,7 @@ You can use the following variables: %{servicesrunning}, %{servicesnotrunning}, =item B<--critical> -Set critical threshold (Default: '%{requiredservicesrunning} =~ /True/i and %{servicesnotrunning} ne ""'). +Set critical threshold (default: '%{requiredservicesrunning} =~ /True/i and %{servicesnotrunning} ne ""'). You can use the following variables: %{servicesrunning}, %{servicesnotrunning}, %{role}, %{requiredservicesrunning} =back diff --git a/src/apps/microsoft/hyperv/2012/local/mode/listnodevms.pm b/src/apps/microsoft/hyperv/2012/local/mode/listnodevms.pm index ae5541411..4cf6c262e 100644 --- a/src/apps/microsoft/hyperv/2012/local/mode/listnodevms.pm +++ b/src/apps/microsoft/hyperv/2012/local/mode/listnodevms.pm @@ -182,7 +182,7 @@ List virtual machines on hyper-v node. =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> @@ -190,16 +190,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> diff --git a/src/apps/microsoft/hyperv/2012/local/mode/nodeintegrationservice.pm b/src/apps/microsoft/hyperv/2012/local/mode/nodeintegrationservice.pm index 6599b6c75..d83be0e2e 100644 --- a/src/apps/microsoft/hyperv/2012/local/mode/nodeintegrationservice.pm +++ b/src/apps/microsoft/hyperv/2012/local/mode/nodeintegrationservice.pm @@ -265,7 +265,7 @@ Check virtual machine integration services on hyper-v node. =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> @@ -273,16 +273,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> @@ -302,28 +302,28 @@ Filter by VM notes (can be a regexp). =item B<--filter-status> -Filter virtual machine status (can be a regexp) (Default: 'running'). +Filter virtual machine status (can be a regexp) (default: 'running'). =item B<--warning-global-status> -Define the conditions to match for the status to be WARNING (Default: '%{integration_service_state} =~ /Update required/i'). +Define the conditions to match for the status to be WARNING (default: '%{integration_service_state} =~ /Update required/i'). You can use the following variables: %{vm}, %{integration_service_state}, %{integration_service_version}, %{state} =item B<--critical-global-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: %{vm}, %{integration_service_state}, %{integration_service_version}, %{state} =item B<--warning-service-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: %{vm}, %{service}, %{primary_status}, %{secondary_status}, %{enabled} =item B<--critical-service-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{primary_status} !~ /Ok/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{primary_status} !~ /Ok/i'). You can use the following variables: %{vm}, %{service}, %{primary_status}, %{secondary_status}, %{enabled} =back diff --git a/src/apps/microsoft/hyperv/2012/local/mode/nodereplication.pm b/src/apps/microsoft/hyperv/2012/local/mode/nodereplication.pm index 47d4a7cd8..dcafa2173 100644 --- a/src/apps/microsoft/hyperv/2012/local/mode/nodereplication.pm +++ b/src/apps/microsoft/hyperv/2012/local/mode/nodereplication.pm @@ -179,7 +179,7 @@ Check virtual machine replication on hyper-v node. =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> @@ -187,16 +187,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> @@ -212,12 +212,12 @@ Filter virtual machines (can be a regexp). =item B<--warning-status> -Define the conditions to match for the status to be WARNING (Default: '%{health} =~ /Warning/i'). +Define the conditions to match for the status to be WARNING (default: '%{health} =~ /Warning/i'). You can use the following variables: %{vm}, %{state}, %{health} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{health} =~ /Critical/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{health} =~ /Critical/i'). You can use the following variables: %{vm}, %{state}, %{health} =back diff --git a/src/apps/microsoft/hyperv/2012/local/mode/nodesnapshot.pm b/src/apps/microsoft/hyperv/2012/local/mode/nodesnapshot.pm index 041c5eb88..f3aa9ce6f 100644 --- a/src/apps/microsoft/hyperv/2012/local/mode/nodesnapshot.pm +++ b/src/apps/microsoft/hyperv/2012/local/mode/nodesnapshot.pm @@ -220,7 +220,7 @@ Check virtual machine snapshots on hyper-v node. =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> @@ -228,16 +228,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> @@ -249,7 +249,7 @@ Print powershell output. =item B<--filter-status> -Filter virtual machine status (can be a regexp) (Default: 'running'). +Filter virtual machine status (can be a regexp) (default: 'running'). =item B<--filter-vm> diff --git a/src/apps/microsoft/hyperv/2012/local/mode/nodevmstatus.pm b/src/apps/microsoft/hyperv/2012/local/mode/nodevmstatus.pm index cd329b727..fd53b4ca2 100644 --- a/src/apps/microsoft/hyperv/2012/local/mode/nodevmstatus.pm +++ b/src/apps/microsoft/hyperv/2012/local/mode/nodevmstatus.pm @@ -188,7 +188,7 @@ Check virtual machine status on hyper-v node. =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> @@ -196,16 +196,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> @@ -225,12 +225,12 @@ Filter by VM notes (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: %{vm}, %{state}, %{status}, %{is_clustered} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} !~ /Operating normally/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} !~ /Operating normally/i'). You can use the following variables: %{vm}, %{state}, %{status}, %{is_clustered} =back diff --git a/src/apps/microsoft/hyperv/2012/local/mode/scvmmdiscovery.pm b/src/apps/microsoft/hyperv/2012/local/mode/scvmmdiscovery.pm index 28aa5e35d..ea11992fb 100644 --- a/src/apps/microsoft/hyperv/2012/local/mode/scvmmdiscovery.pm +++ b/src/apps/microsoft/hyperv/2012/local/mode/scvmmdiscovery.pm @@ -226,7 +226,7 @@ Prettify JSON output. =item B<--resource-type> Choose the type of resources -to discover (Can be: 'host', 'vm') (Mandatory). +to discover (can be: 'host', 'vm') (mandatory). =item B<--scvmm-hostname> @@ -234,19 +234,19 @@ SCVMM hostname. =item B<--scvmm-username> -SCVMM username (Required). +SCVMM username (required). =item B<--scvmm-password> -SCVMM password (Required). +SCVMM password (required). =item B<--scvmm-port> -SCVMM port (Default: 8100). +SCVMM port (default: 8100). =item B<--timeout> -Set timeout time for command execution (Default: 90 sec) +Set timeout time for command execution (default: 90 sec) =item B<--no-ps> @@ -254,16 +254,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> diff --git a/src/apps/microsoft/hyperv/2012/local/mode/scvmmintegrationservice.pm b/src/apps/microsoft/hyperv/2012/local/mode/scvmmintegrationservice.pm index 670ac96e9..d098a8357 100644 --- a/src/apps/microsoft/hyperv/2012/local/mode/scvmmintegrationservice.pm +++ b/src/apps/microsoft/hyperv/2012/local/mode/scvmmintegrationservice.pm @@ -297,19 +297,19 @@ SCVMM hostname. =item B<--scvmm-username> -SCVMM username (Required). +SCVMM username (required). =item B<--scvmm-password> -SCVMM password (Required). +SCVMM password (required). =item B<--scvmm-port> -SCVMM port (Default: 8100). +SCVMM port (default: 8100). =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> @@ -317,16 +317,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> @@ -354,12 +354,12 @@ Filter hostgroup (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: %{vm}, %{vmaddition}, %{status} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{vmaddition} =~ /not detected/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{vmaddition} =~ /not detected/i'). You can use the following variables: %{vm}, %{vmaddition}, %{status} =back diff --git a/src/apps/microsoft/hyperv/2012/local/mode/scvmmsnapshot.pm b/src/apps/microsoft/hyperv/2012/local/mode/scvmmsnapshot.pm index 1a8ceb978..f380d2b3c 100644 --- a/src/apps/microsoft/hyperv/2012/local/mode/scvmmsnapshot.pm +++ b/src/apps/microsoft/hyperv/2012/local/mode/scvmmsnapshot.pm @@ -216,19 +216,19 @@ SCVMM hostname. =item B<--scvmm-username> -SCVMM username (Required). +SCVMM username (required). =item B<--scvmm-password> -SCVMM password (Required). +SCVMM password (required). =item B<--scvmm-port> -SCVMM port (Default: 8100). +SCVMM port (default: 8100). =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> @@ -236,16 +236,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> @@ -257,7 +257,7 @@ Print powershell output. =item B<--filter-status> -Filter virtual machine status (can be a regexp) (Default: 'running'). +Filter virtual machine status (can be a regexp) (default: 'running'). =item B<--filter-vm> diff --git a/src/apps/microsoft/hyperv/2012/local/mode/scvmmvmstatus.pm b/src/apps/microsoft/hyperv/2012/local/mode/scvmmvmstatus.pm index d853d3288..0f81857d4 100644 --- a/src/apps/microsoft/hyperv/2012/local/mode/scvmmvmstatus.pm +++ b/src/apps/microsoft/hyperv/2012/local/mode/scvmmvmstatus.pm @@ -212,19 +212,19 @@ SCVMM hostname. =item B<--scvmm-username> -SCVMM username (Required). +SCVMM username (required). =item B<--scvmm-password> -SCVMM password (Required). +SCVMM password (required). =item B<--scvmm-port> -SCVMM port (Default: 8100). +SCVMM port (default: 8100). =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> @@ -232,16 +232,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> @@ -265,12 +265,12 @@ Filter by description (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: %{vm}, %{status}, %{hostgroup} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} !~ /Running|Stopped/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} !~ /Running|Stopped/i'). You can use the following variables: %{vm}, %{status}, %{hostgroup} =back diff --git a/src/apps/microsoft/iis/local/mode/applicationpoolstate.pm b/src/apps/microsoft/iis/local/mode/applicationpoolstate.pm index 6406a2f62..3fe2cb015 100644 --- a/src/apps/microsoft/iis/local/mode/applicationpoolstate.pm +++ b/src/apps/microsoft/iis/local/mode/applicationpoolstate.pm @@ -152,7 +152,7 @@ You can use the following variables: %{name}, %{state}, %{auto_start}. =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{auto_start} eq "on" and not %{state} =~ /started|starting/'). +Define the conditions to match for the status to be CRITICAL (default: '%{auto_start} eq "on" and not %{state} =~ /started|starting/'). You can use the following variables: %{name}, %{state}, %{auto_start}. =back diff --git a/src/apps/microsoft/iis/restapi/custom/api.pm b/src/apps/microsoft/iis/restapi/custom/api.pm index af6899441..404b77c4d 100644 --- a/src/apps/microsoft/iis/restapi/custom/api.pm +++ b/src/apps/microsoft/iis/restapi/custom/api.pm @@ -233,11 +233,11 @@ IIS hostname. =item B<--port> -Port used (Default: 55539) +Port used (default: 55539) =item B<--proto> -Specify https if needed (Default: 'https') +Specify https if needed (default: 'https') =item B<--api-username> @@ -253,7 +253,7 @@ IIS API token. =item B<--timeout> -Set timeout in seconds (Default: 10). +Set timeout in seconds (default: 10). =back diff --git a/src/apps/microsoft/iis/restapi/mode/applicationpools.pm b/src/apps/microsoft/iis/restapi/mode/applicationpools.pm index 60c758cbe..1815240a2 100644 --- a/src/apps/microsoft/iis/restapi/mode/applicationpools.pm +++ b/src/apps/microsoft/iis/restapi/mode/applicationpools.pm @@ -142,7 +142,7 @@ You can use the following variables: %{status}, %{auto_start}, %{display} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{auto_start} eq "true" and %{status} !~ /starting|started/'). +Define the conditions to match for the status to be CRITICAL (default: '%{auto_start} eq "true" and %{status} !~ /starting|started/'). You can use the following variables: %{status}, %{auto_start}, %{display} =item B<--warning-*> B<--critical-*> diff --git a/src/apps/microsoft/iis/restapi/mode/websites.pm b/src/apps/microsoft/iis/restapi/mode/websites.pm index 208487de6..342fdc083 100644 --- a/src/apps/microsoft/iis/restapi/mode/websites.pm +++ b/src/apps/microsoft/iis/restapi/mode/websites.pm @@ -178,7 +178,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} !~ /starting|started/'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} !~ /starting|started/'). You can use the following variables: %{status}, %{display} =item B<--warning-*> B<--critical-*> diff --git a/src/apps/microsoft/iis/wsman/mode/applicationpools.pm b/src/apps/microsoft/iis/wsman/mode/applicationpools.pm index 4ec07e542..0e10c6907 100644 --- a/src/apps/microsoft/iis/wsman/mode/applicationpools.pm +++ b/src/apps/microsoft/iis/wsman/mode/applicationpools.pm @@ -148,7 +148,7 @@ You can use the following variables: %{name}, %{state}, %{auto_start}. =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{auto_start} eq "on" and not %{state} =~ /started|starting/'). +Define the conditions to match for the status to be CRITICAL (default: '%{auto_start} eq "on" and not %{state} =~ /started|starting/'). You can use the following variables: %{name}, %{state}, %{auto_start}. =item B<--warning-*> B<--critical-*> diff --git a/src/apps/microsoft/mscs/local/mode/networkstatus.pm b/src/apps/microsoft/mscs/local/mode/networkstatus.pm index 187001040..cdb60e5d6 100644 --- a/src/apps/microsoft/mscs/local/mode/networkstatus.pm +++ b/src/apps/microsoft/mscs/local/mode/networkstatus.pm @@ -127,17 +127,17 @@ Filter interface name (can be a regexp). =item B<--unknown-status> -Define the conditions to match for the status to be UNKNOWN (Default: '%{state} =~ /unknown/'). +Define the conditions to match for the status to be UNKNOWN (default: '%{state} =~ /unknown/'). You can use the following variables: %{state}, %{display} =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: %{state}, %{display} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{state} =~ /down|partitioned|unavailable/'). +Define the conditions to match for the status to be CRITICAL (default: '%{state} =~ /down|partitioned|unavailable/'). You can use the following variables: %{state}, %{display} =back diff --git a/src/apps/microsoft/mscs/local/mode/nodestatus.pm b/src/apps/microsoft/mscs/local/mode/nodestatus.pm index 5b96b0136..a413fd49c 100644 --- a/src/apps/microsoft/mscs/local/mode/nodestatus.pm +++ b/src/apps/microsoft/mscs/local/mode/nodestatus.pm @@ -126,17 +126,17 @@ Filter node name (can be a regexp). =item B<--unknown-status> -Define the conditions to match for the status to be UNKNOWN (Default: '%{state} =~ /unknown/'). +Define the conditions to match for the status to be UNKNOWN (default: '%{state} =~ /unknown/'). You can use the following variables: %{state}, %{display} =item B<--warning-status> -Define the conditions to match for the status to be WARNING (Default: '%{state} =~ /pause|joining/'). +Define the conditions to match for the status to be WARNING (default: '%{state} =~ /pause|joining/'). You can use the following variables: %{state}, %{display} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{state} =~ /down/'). +Define the conditions to match for the status to be CRITICAL (default: '%{state} =~ /down/'). You can use the following variables: %{state}, %{display} =back diff --git a/src/apps/microsoft/mscs/local/mode/resourcegroupstatus.pm b/src/apps/microsoft/mscs/local/mode/resourcegroupstatus.pm index 503a43f1b..423e9d064 100644 --- a/src/apps/microsoft/mscs/local/mode/resourcegroupstatus.pm +++ b/src/apps/microsoft/mscs/local/mode/resourcegroupstatus.pm @@ -195,17 +195,17 @@ Filter resource group name (can be a regexp). =item B<--unknown-status> -Define the conditions to match for the status to be UNKNOWN (Default: '%{state} =~ /unknown/'). +Define the conditions to match for the status to be UNKNOWN (default: '%{state} =~ /unknown/'). You can use the following variables: %{state}, %{display}, %{owner_node} =item B<--warning-status> -Define the conditions to match for the status to be WARNING (Default: '%{is_preferred_node} == 0'). +Define the conditions to match for the status to be WARNING (default: '%{is_preferred_node} == 0'). You can use the following variables: %{state}, %{display}, %{owner_node} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{state} =~ /failed|offline/'). +Define the conditions to match for the status to be CRITICAL (default: '%{state} =~ /failed|offline/'). You can use the following variables: %{state}, %{display}, %{owner_node} =back diff --git a/src/apps/microsoft/mscs/local/mode/resourcestatus.pm b/src/apps/microsoft/mscs/local/mode/resourcestatus.pm index ef43988e9..39e8a480a 100644 --- a/src/apps/microsoft/mscs/local/mode/resourcestatus.pm +++ b/src/apps/microsoft/mscs/local/mode/resourcestatus.pm @@ -131,17 +131,17 @@ Filter resource name (can be a regexp). =item B<--unknown-status> -Define the conditions to match for the status to be UNKNOWN (Default: '%{state} =~ /unknown/'). +Define the conditions to match for the status to be UNKNOWN (default: '%{state} =~ /unknown/'). You can use the following variables: %{state}, %{display} =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: %{state}, %{display}, %{owner_node} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{state} =~ /failed|offline/'). +Define the conditions to match for the status to be CRITICAL (default: '%{state} =~ /failed|offline/'). You can use the following variables: %{state}, %{display}, %{owner_node} =back diff --git a/src/apps/microsoft/sccm/local/mode/databasereplicationstatus.pm b/src/apps/microsoft/sccm/local/mode/databasereplicationstatus.pm index 04b47011b..52d5d4ba6 100644 --- a/src/apps/microsoft/sccm/local/mode/databasereplicationstatus.pm +++ b/src/apps/microsoft/sccm/local/mode/databasereplicationstatus.pm @@ -256,7 +256,7 @@ Check database replication status. =item B<--timeout> -Set timeout time for command execution (Default: 30 sec) +Set timeout time for command execution (default: 30 sec) =item B<--no-ps> @@ -264,16 +264,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> @@ -285,22 +285,22 @@ Print powershell output. =item B<--warning-link-status> -Set warning threshold for current synchronisation status (Default: '') +Set warning threshold for current synchronisation status (default: '') You can use the following variables: %{status}. =item B<--critical-link-status> -Set critical threshold for current synchronisation status (Default: ''). +Set critical threshold for current synchronisation status (default: ''). You can use the following variables: %{status}. =item B<--warning-site-status> -Set warning threshold for current synchronisation status (Default: '') +Set warning threshold for current synchronisation status (default: '') You can use the following variables: %{status}, %{type}, %{site_to_site_state}, %{last_sync_time}. =item B<--critical-site-status> -Set critical threshold for current synchronisation status (Default: ''). +Set critical threshold for current synchronisation status (default: ''). You can use the following variables: %{status}, %{type}, %{site_to_site_state}, %{last_sync_time}. =back diff --git a/src/apps/microsoft/sccm/local/mode/sitestatus.pm b/src/apps/microsoft/sccm/local/mode/sitestatus.pm index ffd1776e1..b6d80d756 100644 --- a/src/apps/microsoft/sccm/local/mode/sitestatus.pm +++ b/src/apps/microsoft/sccm/local/mode/sitestatus.pm @@ -214,7 +214,7 @@ Check sites status. =item B<--timeout> -Set timeout time for command execution (Default: 30 sec) +Set timeout time for command execution (default: 30 sec) =item B<--no-ps> @@ -222,16 +222,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> @@ -243,12 +243,12 @@ Print powershell output. =item B<--warning-status> -Set warning threshold for current synchronisation status (Default: ''). +Set warning threshold for current synchronisation status (default: ''). You can use the following variables: %{status}, %{mode}, %{type}, %{name}. =item B<--critical-status> -Set critical threshold for current synchronisation status (Default: ''). +Set critical threshold for current synchronisation status (default: ''). You can use the following variables: %{status}, %{mode}, %{type}, %{name}. =back diff --git a/src/apps/microsoft/wsus/local/mode/computersstatus.pm b/src/apps/microsoft/wsus/local/mode/computersstatus.pm index 64a89e28a..560323315 100644 --- a/src/apps/microsoft/wsus/local/mode/computersstatus.pm +++ b/src/apps/microsoft/wsus/local/mode/computersstatus.pm @@ -190,7 +190,7 @@ Check computers status. =item B<--timeout> -Set timeout time for command execution (Default: 30 sec) +Set timeout time for command execution (default: 30 sec) =item B<--no-ps> @@ -198,16 +198,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> @@ -227,7 +227,7 @@ Set WSUS port. =item B<--not-updated-since> -Time in days to count computers not updated since (Default: 30). +Time in days to count computers not updated since (default: 30). =item B<--use-ssl> diff --git a/src/apps/microsoft/wsus/local/mode/serverstatistics.pm b/src/apps/microsoft/wsus/local/mode/serverstatistics.pm index 1b156cfd9..8c7b7542f 100644 --- a/src/apps/microsoft/wsus/local/mode/serverstatistics.pm +++ b/src/apps/microsoft/wsus/local/mode/serverstatistics.pm @@ -205,7 +205,7 @@ Check server statistics. =item B<--timeout> -Set timeout time for command execution (Default: 30 sec) +Set timeout time for command execution (default: 30 sec) =item B<--no-ps> @@ -213,16 +213,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> @@ -234,11 +234,11 @@ Print powershell output. =item B<--wsus-server> -Set WSUS hostname/IP (Dafault: localhost). +Set WSUS hostname/IP (default: localhost). =item B<--wsus-port> -Set WSUS port (Default: 8530). +Set WSUS port (default: 8530). =item B<--use-ssl> diff --git a/src/apps/microsoft/wsus/local/mode/synchronisationstatus.pm b/src/apps/microsoft/wsus/local/mode/synchronisationstatus.pm index 0f6bab08f..5d24ba5e6 100644 --- a/src/apps/microsoft/wsus/local/mode/synchronisationstatus.pm +++ b/src/apps/microsoft/wsus/local/mode/synchronisationstatus.pm @@ -332,7 +332,7 @@ Check synchronisation status. =item B<--timeout> -Set timeout time for command execution (Default: 30 sec) +Set timeout time for command execution (default: 30 sec) =item B<--no-ps> @@ -340,16 +340,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> @@ -361,11 +361,11 @@ Print powershell output. =item B<--wsus-server> -Set WSUS hostname/IP (Dafault: localhost). +Set WSUS hostname/IP (default: localhost). =item B<--wsus-port> -Set WSUS port (Default: 8530). +Set WSUS port (default: 8530). =item B<--use-ssl> @@ -373,22 +373,22 @@ Set if WSUS use ssl. =item B<--warning-synchronisation-status> -Set warning threshold for current synchronisation status (Default: '') +Set warning threshold for current synchronisation status (default: '') You can use the following variables: %{status}. =item B<--critical-synchronisation-status> -Set critical threshold for current synchronisation status (Default: ''). +Set critical threshold for current synchronisation status (default: ''). You can use the following variables: %{status}. =item B<--warning-last-synchronisation-status> -Set warning threshold for current synchronisation status (Default: '') +Set warning threshold for current synchronisation status (default: '') You can use the following variables: %{status}. =item B<--critical-last-synchronisation-status> -Set critical threshold for current synchronisation status (Default: '%{status} !~ /Succeeded/'). +Set critical threshold for current synchronisation status (default: '%{status} !~ /Succeeded/'). You can use the following variables: %{status}. =item B<--warning-*> B<--critical-*> diff --git a/src/apps/microsoft/wsus/local/mode/updatesstatus.pm b/src/apps/microsoft/wsus/local/mode/updatesstatus.pm index 72f6b5045..bc1b570a9 100644 --- a/src/apps/microsoft/wsus/local/mode/updatesstatus.pm +++ b/src/apps/microsoft/wsus/local/mode/updatesstatus.pm @@ -187,7 +187,7 @@ Check updates status. =item B<--timeout> -Set timeout time for command execution (Default: 30 sec) +Set timeout time for command execution (default: 30 sec) =item B<--no-ps> @@ -195,16 +195,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> @@ -216,11 +216,11 @@ Print powershell output. =item B<--wsus-server> -Set WSUS hostname/IP (Dafault: localhost). +Set WSUS hostname/IP (default: localhost). =item B<--wsus-port> -Set WSUS port (Default: 8530). +Set WSUS port (default: 8530). =item B<--use-ssl> diff --git a/src/apps/monitoring/alyvix/restapi/custom/api.pm b/src/apps/monitoring/alyvix/restapi/custom/api.pm index a536506c3..a8c561d49 100644 --- a/src/apps/monitoring/alyvix/restapi/custom/api.pm +++ b/src/apps/monitoring/alyvix/restapi/custom/api.pm @@ -171,15 +171,15 @@ Alyvix Server hostname. =item B<--url-path> -API url path (Default: '/v0/') +API url path (default: '/v0/') =item B<--port> -API port (Default: 80) +API port (default: 80) =item B<--proto> -Specify https if needed (Default: 'http') +Specify https if needed (default: 'http') =item B<--credentials> @@ -187,19 +187,19 @@ Specify this option if you access the API 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 the API over basic authentication and don't want a '401 UNAUTHORIZED' error to be logged on your webserver. +Specify this option if you access the API over basic authentication and don't want a '401 UNAUTHORIZED' error to be logged on your web server. Specify this option if you access the API over hidden basic authentication or you'll get a '404 NOT FOUND' error. -(Use with --credentials) +(use with --credentials) =item B<--timeout> diff --git a/src/apps/monitoring/alyvix/restapi/mode/testcases.pm b/src/apps/monitoring/alyvix/restapi/mode/testcases.pm index 8ddef527b..af512ea3c 100644 --- a/src/apps/monitoring/alyvix/restapi/mode/testcases.pm +++ b/src/apps/monitoring/alyvix/restapi/mode/testcases.pm @@ -198,19 +198,19 @@ Filter on specific test case. =item B<--warning-*-state> -Set warning status (Default: '') where '*' can be 'testcase' or 'transaction'. +Set warning status (default: '') where '*' can be 'testcase' or 'transaction'. =item B<--critical-*-state> -Set critical status (Default: '%{state} eq "FAILED"') where '*' can be 'testcase' or 'transaction'. +Set critical status (default: '%{state} eq "FAILED"') where '*' can be 'testcase' or 'transaction'. =item B<--warning-*-duration> -Set warning threshold for test cases or transactions duration (Default: '') where '*' can be 'testcase' or 'transaction'. +Set warning threshold for test cases or transactions duration (default: '') where '*' can be 'testcase' or 'transaction'. =item B<--critical-*-duration> -Set critical threshold for test cases or transactions duration (Default: '') where '*' can be 'testcase' or 'transaction'. +Set critical threshold for test cases or transactions duration (default: '') where '*' can be 'testcase' or 'transaction'. =back diff --git a/src/apps/monitoring/dynatrace/restapi/custom/api.pm b/src/apps/monitoring/dynatrace/restapi/custom/api.pm index b52e1dfe6..b59084d0c 100644 --- a/src/apps/monitoring/dynatrace/restapi/custom/api.pm +++ b/src/apps/monitoring/dynatrace/restapi/custom/api.pm @@ -235,7 +235,7 @@ Dynatrace Rest API =item B<--hostname> -Set hostname or IP of Dynatrace server (Default: live.dynatrace.com). +Set hostname or IP of Dynatrace server (default: live.dynatrace.com). =item B<--environment-id> @@ -243,11 +243,11 @@ Set Dynatrace environment ID. =item B<--port> -Set Dynatrace Port (Default: '443'). +Set Dynatrace Port (default: '443'). =item B<--proto> -Specify http if needed (Default: 'https'). +Specify http if needed (default: 'https'). =item B<--api-password> @@ -255,7 +255,7 @@ Set Dynatrace API token. =item B<--timeout> -Threshold for HTTP timeout (Default: '30'). +Threshold for HTTP timeout (default: '30'). =back diff --git a/src/apps/monitoring/dynatrace/restapi/mode/apdex.pm b/src/apps/monitoring/dynatrace/restapi/mode/apdex.pm index e9f0d6a29..3e7192f64 100644 --- a/src/apps/monitoring/dynatrace/restapi/mode/apdex.pm +++ b/src/apps/monitoring/dynatrace/restapi/mode/apdex.pm @@ -106,12 +106,12 @@ Check Apdex. =item B<--relative-time> -Set request relative time (Default: '30min'). +Set request relative time (default: '30min'). Can use: min, 5mins, 10mins, 15mins, 30mins, hour, 2hours, 6hours, day, 3days, week, month. =item B<--aggregation-type> -Set aggregation type (Default: 'count'). +Set aggregation type (default: 'count'). =item B<--filter-entity> diff --git a/src/apps/monitoring/dynatrace/restapi/mode/availability.pm b/src/apps/monitoring/dynatrace/restapi/mode/availability.pm index a91dfa662..72ca87a4d 100644 --- a/src/apps/monitoring/dynatrace/restapi/mode/availability.pm +++ b/src/apps/monitoring/dynatrace/restapi/mode/availability.pm @@ -147,7 +147,7 @@ Check Synthetic Monitor availability. =item B<--relative-time> -Set request relative time (Default: '30min'). +Set request relative time (default: '30min'). Can use: min, 5mins, 10mins, 15mins, 30mins, hour, 2hours, 6hours, day, 3days, week, month. =item B<--filter-synthetic> diff --git a/src/apps/monitoring/dynatrace/restapi/mode/events.pm b/src/apps/monitoring/dynatrace/restapi/mode/events.pm index d73b3fe19..5e100497c 100644 --- a/src/apps/monitoring/dynatrace/restapi/mode/events.pm +++ b/src/apps/monitoring/dynatrace/restapi/mode/events.pm @@ -182,7 +182,7 @@ Check events. =item B<--relative-time> -Set request relative time (Default: '2h'). +Set request relative time (default: '2h'). Can use: Xm (minutes), Xh (hours), Xd (days), Xm (months), Xy (year) where 'X' is the amount of time. =item B<--filter-management-zone> diff --git a/src/apps/monitoring/dynatrace/restapi/mode/problems.pm b/src/apps/monitoring/dynatrace/restapi/mode/problems.pm index 831bb421f..9c1b594c4 100644 --- a/src/apps/monitoring/dynatrace/restapi/mode/problems.pm +++ b/src/apps/monitoring/dynatrace/restapi/mode/problems.pm @@ -182,7 +182,7 @@ Check open problems. =item B<--relative-time> -Set request relative time (Default: '2h'). +Set request relative time (default: '2h'). Can use: Xm (minutes), Xh (hours), Xd (days), Xm (months), Xy (year) where 'X' is the amount of time. =item B<--filter-management-zone> @@ -207,7 +207,7 @@ Can use special variables like: %{status}, %{impactLevel}, %{severityLevel}, %{m =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} eq "OPEN"'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} eq "OPEN"'). Can use special variables like: %{status}, %{impactLevel}, %{severityLevel}, %{managementZone}, %{entityName}, %{entityId}, %{startTime}, %{endTime}, %{time} =item B<--warning-*> B<--critical-*> diff --git a/src/apps/monitoring/iplabel/ekara/restapi/custom/api.pm b/src/apps/monitoring/iplabel/ekara/restapi/custom/api.pm index 1ec6f813a..32f91bbc0 100644 --- a/src/apps/monitoring/iplabel/ekara/restapi/custom/api.pm +++ b/src/apps/monitoring/iplabel/ekara/restapi/custom/api.pm @@ -219,15 +219,15 @@ Ip-Label Ekara Rest API =item B<--hostname> -Set hostname (Default: 'api.ip-label.net'). +Set hostname (default: 'api.ip-label.net'). =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> @@ -239,7 +239,7 @@ Set password. =item B<--timeout> -Set timeout in seconds (Default: 10). +Set timeout in seconds (default: 10). =back diff --git a/src/apps/monitoring/iplabel/ekara/restapi/mode/incidents.pm b/src/apps/monitoring/iplabel/ekara/restapi/mode/incidents.pm index 4a78c73bf..08858bc8a 100644 --- a/src/apps/monitoring/iplabel/ekara/restapi/mode/incidents.pm +++ b/src/apps/monitoring/iplabel/ekara/restapi/mode/incidents.pm @@ -263,12 +263,12 @@ Check IP Label Ekara incidents. =item B<--timeframe> -Set timeframe period in seconds. (Default: 900) +Set timeframe period in seconds. (default: 900) Example: --timeframe='3600' will check the last hour =item B<--filter-id> -Filter by monitor id (can be a regexp). +Filter by monitor ID (can be a regexp). =item B<--filter-name> @@ -280,36 +280,36 @@ Ignore solved incidents within the timeframe. =item B<--warning-incident-status> -Warning threshold for incident status (Default: none). +Warning threshold for incident status (default: none). Syntax: --warning-incident-status='%{status} =~ "xxx"' Can be 'Open' or 'Closed' =item B<--critical-incident-status> -Critical threshold for incident status (Default: '%{status} =~ "Open"'). +Critical threshold for incident status (default: '%{status} =~ "Open"'). Syntax: --critical-incident-status='%{status} =~ "xxx"' Can be 'Open' or 'Closed' =item B<--warning-incident-severity> -Warning threshold for incident severity (Default: none). +Warning threshold for incident severity (default: none). Syntax: --warning-incident-severity='%{severity} =~ "xxx"' =item B<--critical-incident-severity> -Critical threshold for incident severity (Default: '%{severity} =~ "Critical"'). +Critical threshold for incident severity (default: '%{severity} =~ "Critical"'). Syntax: --critical-incident-severity='%{severity} =~ "xxx"' =item B<--warning-trigger-status> -Warning threshold for trigger status (Default: none). +Warning threshold for trigger status (default: none). Syntax: --warning-trigger-status='%{status} =~ "xxx"' Can be 'Unknown', 'Success', 'Failure', 'Aborted', 'No execution', 'Stopped', 'Excluded', 'Degraded' =item B<--critical-trigger-status> -Critical threshold for trigger status (Default: '%{severity} =~ "Failure"'). +Critical threshold for trigger status (default: '%{severity} =~ "Failure"'). Syntax: --critical-trigger-status='%{status} =~ "xxx"' Can be 'Unknown', 'Success', 'Failure', 'Aborted', 'No execution', 'Stopped', 'Excluded', 'Degraded' diff --git a/src/apps/monitoring/iplabel/ekara/restapi/mode/scenarios.pm b/src/apps/monitoring/iplabel/ekara/restapi/mode/scenarios.pm index b95c6797a..195978ca3 100644 --- a/src/apps/monitoring/iplabel/ekara/restapi/mode/scenarios.pm +++ b/src/apps/monitoring/iplabel/ekara/restapi/mode/scenarios.pm @@ -250,12 +250,12 @@ Check IP Label Ekara scenarios. =item B<--timeframe> -Set timeframe period in seconds. (Default: 900) +Set timeframe period in seconds. (default: 900) Example: --timeframe='3600' will check the last hour =item B<--filter-id> -Filter by monitor id (can be a regexp). +Filter by monitor ID (can be a regexp). =item B<--filter-name> @@ -283,12 +283,12 @@ Can be: 'WEB', 'HTTPR', 'BROWSER PAGE LOAD' =item B<--warning-scenario-status> -Warning threshold for scenario status (Default: '%{status} !~ "Success"'). +Warning threshold for scenario status (default: '%{status} !~ "Success"'). Syntax: --warning-scenario-status='%{status} =~ "xxx"' =item B<--critical-scenario-status> -Critical threshold for scenario status (Default: '%{status} =~ "Failure"'). +Critical threshold for scenario status (default: '%{status} =~ "Failure"'). Syntax: --critical-scenario-status='%{status} =~ "xxx"' =item B<--warning-*> B<--critical-*> diff --git a/src/apps/monitoring/iplabel/newtest/restapi/custom/api.pm b/src/apps/monitoring/iplabel/newtest/restapi/custom/api.pm index 5a827d2de..5b4f456f2 100644 --- a/src/apps/monitoring/iplabel/newtest/restapi/custom/api.pm +++ b/src/apps/monitoring/iplabel/newtest/restapi/custom/api.pm @@ -177,15 +177,15 @@ Newtest hostname. =item B<--port> -Port used (Default: 8085) +Port used (default: 8085) =item B<--proto> -Specify https if needed (Default: 'http') +Specify https if needed (default: 'http') =item B<--url-path> -API url path (Default: '/rest') +API url path (default: '/rest') =item B<--api-username> @@ -197,7 +197,7 @@ API password. =item B<--timeout> -Set timeout in seconds (Default: 10). +Set timeout in seconds (default: 10). =back diff --git a/src/apps/monitoring/iplabel/newtest/restapi/mode/discovery.pm b/src/apps/monitoring/iplabel/newtest/restapi/mode/discovery.pm index 2c4cd895e..53df1f041 100644 --- a/src/apps/monitoring/iplabel/newtest/restapi/mode/discovery.pm +++ b/src/apps/monitoring/iplabel/newtest/restapi/mode/discovery.pm @@ -162,7 +162,7 @@ Resources discovery. =item B<--resource-type> -Choose the type of resources to discover (Can be: 'robot', 'scenario'). +Choose the type of resources to discover (can be: 'robot', 'scenario'). =back diff --git a/src/apps/monitoring/kadiska/custom/api.pm b/src/apps/monitoring/kadiska/custom/api.pm index 48f9a8797..3c0db5bbe 100644 --- a/src/apps/monitoring/kadiska/custom/api.pm +++ b/src/apps/monitoring/kadiska/custom/api.pm @@ -287,19 +287,19 @@ Kadiska Rest API. =item B<--hostname> -Set hostname (Default: 'app.kadiska.com'). +Set hostname (default: 'app.kadiska.com'). =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<--period> -Set period in minutes from which you want to get information. (Default: '15') +Set period in minutes from which you want to get information. (default: '15') Example: --period=60 would return you the data from last hour. =item B<--client-id> @@ -312,7 +312,7 @@ Set client secret. =item B<--timeout> -Set timeout in seconds (Default: 10). +Set timeout in seconds (default: 10). =back diff --git a/src/apps/monitoring/loggly/restapi/custom/api.pm b/src/apps/monitoring/loggly/restapi/custom/api.pm index d9f672c3c..0dc217301 100644 --- a/src/apps/monitoring/loggly/restapi/custom/api.pm +++ b/src/apps/monitoring/loggly/restapi/custom/api.pm @@ -254,11 +254,11 @@ Set hostname of the Loggly server (.loggly.com). =item B<--port> -Set Loggly Port (Default: '443'). +Set Loggly Port (default: '443'). =item B<--proto> -Specify http if needed (Default: 'https'). +Specify http if needed (default: 'https'). =item B<--api-password> @@ -266,7 +266,7 @@ Set Loggly API token. =item B<--timeout> -Threshold for HTTP timeout (Default: '30'). +Threshold for HTTP timeout (default: '30'). =back diff --git a/src/apps/monitoring/loggly/restapi/mode/events.pm b/src/apps/monitoring/loggly/restapi/mode/events.pm index eeea91372..28e309e05 100644 --- a/src/apps/monitoring/loggly/restapi/mode/events.pm +++ b/src/apps/monitoring/loggly/restapi/mode/events.pm @@ -107,7 +107,7 @@ Set the query. =item B<--output-field> -Set the field to verbose-output from the last matching event (ex: json.message). +Set the field to verbose-output from the last matching event (example: json.message). =item B<--warning-*> B<--critical-*> diff --git a/src/apps/monitoring/loggly/restapi/mode/fields.pm b/src/apps/monitoring/loggly/restapi/mode/fields.pm index 8b9069619..302e9e4a8 100644 --- a/src/apps/monitoring/loggly/restapi/mode/fields.pm +++ b/src/apps/monitoring/loggly/restapi/mode/fields.pm @@ -159,7 +159,7 @@ Set the query. =item B<--field> -Set the field to count unique values for (ex: json.host). +Set the field to count unique values for (example: json.host). =item B<--filter-field> diff --git a/src/apps/monitoring/mip/restapi/custom/api.pm b/src/apps/monitoring/mip/restapi/custom/api.pm index b5259d919..3d72c268f 100644 --- a/src/apps/monitoring/mip/restapi/custom/api.pm +++ b/src/apps/monitoring/mip/restapi/custom/api.pm @@ -175,11 +175,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-key> @@ -187,7 +187,7 @@ MIP API Token. =item B<--timeout> -Set timeout in seconds (Default: 10). +Set timeout in seconds (default: 10). =back diff --git a/src/apps/monitoring/mip/restapi/mode/scenarios.pm b/src/apps/monitoring/mip/restapi/mode/scenarios.pm index d864ea542..b112fa3e7 100644 --- a/src/apps/monitoring/mip/restapi/mode/scenarios.pm +++ b/src/apps/monitoring/mip/restapi/mode/scenarios.pm @@ -305,7 +305,7 @@ Example: --filter-counters='^status$' =item B<--filter-id> -Filter scenarios by id (can be a regexp). +Filter scenarios by ID (can be a regexp). =item B<--filter-display-name> @@ -321,7 +321,7 @@ Filter scenarios by applicationn name (can be a regexp). =item B<--display-instance> -Set the scenario display value (Default: '%{name}'). +Set the scenario display value (default: '%{name}'). You can use the following variables: %{name}, %{app_name}, %{display_name}, %{id} =item B<--memory> @@ -330,17 +330,17 @@ Only check new result entries for scenarios. =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: '%{status} =~ /warning/i'). +Define the conditions to match for the status to be WARNING (default: '%{status} =~ /warning/i'). 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} =~ /critical/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} =~ /critical/i'). You can use the following variables: %{status}, %{display} =back diff --git a/src/apps/monitoring/netdata/restapi/custom/api.pm b/src/apps/monitoring/netdata/restapi/custom/api.pm index 21e2ef6e3..7244ff0e6 100644 --- a/src/apps/monitoring/netdata/restapi/custom/api.pm +++ b/src/apps/monitoring/netdata/restapi/custom/api.pm @@ -219,15 +219,15 @@ Netdata API hostname (server address) =item B<--port> -Port used (Default: 19999) +Port used (default: 19999) =item B<--proto> -Specify https if needed (Default: 'http') +Specify https if needed (default: 'http') =item B<--timeout> -Set timeout in seconds (Default: 10). +Set timeout in seconds (default: 10). =back diff --git a/src/apps/monitoring/netdata/restapi/mode/alarms.pm b/src/apps/monitoring/netdata/restapi/mode/alarms.pm index 2d05a5d71..9d17d7680 100644 --- a/src/apps/monitoring/netdata/restapi/mode/alarms.pm +++ b/src/apps/monitoring/netdata/restapi/mode/alarms.pm @@ -143,15 +143,15 @@ More information on 'https://learn.netdata.cloud/docs/agent/web/api''. Filter on specific alarm status. Can be 'WARNING' or 'CRITICAL' -(Default: both status shown) +(default: both status shown) =item B<--warning-alarms-*> -Set Warning threshold for alarms count (Default: '') where '*' can be warning or 'critical' +Set Warning threshold for alarms count (default: '') where '*' can be warning or 'critical' =item B<--critical-alarms-*> -Set Critical threshold for alarms count (Default: '') where '*' can be 'warning' or 'critical' +Set Critical threshold for alarms count (default: '') where '*' can be 'warning' or 'critical' =back diff --git a/src/apps/monitoring/nodeexporter/windows/mode/services.pm b/src/apps/monitoring/nodeexporter/windows/mode/services.pm index e21c79a64..f51aded51 100644 --- a/src/apps/monitoring/nodeexporter/windows/mode/services.pm +++ b/src/apps/monitoring/nodeexporter/windows/mode/services.pm @@ -118,12 +118,12 @@ Default: all services are monitored. =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}, %{start_mode} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{start_mode} =~ /auto/ && %{status} !~ /^running$/'). +Define the conditions to match for the status to be CRITICAL (default: '%{start_mode} =~ /auto/ && %{status} !~ /^running$/'). You can use the following variables: %{status}, %{start_mode} diff --git a/src/apps/monitoring/ntopng/restapi/custom/api.pm b/src/apps/monitoring/ntopng/restapi/custom/api.pm index 70b44d96d..17023b8d3 100644 --- a/src/apps/monitoring/ntopng/restapi/custom/api.pm +++ b/src/apps/monitoring/ntopng/restapi/custom/api.pm @@ -185,11 +185,11 @@ Set hostname. =item B<--port> -Port used (Default: 3000) +Port used (default: 3000) =item B<--proto> -Specify https if needed (Default: 'http') +Specify https if needed (default: 'http') =item B<--api-username> @@ -201,7 +201,7 @@ API password. =item B<--timeout> -Set timeout in seconds (Default: 50). +Set timeout in seconds (default: 50). =back diff --git a/src/apps/monitoring/ntopng/restapi/mode/alerts.pm b/src/apps/monitoring/ntopng/restapi/mode/alerts.pm index 5005418f6..62c05ff47 100644 --- a/src/apps/monitoring/ntopng/restapi/mode/alerts.pm +++ b/src/apps/monitoring/ntopng/restapi/mode/alerts.pm @@ -214,12 +214,12 @@ Can be: 'last-5mns' (default), 'last-hour' =item B<--warning-status> -Define the conditions to match for the status to be WARNING (Default: '%{severity} =~ /minor/i') +Define the conditions to match for the status to be WARNING (default: '%{severity} =~ /minor/i') You can use the following variables: %{severity}, %{type}, %{timeraised} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{severity} =~ /major|critical/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{severity} =~ /major|critical/i'). You can use the following variables: %{severity}, %{type}, %{timeraised} =item B<--warning-*> B<--critical-*> diff --git a/src/apps/monitoring/ntopng/restapi/mode/hostflows.pm b/src/apps/monitoring/ntopng/restapi/mode/hostflows.pm index 16a4e7ef0..2ce17f4c2 100644 --- a/src/apps/monitoring/ntopng/restapi/mode/hostflows.pm +++ b/src/apps/monitoring/ntopng/restapi/mode/hostflows.pm @@ -154,7 +154,7 @@ Interface name to check (0 by default). =item B<--ip> -Set IP Address to monitor (Required). +Set IP Address to monitor (required). =item B<--warning-*> B<--critical-*> diff --git a/src/apps/monitoring/quanta/restapi/custom/api.pm b/src/apps/monitoring/quanta/restapi/custom/api.pm index 1e0cf0203..3b4ac4f50 100644 --- a/src/apps/monitoring/quanta/restapi/custom/api.pm +++ b/src/apps/monitoring/quanta/restapi/custom/api.pm @@ -156,19 +156,19 @@ Quanta Rest API =item B<--hostname> -Quanta API hostname (Default: 'api.quanta.io') +Quanta API hostname (default: 'api.quanta.io') =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<--url-path> -API URL path (Default: '/api') +API URL path (default: '/api') =item B<--api-token> diff --git a/src/apps/monitoring/quanta/restapi/mode/webscenariosavailability.pm b/src/apps/monitoring/quanta/restapi/mode/webscenariosavailability.pm index d7d21016f..1f9ae66db 100644 --- a/src/apps/monitoring/quanta/restapi/mode/webscenariosavailability.pm +++ b/src/apps/monitoring/quanta/restapi/mode/webscenariosavailability.pm @@ -135,7 +135,7 @@ Set ID of the scenario. =item B<--timeframe> -Set timeframe in seconds (Default: 14400). +Set timeframe in seconds (default: 14400). =item B<--warning-*> B<--critical-*> diff --git a/src/apps/monitoring/scom/restapi/custom/api.pm b/src/apps/monitoring/scom/restapi/custom/api.pm index 0561b8610..703d133f0 100644 --- a/src/apps/monitoring/scom/restapi/custom/api.pm +++ b/src/apps/monitoring/scom/restapi/custom/api.pm @@ -237,35 +237,33 @@ Remote hostname or IP address. =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> -Specify username for authentication +Specify the username for authentication. =item B<--password> -Specify password for authentication +Specify the password for authentication. =item B<--basic> -Specify this option if you access webpage over basic authentication and don't want a '401 UNAUTHORIZED' error to be logged on your webserver. +Specify this option if you are accessing a web page using basic authentication and don't want a '401 UNAUTHORIZED' error to be logged on your web server. -Specify this option if you access webpage over hidden basic authentication or you'll get a '404 NOT FOUND' error. - -(Use with --credentials) +Specify this option if you are accessing a web page using hidden basic authentication or you'll get a '404 NOT FOUND' error (use with --credentials). =item B<--ntlmv2> -Specify this option if you access webpage over ntlmv2 authentication (Use with --credentials and --port options) +Specify this option if you are accessing a web page using ntlmv2 authentication (use with --credentials and --port options). =item B<--timeout> -Set timeout in seconds (Default: 10). +Define the timeout in seconds (default: 10). =back diff --git a/src/apps/monitoring/scom/restapi/mode/alerts.pm b/src/apps/monitoring/scom/restapi/mode/alerts.pm index c93af4f0a..4c0dc878a 100644 --- a/src/apps/monitoring/scom/restapi/mode/alerts.pm +++ b/src/apps/monitoring/scom/restapi/mode/alerts.pm @@ -168,12 +168,12 @@ Filter by host name (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: %{severity}, %{host}, %{name}, %{timeraised} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{severity} =~ /critical/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{severity} =~ /critical/i'). You can use the following variables: %{severity}, %{host}, %{name}, %{timeraised} =item B<--warning-*> B<--critical-*> diff --git a/src/apps/monitoring/splunk/custom/api.pm b/src/apps/monitoring/splunk/custom/api.pm index 4badfc23a..ea9089c82 100644 --- a/src/apps/monitoring/splunk/custom/api.pm +++ b/src/apps/monitoring/splunk/custom/api.pm @@ -389,11 +389,11 @@ Splunk server address. =item B<--port> -API port (Default: 8089) +API port (default: 8089) =item B<--proto> -Specify http if needed (Default: 'https') +Specify http if needed (default: 'https') =item B<--api-username> @@ -409,11 +409,11 @@ Set HTTP timeout. =item B<--splunk-retries> -How many times we should retry queries to splunk. To use in par with the --splunk-wait paramater (Default: 5) +How many times we should retry queries to splunk. To use in par with the --splunk-wait paramater (default: 5) =item B<--splunk-wait> -How long (in seconds) should we wait between each retry. To use in par with the --splunk-retries paramater (Default: 2) +How long (in seconds) should we wait between each retry. To use in par with the --splunk-retries paramater (default: 2) =back diff --git a/src/apps/monitoring/splunk/mode/splunkdhealth.pm b/src/apps/monitoring/splunk/mode/splunkdhealth.pm index 979459502..2aa17425e 100644 --- a/src/apps/monitoring/splunk/mode/splunkdhealth.pm +++ b/src/apps/monitoring/splunk/mode/splunkdhealth.pm @@ -115,14 +115,14 @@ Check the overall health of splunkd. The health of splunkd is based on the healt =item B<--warning-*> -Warning thresholds for features status. (Default: '%{status} =~ /yellow/'). +Warning thresholds for features status. (default: '%{status} =~ /yellow/'). Can be: 'file-monitor-input-status', 'index-processor-status', 'resource-usage-status', 'search-scheduler-status', 'workload-management-status' =item B<--critical-*> -Critical thresholds for features status. (Default: '%{status} =~ /red/'). +Critical thresholds for features status. (default: '%{status} =~ /red/'). Can be: 'file-monitor-input-status', 'index-processor-status', 'resource-usage-status', 'search-scheduler-status', 'workload-management-status' diff --git a/src/apps/mq/activemq/jmx/mode/brokers.pm b/src/apps/mq/activemq/jmx/mode/brokers.pm index 2ee848c59..430d14a99 100644 --- a/src/apps/mq/activemq/jmx/mode/brokers.pm +++ b/src/apps/mq/activemq/jmx/mode/brokers.pm @@ -308,15 +308,15 @@ Check brokers. =item B<--filter-broker-name> -Filter broker name (Can be a regexp). +Filter broker name (can be a regexp). =item B<--filter-destination-name> -Filter destination name (Can be a regexp). +Filter destination name (can be a regexp). =item B<--filter-destination-type> -Filter destination type (Can be a regexp). +Filter destination type (can be a regexp). =item B<--warning-status> @@ -325,7 +325,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} !~ /Good/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} !~ /Good/i'). You can use the following variables: %{status}, %{name} =item B<--warning-*> B<--critical-*> diff --git a/src/apps/mq/ibmmq/mqi/custom/api.pm b/src/apps/mq/ibmmq/mqi/custom/api.pm index b60d053b3..5b2605958 100644 --- a/src/apps/mq/ibmmq/mqi/custom/api.pm +++ b/src/apps/mq/ibmmq/mqi/custom/api.pm @@ -195,7 +195,7 @@ Hostname or IP address. =item B<--port> -Port used (Default: 1414) +Port used (default: 1414) =item B<--channel> @@ -203,7 +203,7 @@ Channel name. =item B<--timeout> -Set timeout in seconds (Default: 30). +Set timeout in seconds (default: 30). =back diff --git a/src/apps/mq/ibmmq/mqi/mode/channels.pm b/src/apps/mq/ibmmq/mqi/mode/channels.pm index 0b0a7a507..e6d4c4df6 100644 --- a/src/apps/mq/ibmmq/mqi/mode/channels.pm +++ b/src/apps/mq/ibmmq/mqi/mode/channels.pm @@ -191,11 +191,11 @@ Check channels. =item B<--filter-name> -Filter channel name (Can use regexp). +Filter channel name (can use regexp). =item B<--filter-type> -Filter channel type (Can use regexp, insensitive search). +Filter channel type (can use regexp, insensitive search). Here is the IBM - Perl mapping about Channel types: @@ -211,17 +211,17 @@ MQTT - Telemetry =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: %{channel_status}, %{mca_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: ''). You can use the following variables: %{channel_status}, %{mca_status} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{channel_status} !~ /running|idle/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{channel_status} !~ /running|idle/i'). You can use the following variables: %{channel_status}, %{mca_status} =item B<--warning-*> B<--critical-*> diff --git a/src/apps/mq/ibmmq/mqi/mode/queuemanager.pm b/src/apps/mq/ibmmq/mqi/mode/queuemanager.pm index 10c72fbad..f89d73c98 100644 --- a/src/apps/mq/ibmmq/mqi/mode/queuemanager.pm +++ b/src/apps/mq/ibmmq/mqi/mode/queuemanager.pm @@ -134,17 +134,17 @@ Check queue manager. =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: %{mgr_status}, %{channel_initiator_status}, %{command_server_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: ''). You can use the following variables: %{mgr_status}, %{channel_initiator_status}, %{command_server_status} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{mgr_status} !~ /running/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{mgr_status} !~ /running/i'). You can use the following variables: %{mgr_status}, %{channel_initiator_status}, %{command_server_status} =item B<--warning-*> B<--critical-*> diff --git a/src/apps/mq/ibmmq/mqi/mode/queues.pm b/src/apps/mq/ibmmq/mqi/mode/queues.pm index 3b21bb5f2..acc644a1a 100644 --- a/src/apps/mq/ibmmq/mqi/mode/queues.pm +++ b/src/apps/mq/ibmmq/mqi/mode/queues.pm @@ -160,7 +160,7 @@ Check queues. =item B<--filter-name> -Filter queue name (Can use regexp). +Filter queue name (can use regexp). =item B<--warning-*> B<--critical-*> diff --git a/src/apps/mq/ibmmq/restapi/custom/api.pm b/src/apps/mq/ibmmq/restapi/custom/api.pm index 7bd3758de..990968ca5 100644 --- a/src/apps/mq/ibmmq/restapi/custom/api.pm +++ b/src/apps/mq/ibmmq/restapi/custom/api.pm @@ -174,15 +174,15 @@ Administrative server hostname. =item B<--port> -Port used (Default: 9443) +Port used (default: 9443) =item B<--proto> -Specify https if needed (Default: 'https') +Specify https if needed (default: 'https') =item B<--url-path> -API url path (Default: '/ibmmq/rest/v1/admin') +API url path (default: '/ibmmq/rest/v1/admin') =item B<--api-username> @@ -194,7 +194,7 @@ API password. =item B<--timeout> -Set timeout in seconds (Default: 50). +Set timeout in seconds (default: 50). =back diff --git a/src/apps/mq/ibmmq/restapi/mode/queuemanagers.pm b/src/apps/mq/ibmmq/restapi/mode/queuemanagers.pm index 0862eca15..82dfaaecc 100644 --- a/src/apps/mq/ibmmq/restapi/mode/queuemanagers.pm +++ b/src/apps/mq/ibmmq/restapi/mode/queuemanagers.pm @@ -156,7 +156,7 @@ You can use the following variables: %{mgr_status}, %{channel_initiator_status} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{mgr_status} !~ /running/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{mgr_status} !~ /running/i'). You can use the following variables: %{mgr_status}, %{channel_initiator_status} =item B<--warning-*> B<--critical-*> diff --git a/src/apps/mq/rabbitmq/restapi/custom/api.pm b/src/apps/mq/rabbitmq/restapi/custom/api.pm index 041ffd13a..ce5089230 100644 --- a/src/apps/mq/rabbitmq/restapi/custom/api.pm +++ b/src/apps/mq/rabbitmq/restapi/custom/api.pm @@ -178,23 +178,23 @@ Remote hostname or IP address. =item B<--port> -Port used (Default: 15672) +Port used (default: 15672) =item B<--proto> -Specify https if needed (Default: 'http') +Specify https if needed (default: 'http') =item B<--username> -Specify username for authentication +Specify the username for authentication =item B<--password> -Specify password for authentication +Specify the password for authentication =item B<--timeout> -Set timeout in seconds (Default: 10). +Set timeout in seconds (default: 10). =back diff --git a/src/apps/mq/rabbitmq/restapi/mode/nodeusage.pm b/src/apps/mq/rabbitmq/restapi/mode/nodeusage.pm index bdbcfe751..7c7dffa95 100644 --- a/src/apps/mq/rabbitmq/restapi/mode/nodeusage.pm +++ b/src/apps/mq/rabbitmq/restapi/mode/nodeusage.pm @@ -137,16 +137,16 @@ Check node usage. =item B<--filter-name> -Filter node name (Can use regexp). +Filter node name (can use 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: %{status}, %{display} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} ne "running"'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} ne "running"'). You can use the following variables: %{status}, %{display} =item B<--warning-*> B<--critical-*> diff --git a/src/apps/mq/rabbitmq/restapi/mode/queueusage.pm b/src/apps/mq/rabbitmq/restapi/mode/queueusage.pm index 49e35b537..685c2132f 100644 --- a/src/apps/mq/rabbitmq/restapi/mode/queueusage.pm +++ b/src/apps/mq/rabbitmq/restapi/mode/queueusage.pm @@ -138,16 +138,16 @@ Check queue usage. =item B<--filter-name> -Filter queue name (Can use regexp). +Filter queue name (can use 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: %{state}, %{display} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{state} ne "running"'). +Define the conditions to match for the status to be CRITICAL (default: '%{state} ne "running"'). You can use the following variables: %{state}, %{display} =item B<--warning-*> B<--critical-*> diff --git a/src/apps/mq/rabbitmq/restapi/mode/vhostusage.pm b/src/apps/mq/rabbitmq/restapi/mode/vhostusage.pm index 19864d0eb..15ecd62b0 100644 --- a/src/apps/mq/rabbitmq/restapi/mode/vhostusage.pm +++ b/src/apps/mq/rabbitmq/restapi/mode/vhostusage.pm @@ -137,16 +137,16 @@ Check vhost usage. =item B<--filter-name> -Filter vhost name (Can use regexp). +Filter vhost name (can use 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: %{status}, %{display} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} ne "ok"'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} ne "ok"'). You can use the following variables: %{status}, %{display} =item B<--warning-*> B<--critical-*> diff --git a/src/apps/mq/vernemq/restapi/custom/api.pm b/src/apps/mq/vernemq/restapi/custom/api.pm index 2259b35e6..2ef47b986 100644 --- a/src/apps/mq/vernemq/restapi/custom/api.pm +++ b/src/apps/mq/vernemq/restapi/custom/api.pm @@ -173,11 +173,11 @@ Set hostname. =item B<--port> -Port used (Default: 8888) +Port used (default: 8888) =item B<--proto> -Specify https if needed (Default: 'http') +Specify https if needed (default: 'http') =item B<--api-key> @@ -185,7 +185,7 @@ VerneMQ API Token. =item B<--timeout> -Set timeout in seconds (Default: 10). +Set timeout in seconds (default: 10). =back diff --git a/src/apps/mq/vernemq/restapi/mode/clusters.pm b/src/apps/mq/vernemq/restapi/mode/clusters.pm index 85b42590a..923a97be2 100644 --- a/src/apps/mq/vernemq/restapi/mode/clusters.pm +++ b/src/apps/mq/vernemq/restapi/mode/clusters.pm @@ -152,7 +152,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} eq "notRunning"'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} eq "notRunning"'). You can use the following variables: %{status}, %{display} =item B<--warning-*> B<--critical-*> diff --git a/src/apps/mq/vernemq/restapi/mode/listeners.pm b/src/apps/mq/vernemq/restapi/mode/listeners.pm index d59477d4a..574b516a3 100644 --- a/src/apps/mq/vernemq/restapi/mode/listeners.pm +++ b/src/apps/mq/vernemq/restapi/mode/listeners.pm @@ -152,7 +152,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} ne "running"'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} ne "running"'). You can use the following variables: %{status}, %{display} =item B<--warning-*> B<--critical-*> diff --git a/src/apps/mulesoft/restapi/custom/api.pm b/src/apps/mulesoft/restapi/custom/api.pm index 42eef20b2..d1f407328 100644 --- a/src/apps/mulesoft/restapi/custom/api.pm +++ b/src/apps/mulesoft/restapi/custom/api.pm @@ -316,15 +316,15 @@ Mulesoft Rest API =item B<--hostname> -Mulesoft API hostname (Default: anypoint.mulesoft.com). +Mulesoft API hostname (default: anypoint.mulesoft.com). =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> @@ -344,7 +344,7 @@ Mulesoft API Organization ID (mandatory). =item B<--timeout> -Set timeout in seconds (Default: 10). +Set timeout in seconds (default: 10). =back diff --git a/src/apps/mulesoft/restapi/mode/applications.pm b/src/apps/mulesoft/restapi/mode/applications.pm index cc7957d30..dc725d65f 100644 --- a/src/apps/mulesoft/restapi/mode/applications.pm +++ b/src/apps/mulesoft/restapi/mode/applications.pm @@ -162,18 +162,18 @@ More information on'https://anypoint.mulesoft.com/exchange/portals/anypoint-plat =item B<--filter-name> -Filter by application name (Regexp can be used). +Filter by application name (regexp can be used). Example: --filter-name='^application1$' =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: ''). Threshold can be matched on %{name}, %{id} or %{status} and Regexp can be used. Typical syntax: --warning-status='%{status} ne "STARTED"' =item B<--critical-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: ''). Threshold can be matched on %{name}, %{id} or %{status} and Regexp can be used. Typical syntax: --critical-status='%{status} =~ m/FAILED/' diff --git a/src/apps/mulesoft/restapi/mode/clusters.pm b/src/apps/mulesoft/restapi/mode/clusters.pm index 541c9b623..344da6fe6 100644 --- a/src/apps/mulesoft/restapi/mode/clusters.pm +++ b/src/apps/mulesoft/restapi/mode/clusters.pm @@ -154,18 +154,18 @@ More information on'https://anypoint.mulesoft.com/exchange/portals/anypoint-plat =item B<--filter-name> -Filter by cluster name (Regexp can be used). +Filter by cluster name (regexp can be used). Example: --filter-name='^cluster1$' =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: ''). Threshold can be matched on %{name}, %{id} or %{status} and Regexp can be used. Typical syntax: --warning-status='%{status} ne "RUNNING"' =item B<--critical-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: ''). Threshold can be matched on %{name}, %{id} or %{status} and Regexp can be used. Typical syntax: --critical-status='%{status} =~ m/DISCONNECTED/' diff --git a/src/apps/mulesoft/restapi/mode/listapplications.pm b/src/apps/mulesoft/restapi/mode/listapplications.pm index cd4a24d42..ec780c89e 100644 --- a/src/apps/mulesoft/restapi/mode/listapplications.pm +++ b/src/apps/mulesoft/restapi/mode/listapplications.pm @@ -100,7 +100,7 @@ List Mulesoft Anypoint applications. =item B<--filter-name> -Filter application name (Can be a regexp). +Filter application name (can be a regexp). =back diff --git a/src/apps/mulesoft/restapi/mode/listqueues.pm b/src/apps/mulesoft/restapi/mode/listqueues.pm index 59c538281..ca697e86f 100644 --- a/src/apps/mulesoft/restapi/mode/listqueues.pm +++ b/src/apps/mulesoft/restapi/mode/listqueues.pm @@ -109,11 +109,11 @@ List Mulesoft Anypoint Messages Queues. =item B<--filter-name> -Filter on queue name (Can be a regexp). +Filter on queue name (can be a regexp). =item B<--region-id> -Specify the queue region ID (Mandatory). +Specify the queue region ID (mandatory). Example: --region-id='eu-central-1' =back diff --git a/src/apps/mulesoft/restapi/mode/listservers.pm b/src/apps/mulesoft/restapi/mode/listservers.pm index 8899b3ce4..ea126d70f 100644 --- a/src/apps/mulesoft/restapi/mode/listservers.pm +++ b/src/apps/mulesoft/restapi/mode/listservers.pm @@ -98,7 +98,7 @@ List Mulesoft Anypoint Servers. =item B<--filter-name> -Filter server name (Can be a regexp). +Filter server name (can be a regexp). =back diff --git a/src/apps/mulesoft/restapi/mode/messages.pm b/src/apps/mulesoft/restapi/mode/messages.pm index 3547c0f29..6df1ad3b6 100644 --- a/src/apps/mulesoft/restapi/mode/messages.pm +++ b/src/apps/mulesoft/restapi/mode/messages.pm @@ -190,12 +190,12 @@ More information on 'https://anypoint.mulesoft.com/exchange/portals/anypoint-pla =item B<--filter-name> -Filter by queue name (Regexp can be used). +Filter by queue name (regexp can be used). Example: --filter-name='^mymessagequeue1$' =item B<--region-id> -Specify the queue region ID (Mandatory). +Specify the queue region ID (mandatory). Example: --region-id='eu-central-1' =item B<--timeframe> diff --git a/src/apps/mulesoft/restapi/mode/servers.pm b/src/apps/mulesoft/restapi/mode/servers.pm index fd29b2d5c..a41ced647 100644 --- a/src/apps/mulesoft/restapi/mode/servers.pm +++ b/src/apps/mulesoft/restapi/mode/servers.pm @@ -156,18 +156,18 @@ More information on'https://anypoint.mulesoft.com/exchange/portals/anypoint-plat =item B<--filter-name> -Filter by server name (Regexp can be used). +Filter by server name (regexp can be used). Example: --filter-name='^server1$' =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: ''). Threshold can be matched on %{name}, %{id} or %{status} and Regexp can be used. Typical syntax: --warning-status='%{status} ne "RUNNING"' =item B<--critical-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: ''). Threshold can be matched on %{name}, %{id} or %{status} and Regexp can be used. Typical syntax: --critical-status='%{status} =~ m/DISCONNECTED/' diff --git a/src/apps/nginx/nginxplus/restapi/custom/api.pm b/src/apps/nginx/nginxplus/restapi/custom/api.pm index de6a0c286..fc044d7d4 100644 --- a/src/apps/nginx/nginxplus/restapi/custom/api.pm +++ b/src/apps/nginx/nginxplus/restapi/custom/api.pm @@ -172,11 +172,11 @@ Nginx 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> @@ -188,11 +188,11 @@ Nginx basic password. =item B<--api-path> -Specify api path (Default: '/api/6') +Specify api path (default: '/api/6') =item B<--timeout> -Set timeout in seconds (Default: 30). +Set timeout in seconds (default: 30). =back diff --git a/src/apps/nginx/serverstatus/custom/api.pm b/src/apps/nginx/serverstatus/custom/api.pm index f9762dc31..c99ac37ab 100644 --- a/src/apps/nginx/serverstatus/custom/api.pm +++ b/src/apps/nginx/serverstatus/custom/api.pm @@ -149,11 +149,11 @@ Nginx server-status =item B<--hostname> -IP Addr/FQDN of the webserver host +IP Addr/FQDN of the web server host =item B<--port> -Port used by the webserver (Default: 80) +Port used by the web server (default: 80) =item B<--proto> @@ -161,7 +161,7 @@ Specify https if needed =item B<--endpoint> -Set path to get server-status page (Default: '/nginx_status') +Set path to get server-status page (default: '/nginx_status') =item B<--username> diff --git a/src/apps/nmap/cli/mode/discovery.pm b/src/apps/nmap/cli/mode/discovery.pm index 2c2f6a54e..54f4e69b4 100644 --- a/src/apps/nmap/cli/mode/discovery.pm +++ b/src/apps/nmap/cli/mode/discovery.pm @@ -196,7 +196,7 @@ Timeout defaults to 120 seconds. =item B<--subnet> Specify subnet from which discover -resources (Must be / format) (Mandatory). +resources (must be / format) (mandatory). =item B<--nmap-options> diff --git a/src/apps/nsclient/restapi/mode/query.pm b/src/apps/nsclient/restapi/mode/query.pm index 4836edbb4..af3688a46 100644 --- a/src/apps/nsclient/restapi/mode/query.pm +++ b/src/apps/nsclient/restapi/mode/query.pm @@ -206,35 +206,33 @@ Query NSClient Legacy API. =item B<--hostname> -IP Addr/FQDN of the host +IP Addr/FQDN of the host. =item B<--port> -Port used (Default: 8443) +Port used (default: 8443). =item B<--proto> -Specify https if needed (Default: 'https') +Specify http if needed (default: 'https'). =item B<--credentials> -Specify this option if you access webpage with authentication +Specify this option if you are accessing a web page using 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 webpage over basic authentication and don't want a '401 UNAUTHORIZED' error to be logged on your webserver. +Specify this option if you are accessing a web page using basic authentication and don't want a '401 UNAUTHORIZED' error to be logged on your web server. -Specify this option if you access webpage over hidden basic authentication or you'll get a '404 NOT FOUND' error. - -(Use with --credentials) +Specify this option if you are accessing a web page using hidden basic authentication or you'll get a '404 NOT FOUND' error (use with --credentials). =item B<--legacy-password> @@ -242,7 +240,7 @@ Specify password for old authentification system. =item B<--timeout> -Threshold for HTTP timeout (Default: 5) +Define the timeout in seconds (default: 5). =item B<--command> @@ -250,12 +248,12 @@ Set command. =item B<--arg> -Set arguments (Multiple option. Example: --arg='arg1') +Set arguments (multiple option. Example: --arg='arg1'). =item B<--unknown-status> Warning threshold for http response code. -(Default: '%{http_code} < 200 or %{http_code} >= 300') +Default: '%{http_code} < 200 or %{http_code} >= 300'. =item B<--warning-status> diff --git a/src/apps/openldap/ldap/mode/systemusage.pm b/src/apps/openldap/ldap/mode/systemusage.pm index 53a969b32..236147432 100644 --- a/src/apps/openldap/ldap/mode/systemusage.pm +++ b/src/apps/openldap/ldap/mode/systemusage.pm @@ -212,7 +212,7 @@ IP Addr/FQDN of the openldap host (required). =item B<--search-base> -Set the DN that is the base object entry relative to the backend monitor (Default: cn=monitor). +Set the DN that is the base object entry relative to the backend monitor (default: cn=monitor). =item B<--ldap-connect-options> @@ -256,7 +256,7 @@ Specify password for authentification =item B<--timeout> -Connection timeout in seconds (Default: 30) +Connection timeout in seconds (default: 30) =item B<--warning-*> B<--critical-*> diff --git a/src/apps/openvpn/omi/custom/api.pm b/src/apps/openvpn/omi/custom/api.pm index 4017f4b28..4bdbd1249 100644 --- a/src/apps/openvpn/omi/custom/api.pm +++ b/src/apps/openvpn/omi/custom/api.pm @@ -226,7 +226,7 @@ OMI hostname. =item B<--omi-port> -OMI port (Default: 7505). +OMI port (default: 7505). =item B<--omi-password> diff --git a/src/apps/openweathermap/restapi/custom/api.pm b/src/apps/openweathermap/restapi/custom/api.pm index 47214cf28..c256b9f13 100644 --- a/src/apps/openweathermap/restapi/custom/api.pm +++ b/src/apps/openweathermap/restapi/custom/api.pm @@ -159,19 +159,19 @@ OpenWeatherMap Rest API =item B<--hostname> -OpenWeatherMap API hostname (Default: 'api.openweathermap.org') +OpenWeatherMap API hostname (default: 'api.openweathermap.org') =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<--url-path> -API URL path (Default: '/data/2.5') +API URL path (default: '/data/2.5') =item B<--timeout> diff --git a/src/apps/openweathermap/restapi/mode/cityweather.pm b/src/apps/openweathermap/restapi/mode/cityweather.pm index 3227f457e..a48e09b9b 100644 --- a/src/apps/openweathermap/restapi/mode/cityweather.pm +++ b/src/apps/openweathermap/restapi/mode/cityweather.pm @@ -151,16 +151,16 @@ Check city weather =item B<--city-name> -City name (e.g London or ISO 3166 code like London,uk) +City name (example: London or ISO 3166 code like London,uk) =item B<--warning-weather> -Set warning threshold for weather string desc (Default: ''). +Set warning threshold for weather string desc (default: ''). You can use the following variables: %{weather} =item B<--critical-weather> -Set critical threshold for weather string desc (Default: ''). +Set critical threshold for weather string desc (default: ''). You can use the following variables: %{weather} Example : --critical-weather='%{weather} eq "Clouds' diff --git a/src/apps/oracle/gg/local/custom/cli.pm b/src/apps/oracle/gg/local/custom/cli.pm index 0da3a1808..217dc185a 100644 --- a/src/apps/oracle/gg/local/custom/cli.pm +++ b/src/apps/oracle/gg/local/custom/cli.pm @@ -219,7 +219,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> diff --git a/src/apps/oracle/gg/local/mode/processes.pm b/src/apps/oracle/gg/local/mode/processes.pm index c43bea582..a270f6640 100644 --- a/src/apps/oracle/gg/local/mode/processes.pm +++ b/src/apps/oracle/gg/local/mode/processes.pm @@ -166,7 +166,7 @@ __END__ =head1 MODE -Check processes. +Monitor processes. =over 8 @@ -196,7 +196,7 @@ You can use the following variables: %{status}, %{name}, %{group}, %{type} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} =~ /ABENDED/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} =~ /ABENDED/i'). You can use the following variables: %{status}, %{name}, %{group}, %{type} =item B<--warning-*> B<--critical-*> diff --git a/src/apps/oracle/ovm/api/custom/rest.pm b/src/apps/oracle/ovm/api/custom/rest.pm index 84be5956e..497351f23 100644 --- a/src/apps/oracle/ovm/api/custom/rest.pm +++ b/src/apps/oracle/ovm/api/custom/rest.pm @@ -165,11 +165,11 @@ Set hostname. =item B<--port> -Port used (Default: 7002) +Port used (default: 7002) =item B<--proto> -Specify https if needed (Default: 'https') +Specify https if needed (default: 'https') =item B<--api-username> @@ -181,7 +181,7 @@ API password. =item B<--timeout> -Set timeout in seconds (Default: 30). +Set timeout in seconds (default: 30). =back diff --git a/src/apps/oracle/ovm/api/mode/discovery.pm b/src/apps/oracle/ovm/api/mode/discovery.pm index fe58fec2a..0b43deb4d 100644 --- a/src/apps/oracle/ovm/api/mode/discovery.pm +++ b/src/apps/oracle/ovm/api/mode/discovery.pm @@ -151,7 +151,7 @@ Resources discovery. =item B<--resource-type> -Choose the type of resources to discover (Can be: 'vm', 'server'). +Choose the type of resources to discover (can be: 'vm', 'server'). =back diff --git a/src/apps/oracle/ovm/api/mode/manager.pm b/src/apps/oracle/ovm/api/mode/manager.pm index d4c6493eb..46b76697e 100644 --- a/src/apps/oracle/ovm/api/mode/manager.pm +++ b/src/apps/oracle/ovm/api/mode/manager.pm @@ -146,7 +146,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} !~ /running/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} !~ /running/i'). You can use the following variables: %{status}, %{name} =item B<--warning-*> B<--critical-*> diff --git a/src/apps/pacemaker/local/mode/clustat.pm b/src/apps/pacemaker/local/mode/clustat.pm index b5820c9cc..0fd660748 100644 --- a/src/apps/pacemaker/local/mode/clustat.pm +++ b/src/apps/pacemaker/local/mode/clustat.pm @@ -154,7 +154,7 @@ Define the conditions to match for the status to be WARNING. =item B<--critical-*> Can be ('group','node') -Define the conditions to match for the status to be CRITICAL. (Default: --critical-node '%{state} !~ /up|clean/' --critical-group '%{state} !~ /started|starting/') +Define the conditions to match for the status to be CRITICAL. (default: --critical-node '%{state} !~ /up|clean/' --critical-group '%{state} !~ /started|starting/') =back diff --git a/src/apps/pacemaker/local/mode/crm.pm b/src/apps/pacemaker/local/mode/crm.pm index 47a0bc44e..19053e235 100644 --- a/src/apps/pacemaker/local/mode/crm.pm +++ b/src/apps/pacemaker/local/mode/crm.pm @@ -474,7 +474,7 @@ You can use the following variables: %{connection_status}, %{connection_error} =item B<--critical-connection-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{connection_status} =~ /failed/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{connection_status} =~ /failed/i'). You can use the following variables: %{connection_status}, %{connection_error} =item B<--warning-quorum-status> @@ -484,7 +484,7 @@ You can use the following variables: %{quorum_status} =item B<--critical-quorum-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{quorum_status} =~ /noQuorum/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{quorum_status} =~ /noQuorum/i'). You can use the following variables: %{quorum_status} =item B<--warning-resource-status> @@ -494,7 +494,7 @@ You can use the following variables: %{name}, %{status}, %{node}, %{is_unmanaged =item B<--critical-resource-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} =~ /stopped|failed/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} =~ /stopped|failed/i'). You can use the following variables: %{name}, %{status}, %{node}, %{is_unmanaged} =item B<--warning-clone-resource-status> @@ -504,7 +504,7 @@ You can use the following variables: %{name}, %{status}, %{masters_nodes_name}, =item B<--critical-clone-resource-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: %{name}, %{status}, %{masters_nodes_name}, %{slaves_nodes_name}, %{is_unmanaged} =item B<--ignore-failed-actions> diff --git a/src/apps/pfsense/fauxapi/custom/api.pm b/src/apps/pfsense/fauxapi/custom/api.pm index 32001e2dd..070dd7738 100644 --- a/src/apps/pfsense/fauxapi/custom/api.pm +++ b/src/apps/pfsense/fauxapi/custom/api.pm @@ -198,11 +198,11 @@ pfsense 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-key> @@ -214,7 +214,7 @@ API secret. =item B<--timeout> -Set timeout in seconds (Default: 10). +Set timeout in seconds (default: 10). =back diff --git a/src/apps/pfsense/fauxapi/mode/gateways.pm b/src/apps/pfsense/fauxapi/mode/gateways.pm index 786b3036a..c92983a60 100644 --- a/src/apps/pfsense/fauxapi/mode/gateways.pm +++ b/src/apps/pfsense/fauxapi/mode/gateways.pm @@ -146,17 +146,17 @@ Filter gateway name (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: %{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} !~ /none/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} !~ /none/i'). You can use the following variables: %{status}, %{display} =item B<--warning-*> B<--critical-*> diff --git a/src/apps/php/apc/web/mode/filecache.pm b/src/apps/php/apc/web/mode/filecache.pm index a1b9d481b..c4d491cf9 100644 --- a/src/apps/php/apc/web/mode/filecache.pm +++ b/src/apps/php/apc/web/mode/filecache.pm @@ -252,7 +252,7 @@ Check file cache informations. =item B<--hostname> -IP Addr/FQDN of the webserver host +IP Addr/FQDN of the web server host =item B<--port> @@ -264,7 +264,7 @@ Specify https if needed =item B<--urlpath> -Set path to get server-status page in auto mode (Default: '/apc.php') +Set path to get server-status page in auto mode (default: '/apc.php') =item B<--credentials> @@ -272,23 +272,23 @@ 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> -Threshold for HTTP timeout (Default: 30) +Threshold for HTTP timeout (default: 30) =item B<--warning-*> diff --git a/src/apps/php/apc/web/mode/memory.pm b/src/apps/php/apc/web/mode/memory.pm index 56604e539..ed8920021 100644 --- a/src/apps/php/apc/web/mode/memory.pm +++ b/src/apps/php/apc/web/mode/memory.pm @@ -151,7 +151,7 @@ Check memory usage. =item B<--hostname> -IP Addr/FQDN of the webserver host +IP Addr/FQDN of the web server host =item B<--port> @@ -163,7 +163,7 @@ Specify https if needed =item B<--urlpath> -Set path to get server-status page in auto mode (Default: '/apc.php') +Set path to get server-status page in auto mode (default: '/apc.php') =item B<--credentials> @@ -171,23 +171,23 @@ 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> -Threshold for HTTP timeout (Default: 30) +Threshold for HTTP timeout (default: 30) =item B<--warning-*> diff --git a/src/apps/php/apc/web/plugin.pm b/src/apps/php/apc/web/plugin.pm index b584430a3..8474f3f2f 100644 --- a/src/apps/php/apc/web/plugin.pm +++ b/src/apps/php/apc/web/plugin.pm @@ -44,6 +44,6 @@ __END__ =head1 PLUGIN DESCRIPTION -Check apc php module through the webpage +Check apc php module through the web page =cut diff --git a/src/apps/php/fpm/web/mode/usage.pm b/src/apps/php/fpm/web/mode/usage.pm index 7ae9c6229..6698ac07f 100644 --- a/src/apps/php/fpm/web/mode/usage.pm +++ b/src/apps/php/fpm/web/mode/usage.pm @@ -200,7 +200,7 @@ Check php-fpm usage. =item B<--hostname> -IP Addr/FQDN of the webserver host +IP Addr/FQDN of the web server host =item B<--port> @@ -212,7 +212,7 @@ Specify https if needed =item B<--urlpath> -Set path to get server-status page in auto mode (Default: '/fpm-status') +Set path to get server-status page in auto mode (default: '/fpm-status') =item B<--credentials> @@ -220,23 +220,23 @@ 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> -Threshold for HTTP timeout (Default: 5) +Threshold for HTTP timeout (default: 5) =item B<--warning-*> B<--critical-*> diff --git a/src/apps/php/fpm/web/plugin.pm b/src/apps/php/fpm/web/plugin.pm index d14532e7b..00cda45c6 100644 --- a/src/apps/php/fpm/web/plugin.pm +++ b/src/apps/php/fpm/web/plugin.pm @@ -43,6 +43,6 @@ __END__ =head1 PLUGIN DESCRIPTION -Check php-fpm module through the webpage. +Check php-fpm module through the web page. =cut diff --git a/src/apps/pineapp/securemail/snmp/mode/system.pm b/src/apps/pineapp/securemail/snmp/mode/system.pm index aaf6774f4..0cdd0bf84 100644 --- a/src/apps/pineapp/securemail/snmp/mode/system.pm +++ b/src/apps/pineapp/securemail/snmp/mode/system.pm @@ -233,32 +233,32 @@ Check system usage. =item B<--unknown-service-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<--warning-service-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-service-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} !~ /running/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} !~ /running/i'). You can use the following variables: %{status}, %{display} =item B<--unknown-storage-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} =item B<--warning-storage-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} =item B<--critical-storage-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} =item B<--warning-*> B<--critical-*> diff --git a/src/apps/protocols/bgp/4/mode/bgppeerstate.pm b/src/apps/protocols/bgp/4/mode/bgppeerstate.pm index 034292be6..737cc13fe 100644 --- a/src/apps/protocols/bgp/4/mode/bgppeerstate.pm +++ b/src/apps/protocols/bgp/4/mode/bgppeerstate.pm @@ -218,14 +218,14 @@ Critical threshold on last update (seconds) Specify admin and peer state that trigger a warning. Can use special variables like %{adminstate}, %{peerstate}, %{local}, %{remote}, %{as}, %{display} -(Default: '') +(default: '') =item B<--critical-status> Specify admin and peer state that trigger a critical. Can use special variables like %{adminstate}, %{peerstate}, %{local}, %{remote}, %{as}, %{display} -(Default: '%{adminstate} =~ /start/ && %{peerstate} !~ /established/') +(default: '%{adminstate} =~ /start/ && %{peerstate} !~ /established/') =back diff --git a/src/apps/protocols/cifs/custom/libcifs.pm b/src/apps/protocols/cifs/custom/libcifs.pm index 12768e702..87ec3239d 100644 --- a/src/apps/protocols/cifs/custom/libcifs.pm +++ b/src/apps/protocols/cifs/custom/libcifs.pm @@ -207,7 +207,7 @@ Set port. =item B<--timeout> -Timeout in seconds for connection (Defaults: 30) +Timeout in seconds for connection (defaults: 30) =item B<--workgroup> diff --git a/src/apps/protocols/cifs/mode/connection.pm b/src/apps/protocols/cifs/mode/connection.pm index 360744b94..166f3eb87 100644 --- a/src/apps/protocols/cifs/mode/connection.pm +++ b/src/apps/protocols/cifs/mode/connection.pm @@ -113,7 +113,7 @@ You can use the following variables: %{status}, %{message} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{message} !~ /authentication succeeded/i' +Define the conditions to match for the status to be CRITICAL (default: '%{message} !~ /authentication succeeded/i' You can use the following variables: %{status}, %{message} =item B<--warning-time> diff --git a/src/apps/protocols/cifs/mode/files.pm b/src/apps/protocols/cifs/mode/files.pm index 4d174d504..f0f034cda 100644 --- a/src/apps/protocols/cifs/mode/files.pm +++ b/src/apps/protocols/cifs/mode/files.pm @@ -267,15 +267,15 @@ Check files. =item B<--directory> -Check directory (Multiple option). +Check directory (multiple option). =item B<--max-depth> -Don't check fewer levels (Default: '0'. Means current dir only). Used for directory counting files and size. +Don't check fewer levels (default: '0'. Means current dir only). Used for directory counting files and size. =item B<--file> -Check file (Multiple option). +Check file (multiple option). =item B<--filter-file> @@ -288,8 +288,7 @@ Can use format: 'Europe/London' or '+0100'. =item B<--unit> -Select the unit for modified 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 the modified time 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-*> diff --git a/src/apps/protocols/cifs/mode/filescount.pm b/src/apps/protocols/cifs/mode/filescount.pm index 2ed1b0e43..d5564133e 100644 --- a/src/apps/protocols/cifs/mode/filescount.pm +++ b/src/apps/protocols/cifs/mode/filescount.pm @@ -144,11 +144,11 @@ Count files in a directory (can be recursive). =item B<--directory> -Check files in the directory (Multiple option). +Check files in the directory (multiple option). =item B<--max-depth> -Don't check fewer levels (Default: '0'. Means current dir only). +Don't check fewer levels (default: '0'. Means current dir only). =item B<--filter-file> diff --git a/src/apps/protocols/cifs/mode/filesdate.pm b/src/apps/protocols/cifs/mode/filesdate.pm index e762407ea..454746145 100644 --- a/src/apps/protocols/cifs/mode/filesdate.pm +++ b/src/apps/protocols/cifs/mode/filesdate.pm @@ -204,11 +204,11 @@ Check modified time of files. =item B<--directory> -Check files in the directory (no recursive) (Multiple option) +Check files in the directory (no recursive) (multiple option) =item B<--file> -Check file (Multiple option) +Check file (multiple option) =item B<--filter-file> @@ -221,8 +221,7 @@ Can use format: 'Europe/London' or '+0100'. =item B<--unit> -Select the unit for modified 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 the modified time 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-*> diff --git a/src/apps/protocols/cifs/mode/filessize.pm b/src/apps/protocols/cifs/mode/filessize.pm index a0f73e0ea..bbb0cf611 100644 --- a/src/apps/protocols/cifs/mode/filessize.pm +++ b/src/apps/protocols/cifs/mode/filessize.pm @@ -172,12 +172,12 @@ Check files size. =item B<--directory> -Check directory size (Multiple option). +Check directory size (multiple option). Can get sub directory size with --max-depth option. =item B<--file> -Check file (Multiple option) +Check file (multiple option) =item B<--filter-file> @@ -185,7 +185,7 @@ Filter files (can be a regexp. Directory in the name). =item B<--max-depth> -Don't check fewer levels (Default: '0'. Means current dir only). +Don't check fewer levels (default: '0'. Means current dir only). =item B<--warning-*> B<--critical-*> diff --git a/src/apps/protocols/cifs/mode/scenario.pm b/src/apps/protocols/cifs/mode/scenario.pm index 80242e06f..764aeb2b5 100644 --- a/src/apps/protocols/cifs/mode/scenario.pm +++ b/src/apps/protocols/cifs/mode/scenario.pm @@ -297,7 +297,7 @@ Execute sftp commands. =item B<--scenario> -Scenario used (Required). +Scenario used (required). Can be a file or json content. =item B<--warning-status> @@ -307,7 +307,7 @@ You can use the following variables: %{status} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} ne "success"') +Define the conditions to match for the status to be CRITICAL (default: '%{status} ne "success"') You can use the following variables: %{status} =item B<--warning-step-status> diff --git a/src/apps/protocols/dhcp/mode/connection.pm b/src/apps/protocols/dhcp/mode/connection.pm index 2743fd819..ab68b2016 100644 --- a/src/apps/protocols/dhcp/mode/connection.pm +++ b/src/apps/protocols/dhcp/mode/connection.pm @@ -235,7 +235,7 @@ IP Addr of the DHCP server to query (do a unicast mode) =item B<--timeout> -How much time to check dhcp responses (Default: 15 seconds) +How much time to check dhcp responses (default: 15 seconds) =item B<--out-first-valid> @@ -247,7 +247,7 @@ MAC address to use in the DHCP request =item B<--interface> -Interface to to use for listening (Default: eth0) +Interface to to use for listening (default: eth0) =item B<--cidr-match> diff --git a/src/apps/protocols/ftp/mode/commands.pm b/src/apps/protocols/ftp/mode/commands.pm index 5e213c788..0a183e778 100644 --- a/src/apps/protocols/ftp/mode/commands.pm +++ b/src/apps/protocols/ftp/mode/commands.pm @@ -168,7 +168,7 @@ Specify password for authentification =item B<--timeout> -Connection timeout in seconds (Default: 30) +Connection timeout in seconds (default: 30) =item B<--warning> diff --git a/src/apps/protocols/ftp/mode/date.pm b/src/apps/protocols/ftp/mode/date.pm index 137b67e48..e3ff10740 100644 --- a/src/apps/protocols/ftp/mode/date.pm +++ b/src/apps/protocols/ftp/mode/date.pm @@ -198,7 +198,7 @@ Specify password for authentification =item B<--timeout> -Connection timeout in seconds (Default: 30) +Connection timeout in seconds (default: 30) =item B<--warning> @@ -210,11 +210,11 @@ Critical threshold in seconds for each files (diff time) =item B<--directory> -Check files in the directory (no recursive) (Multiple option) +Check files in the directory (no recursive) (multiple option) =item B<--file> -Check file (Multiple option) +Check file (multiple option) =item B<--timezone> diff --git a/src/apps/protocols/ftp/mode/filescount.pm b/src/apps/protocols/ftp/mode/filescount.pm index 63b3b5a59..69636855f 100644 --- a/src/apps/protocols/ftp/mode/filescount.pm +++ b/src/apps/protocols/ftp/mode/filescount.pm @@ -194,7 +194,7 @@ Specify password for authentification =item B<--timeout> -Connection timeout in seconds (Default: 30) +Connection timeout in seconds (default: 30) =item B<--warning> @@ -206,11 +206,11 @@ Critical threshold (number of files) =item B<--directory> -Check files in the directory (Multiple option) +Check files in the directory (multiple option) =item B<--max-depth> -Don't check fewer levels (Default: '0'. Means current dir only). +Don't check fewer levels (default: '0'. Means current dir only). =item B<--filter-file> diff --git a/src/apps/protocols/ftp/mode/login.pm b/src/apps/protocols/ftp/mode/login.pm index 0c8d4e8ab..04072d799 100644 --- a/src/apps/protocols/ftp/mode/login.pm +++ b/src/apps/protocols/ftp/mode/login.pm @@ -127,7 +127,7 @@ Specify password for authentification =item B<--timeout> -Connection timeout in seconds (Default: 30) +Connection timeout in seconds (default: 30) =item B<--warning> diff --git a/src/apps/protocols/http/mode/collection.pm b/src/apps/protocols/http/mode/collection.pm index 3d1a4c51f..5f780b05c 100644 --- a/src/apps/protocols/http/mode/collection.pm +++ b/src/apps/protocols/http/mode/collection.pm @@ -1963,18 +1963,18 @@ Collect and compute HTTP datas. =item B<--config> -config used (Required). +config used (required). Can be a file or json content. =item B<--filter-selection> Filter selections. -Eg: --filter-selection='name=test' +Example: --filter-selection='name=test' =item B<--constant> Add a constant. -Eg: --constant='warning=30' --constant='critical=45' +Example: --constant='warning=30' --constant='critical=45' =back diff --git a/src/apps/protocols/http/mode/expectedcontent.pm b/src/apps/protocols/http/mode/expectedcontent.pm index e5ad830b3..28bbefb08 100644 --- a/src/apps/protocols/http/mode/expectedcontent.pm +++ b/src/apps/protocols/http/mode/expectedcontent.pm @@ -219,108 +219,108 @@ Check Webpage content =item B<--hostname> -IP Addr/FQDN of the Webserver host +IP Addr/FQDN of the web server host =item B<--port> -Port used by Webserver +Port used by web server =item B<--method> -Specify http method used (Default: 'GET') +Specify http method used (default: 'GET') =item B<--proto> -Specify https if needed (Default: 'http') +Specify https if needed (default: 'http') =item B<--urlpath> -Set path to get Webpage (Default: '/') +Define the path of the web page to get (default: '/'). =item B<--credentials> -Specify this option if you access webpage with authentication +Specify this option if you are accessing a web page using 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 webpage over basic authentication and don't want a '401 UNAUTHORIZED' error to be logged on your webserver. +Specify this option if you are accessing a web page using basic authentication and don't want a '401 UNAUTHORIZED' error to be logged on your web server. -Specify this option if you access webpage over hidden basic authentication or you'll get a '404 NOT FOUND' error. +Specify this option if you are accessing a web page using hidden basic authentication or you'll get a '404 NOT FOUND' error. -(Use with --credentials) +(use with --credentials) =item B<--ntlmv2> -Specify this option if you access webpage over ntlmv2 authentication (Use with --credentials and --port options) +Specify this option if you are accessing a web page using ntlmv2 authentication (use with --credentials and --port options). =item B<--timeout> -Threshold for HTTP timeout (Default: 5) +Define the timeout in seconds (default: 5). =item B<--no-follow> -Do not follow http redirect +Do not follow http redirections. =item B<--cert-file> -Specify certificate to send to the webserver +Specify the certificate to send to the web server. =item B<--key-file> -Specify key to send to the webserver +Specify the key to send to the web server. =item B<--cacert-file> -Specify root certificate to send to the webserver +Specify the root certificate to send to the web server. =item B<--cert-pwd> -Specify certificate's password +Specify the certificate's password. =item B<--cert-pkcs12> -Specify type of certificate (PKCS12) +Specify that the type of certificate is PKCS1. =item B<--data> -Set POST data request (For a JSON data, add following option: --header='Content-Type: application/json') +Define the POST data to send int the body of the request. For JSON data, add the following option: --header='Content-Type: application/json'. =item B<--header> -Set HTTP headers (Multiple option) +Set HTTP headers (multiple option) =item B<--get-param> -Set GET params (Multiple option. Example: --get-param='key=value') +Set GET params (multiple option. Example: --get-param='key=value') =item B<--post-param> -Set POST params (Multiple option. Example: --post-param='key=value') +Set POST params (multiple option. Example: --post-param='key=value') =item B<--cookies-file> -Save cookies in a file (Example: '/tmp/lwp_cookies.dat') +Save cookies in a file (example: '/tmp/lwp_cookies.dat') =item B<--extracted-pattern> -Set pattern to extracted a number (used --warning-extracted and --critical-extracted option). +Define a pattern to extract a number from the returned page (use --warning-extracted and --critical-extracted option). =item B<--expected-string> ---expected-string='toto' is a shortcut for --critical-content='%{content} !~ /toto/mi' -Recommend to use directly --critical-content. +Define the expected expression, where --expected-string='mypattern' is actually a shortcut for --critical-content='%{content} !~ /mypattern/mi'. +It is recommended to use --critical-content directly. =item B<--unknown-status> -Warning threshold for http response code (Default: '%{http_code} < 200 or %{http_code} >= 300') +Warning threshold for http response code (default: '%{http_code} < 200 or %{http_code} >= 300') =item B<--warning-status> @@ -356,17 +356,17 @@ Critical threshold for extracted value =item B<--unknown-content> -Set warning threshold for content page (Default: ''). +Set warning conditions for content page (default: ''). You can use the following variables: %{content}, %{header}, %{first_header}, %{code} =item B<--warning-content> -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: %{content}, %{header}, %{first_header}, %{code} =item B<--critical-content> -Set critical threshold for content page (Default: ''). +Set critical threshold for content page (default: ''). You can use the following variables: %{content}, %{header}, %{first_header}, %{code} =back diff --git a/src/apps/protocols/http/mode/jsoncontent.pm b/src/apps/protocols/http/mode/jsoncontent.pm index aa09287b6..ef241ef05 100644 --- a/src/apps/protocols/http/mode/jsoncontent.pm +++ b/src/apps/protocols/http/mode/jsoncontent.pm @@ -415,30 +415,30 @@ Override all the format options but substitute are still applied. =item B<--format-ok> -Customize the format of the output when the status is OK (Default: '%{count} element(s) found') +Customize the format of the output when the status is OK (default: '%{count} element(s) found') You can use the following variables: '%{values}' = display all values (also text string) -'%{values_ok}' = values from attributes and text node only (seperated by option values-separator) +'%{values_ok}' = values from attributes and text node only (separated by option values-separator) '%{values_warning}' and '%{values_critical}' =item B<--format-warning> -Customize the format of the output when the status is WARNING (Default: '%{count} element(s) found') +Customize the format of the output when the status is WARNING (default: '%{count} element(s) found') You can use the variables described in --format-ok =item B<--format-critical> -Customize the format of the output when the status is CRITICAL (Default: '%{count} element(s) found') +Customize the format of the output when the status is CRITICAL (default: '%{count} element(s) found') You can use the variables described in --format-ok =item B<--format-unknown> -Customize the format of the output when the status is UNKNOWN (Default: '%{count} element(s) found') +Customize the format of the output when the status is UNKNOWN (default: '%{count} element(s) found') You can use the variables described in --format-ok =item B<--values-separator> -Separator used for values in format option (Default: ', ') +Separator used for values in format option (default: ', ') =back @@ -448,28 +448,28 @@ THRESHOLD OPTIONS: =item B<--warning-numeric> -Warning threshold (Default: on total matching elements) +Warning threshold (default: on total matching elements) =item B<--critical-numeric> -Critical threshold (Default: on total matching elements) +Critical threshold (default: on total matching elements) =item B<--threshold-value> -Which value to use (Default: 'count') -Can be: 'values' (only check numeric values) +Define the scope to which the numeric thresholds apply. +Possible values for this option: 'value' to check numeric values, 'count' to check the number of values (default: count). =item B<--warning-string> -Warning threshold if the string match +Returns a WARNING status if the value matches the string. =item B<--critical-string> -Critical threshold if the string match +Returns a CRITICAL status if the value matches the string. =item B<--unknown-string> -Threshold unknown if the string match +Returns a UNKNOWN status if the value matches the string. =item B<--warning-time> @@ -487,87 +487,87 @@ HTTP OPTIONS: =item B<--hostname> -IP Addr/FQDN of the Webserver host +IP Addr/FQDN of the web server host. =item B<--port> -Port used by Webserver +Port used by web server. =item B<--proto> -Specify https if needed +Specify https if needed. =item B<--urlpath> -Set path to get Webpage (Default: '/') +Set path to get Webpage (default: '/'). =item B<--credentials> -Specify this option if you access webpage with authentication +Specify this option if you are accessing a web page using 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 webpage over basic authentication and don't want a '401 UNAUTHORIZED' error to be logged on your webserver. +Specify this option if you are accessing a web page using basic authentication and don't want a '401 UNAUTHORIZED' error to be logged on your web server. -Specify this option if you access webpage over hidden basic authentication or you'll get a '404 NOT FOUND' error. +Specify this option if you are accessing a web page using hidden basic authentication or you'll get a '404 NOT FOUND' error. -(Use with --credentials) +(use with --credentials) =item B<--ntlmv2> -Specify this option if you access webpage over ntlmv2 authentication (Use with --credentials and --port options) +Specify this option if you are accessing a web page using ntlmv2 authentication (use with --credentials and --port options). =item B<--timeout> -Threshold for HTTP timeout (Default: 10) +Define the timeout in seconds (default: 10). =item B<--cert-file> -Specify certificate to send to the webserver +Specify the path to the certificate to send to the web server. =item B<--key-file> -Specify key to send to the webserver +Specify the path to the key to send to the web server. =item B<--cacert-file> -Specify root certificate to send to the webserver +Specify the root certificate to send to the web server. =item B<--cert-pwd> -Specify certificate's password +Specify the certificate's password. =item B<--cert-pkcs12> -Specify type of certificate (PKCS12) +Specify that the type of certificate is PKCS1. =item B<--get-param> -Set GET params (Multiple option. Example: --get-param='key=value') +Set GET params (multiple option. Example: --get-param='key=value'). =item B<--header> -Set HTTP headers (Multiple option. Example: --header='Content-Type: xxxxx') +Set HTTP headers(multiple option). Example: --header='Content-Type: xxxxx'. =item B<--unknown-status> -Warning threshold for http response code (Default: '%{http_code} < 200 or %{http_code} >= 300') +Unknown conditions for http response code (default: '%{http_code} < 200 or %{http_code} >= 300'). =item B<--warning-status> -Warning threshold for http response code +Warning conditions for http response code. =item B<--critical-status> -Critical threshold for http response code +Critical conditions for http response code. =back diff --git a/src/apps/protocols/http/mode/response.pm b/src/apps/protocols/http/mode/response.pm index aeee15b23..7302c9e20 100644 --- a/src/apps/protocols/http/mode/response.pm +++ b/src/apps/protocols/http/mode/response.pm @@ -204,103 +204,103 @@ Check Webpage response and size. =item B<--hostname> -IP Addr/FQDN of the webserver host +IP Addr/FQDN of the web server host. =item B<--port> -Port used by Webserver +Port used by web server. =item B<--method> -Specify http method used (Default: 'GET') +Specify http method used (default: 'GET'). =item B<--proto> -Specify https if needed (Default: 'http') +Specify https if needed (default: 'http'). =item B<--urlpath> -Set path to get webpage (Default: '/') +Define the path of the web page to get (default: '/'). =item B<--credentials> -Specify this option if you access webpage with authentication +Specify this option if you are accessing a web page using 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 webpage over basic authentication and don't want a '401 UNAUTHORIZED' error to be logged on your webserver. +Specify this option if you are accessing a web page using basic authentication and don't want a '401 UNAUTHORIZED' error to be logged on your web server. -Specify this option if you access webpage over hidden basic authentication or you'll get a '404 NOT FOUND' error. +Specify this option if you are accessing a web page using hidden basic authentication or you'll get a '404 NOT FOUND' error. -(Use with --credentials) +(use with --credentials) =item B<--ntlmv2> -Specify this option if you access webpage over ntlmv2 authentication (Use with --credentials and --port options) +Specify this option if you are accessing a web page using ntlmv2 authentication (use with --credentials and --port options). =item B<--timeout> -Threshold for HTTP timeout (Default: 5) +Define the timeout in seconds (default: 5). =item B<--no-follow> -Do not follow http redirect +Do not follow http redirections. =item B<--cert-file> -Specify certificate to send to the webserver +Specify the certificate to send to the web server. =item B<--key-file> -Specify key to send to the webserver +Specify the key to send to the web server. =item B<--cacert-file> -Specify root certificate to send to the webserver +Specify the root certificate to send to the web server. =item B<--cert-pwd> -Specify certificate's password +Specify the certificate's password. =item B<--cert-pkcs12> -Specify type of certificate (PKCS12) - -=item B<--header> - -Set HTTP headers (Multiple option) +Specify that the type of certificate is PKCS1. =item B<--get-param> -Set GET params (Multiple option. Example: --get-param='key=value') +Set GET params (multiple option. Example: --get-param='key=value'). + +=item B<--header> + +Set HTTP headers(multiple option). Example: --header='Content-Type: xxxxx'. =item B<--post-param> -Set POST params (Multiple option. Example: --post-param='key=value') +Set POST params (multiple option. Example: --post-param='key=value'). =item B<--cookies-file> -Save cookies in a file (Example: '/tmp/lwp_cookies.dat') +Save cookies in a file (example: '/tmp/lwp_cookies.dat'). =item B<--unknown-status> -Warning threshold for http response code +Unknown conditions for http response code (default: '%{http_code} < 200 or %{http_code} >= 300'). =item B<--warning-status> -Warning threshold for http response code +Warning conditions for http response code. =item B<--critical-status> -Critical threshold for http response code (Default: '%{http_code} < 200 or %{http_code} >= 300') +Critical conditions for http response code. =item B<--extra-stats> diff --git a/src/apps/protocols/http/mode/soapcontent.pm b/src/apps/protocols/http/mode/soapcontent.pm index 3b2f2b86a..a407f6576 100644 --- a/src/apps/protocols/http/mode/soapcontent.pm +++ b/src/apps/protocols/http/mode/soapcontent.pm @@ -329,11 +329,11 @@ SOAP OPTIONS: =item B<--service-soap> -Service Soap Action (Required) +Service Soap Action (required) =item B<--data> -Set file with SOAP request (Required) +Set file with SOAP request (required) =item B<--lookup> @@ -347,25 +347,25 @@ FORMAT OPTIONS: =item B<--format-ok> -Customize the format of the output when the status is OK (Default: '%{count} element(s) found') +Customize the format of the output when the status is OK (default: '%{count} element(s) found') You can use the following variables: '%{values}' = display all values (also text string) -'%{values_ok}' = values from attributes and text node only (seperated by option values-separator) +'%{values_ok}' = values from attributes and text node only (separated by option values-separator) '%{values_warning}' and '%{values_critical}' =item B<--format-warning> -Customize the format of the output when the status is WARNING (Default: '%{count} element(s) found') +Customize the format of the output when the status is WARNING (default: '%{count} element(s) found') You can use the variables described in --format-ok =item B<--format-critical> -Customize the format of the output when the status is CRITICAL (Default: '%{count} element(s) found') +Customize the format of the output when the status is CRITICAL (default: '%{count} element(s) found') You can use the variables described in --format-ok =item B<--values-separator> -Separator used for values in format option (Default: ', ') +Separator used for values in format option (default: ', ') =back @@ -375,24 +375,24 @@ THRESHOLD OPTIONS: =item B<--warning-numeric> -Warning threshold (Default: on total matching elements) +Warning threshold (default: on total matching elements) =item B<--critical-numeric> -Critical threshold (Default: on total matching elements) +Critical threshold (default: on total matching elements) =item B<--threshold-value> -Which value to use (Default: 'count') -Can be: 'values' (only check numeric values) +Define the scope to which the numeric thresholds apply. +Possible values for this option: 'value' to check numeric values, 'count' to check the number of values (default: count). =item B<--warning-string> -Warning threshold if the string match +Returns a WARNING status if the value matches the string. =item B<--critical-string> -Critical threshold if the string match +Returns a CRITICAL status if the value matches the string. =item B<--warning-time> @@ -410,83 +410,81 @@ HTTP OPTIONS: =item B<--hostname> -IP Addr/FQDN of the Webserver host +IP Addr/FQDN of the web server host. =item B<--port> -Port used by Webserver +Port used by web server. =item B<--proto> -Specify https if needed +Specify https if needed (default: 'http'). =item B<--urlpath> -Set path to get Webpage (Default: '/') +Set path to get the web page (default: '/'). =item B<--credentials> -Specify this option if you access webpage with authentication +Specify this option if you are accessing a web page using 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 webpage over basic authentication and don't want a '401 UNAUTHORIZED' error to be logged on your webserver. +Specify this option if you are accessing a web page using basic authentication and don't want a '401 UNAUTHORIZED' error to be logged on your web server. -Specify this option if you access webpage over hidden basic authentication or you'll get a '404 NOT FOUND' error. - -(Use with --credentials) +Specify this option if you are accessing a web page using hidden basic authentication or you'll get a '404 NOT FOUND' error (use with --credentials). =item B<--ntlmv2> -Specify this option if you access webpage over ntlmv2 authentication (Use with --credentials and --port options) +Specify this option if you are accessing a web page using ntlmv2 authentication (use with --credentials and --port options). =item B<--timeout> -Threshold for HTTP timeout (Default: 10) +Define the timeout in seconds (default: 10). =item B<--cert-file> -Specify certificate to send to the webserver +Specify certificate to send to the web server. =item B<--key-file> -Specify key to send to the webserver +Specify key to send to the web server. =item B<--cacert-file> -Specify root certificate to send to the webserver +Specify root certificate to send to the web server. =item B<--cert-pwd> -Specify certificate's password +Specify certificate's password. =item B<--cert-pkcs12> -Specify type of certificate (PKCS1 +Specify that the type of certificate is PKCS1. =item B<--header> -Set HTTP headers (Multiple option) +Set HTTP headers(multiple option). Example: --header='Content-Type: xxxxx'. =item B<--unknown-status> -Threshold unknown for http response code (Default: '%{http_code} < 200 or %{http_code} >= 300') +Unknown conditions for http response code (default: '%{http_code} < 200 or %{http_code} >= 300'). =item B<--warning-status> -Warning threshold for http response code +Warning conditions for http response code. =item B<--critical-status> -Critical threshold for http response code +Critical conditions for http response code. =back diff --git a/src/apps/protocols/http/plugin.pm b/src/apps/protocols/http/plugin.pm index ac11c3f11..e0e2e664c 100644 --- a/src/apps/protocols/http/plugin.pm +++ b/src/apps/protocols/http/plugin.pm @@ -46,6 +46,6 @@ __END__ =head1 PLUGIN DESCRIPTION -Check HTTP or HTTPS webpage. +Check a HTTP or HTTPS web page. =cut diff --git a/src/apps/protocols/imap/custom/imapclient.pm b/src/apps/protocols/imap/custom/imapclient.pm index 6ff9da65a..8b7815f1d 100644 --- a/src/apps/protocols/imap/custom/imapclient.pm +++ b/src/apps/protocols/imap/custom/imapclient.pm @@ -207,7 +207,7 @@ IP Addr/FQDN of the imap host =item B<--port> -Port used (Default: 143). +Port used (default: 143). =item B<--ssl> @@ -219,7 +219,7 @@ Set SSL options: --ssl-opt="SSL_verify_mode => SSL_VERIFY_NONE" --ssl-opt="SSL_v =item B<--insecure> -Allow insecure TLS connection by skipping cert validation (Since redis-cli 6.2.0). +Allow insecure TLS connection by skipping cert validation (since redis-cli 6.2.0). =item B<--username> @@ -231,7 +231,7 @@ Specify password for authentification =item B<--timeout> -Connection timeout in seconds (Default: 30) +Connection timeout in seconds (default: 30) =back diff --git a/src/apps/protocols/imap/mode/searchmessage.pm b/src/apps/protocols/imap/mode/searchmessage.pm index 823d548ac..316bf61f6 100644 --- a/src/apps/protocols/imap/mode/searchmessage.pm +++ b/src/apps/protocols/imap/mode/searchmessage.pm @@ -103,7 +103,7 @@ Check messages in a mailbox with IMAP filter. =item B<--search> -Set the search string (Required) +Set the search string (required) =item B<--delete> @@ -111,7 +111,7 @@ Delete messages found =item B<--folder> -Set IMAP folder (Default: 'INBOX') +Set IMAP folder (default: 'INBOX') =item B<--warning> diff --git a/src/apps/protocols/jmx/mode/listattributes.pm b/src/apps/protocols/jmx/mode/listattributes.pm index 927b82610..17ac936e8 100644 --- a/src/apps/protocols/jmx/mode/listattributes.pm +++ b/src/apps/protocols/jmx/mode/listattributes.pm @@ -66,7 +66,7 @@ List JMX attributes. =item B<--max-depth> -Maximum nesting level of the returned JSON structure for a certain MBean (Default: 6) +Maximum nesting level of the returned JSON structure for a certain MBean (default: 6) =item B<--max-collection-size> @@ -78,7 +78,7 @@ Maximum overall objects to fetch for a mbean (default: 10000) =item B<--mbean-pattern> -Pattern matching (Default: '*:*'). +Pattern matching (default: '*:*'). For details: http://docs.oracle.com/javase/1.5.0/docs/api/javax/management/ObjectName.html =back diff --git a/src/apps/protocols/jmx/mode/numericvalue.pm b/src/apps/protocols/jmx/mode/numericvalue.pm index c7ece8387..b2abee08d 100644 --- a/src/apps/protocols/jmx/mode/numericvalue.pm +++ b/src/apps/protocols/jmx/mode/numericvalue.pm @@ -275,7 +275,7 @@ Critical threshold. =item B<--type> -Type (Default: 'gauge'). +Type (default: 'gauge'). Can be 'counter' also. 'counter' will use a retention file. =item B<--counter-per-seconds> @@ -284,7 +284,7 @@ Convert counter value on a value per seconds (only with type 'counter'. =item B<--format> -Output format (Default: 'current valueX is %s') +Output format (default: 'current valueX is %s') =item B<--format-scale> @@ -292,23 +292,23 @@ Scale bytes value. We'll display value in output. =item B<--format-scale-type> -Could be 'network' (value divide by 1000) or 'other' (divide by 1024) (Default: 'other') +Could be 'network' (value divide by 1000) or 'other' (divide by 1024) (default: 'other') =item B<--perfdata-unit> -Perfdata unit in perfdata output (Default: '') +Perfdata unit in perfdata output (default: '') =item B<--perfdata-name> -Perfdata name in perfdata output (Default: 'valueX') +Perfdata name in perfdata output (default: 'valueX') =item B<--perfdata-min> -Minimum value to add in perfdata output (Default: '') +Minimum value to add in perfdata output (default: '') =item B<--perfdata-max> -Maximum value to add in perfdata output (Default: '') +Maximum value to add in perfdata output (default: '') =back diff --git a/src/apps/protocols/ldap/mode/login.pm b/src/apps/protocols/ldap/mode/login.pm index 5da80f45e..e321d2aad 100644 --- a/src/apps/protocols/ldap/mode/login.pm +++ b/src/apps/protocols/ldap/mode/login.pm @@ -168,7 +168,7 @@ Specify password for authentification =item B<--timeout> -Connection timeout in seconds (Default: 30) +Connection timeout in seconds (default: 30) =item B<--warning> diff --git a/src/apps/protocols/ldap/mode/search.pm b/src/apps/protocols/ldap/mode/search.pm index 06a0c7bcb..539ca6425 100644 --- a/src/apps/protocols/ldap/mode/search.pm +++ b/src/apps/protocols/ldap/mode/search.pm @@ -238,7 +238,7 @@ Add custom search options (can change the scope for example). =item B<--display-entry> -Display ldap entries (with --verbose option) (Example: '%{cn} account locked') +Display ldap entries (with --verbose option) (example: '%{cn} account locked') =item B<--username> @@ -250,7 +250,7 @@ Specify password for authentification =item B<--timeout> -Connection timeout in seconds (Default: 30) +Connection timeout in seconds (default: 30) =item B<--warning-time> diff --git a/src/apps/protocols/modbus/mode/numericvalue.pm b/src/apps/protocols/modbus/mode/numericvalue.pm index c41a01de9..e2fce7c8d 100644 --- a/src/apps/protocols/modbus/mode/numericvalue.pm +++ b/src/apps/protocols/modbus/mode/numericvalue.pm @@ -375,9 +375,9 @@ __END__ =head1 MODE -Mode to play with modbus 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 modbus 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 diff --git a/src/apps/protocols/nrpe/custom/nsclient.pm b/src/apps/protocols/nrpe/custom/nsclient.pm index 8b922a174..c7e1cf01d 100644 --- a/src/apps/protocols/nrpe/custom/nsclient.pm +++ b/src/apps/protocols/nrpe/custom/nsclient.pm @@ -266,19 +266,19 @@ Remote hostname or IP address. =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<--username> -Specify username for authentication (If basic authentication) +Specify the username for authentication (if basic authentication) =item B<--password> -Specify password for authentication (If basic authentication) +Specify the password for authentication (if basic authentication) =item B<--legacy-password> @@ -290,12 +290,12 @@ Use new RestAPI (> 5.2.33). =item B<--timeout> -Set timeout in seconds (Default: 50). +Set timeout in seconds (default: 50). =item B<--unknown-status> Warning threshold for http response code. -(Default: '%{http_code} < 200 or %{http_code} >= 300') +(default: '%{http_code} < 200 or %{http_code} >= 300') =item B<--warning-status> diff --git a/src/apps/protocols/nrpe/mode/query.pm b/src/apps/protocols/nrpe/mode/query.pm index 126fc3622..fe67d2c0a 100644 --- a/src/apps/protocols/nrpe/mode/query.pm +++ b/src/apps/protocols/nrpe/mode/query.pm @@ -114,7 +114,7 @@ In nrpe use following command to get server version: --command='_NRPE_CHECK' =item B<--arg> -Set arguments (Multiple option. Example: --arg='arg1' --arg='arg2'). +Set arguments (multiple option. Example: --arg='arg1' --arg='arg2'). =item B<--extra-args> diff --git a/src/apps/protocols/ntp/mode/offset.pm b/src/apps/protocols/ntp/mode/offset.pm index 0dc63222f..944948fea 100644 --- a/src/apps/protocols/ntp/mode/offset.pm +++ b/src/apps/protocols/ntp/mode/offset.pm @@ -109,7 +109,7 @@ Ntp server address or FQDN =item B<--port> -Port used (Default: 123) +Port used (default: 123) =item B<--timeout> @@ -121,7 +121,7 @@ Warning threshold in seconds =item B<--critical> -Critical threshold in seconds (e.g @10:10 means CRITICAL if offset is not between -10 and +10 seconds) +Critical threshold in seconds (example: @10:10 means CRITICAL if offset is not between -10 and +10 seconds) =back diff --git a/src/apps/protocols/ntp/mode/responsetime.pm b/src/apps/protocols/ntp/mode/responsetime.pm index 5b95ffb19..c978843ca 100644 --- a/src/apps/protocols/ntp/mode/responsetime.pm +++ b/src/apps/protocols/ntp/mode/responsetime.pm @@ -109,7 +109,7 @@ Ntp server hostname =item B<--port> -Port used (Default: 123) +Port used (default: 123) =item B<--timeout> diff --git a/src/apps/protocols/ospf/snmp/mode/neighbor.pm b/src/apps/protocols/ospf/snmp/mode/neighbor.pm index e72dbf190..7145e692a 100644 --- a/src/apps/protocols/ospf/snmp/mode/neighbor.pm +++ b/src/apps/protocols/ospf/snmp/mode/neighbor.pm @@ -173,7 +173,7 @@ You can use the following variables: %{NbrState}, %{NbrRtrId}, %{NbrIpAddr} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{NbrState} =~ /down/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{NbrState} =~ /down/i'). You can use the following variables: %{NbrState}, %{NbrRtrId}, %{NbrIpAddr} =item B<--warning-total-change> diff --git a/src/apps/protocols/radius/mode/login.pm b/src/apps/protocols/radius/mode/login.pm index 7fa74f020..71eacab87 100644 --- a/src/apps/protocols/radius/mode/login.pm +++ b/src/apps/protocols/radius/mode/login.pm @@ -233,7 +233,7 @@ IP Addr/FQDN of the radius host =item B<--port> -Radius port (Default: 1812) +Radius port (default: 1812) =item B<--secret> @@ -241,19 +241,19 @@ Secret of the radius host =item B<--username> -Specify username for authentication +Specify the username for authentication =item B<--password> -Specify password for authentication +Specify the password for authentication =item B<--timeout> -Connection timeout in seconds (Default: 5) +Connection timeout in seconds (default: 5) =item B<--retry> -Number of retry connection (Default: 0) +Number of retry connection (default: 0) =item B<--radius-attribute> @@ -267,12 +267,12 @@ Set radius-dictionary file (mandatory with --radius-attribute) (multiple option) =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}, %{error_msg}, %{attributes}. =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} ne "accepted"'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} ne "accepted"'). You can use the following variables: %{status}, %{error_msg}, %{attributes}. =item B<--warning-time> diff --git a/src/apps/protocols/sftp/custom/libsftp.pm b/src/apps/protocols/sftp/custom/libsftp.pm index f91add559..dd9d3835c 100644 --- a/src/apps/protocols/sftp/custom/libsftp.pm +++ b/src/apps/protocols/sftp/custom/libsftp.pm @@ -223,7 +223,7 @@ SSH port. =item B<--timeout> -Timeout in seconds for connection (Defaults: 10 seconds) +Timeout in seconds for connection (default: 10 seconds) =item B<--ssh-username> diff --git a/src/apps/protocols/sftp/mode/connection.pm b/src/apps/protocols/sftp/mode/connection.pm index 4dc17b502..8af3bb173 100644 --- a/src/apps/protocols/sftp/mode/connection.pm +++ b/src/apps/protocols/sftp/mode/connection.pm @@ -103,7 +103,7 @@ You can use the following variables: %{status}, %{message} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{message} !~ /authentication succeeded/i' +Define the conditions to match for the status to be CRITICAL (default: '%{message} !~ /authentication succeeded/i' You can use the following variables: %{status}, %{message} =item B<--warning-time> diff --git a/src/apps/protocols/sftp/mode/filescount.pm b/src/apps/protocols/sftp/mode/filescount.pm index 8b7394790..7137184be 100644 --- a/src/apps/protocols/sftp/mode/filescount.pm +++ b/src/apps/protocols/sftp/mode/filescount.pm @@ -147,11 +147,11 @@ Count files in a directory (can be recursive). =item B<--directory> -Check files in the directory (Multiple option) +Check files in the directory (multiple option) =item B<--max-depth> -Don't check fewer levels (Default: '0'. Means current dir only). +Don't check fewer levels (default: '0'. Means current dir only). =item B<--filter-file> diff --git a/src/apps/protocols/sftp/mode/filesdate.pm b/src/apps/protocols/sftp/mode/filesdate.pm index 196f93ec1..58bb7dab6 100644 --- a/src/apps/protocols/sftp/mode/filesdate.pm +++ b/src/apps/protocols/sftp/mode/filesdate.pm @@ -198,11 +198,11 @@ Check modified time of files. =item B<--directory> -Check files in the directory (no recursive) (Multiple option) +Check files in the directory (no recursive) (multiple option) =item B<--file> -Check file (Multiple option) +Check file (multiple option) =item B<--timezone> @@ -211,8 +211,7 @@ Can use format: 'Europe/London' or '+0100'. =item B<--unit> -Select the unit for modified 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 modified time 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-*> diff --git a/src/apps/protocols/sftp/mode/scenario.pm b/src/apps/protocols/sftp/mode/scenario.pm index 4671678d5..80c52939a 100644 --- a/src/apps/protocols/sftp/mode/scenario.pm +++ b/src/apps/protocols/sftp/mode/scenario.pm @@ -304,7 +304,7 @@ Execute sftp commands. =item B<--scenario> -Scenario used (Required). +Scenario used (required). Can be a file or json content. =item B<--warning-status> @@ -314,7 +314,7 @@ You can use the following variables: %{status} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} ne "success"') +Define the conditions to match for the status to be CRITICAL (default: '%{status} ne "success"') You can use the following variables: %{status} =item B<--warning-step-status> diff --git a/src/apps/protocols/smtp/mode/login.pm b/src/apps/protocols/smtp/mode/login.pm index 0612cccc9..91dc1a293 100644 --- a/src/apps/protocols/smtp/mode/login.pm +++ b/src/apps/protocols/smtp/mode/login.pm @@ -121,7 +121,7 @@ Specify password for authentification =item B<--timeout> -Connection timeout in seconds (Default: 30) +Connection timeout in seconds (default: 30) =item B<--warning> diff --git a/src/apps/protocols/smtp/mode/message.pm b/src/apps/protocols/smtp/mode/message.pm index ec167019f..d049c4dfd 100644 --- a/src/apps/protocols/smtp/mode/message.pm +++ b/src/apps/protocols/smtp/mode/message.pm @@ -146,7 +146,7 @@ Specify password for authentification =item B<--timeout> -Connection timeout in seconds (Default: 30) +Connection timeout in seconds (default: 30) =item B<--warning> diff --git a/src/apps/protocols/snmp/mode/collection.pm b/src/apps/protocols/snmp/mode/collection.pm index a6386c4d3..13261bb47 100644 --- a/src/apps/protocols/snmp/mode/collection.pm +++ b/src/apps/protocols/snmp/mode/collection.pm @@ -1652,18 +1652,18 @@ Collect and compute SNMP datas. =item B<--config> -config used (Required). +config used (required). Can be a file or json content. =item B<--filter-selection> Filter selections. -Eg: --filter-selection='name=test' +Example: --filter-selection='name=test' =item B<--constant> Add a constant. -Eg: --constant='warning=30' --constant='critical=45' +Example: --constant='warning=30' --constant='critical=45' =back diff --git a/src/apps/protocols/snmp/mode/responsetime.pm b/src/apps/protocols/snmp/mode/responsetime.pm index 914e6d3cc..f8715bced 100644 --- a/src/apps/protocols/snmp/mode/responsetime.pm +++ b/src/apps/protocols/snmp/mode/responsetime.pm @@ -151,11 +151,11 @@ Example : --filter-counters='rta' =item B<--timeout> -Set timeout in seconds (Default: 5). +Set timeout in seconds (default: 5). =item B<--packets> -Number of packets to send (Default: 5). +Number of packets to send (default: 5). =item B<--warning-rta> diff --git a/src/apps/protocols/ssh/mode/login.pm b/src/apps/protocols/ssh/mode/login.pm index 827181d8a..5a246a364 100644 --- a/src/apps/protocols/ssh/mode/login.pm +++ b/src/apps/protocols/ssh/mode/login.pm @@ -99,7 +99,7 @@ You can use the following variables: %{status}, %{message} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{message} !~ /authentication succeeded/i' +Define the conditions to match for the status to be CRITICAL (default: '%{message} !~ /authentication succeeded/i' You can use the following variables: %{status}, %{message} =item B<--warning-time> diff --git a/src/apps/protocols/tcp/mode/connectionstatus.pm b/src/apps/protocols/tcp/mode/connectionstatus.pm index 2b9efa1d3..f8d55df02 100644 --- a/src/apps/protocols/tcp/mode/connectionstatus.pm +++ b/src/apps/protocols/tcp/mode/connectionstatus.pm @@ -177,7 +177,7 @@ Use SSL connection. =item B<--timeout> -Connection timeout in seconds (Default: 3) +Connection timeout in seconds (default: 3) =item B<--unknown-status> @@ -191,7 +191,7 @@ You can use the following variables: %{status}, %{port}, %{error_message} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} eq "failed"'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} eq "failed"'). You can use the following variables: %{status}, %{port}, %{error_message} =item B<--warning-time> diff --git a/src/apps/protocols/tcp/mode/responsetime.pm b/src/apps/protocols/tcp/mode/responsetime.pm index 38970dab6..18afb4d3d 100644 --- a/src/apps/protocols/tcp/mode/responsetime.pm +++ b/src/apps/protocols/tcp/mode/responsetime.pm @@ -168,11 +168,11 @@ Port used =item B<--timeout> -Set timeout in seconds (Default: 5). +Set timeout in seconds (default: 5). =item B<--packets> -Number of packets to send (Default: 5). +Number of packets to send (default: 5). =item B<--warning-rta> diff --git a/src/apps/protocols/telnet/mode/scenario.pm b/src/apps/protocols/telnet/mode/scenario.pm index 083b69da7..374122ede 100644 --- a/src/apps/protocols/telnet/mode/scenario.pm +++ b/src/apps/protocols/telnet/mode/scenario.pm @@ -174,12 +174,12 @@ Check telnet scenario execution =item B<--scenario> -Scenario used (Required). +Scenario used (required). Can be a file or json content. =item B<--timeout> -Set global execution timeout (Default: 50) +Set global execution timeout (default: 50) =item B<--hostname> @@ -193,11 +193,11 @@ Could be used if you want to use the same scenario for X hosts. =item B<--warning> -Warning threshold in seconds (Scenario execution time) +Warning threshold in seconds (scenario execution time) =item B<--critical> -Critical threshold in seconds (Scenario execution time) +Critical threshold in seconds (scenario execution time) =back diff --git a/src/apps/protocols/tftp/mode/commands.pm b/src/apps/protocols/tftp/mode/commands.pm index 9d1f26169..8fe49a4f0 100644 --- a/src/apps/protocols/tftp/mode/commands.pm +++ b/src/apps/protocols/tftp/mode/commands.pm @@ -214,19 +214,19 @@ TFTP server name (required). =item B<--port> -TFTP port (Default: 69). +TFTP port (default: 69). =item B<--timeout> -TFTP timeout in seconds (Default: 5). +TFTP timeout in seconds (default: 5). =item B<--retries> -TFTP number of retries (Default: 5). +TFTP number of retries (default: 5). =item B<--block-size> -TFTP size of blocks to use in the transfer (Default: 512). +TFTP size of blocks to use in the transfer (default: 512). =item B<--filter-counters> @@ -235,12 +235,12 @@ Example: --filter-counters='^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: ''). 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} ne "ok"'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} ne "ok"'). You can use the following variables: %{status}, %{display} =item B<--warning-time> diff --git a/src/apps/protocols/udp/mode/connection.pm b/src/apps/protocols/udp/mode/connection.pm index a5c406413..3459819a9 100644 --- a/src/apps/protocols/udp/mode/connection.pm +++ b/src/apps/protocols/udp/mode/connection.pm @@ -135,7 +135,7 @@ Port used =item B<--timeout> -Connection timeout in seconds (Default: 3) +Connection timeout in seconds (default: 3) =back diff --git a/src/apps/protocols/whois/mode/domain.pm b/src/apps/protocols/whois/mode/domain.pm index 1efff7673..9751619ae 100644 --- a/src/apps/protocols/whois/mode/domain.pm +++ b/src/apps/protocols/whois/mode/domain.pm @@ -429,7 +429,7 @@ Set your domain expiration date timezone (default: 'UTC'). =item B<--unknown-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} =~ /checkError/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} =~ /checkError/i'). You can use the following variables: %{status}, %{domain} =item B<--warning-status> @@ -444,8 +444,7 @@ You can use the following variables: %{status}, %{domain} =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-*> diff --git a/src/apps/protocols/x509/custom/https.pm b/src/apps/protocols/x509/custom/https.pm index 97744aab1..e941e8622 100644 --- a/src/apps/protocols/x509/custom/https.pm +++ b/src/apps/protocols/x509/custom/https.pm @@ -203,27 +203,27 @@ http connection =item B<--hostname> -IP Addr/FQDN of the webserver host +IP Addr/FQDN of the web server host =item B<--port> -Port used by Webserver (Default: 443) +Port used by web server (default: 443) =item B<--method> -Specify http method used (Default: 'GET') +Specify http method used (default: 'GET') =item B<--urlpath> -Set path to get webpage (Default: '/') +Define the path of the web page to get (default: '/') =item B<--timeout> -Threshold for HTTP timeout (Default: 5) +Threshold for HTTP timeout (default: 5) =item B<--header> -Set HTTP headers (Multiple option) +Set HTTP headers (multiple option) =item B<--no-follow> diff --git a/src/apps/protocols/x509/custom/tcp.pm b/src/apps/protocols/x509/custom/tcp.pm index c60d05238..6e89ce051 100644 --- a/src/apps/protocols/x509/custom/tcp.pm +++ b/src/apps/protocols/x509/custom/tcp.pm @@ -268,7 +268,7 @@ Port used by host. =item B<--servername> -Servername of the host for SNI support (only with IO::Socket::SSL >= 1.56) (eg: foo.bar.com). +Servername of the host for SNI support (only with IO::Socket::SSL >= 1.56) (example: foo.bar.com). =item B<--ssl-opt> @@ -286,7 +286,7 @@ Ignore SSL handshake errors. For example: 'SSL error: SSL wants a read first'. =item B<--timeout> -Set timeout in seconds for SSL connection (Default: '3') (only with IO::Socket::SSL >= 1.984). +Set timeout in seconds for SSL connection (default: '3') (only with IO::Socket::SSL >= 1.984). =item B<--starttls> diff --git a/src/apps/protocols/x509/mode/certificate.pm b/src/apps/protocols/x509/mode/certificate.pm index a21700998..b88519417 100644 --- a/src/apps/protocols/x509/mode/certificate.pm +++ b/src/apps/protocols/x509/mode/certificate.pm @@ -126,12 +126,12 @@ Check X509's certificate validity (for SMTPS, POPS, IMAPS, HTTPS) =item B<--warning-status> -Define the conditions to match for the status to be WARNING. (Default: '%{expiration} < 60'). +Define the conditions to match for the status to be WARNING. (default: '%{expiration} < 60'). Can use special variables like: %{expiration}, %{subject}, %{issuer}, %{alt_subjects}. =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL. (Default: '%{expiration} < 30'). +Define the conditions to match for the status to be CRITICAL. (default: '%{expiration} < 30'). Can use special variables like: %{expiration}, %{subject}, %{issuer}, %{alt_subjects}. Examples : diff --git a/src/apps/proxmox/mg/restapi/custom/api.pm b/src/apps/proxmox/mg/restapi/custom/api.pm index 4f7ef44a6..8489a52f0 100644 --- a/src/apps/proxmox/mg/restapi/custom/api.pm +++ b/src/apps/proxmox/mg/restapi/custom/api.pm @@ -269,15 +269,15 @@ API hostname. =item B<--url-path> -API url path (Default: '/api2/json') +API url path (default: '/api2/json') =item B<--port> -API port (Default: 8806) +API port (default: 8806) =item B<--proto> -Specify https if needed (Default: 'https') +Specify https if needed (default: 'https') =item B<--api-username> @@ -289,7 +289,7 @@ Set API password =item B<--realm> -Set user realm (Default: 'pmg') +Set user realm (default: 'pmg') =item B<--timeout> diff --git a/src/apps/proxmox/mg/restapi/mode/mail.pm b/src/apps/proxmox/mg/restapi/mode/mail.pm index 57ec99ea5..f0e299762 100644 --- a/src/apps/proxmox/mg/restapi/mode/mail.pm +++ b/src/apps/proxmox/mg/restapi/mode/mail.pm @@ -220,11 +220,11 @@ Check mail statistics. =item B<--hours> -How many hours of statistics you want (Default: 12) +How many hours of statistics you want (default: 12) =item B<--timespan> -Timespan for datapoints in hours timeframe (Default: 1800) +Timespan for datapoints in hours timeframe (default: 1800) =item B<--warning-*> B<--critical-*> diff --git a/src/apps/proxmox/ve/restapi/custom/api.pm b/src/apps/proxmox/ve/restapi/custom/api.pm index 18685a2df..7e6b3f131 100644 --- a/src/apps/proxmox/ve/restapi/custom/api.pm +++ b/src/apps/proxmox/ve/restapi/custom/api.pm @@ -513,11 +513,11 @@ Set hostname or IP of Proxmox VE Cluster node =item B<--port> -Set Proxmox VE Port (Default: '8006') +Set Proxmox VE Port (default: '8006') =item B<--proto> -Specify https if needed (Default: 'https'). +Specify https if needed (default: 'https'). =item B<--api-username> @@ -531,7 +531,7 @@ Set Proxmox VE Password =item B<--realm> -Set Proxmox VE Realm (pam, pve or custom) (Default: 'pam'). +Set Proxmox VE Realm (pam, pve or custom) (default: 'pam'). =item B<--timeout> diff --git a/src/apps/proxmox/ve/restapi/mode/discovery.pm b/src/apps/proxmox/ve/restapi/mode/discovery.pm index b01e8d10f..4149f1545 100644 --- a/src/apps/proxmox/ve/restapi/mode/discovery.pm +++ b/src/apps/proxmox/ve/restapi/mode/discovery.pm @@ -140,7 +140,7 @@ Resources discovery. =item B<--resource-type> -Choose the type of resources to discover (Can be: 'vm', 'node'). +Choose the type of resources to discover (can be: 'vm', 'node'). =back diff --git a/src/apps/proxmox/ve/restapi/mode/vmusage.pm b/src/apps/proxmox/ve/restapi/mode/vmusage.pm index 5f65427af..54ba1ae28 100644 --- a/src/apps/proxmox/ve/restapi/mode/vmusage.pm +++ b/src/apps/proxmox/ve/restapi/mode/vmusage.pm @@ -349,12 +349,12 @@ Can be: 'read-iops', 'write-iops', 'traffic-in', 'traffic-out', =item B<--warning-vm-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: %{name}, %{state}. =item B<--critical-vm-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: %{name}, %{state}. =back diff --git a/src/apps/pvx/restapi/custom/api.pm b/src/apps/pvx/restapi/custom/api.pm index f2bebf8ea..64df083ea 100644 --- a/src/apps/pvx/restapi/custom/api.pm +++ b/src/apps/pvx/restapi/custom/api.pm @@ -240,31 +240,31 @@ PVX hostname. =item B<--url-path> -PVX url path (Default: '/api') +PVX url path (default: '/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<--username> -Specify username for authentication +Specify the username for authentication =item B<--password> -Specify password for authentication +Specify the password for authentication =item B<--basic> -Specify this option if you access the API over basic authentication and don't want a '401 UNAUTHORIZED' error to be logged on your webserver. +Specify this option if you access the API over basic authentication and don't want a '401 UNAUTHORIZED' error to be logged on your web server. Specify this option if you access the API over hidden basic authentication or you'll get a '404 NOT FOUND' error. -(Use with --credentials) +(use with --credentials) =item B<--timeout> diff --git a/src/apps/pvx/restapi/mode/httphits.pm b/src/apps/pvx/restapi/mode/httphits.pm index 49820d178..a70749f8d 100644 --- a/src/apps/pvx/restapi/mode/httphits.pm +++ b/src/apps/pvx/restapi/mode/httphits.pm @@ -156,17 +156,17 @@ Check http hits. =item B<--instance> -Filter on a specific instance (Must be a PVQL object, Default: 'host') +Filter on a specific instance (must be a PVQL object, Default: 'host') (Object 'application' will be mapped with applications name) =item B<--filter> -Add a PVQL filter (Example: --filter='host = "www.lo.ki"') +Add a PVQL filter (example: --filter='host = "www.lo.ki"') =item B<--from> -Add a PVQL from clause to filter on a specific layer (Default: 'http') +Add a PVQL from clause to filter on a specific layer (default: 'http') =item B<--top> diff --git a/src/apps/pvx/restapi/mode/networkconnection.pm b/src/apps/pvx/restapi/mode/networkconnection.pm index e3cf305b3..1d4145bc4 100644 --- a/src/apps/pvx/restapi/mode/networkconnection.pm +++ b/src/apps/pvx/restapi/mode/networkconnection.pm @@ -166,17 +166,17 @@ Check instances connection metrics. =item B<--instance> -Filter on a specific instance (Must be a PVQL object, Default: 'layer') +Filter on a specific instance (must be a PVQL object, Default: 'layer') (Object 'application' will be mapped with applications name) =item B<--filter> -Add a PVQL filter (Example: --filter='application = "mysql"') +Add a PVQL filter (example: --filter='application = "mysql"') =item B<--from> -Add a PVQL from clause to filter on a specific layer (Example: --from='tcp') +Add a PVQL from clause to filter on a specific layer (example: --from='tcp') =item B<--top> diff --git a/src/apps/pvx/restapi/mode/networktraffic.pm b/src/apps/pvx/restapi/mode/networktraffic.pm index 2d4d410f4..81209c74b 100644 --- a/src/apps/pvx/restapi/mode/networktraffic.pm +++ b/src/apps/pvx/restapi/mode/networktraffic.pm @@ -197,17 +197,17 @@ Check instances traffic usage. =item B<--instance> -Filter on a specific instance (Must be a PVQL object, Default: 'layer') +Filter on a specific instance (must be a PVQL object, Default: 'layer') (Object 'application' will be mapped with applications name) =item B<--filter> -Add a PVQL filter (Example: --filter='application = "mysql"') +Add a PVQL filter (example: --filter='application = "mysql"') =item B<--from> -Add a PVQL from clause to filter on a specific layer (Example: --from='tcp') +Add a PVQL from clause to filter on a specific layer (example: --from='tcp') =item B<--top> diff --git a/src/apps/pvx/restapi/mode/networkuserexperience.pm b/src/apps/pvx/restapi/mode/networkuserexperience.pm index 0062c98e9..25cb77378 100644 --- a/src/apps/pvx/restapi/mode/networkuserexperience.pm +++ b/src/apps/pvx/restapi/mode/networkuserexperience.pm @@ -135,17 +135,17 @@ Check instances connection metrics. =item B<--instance> -Filter on a specific instance (Must be a PVQL object, Default: 'layer') +Filter on a specific instance (must be a PVQL object, Default: 'layer') (Object 'application' will be mapped with applications name) =item B<--filter> -Add a PVQL filter (Example: --filter='application = "mysql"') +Add a PVQL filter (example: --filter='application = "mysql"') =item B<--from> -Add a PVQL from clause to filter on a specific layer (Example: --from='tcp') +Add a PVQL from clause to filter on a specific layer (example: --from='tcp') =item B<--top> diff --git a/src/apps/redis/rlec/restapi/custom/api.pm b/src/apps/redis/rlec/restapi/custom/api.pm index 8b6b54639..1b0e9dc16 100644 --- a/src/apps/redis/rlec/restapi/custom/api.pm +++ b/src/apps/redis/rlec/restapi/custom/api.pm @@ -176,7 +176,7 @@ RedisLabs Enterprise Cluster Rest API custom mode =item B<--interval> -Time interval from which to retrieve statistics (Default: '15min'). +Time interval from which to retrieve statistics (default: '15min'). Can be : '1sec', '10sec', '5min', '15min', '1hour', '12hour', '1week'. @@ -186,11 +186,11 @@ Cluster hostname. =item B<--port> -Port used (Default: 9443) +Port used (default: 9443) =item B<--proto> -Specify https if needed (Default: 'https') +Specify https if needed (default: 'https') =item B<--username> diff --git a/src/apps/redis/rlec/restapi/mode/clusterstats.pm b/src/apps/redis/rlec/restapi/mode/clusterstats.pm index 5bab03675..2a70c1ded 100644 --- a/src/apps/redis/rlec/restapi/mode/clusterstats.pm +++ b/src/apps/redis/rlec/restapi/mode/clusterstats.pm @@ -298,7 +298,7 @@ Example: --filter-counters='^cpu' =item B<--units> -Units of thresholds (Default: '%') ('%', 'B'). +Units of thresholds (default: '%') ('%', 'B'). =item B<--free> diff --git a/src/apps/redis/rlec/restapi/mode/databasesstats.pm b/src/apps/redis/rlec/restapi/mode/databasesstats.pm index f98fb019a..24941fc59 100644 --- a/src/apps/redis/rlec/restapi/mode/databasesstats.pm +++ b/src/apps/redis/rlec/restapi/mode/databasesstats.pm @@ -541,7 +541,7 @@ You can use the following variables: %{status}, %{type}, =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} =~ /creation-failed/i | +Define the conditions to match for the status to be CRITICAL (default: '%{status} =~ /creation-failed/i | %{backup_status} =~ /failed/i | %{export_status} =~ /failed/i | %{import_status} =~ /failed/i'). You can use the following variables: %{status}, %{type}, diff --git a/src/apps/redis/rlec/restapi/mode/nodesstats.pm b/src/apps/redis/rlec/restapi/mode/nodesstats.pm index df3e11fb9..14fc25546 100644 --- a/src/apps/redis/rlec/restapi/mode/nodesstats.pm +++ b/src/apps/redis/rlec/restapi/mode/nodesstats.pm @@ -352,7 +352,7 @@ Example: --filter-counters='^cpu' =item B<--units> -Units of thresholds (Default: '%') ('%', 'B'). +Units of thresholds (default: '%') ('%', 'B'). =item B<--free> @@ -368,7 +368,7 @@ You can use the following variables: %{status}, %{shard_list}, =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} =~ /down/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} =~ /down/i'). You can use the following variables: %{status}, %{shard_list}, %{int_addr}, %{ext_addr}. 'status' can be: 'active', 'going_offline', 'offline', diff --git a/src/apps/redis/rlec/restapi/mode/shardsstats.pm b/src/apps/redis/rlec/restapi/mode/shardsstats.pm index b17b0f951..3c835df6c 100644 --- a/src/apps/redis/rlec/restapi/mode/shardsstats.pm +++ b/src/apps/redis/rlec/restapi/mode/shardsstats.pm @@ -386,7 +386,7 @@ You can use the following variables: %{status}, %{detailed_status}, =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} =~ /inactive/i || +Define the conditions to match for the status to be CRITICAL (default: '%{status} =~ /inactive/i || %{backup} =~ /failed/i || %{sync} =~ /link_down/i'). You can use the following variables: %{status}, %{detailed_status}, %{role}, %{loading}, %{sync}, %{backup}. diff --git a/src/apps/redis/sentinel/custom/cli.pm b/src/apps/redis/sentinel/custom/cli.pm index 49b4cae6b..38a9f832c 100644 --- a/src/apps/redis/sentinel/custom/cli.pm +++ b/src/apps/redis/sentinel/custom/cli.pm @@ -216,7 +216,7 @@ Sentinel server. =item B<--port> -Sentinel port (Default: 26379). +Sentinel port (default: 26379). =item B<--tls> @@ -228,7 +228,7 @@ CA Certificate file to verify with (redis-cli >= 6.x mandatory). =item B<--insecure> -Allow insecure TLS connection by skipping cert validation (Since redis-cli 6.2.0). +Allow insecure TLS connection by skipping cert validation (since redis-cli 6.2.0). =item B<--username> @@ -244,7 +244,7 @@ Remote ssh redis-cli execution. =item B<--timeout> -Timeout in seconds for the command (Default: 10). +Timeout in seconds for the command (default: 10). =back diff --git a/src/apps/redis/sentinel/mode/redisclusters.pm b/src/apps/redis/sentinel/mode/redisclusters.pm index 2fc6ed332..f43c209e8 100644 --- a/src/apps/redis/sentinel/mode/redisclusters.pm +++ b/src/apps/redis/sentinel/mode/redisclusters.pm @@ -235,7 +235,7 @@ Check redis clusters informations. =item B<--filter-cluster-name> -Filter clusters by name (Can be a regexp). +Filter clusters by name (can be a regexp). =item B<--unknown-status> @@ -249,7 +249,7 @@ You can use the following variables: %{status}, %{role}, %{address}, %{port}, %{ =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} =~ /o_down|s_down|master_down|disconnected/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} =~ /o_down|s_down|master_down|disconnected/i'). You can use the following variables: %{status}, %{role}, %{address}, %{port}, %{cluster_name} =item B<--warning-*> B<--critical-*> diff --git a/src/apps/redis/sentinel/mode/sentinelclusters.pm b/src/apps/redis/sentinel/mode/sentinelclusters.pm index e3705047a..8cb3ba8b9 100644 --- a/src/apps/redis/sentinel/mode/sentinelclusters.pm +++ b/src/apps/redis/sentinel/mode/sentinelclusters.pm @@ -214,7 +214,7 @@ Check sentinel clusters informations. =item B<--filter-cluster-name> -Filter clusters by name (Can be a regexp). +Filter clusters by name (can be a regexp). =item B<--unknown-status> @@ -228,7 +228,7 @@ You can use the following variables: %{status}, %{address}, %{port}, %{cluster_n =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} =~ /o_down|s_down|master_down|disconnected/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} =~ /o_down|s_down|master_down|disconnected/i'). You can use the following variables: %{status}, %{address}, %{port}, %{cluster_name} =item B<--unknown-status> @@ -243,7 +243,7 @@ You can use the following variables: %{status}, %{address}, %{port}, %{cluster_n =item B<--critical-quorum-status> -Set critical threshold for quorum status (Default: '%{status} =~ /noQuorum/'). +Set critical threshold for quorum status (default: '%{status} =~ /noQuorum/'). You can use the following variables: %{status}, %{cluster_name} =item B<--warning-*> B<--critical-*> diff --git a/src/apps/rudder/restapi/custom/api.pm b/src/apps/rudder/restapi/custom/api.pm index aa8fb0981..d8664eac5 100644 --- a/src/apps/rudder/restapi/custom/api.pm +++ b/src/apps/rudder/restapi/custom/api.pm @@ -190,15 +190,15 @@ Rudder API hostname. =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<--url-path> -API URL path (Default: '/rudder/api/latest') +API URL path (default: '/rudder/api/latest') =item B<--timeout> diff --git a/src/apps/rudder/restapi/mode/globalcompliance.pm b/src/apps/rudder/restapi/mode/globalcompliance.pm index 233c5d077..a10f28dab 100644 --- a/src/apps/rudder/restapi/mode/globalcompliance.pm +++ b/src/apps/rudder/restapi/mode/globalcompliance.pm @@ -147,12 +147,12 @@ Set critical threshold on global compliance. =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: %{detail}, %{value} =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: %{detail}, %{value} Example : diff --git a/src/apps/rudder/restapi/mode/nodecompliance.pm b/src/apps/rudder/restapi/mode/nodecompliance.pm index afaf3f3bd..4573f2c73 100644 --- a/src/apps/rudder/restapi/mode/nodecompliance.pm +++ b/src/apps/rudder/restapi/mode/nodecompliance.pm @@ -175,12 +175,12 @@ Set critical threshold on node compliance. =item B<--warning-status> -Define the conditions to match for the status to be WARNING of rule compliance (Default: ''). +Define the conditions to match for the status to be WARNING of rule compliance (default: ''). You can use the following variables: %{rule}, %{compliance} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL of rule compliance (Default: ''). +Define the conditions to match for the status to be CRITICAL of rule compliance (default: ''). You can use the following variables: %{rule}, %{compliance} Example : diff --git a/src/apps/rudder/restapi/mode/nodesoverallcompliance.pm b/src/apps/rudder/restapi/mode/nodesoverallcompliance.pm index de427608b..4f390f351 100644 --- a/src/apps/rudder/restapi/mode/nodesoverallcompliance.pm +++ b/src/apps/rudder/restapi/mode/nodesoverallcompliance.pm @@ -181,7 +181,7 @@ Can be: 'perfect', 'good', 'average', 'poor'. =item B<--units> -Units of thresholds (Default: '%') ('%', 'count'). +Units of thresholds (default: '%') ('%', 'count'). =back diff --git a/src/apps/rudder/restapi/mode/rulecompliance.pm b/src/apps/rudder/restapi/mode/rulecompliance.pm index f2a569da2..4f9db1662 100644 --- a/src/apps/rudder/restapi/mode/rulecompliance.pm +++ b/src/apps/rudder/restapi/mode/rulecompliance.pm @@ -181,12 +181,12 @@ Set critical threshold on rule compliance. =item B<--warning-status> -Define the conditions to match for the status to be WARNING of directive compliance (Default: ''). +Define the conditions to match for the status to be WARNING of directive compliance (default: ''). You can use the following variables: %{directive}, %{compliance} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL of directive compliance (Default: ''). +Define the conditions to match for the status to be CRITICAL of directive compliance (default: ''). You can use the following variables: %{directive}, %{compliance} Example : diff --git a/src/apps/sahipro/restapi/mode/scenario.pm b/src/apps/sahipro/restapi/mode/scenario.pm index 5f8fec658..21189569b 100644 --- a/src/apps/sahipro/restapi/mode/scenario.pm +++ b/src/apps/sahipro/restapi/mode/scenario.pm @@ -478,7 +478,7 @@ Define path for scenario files (required. Example: 'sahitests/small.suite') =item B<--sahi-http-timeout> -Timeout for each HTTP requests (Default: 5) +Timeout for each HTTP requests (default: 5) =item B<--sahi-threads> @@ -486,11 +486,11 @@ Number of simultaneous browser instances that can be executed (default: 1) =item B<--sahi-startwith> -Define the start mode (Default: BROWSER) +Define the start mode (default: BROWSER) =item B<--sahi-browsertype> -Browser used for script executions (Default: chrome) +Browser used for script executions (default: chrome) =item B<--sahi-baseurl> @@ -511,7 +511,7 @@ Define time interval to get scenario status in seconds (default: 10). =item B<--unknown-run-status> Unknown threshold for running scenario rest api response. -(Default: '%{http_code} < 200 or %{http_code} >= 300') +(default: '%{http_code} < 200 or %{http_code} >= 300') =item B<--warning-run-status> diff --git a/src/apps/sailpoint/identitynow/restapi/custom/api.pm b/src/apps/sailpoint/identitynow/restapi/custom/api.pm index 5cc4b9725..29a085e4e 100644 --- a/src/apps/sailpoint/identitynow/restapi/custom/api.pm +++ b/src/apps/sailpoint/identitynow/restapi/custom/api.pm @@ -356,15 +356,15 @@ SailPoint IdentityNow API tenant. =item B<--domain> -SailPoint IdentityNow API domain (Default: identitynow) +SailPoint IdentityNow API domain (default: identitynow) =item B<--port> -SailPoint IdentityNow API port (Default: 443) +SailPoint IdentityNow API port (default: 443) =item B<--proto> -Specify https if needed (Default: 'https') +Specify https if needed (default: 'https') =item B<--client-id> diff --git a/src/apps/sailpoint/identitynow/restapi/mode/listsources.pm b/src/apps/sailpoint/identitynow/restapi/mode/listsources.pm index 635f45a55..48a9c5056 100644 --- a/src/apps/sailpoint/identitynow/restapi/mode/listsources.pm +++ b/src/apps/sailpoint/identitynow/restapi/mode/listsources.pm @@ -115,7 +115,7 @@ List sources. =item B<--filter-name> -Filter source name (Can be a regexp). +Filter source name (can be a regexp). =back diff --git a/src/apps/sailpoint/identitynow/restapi/mode/searchcount.pm b/src/apps/sailpoint/identitynow/restapi/mode/searchcount.pm index 6a6faa98e..559a35e8e 100644 --- a/src/apps/sailpoint/identitynow/restapi/mode/searchcount.pm +++ b/src/apps/sailpoint/identitynow/restapi/mode/searchcount.pm @@ -102,7 +102,7 @@ object (see documentation). =item B<--output> Output to print after retrieving the count of results -(Default: "Number of results: %{count}"). +(default: "Number of results: %{count}"). =item B<--warning-results-count> B<--critical-results-count> diff --git a/src/apps/sailpoint/identitynow/restapi/mode/sourcehealth.pm b/src/apps/sailpoint/identitynow/restapi/mode/sourcehealth.pm index 831994ddc..9052e5937 100644 --- a/src/apps/sailpoint/identitynow/restapi/mode/sourcehealth.pm +++ b/src/apps/sailpoint/identitynow/restapi/mode/sourcehealth.pm @@ -138,19 +138,19 @@ Define source ID to retrieve only one source health status (useful with service =item B<--filter-name> -Filter source name (Can be a regexp). +Filter source name (can be a regexp). =item B<--filter-type> -Filter source type (Can be a regexp). +Filter source type (can be a regexp). =item B<--warning-health-status> -Set warning threshold for each source health status (Default: none). +Set warning threshold for each source health status (default: none). =item B<--critical-health-status> -Set critical threshold for each source health status (Default: '%{status} ne "SOURCE_STATE_HEALTHY"'). +Set critical threshold for each source health status (default: '%{status} ne "SOURCE_STATE_HEALTHY"'). =item B<--warning-sources-*> B<--critical-sources-*> diff --git a/src/apps/salesforce/restapi/custom/api.pm b/src/apps/salesforce/restapi/custom/api.pm index ab2fc56a1..079778384 100644 --- a/src/apps/salesforce/restapi/custom/api.pm +++ b/src/apps/salesforce/restapi/custom/api.pm @@ -141,11 +141,11 @@ Set hostname to query (default: 'api.status.salesforce.com') =item B<--timeout> -Set HTTP timeout in seconds (Default: '10'). +Set HTTP timeout in seconds (default: '10'). =item B<--api-version> -API version (Default: 'v1'). +API version (default: 'v1'). =back diff --git a/src/apps/salesforce/restapi/mode/sfdcinstance.pm b/src/apps/salesforce/restapi/mode/sfdcinstance.pm index 6d5e46fbc..1a4ff7746 100644 --- a/src/apps/salesforce/restapi/mode/sfdcinstance.pm +++ b/src/apps/salesforce/restapi/mode/sfdcinstance.pm @@ -118,15 +118,15 @@ Add this option if your want to use your instance alias =item B<--unknown-status> -Set unknown threshold for instance status (Default: ''). +Set unknown threshold for instance status (default: ''). =item B<--warning-status> -Set warning threshold for instance status (Default: ''). +Set warning threshold for instance status (default: ''). =item B<--critical-status> -Set critical threshold for instance status (Default: '%{status} !~ /OK/'). +Set critical threshold for instance status (default: '%{status} !~ /OK/'). =back diff --git a/src/apps/selenium/mode/scenario.pm b/src/apps/selenium/mode/scenario.pm index d37e8dc30..4cc5c2d21 100644 --- a/src/apps/selenium/mode/scenario.pm +++ b/src/apps/selenium/mode/scenario.pm @@ -228,7 +228,7 @@ Port used by Selenium server =item B<--browser> -Browser used by Selenium server (Default : '*firefox') +Browser used by Selenium server (default : '*firefox') =item B<--directory> @@ -240,15 +240,15 @@ Scenario used by Selenium server (without extension) =item B<--timeout> -Set global execution timeout (Default: 50) +Set global execution timeout (default: 50) =item B<--warning> -Warning threshold in seconds (Scenario execution time) +Warning threshold in seconds (scenario execution time) =item B<--critical> -Critical threshold in seconds (Scenario execution response time) +Critical threshold in seconds (scenario execution response time) =back diff --git a/src/apps/selenium/mode/scenariokatalon.pm b/src/apps/selenium/mode/scenariokatalon.pm index b1f325f5c..0e3680667 100644 --- a/src/apps/selenium/mode/scenariokatalon.pm +++ b/src/apps/selenium/mode/scenariokatalon.pm @@ -328,7 +328,7 @@ Port used by Selenium server. =item B<--browser> -Browser used by Selenium server (Default : '*firefox'). +Browser used by Selenium server (default : '*firefox'). =item B<--directory> @@ -344,21 +344,21 @@ Don't stop if error. =item B<--timeout> -Set scenario execution timeout in second (Default: 50). +Set scenario execution timeout in second (default: 50). =item B<--action-timeout> -Set action execution timeout in second (Default: 10). +Set action execution timeout in second (default: 10). =item B<--warning-*> Warning threshold for steps state count -(Can be: 'failed', 'successful'). +(can be: 'failed', 'successful'). =item B<--critical-*> Critical threshold for steps state count -(Can be: 'failed', 'successful'). +(can be: 'failed', 'successful'). =item B<--warning-time-scenario> @@ -387,7 +387,7 @@ Warning threshold for step state. =item B<--critical-state> Critical threshold for step state -(Default: '%{state} !~ /OK/i'). +(default: '%{state} !~ /OK/i'). =back diff --git a/src/apps/slack/restapi/custom/api.pm b/src/apps/slack/restapi/custom/api.pm index 4d4094e80..ee1d01344 100644 --- a/src/apps/slack/restapi/custom/api.pm +++ b/src/apps/slack/restapi/custom/api.pm @@ -208,11 +208,11 @@ Slack Rest API custom mode =item B<--hostname> -Slack API hostname (Default: 'slack.com'). +Slack API hostname (default: 'slack.com'). =item B<--api-path> -Slack API url path (Default: '/api'). +Slack API url path (default: '/api'). =item B<--api-token> @@ -224,7 +224,7 @@ Slack API port =item B<--proto> -Specify https if needed (Default: 'https') +Specify https if needed (default: 'https') =item B<--timeout> diff --git a/src/apps/slack/restapi/mode/listservices.pm b/src/apps/slack/restapi/mode/listservices.pm index f788cba79..e8b26035a 100644 --- a/src/apps/slack/restapi/mode/listservices.pm +++ b/src/apps/slack/restapi/mode/listservices.pm @@ -100,7 +100,7 @@ List slack services. =item B<--filter-name> -Filter service name (Can be a regexp). +Filter service name (can be a regexp). =back diff --git a/src/apps/slack/restapi/mode/services.pm b/src/apps/slack/restapi/mode/services.pm index 15290e94e..a278ca704 100644 --- a/src/apps/slack/restapi/mode/services.pm +++ b/src/apps/slack/restapi/mode/services.pm @@ -160,15 +160,15 @@ Check Slack services status. =item B<--filter-name> Only display the status for a specific servie -(Example: --filter-service='connections') +(example: --filter-service='connections') =item B<--warning-status> -Set warning threshold for the service status (Default: '%{status} eq "active" and %{type} eq "incident"'). +Set warning threshold for the service status (default: '%{status} eq "active" and %{type} eq "incident"'). =item B<--critical-status> -Set warning threshold for the service status (Default: '%{status} eq "active" and %{type} eq "outage"'). +Set warning threshold for the service status (default: '%{status} eq "active" and %{type} eq "outage"'). =back diff --git a/src/apps/smartermail/restapi/custom/api.pm b/src/apps/smartermail/restapi/custom/api.pm index c48cc70ae..0089a3de0 100644 --- a/src/apps/smartermail/restapi/custom/api.pm +++ b/src/apps/smartermail/restapi/custom/api.pm @@ -268,15 +268,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: 443) +API port (default: 443) =item B<--proto> -Specify https if needed (Default: 'https') +Specify https if needed (default: 'https') =item B<--api-username> diff --git a/src/apps/smartermail/restapi/mode/licenses.pm b/src/apps/smartermail/restapi/mode/licenses.pm index 101a3253e..5c172cc6e 100644 --- a/src/apps/smartermail/restapi/mode/licenses.pm +++ b/src/apps/smartermail/restapi/mode/licenses.pm @@ -100,7 +100,7 @@ You can use the following variables: %{upgrade_protection_status} =item B<--critical-upgrade-protection-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{upgrade_protection_status} =~ /expired/'). +Define the conditions to match for the status to be CRITICAL (default: '%{upgrade_protection_status} =~ /expired/'). You can use the following variables: %{upgrade_protection_status} =item B<--warning-*> B<--critical-*> diff --git a/src/apps/smartermail/restapi/mode/services.pm b/src/apps/smartermail/restapi/mode/services.pm index 393cc39f9..57e406cd9 100644 --- a/src/apps/smartermail/restapi/mode/services.pm +++ b/src/apps/smartermail/restapi/mode/services.pm @@ -102,7 +102,7 @@ Check services. =item B<--filter-service> Only display some counters (regexp can be used). -(Example: --filter-service='spool|smtp|pop') +(example: --filter-service='spool|smtp|pop') =item B<--unknown-status> @@ -116,7 +116,7 @@ You can use the following variables: %{state}, %{display} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{state} !~ /running/'). +Define the conditions to match for the status to be CRITICAL (default: '%{state} !~ /running/'). You can use the following variables: %{state}, %{display} =back diff --git a/src/apps/smartermail/restapi/mode/spools.pm b/src/apps/smartermail/restapi/mode/spools.pm index 565e8c53f..b84f5be66 100644 --- a/src/apps/smartermail/restapi/mode/spools.pm +++ b/src/apps/smartermail/restapi/mode/spools.pm @@ -95,7 +95,7 @@ Check spools. =item B<--filter-spool> -Filter spools by name (Can be a regexp). +Filter spools by name (can be a regexp). =item B<--warning-*> B<--critical-*> diff --git a/src/apps/thales/mistral/vs9/restapi/custom/api.pm b/src/apps/thales/mistral/vs9/restapi/custom/api.pm index 623159211..e53fd1167 100644 --- a/src/apps/thales/mistral/vs9/restapi/custom/api.pm +++ b/src/apps/thales/mistral/vs9/restapi/custom/api.pm @@ -311,11 +311,11 @@ Set MMC hostname. =item B<--port> -Port used (Default: 5572) +Port used (default: 5572) =item B<--proto> -Specify https if needed (Default: 'https') +Specify https if needed (default: 'https') =item B<--api-username> @@ -327,7 +327,7 @@ API password. =item B<--timeout> -Set timeout in seconds (Default: 30). +Set timeout in seconds (default: 30). =back diff --git a/src/apps/thales/mistral/vs9/restapi/mode/clusters.pm b/src/apps/thales/mistral/vs9/restapi/mode/clusters.pm index 1a3eedb9c..cdb0c6d9e 100644 --- a/src/apps/thales/mistral/vs9/restapi/mode/clusters.pm +++ b/src/apps/thales/mistral/vs9/restapi/mode/clusters.pm @@ -295,12 +295,12 @@ You can use the following variables: %{gatewaysClusterStatus}, %{availableForSwi =item B<--warning-cluster-status> -Define the conditions to match for the status to be WARNING (Default: '%{gatewaysClusterStatus} =~ /HAC_FAILOVER/i'). +Define the conditions to match for the status to be WARNING (default: '%{gatewaysClusterStatus} =~ /HAC_FAILOVER/i'). You can use the following variables: %{gatewaysClusterStatus}, %{availableForSwitching}, %{clusterName} =item B<--critical-cluster-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{gatewaysClusterStatus} =~ /HAC_FAILURE|HAC_DOWN|HAC_BACKUP_FAILURE/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{gatewaysClusterStatus} =~ /HAC_FAILURE|HAC_DOWN|HAC_BACKUP_FAILURE/i'). You can use the following variables: %{gatewaysClusterStatus}, %{availableForSwitching}, %{clusterName} =item B<--unknown-member-status> diff --git a/src/apps/thales/mistral/vs9/restapi/mode/devices.pm b/src/apps/thales/mistral/vs9/restapi/mode/devices.pm index 3c9eb6a2d..921cba2da 100644 --- a/src/apps/thales/mistral/vs9/restapi/mode/devices.pm +++ b/src/apps/thales/mistral/vs9/restapi/mode/devices.pm @@ -971,12 +971,12 @@ You can use the following variables: %{revoked}, %{sn}, %{certSn}, %{subjectComm =item B<--unknown-connection-status> -Define the conditions to match for the status to be UNKNOWN (Default: '%{connectionStatus} =~ /unknown/i'). +Define the conditions to match for the status to be UNKNOWN (default: '%{connectionStatus} =~ /unknown/i'). You can use the following variables: %{sn}, %{connectionStatus} =item B<--warning-connection-status> -Define the conditions to match for the status to be WARNING (Default: '%{connectionStatus} =~ /disconnected|unpaired/i'). +Define the conditions to match for the status to be WARNING (default: '%{connectionStatus} =~ /disconnected|unpaired/i'). You can use the following variables: %{sn}, %{connectionStatus} =item B<--critical-connection-status> @@ -996,7 +996,7 @@ You can use the following variables: %{sn}, %{operatingState} =item B<--critical-operating-state> -Define the conditions to match for the status to be CRITICAL (Default: '%{operatingState} !~ /operating/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{operatingState} !~ /operating/i'). You can use the following variables: %{sn}, %{operatingState} =item B<--unknown-autotest-state> @@ -1011,7 +1011,7 @@ You can use the following variables: %{sn}, %{name}, %{state} =item B<--critical-autotest-state> -Define the conditions to match for the status to be CRITICAL (Default: '%{state} !~ /success/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{state} !~ /success/i'). You can use the following variables: %{sn}, %{name}, %{state} =item B<--unknown-interface-status> @@ -1026,7 +1026,7 @@ You can use the following variables: %{sn}, %{name}, %{operatingStatus} =item B<--critical-interface-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{operatingStatus} !~ /up/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{operatingStatus} !~ /up/i'). You can use the following variables: %{sn}, %{name}, %{operatingStatus} =item B<--unknown-vpn-ike-service-state> @@ -1041,7 +1041,7 @@ You can use the following variables: %{sn}, %{state} =item B<--critical-vpn-ike-service-state> -Define the conditions to match for the status to be CRITICAL (Default: '%{state} =~ /stopped/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{state} =~ /stopped/i'). You can use the following variables: %{sn}, %{state} =item B<--unknown-vpn-ike-sa-state> @@ -1056,7 +1056,7 @@ You can use the following variables: %{sn}, %{name}, %{state} =item B<--critical-vpn-ike-sa-state> -Define the conditions to match for the status to be CRITICAL (Default: '%{state} =~ /down/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{state} =~ /down/i'). You can use the following variables: %{sn}, %{name}, %{state} =item B<--unknown-vpn-sa-state> @@ -1071,7 +1071,7 @@ You can use the following variables: %{sn}, %{name}, %{state} =item B<--critical-vpn-sa-state> -Define the conditions to match for the status to be CRITICAL (Default: '%{state} =~ /down/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{state} =~ /down/i'). You can use the following variables: %{sn}, %{name}, %{state} =item B<--ntp-hostname> @@ -1080,7 +1080,7 @@ Set the ntp hostname (if not set, localtime is used). =item B<--ntp-port> -Set the ntp port (Default: 123). +Set the ntp port (default: 123). =item B<--time-connection-unit> @@ -1099,7 +1099,7 @@ Select the time unit for certificate threshold. May be 's' for seconds, 'm' for =item B<--traffic-unit> -Units of thresholds for the traffic (Default: 'percent_delta') ('percent_delta', 'bps', 'counter'). +Units of thresholds for the traffic (default: 'percent_delta') ('percent_delta', 'bps', 'counter'). =item B<--speed> diff --git a/src/apps/thales/mistral/vs9/restapi/mode/discovery.pm b/src/apps/thales/mistral/vs9/restapi/mode/discovery.pm index da89abf90..d707caa91 100644 --- a/src/apps/thales/mistral/vs9/restapi/mode/discovery.pm +++ b/src/apps/thales/mistral/vs9/restapi/mode/discovery.pm @@ -181,7 +181,7 @@ Resources discovery. =item B<--resource-type> -Choose the type of resources to discover (Can be: 'device', 'mmc'). +Choose the type of resources to discover (can be: 'device', 'mmc'). =back diff --git a/src/apps/thales/mistral/vs9/restapi/mode/mmccluster.pm b/src/apps/thales/mistral/vs9/restapi/mode/mmccluster.pm index a2dc8b9b1..6aad94a91 100644 --- a/src/apps/thales/mistral/vs9/restapi/mode/mmccluster.pm +++ b/src/apps/thales/mistral/vs9/restapi/mode/mmccluster.pm @@ -140,12 +140,12 @@ Check MMC cluster status. =item B<--unknown-cluster-status> -Define the conditions to match for the status to be UNKNOWN (Default: '%{replicationStatus} =~ /unknown/i'). +Define the conditions to match for the status to be UNKNOWN (default: '%{replicationStatus} =~ /unknown/i'). You can use the following variables: %{enabled}, %{replicationStatus} =item B<--warning-cluster-status> -Define the conditions to match for the status to be WARNING (Default: '%{replicationStatus} =~ /not_synchronized/i'). +Define the conditions to match for the status to be WARNING (default: '%{replicationStatus} =~ /not_synchronized/i'). You can use the following variables: %{enabled}, %{replicationStatus} =item B<--critical-cluster-status> @@ -160,7 +160,7 @@ You can use the following variables: %{status}, %{name} =item B<--warning-node-status> -Define the conditions to match for the status to be WARNING (Default: '%{status} =~ /disconnected/i'). +Define the conditions to match for the status to be WARNING (default: '%{status} =~ /disconnected/i'). You can use the following variables: %{status}, %{name} =item B<--critical-node-status> diff --git a/src/apps/tomcat/jmx/mode/connectorusage.pm b/src/apps/tomcat/jmx/mode/connectorusage.pm index ae86233ce..efff6b681 100644 --- a/src/apps/tomcat/jmx/mode/connectorusage.pm +++ b/src/apps/tomcat/jmx/mode/connectorusage.pm @@ -238,7 +238,7 @@ Can be: 'threads-count', 'threads-busy', 'request-count', 'traffic-in', 'traffic =item B<--units> -Units of thresholds (Default: '%') ('%', 'absolute'). +Units of thresholds (default: '%') ('%', 'absolute'). =back diff --git a/src/apps/tomcat/jmx/mode/datasourceusage.pm b/src/apps/tomcat/jmx/mode/datasourceusage.pm index 729d975f8..4025c34f1 100644 --- a/src/apps/tomcat/jmx/mode/datasourceusage.pm +++ b/src/apps/tomcat/jmx/mode/datasourceusage.pm @@ -225,7 +225,7 @@ Can be: 'num-active', 'num-idle'. =item B<--units> -Units of thresholds (Default: '%') ('%', 'absolute'). +Units of thresholds (default: '%') ('%', 'absolute'). =back diff --git a/src/apps/tomcat/jmx/mode/webappssessions.pm b/src/apps/tomcat/jmx/mode/webappssessions.pm index 222958896..1a3df85f2 100644 --- a/src/apps/tomcat/jmx/mode/webappssessions.pm +++ b/src/apps/tomcat/jmx/mode/webappssessions.pm @@ -210,7 +210,7 @@ Can be: 'sessions-count', 'sessions-active'. =item B<--units> -Units of thresholds (Default: '%') ('%', 'absolute'). +Units of thresholds (default: '%') ('%', 'absolute'). =back diff --git a/src/apps/tomcat/web/mode/applications.pm b/src/apps/tomcat/web/mode/applications.pm index 7980a5c7d..a246bf384 100644 --- a/src/apps/tomcat/web/mode/applications.pm +++ b/src/apps/tomcat/web/mode/applications.pm @@ -158,19 +158,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> @@ -178,7 +178,7 @@ Threshold for HTTP timeout =item B<--urlpath> -Path to the Tomcat Manager List (Default: Tomcat 7 '/manager/text/list') +Path to the Tomcat Manager List (default: Tomcat 7 '/manager/text/list') Tomcat 6: '/manager/list' Tomcat 7: '/manager/text/list' @@ -193,7 +193,7 @@ Can be for example: '/STORAGE/context/test1'. =item B<--unknown-http-status> -Threshold unknown for http response code (Default: '%{http_code} < 200 or %{http_code} >= 300') +Threshold unknown for http response code (default: '%{http_code} < 200 or %{http_code} >= 300') =item B<--warning-http-status> @@ -205,17 +205,17 @@ Critical threshold for http response code =item B<--unknown-status> -Define the conditions to match for the status to be UNKNOWN (Default: '%{state} ne "running"'). +Define the conditions to match for the status to be UNKNOWN (default: '%{state} ne "running"'). You can use the following variables: %{state}, %{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: %{state}, %{display} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{state} eq "stopped"'). +Define the conditions to match for the status to be CRITICAL (default: '%{state} eq "stopped"'). You can use the following variables: %{state}, %{display} =item B<--warning-*> B<--critical-*> diff --git a/src/apps/tomcat/web/mode/connectors.pm b/src/apps/tomcat/web/mode/connectors.pm index 20c773867..3d45610b2 100644 --- a/src/apps/tomcat/web/mode/connectors.pm +++ b/src/apps/tomcat/web/mode/connectors.pm @@ -329,19 +329,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> @@ -349,7 +349,7 @@ Threshold for HTTP timeout =item B<--urlpath> -Path to the Tomcat Manager XML (Default: '/manager/status?XML=true') +Path to the Tomcat Manager XML (default: '/manager/status?XML=true') =item B<--filter-name> diff --git a/src/apps/tomcat/web/mode/listapplication.pm b/src/apps/tomcat/web/mode/listapplication.pm index 6779a3a16..584bcca2d 100644 --- a/src/apps/tomcat/web/mode/listapplication.pm +++ b/src/apps/tomcat/web/mode/listapplication.pm @@ -145,19 +145,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> @@ -165,7 +165,7 @@ Threshold for HTTP timeout =item B<--url-path> -Path to the Tomcat Manager List (Default: Tomcat 7 '/manager/text/list') +Path to the Tomcat Manager List (default: Tomcat 7 '/manager/text/list') Tomcat 6: '/manager/list' Tomcat 7: '/manager/text/list' diff --git a/src/apps/tomcat/web/mode/memory.pm b/src/apps/tomcat/web/mode/memory.pm index d9933059e..a3e4ea518 100644 --- a/src/apps/tomcat/web/mode/memory.pm +++ b/src/apps/tomcat/web/mode/memory.pm @@ -208,19 +208,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> @@ -228,7 +228,7 @@ Threshold for HTTP timeout =item B<--urlpath> -Path to the Tomcat Manager XML (Default: '/manager/status?XML=true') +Path to the Tomcat Manager XML (default: '/manager/status?XML=true') =item B<--warning-*> B<--critical-*> diff --git a/src/apps/tosca/restapi/custom/api.pm b/src/apps/tosca/restapi/custom/api.pm index 160fe6188..3717d63b8 100644 --- a/src/apps/tosca/restapi/custom/api.pm +++ b/src/apps/tosca/restapi/custom/api.pm @@ -246,11 +246,11 @@ Tosca 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> @@ -262,11 +262,11 @@ Tosca Commander API password. =item B<--url-path> -API base url path (Default: '/rest/toscacommander'). +API base url path (default: '/rest/toscacommander'). =item B<--timeout> -Set timeout in seconds (Default: 10). +Set timeout in seconds (default: 10). =back diff --git a/src/apps/toshiba/storemate/sql/mode/maintenanceplan.pm b/src/apps/toshiba/storemate/sql/mode/maintenanceplan.pm index fcf36c6ea..4d885ff7d 100644 --- a/src/apps/toshiba/storemate/sql/mode/maintenanceplan.pm +++ b/src/apps/toshiba/storemate/sql/mode/maintenanceplan.pm @@ -157,12 +157,12 @@ Database name (default: 'Framework'). =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: %{description}, %{workstation_id}, %{since} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '1 == 1'. We match all errors). +Define the conditions to match for the status to be CRITICAL (default: '1 == 1'. We match all errors). You can use the following variables: %{description}, %{workstation_id}, %{since} =item B<--timezone> diff --git a/src/apps/video/openheadend/snmp/mode/nodeusage.pm b/src/apps/video/openheadend/snmp/mode/nodeusage.pm index b1668b52d..652423cae 100644 --- a/src/apps/video/openheadend/snmp/mode/nodeusage.pm +++ b/src/apps/video/openheadend/snmp/mode/nodeusage.pm @@ -173,7 +173,7 @@ You can use the following variables: %{dep_status}, %{display} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{dep_status} =~ /false/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{dep_status} =~ /false/i'). You can use the following variables: %{dep_status}, %{display} =item B<--warning-*> diff --git a/src/apps/video/openheadend/snmp/mode/operationstatus.pm b/src/apps/video/openheadend/snmp/mode/operationstatus.pm index 19a6079ce..146264e55 100644 --- a/src/apps/video/openheadend/snmp/mode/operationstatus.pm +++ b/src/apps/video/openheadend/snmp/mode/operationstatus.pm @@ -170,7 +170,7 @@ You can use the following variables: %{status}, %{dep_status}, %{display} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{dep_status} =~ /false/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{dep_status} =~ /false/i'). You can use the following variables: %{status}, %{dep_status}, %{display} =back diff --git a/src/apps/video/zixi/restapi/custom/api.pm b/src/apps/video/zixi/restapi/custom/api.pm index df81b27e6..864713360 100644 --- a/src/apps/video/zixi/restapi/custom/api.pm +++ b/src/apps/video/zixi/restapi/custom/api.pm @@ -154,11 +154,11 @@ Zixi hostname. =item B<--port> -Port used (Default: 4444) +Port used (default: 4444) =item B<--proto> -Specify https if needed (Default: 'http') +Specify https if needed (default: 'http') =item B<--username> diff --git a/src/apps/video/zixi/restapi/mode/broadcasterinputusage.pm b/src/apps/video/zixi/restapi/mode/broadcasterinputusage.pm index 79b16308a..e0582e098 100644 --- a/src/apps/video/zixi/restapi/mode/broadcasterinputusage.pm +++ b/src/apps/video/zixi/restapi/mode/broadcasterinputusage.pm @@ -190,12 +190,12 @@ Can be: 'traffic-in', 'traffic-out'. =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: %{source}, %{status}, %{error}. =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} !~ /Connecting|Connected/i || %{error} !~ /none/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} !~ /Connecting|Connected/i || %{error} !~ /none/i'). You can use the following variables: %{source}, %{status}, %{error}. =back diff --git a/src/apps/video/zixi/restapi/mode/broadcasterlicenseusage.pm b/src/apps/video/zixi/restapi/mode/broadcasterlicenseusage.pm index 54ab36801..9ae2d803b 100644 --- a/src/apps/video/zixi/restapi/mode/broadcasterlicenseusage.pm +++ b/src/apps/video/zixi/restapi/mode/broadcasterlicenseusage.pm @@ -247,7 +247,7 @@ Can be: 'usage', 'days'. =item B<--units> -Units of thresholds (Default: '%') ('%', 'absolute'). +Units of thresholds (default: '%') ('%', 'absolute'). =item B<--free> @@ -255,12 +255,12 @@ Thresholds are on free license left. =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: %{name}, %{error}, %{info}. =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: %{name}, %{error}, %{info}. =back diff --git a/src/apps/video/zixi/restapi/mode/broadcasteroutputusage.pm b/src/apps/video/zixi/restapi/mode/broadcasteroutputusage.pm index e1c57bf7e..50b818b61 100644 --- a/src/apps/video/zixi/restapi/mode/broadcasteroutputusage.pm +++ b/src/apps/video/zixi/restapi/mode/broadcasteroutputusage.pm @@ -201,12 +201,12 @@ Can be: 'traffic-in', 'traffic-out', 'dropped-in'. =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: %{name}, %{status}, %{error}. =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} !~ /Connecting|Connected/i || %{error} !~ /none/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} !~ /Connecting|Connected/i || %{error} !~ /none/i'). You can use the following variables: %{name}, %{status}, %{error}. =back diff --git a/src/apps/video/zixi/restapi/mode/feederinputusage.pm b/src/apps/video/zixi/restapi/mode/feederinputusage.pm index 01d8a0021..217f519b8 100644 --- a/src/apps/video/zixi/restapi/mode/feederinputusage.pm +++ b/src/apps/video/zixi/restapi/mode/feederinputusage.pm @@ -161,12 +161,12 @@ Can be: 'traffic-in'. =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: %{name}, %{active}, %{error}. =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: %{name}, %{active}, %{error}. =back diff --git a/src/apps/video/zixi/restapi/mode/feederoutputusage.pm b/src/apps/video/zixi/restapi/mode/feederoutputusage.pm index 75c85295c..5fbe02fe9 100644 --- a/src/apps/video/zixi/restapi/mode/feederoutputusage.pm +++ b/src/apps/video/zixi/restapi/mode/feederoutputusage.pm @@ -161,12 +161,12 @@ Can be: 'current-birate'. =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: %{name}, %{active}, %{error}, %{con_stat}. =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: %{name}, %{active}, %{error}, %{con_stat}. =back diff --git a/src/apps/virtualization/hpe/simplivity/restapi/custom/api.pm b/src/apps/virtualization/hpe/simplivity/restapi/custom/api.pm index 4422b8588..ad853e2de 100644 --- a/src/apps/virtualization/hpe/simplivity/restapi/custom/api.pm +++ b/src/apps/virtualization/hpe/simplivity/restapi/custom/api.pm @@ -308,11 +308,11 @@ OmniStack API hostname. =item B<--port> -OmniStack API port (Default: 443) +OmniStack API port (default: 443) =item B<--proto> -Specify https if needed (Default: 'https') +Specify https if needed (default: 'https') =item B<--api-username> diff --git a/src/apps/virtualization/hpe/simplivity/restapi/mode/discovery.pm b/src/apps/virtualization/hpe/simplivity/restapi/mode/discovery.pm index d099f3749..3b82b7b99 100644 --- a/src/apps/virtualization/hpe/simplivity/restapi/mode/discovery.pm +++ b/src/apps/virtualization/hpe/simplivity/restapi/mode/discovery.pm @@ -144,7 +144,7 @@ Resources discovery. =item B<--resource-type> -Choose the type of resources to discover (Can be: 'vm', 'host'). +Choose the type of resources to discover (can be: 'vm', 'host'). =back diff --git a/src/apps/virtualization/hpe/simplivity/restapi/mode/hosts.pm b/src/apps/virtualization/hpe/simplivity/restapi/mode/hosts.pm index 81a7aae09..c0273f5a0 100644 --- a/src/apps/virtualization/hpe/simplivity/restapi/mode/hosts.pm +++ b/src/apps/virtualization/hpe/simplivity/restapi/mode/hosts.pm @@ -255,62 +255,62 @@ Filter hosts by name. =item B<--unknown-host-status> -Define the conditions to match for the status to be UNKNOWN (Default: '%{status} =~ /unknown/'). +Define the conditions to match for the status to be UNKNOWN (default: '%{status} =~ /unknown/'). You can use the following variables: %{status}, %{name} =item B<--warning-host-status> -Define the conditions to match for the status to be WARNING (Default: '%{status} =~ /suspected/'). +Define the conditions to match for the status to be WARNING (default: '%{status} =~ /suspected/'). You can use the following variables: %{status}, %{name} =item B<--critical-host-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} =~ /faulty/'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} =~ /faulty/'). You can use the following variables: %{status}, %{name} =item B<--unknown-raid-status> -Set unknown threshold for component status (Default: '%{status} =~ /unknown/'). +Set unknown threshold for component status (default: '%{status} =~ /unknown/'). You can use the following variables: %{status}, %{name} =item B<--warning-raid-status> -Set warning threshold for component status (Default: '%{status} =~ /yellow/'). +Set warning threshold for component status (default: '%{status} =~ /yellow/'). You can use the following variables: %{status}, %{name} =item B<--critical-raid-status> -Set critical threshold for component status (Default: '%{status} =~ /red/'). +Set critical threshold for component status (default: '%{status} =~ /red/'). You can use the following variables: %{status}, %{name} =item B<--unknown-logical-drive-status> -Set unknown threshold for component status (Default: '%{status} =~ /unknown/'). +Set unknown threshold for component status (default: '%{status} =~ /unknown/'). You can use the following variables: %{status}, %{name} =item B<--warning-logical-drive-status> -Set warning threshold for component status (Default: '%{status} =~ /yellow/'). +Set warning threshold for component status (default: '%{status} =~ /yellow/'). You can use the following variables: %{status}, %{name} =item B<--critical-logical-drive-status> -Set critical threshold for component status (Default: '%{status} =~ /red/'). +Set critical threshold for component status (default: '%{status} =~ /red/'). You can use the following variables: %{status}, %{name} =item B<--unknown-physical-drive-status> -Set unknown threshold for component status (Default: '%{status} =~ /unknown/'). +Set unknown threshold for component status (default: '%{status} =~ /unknown/'). You can use the following variables: %{status}, %{name} =item B<--warning-physical-drive-status> -Set warning threshold for component status (Default: '%{status} =~ /yellow/'). +Set warning threshold for component status (default: '%{status} =~ /yellow/'). You can use the following variables: %{status}, %{name} =item B<--critical-physical-drive-status> -Set critical threshold for component status (Default: '%{status} =~ /red/'). +Set critical threshold for component status (default: '%{status} =~ /red/'). You can use the following variables: %{status}, %{name} =item B<--warning-*> B<--critical-*> diff --git a/src/apps/virtualization/hpe/simplivity/restapi/mode/listhosts.pm b/src/apps/virtualization/hpe/simplivity/restapi/mode/listhosts.pm index d1d6155b6..90f18cce3 100644 --- a/src/apps/virtualization/hpe/simplivity/restapi/mode/listhosts.pm +++ b/src/apps/virtualization/hpe/simplivity/restapi/mode/listhosts.pm @@ -110,7 +110,7 @@ List hosts. =item B<--filter-name> -Filter host name (Can be a regexp). +Filter host name (can be a regexp). =back diff --git a/src/apps/virtualization/hpe/simplivity/restapi/mode/virtualmachines.pm b/src/apps/virtualization/hpe/simplivity/restapi/mode/virtualmachines.pm index 3130be4fe..b4a4c401f 100644 --- a/src/apps/virtualization/hpe/simplivity/restapi/mode/virtualmachines.pm +++ b/src/apps/virtualization/hpe/simplivity/restapi/mode/virtualmachines.pm @@ -171,12 +171,12 @@ Filter virtual machines by virtual machine name. =item B<--unknown-ha-status> -Define the conditions to match for the status to be UNKNOWN (Default: '%{status} =~ /unknown/'). +Define the conditions to match for the status to be UNKNOWN (default: '%{status} =~ /unknown/'). You can use the following variables: %{ha_status}, %{vm_name} =item B<--warning-ha-status> -Define the conditions to match for the status to be WARNING (Default: '%{status} =~ /degraded/'). +Define the conditions to match for the status to be WARNING (default: '%{status} =~ /degraded/'). You can use the following variables: %{ha_status}, %{vm_name} =item B<--critical-ha-status> diff --git a/src/apps/virtualization/ovirt/custom/api.pm b/src/apps/virtualization/ovirt/custom/api.pm index b9856ab4d..e1c81852f 100644 --- a/src/apps/virtualization/ovirt/custom/api.pm +++ b/src/apps/virtualization/ovirt/custom/api.pm @@ -287,11 +287,11 @@ oVirt 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> @@ -303,7 +303,7 @@ oVirt API password. =item B<--timeout> -Set timeout in seconds (Default: 10). +Set timeout in seconds (default: 10). =back diff --git a/src/apps/virtualization/ovirt/mode/cpuhost.pm b/src/apps/virtualization/ovirt/mode/cpuhost.pm index 0d1ac4b54..05d27142c 100644 --- a/src/apps/virtualization/ovirt/mode/cpuhost.pm +++ b/src/apps/virtualization/ovirt/mode/cpuhost.pm @@ -117,11 +117,11 @@ Check host cpu utilization. =item B<--filter-name> -Filter host name (Can be a regexp). +Filter host name (can be a regexp). =item B<--filter-id> -Filter host id (Can be a regexp). +Filter host ID (can be a regexp). =item B<--warning-*> diff --git a/src/apps/virtualization/ovirt/mode/listclusters.pm b/src/apps/virtualization/ovirt/mode/listclusters.pm index 50f630b8e..9464ed02a 100644 --- a/src/apps/virtualization/ovirt/mode/listclusters.pm +++ b/src/apps/virtualization/ovirt/mode/listclusters.pm @@ -96,7 +96,7 @@ List clusters. =item B<--filter-name> -Filter cluster name (Can be a regexp). +Filter cluster name (can be a regexp). =back diff --git a/src/apps/virtualization/ovirt/mode/listdatacenters.pm b/src/apps/virtualization/ovirt/mode/listdatacenters.pm index 7f013d643..ef06763e4 100644 --- a/src/apps/virtualization/ovirt/mode/listdatacenters.pm +++ b/src/apps/virtualization/ovirt/mode/listdatacenters.pm @@ -96,7 +96,7 @@ List datacenters. =item B<--filter-name> -Filter datacenter name (Can be a regexp). +Filter datacenter name (can be a regexp). =back diff --git a/src/apps/virtualization/ovirt/mode/listhosts.pm b/src/apps/virtualization/ovirt/mode/listhosts.pm index 7ee31e3e5..739d854fc 100644 --- a/src/apps/virtualization/ovirt/mode/listhosts.pm +++ b/src/apps/virtualization/ovirt/mode/listhosts.pm @@ -101,7 +101,7 @@ List hosts. =item B<--filter-name> -Filter host name (Can be a regexp). +Filter host name (can be a regexp). =back diff --git a/src/apps/vmware/connector/custom/connector.pm b/src/apps/vmware/connector/custom/connector.pm index 47ed76e69..b81c6edce 100644 --- a/src/apps/vmware/connector/custom/connector.pm +++ b/src/apps/vmware/connector/custom/connector.pm @@ -315,7 +315,7 @@ Password of vpshere/ESX connection (with --vsphere-address). =item B<--timeout> -Set global execution timeout (Default: 50) +Set global execution timeout (default: 50) =item B<--sampling-period> @@ -332,17 +332,17 @@ Searchs are case insensitive. =item B<--unknown-connector-status> -Set unknown threshold for connector status (Default: '%{code} < 0 || (%{code} > 0 && %{code} < 200)'). +Set unknown threshold for connector status (default: '%{code} < 0 || (%{code} > 0 && %{code} < 200)'). You can use the following variables: %{code}, %{short_message}, %{extra_message}. =item B<--warning-connector-status> -Set warning threshold for connector status (Default: ''). +Set warning threshold for connector status (default: ''). You can use the following variables: %{code}, %{short_message}, %{extra_message}. =item B<--critical-connector-status> -Set critical threshold for connector status (Default: ''). +Set critical threshold for connector status (default: ''). You can use the following variables: %{code}, %{short_message}, %{extra_message}. =back diff --git a/src/apps/vmware/connector/mode/alarmdatacenter.pm b/src/apps/vmware/connector/mode/alarmdatacenter.pm index d8f360a52..96610a1af 100644 --- a/src/apps/vmware/connector/mode/alarmdatacenter.pm +++ b/src/apps/vmware/connector/mode/alarmdatacenter.pm @@ -296,12 +296,12 @@ Check new alarms only. =item B<--warning-status> -Define the conditions to match for the status to be WARNING (Default: '%{status} =~ /yellow/i). +Define the conditions to match for the status to be WARNING (default: '%{status} =~ /yellow/i). You can use the following variables: %{status}, %{name}, %{entity}, %{type}. =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} =~ /red/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} =~ /red/i'). You can use the following variables: %{status}, %{name}, %{entity}, %{type}. =item B<--warning-*> diff --git a/src/apps/vmware/connector/mode/alarmhost.pm b/src/apps/vmware/connector/mode/alarmhost.pm index c4879e3f5..18dce5c1f 100644 --- a/src/apps/vmware/connector/mode/alarmhost.pm +++ b/src/apps/vmware/connector/mode/alarmhost.pm @@ -287,12 +287,12 @@ Check new alarms only. =item B<--warning-status> -Define the conditions to match for the status to be WARNING (Default: '%{status} =~ /yellow/i). +Define the conditions to match for the status to be WARNING (default: '%{status} =~ /yellow/i). You can use the following variables: %{status}, %{name}, %{entity}, %{type}. =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} =~ /red/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} =~ /red/i'). You can use the following variables: %{status}, %{name}, %{entity}, %{type}. =item B<--warning-*> diff --git a/src/apps/vmware/connector/mode/countvmhost.pm b/src/apps/vmware/connector/mode/countvmhost.pm index 23684ea71..b18c81572 100644 --- a/src/apps/vmware/connector/mode/countvmhost.pm +++ b/src/apps/vmware/connector/mode/countvmhost.pm @@ -190,17 +190,17 @@ Search in following cluster(s) (can be a regexp). =item B<--unknown-status> -Define the conditions to match for the status to be UNKNOWN (Default: '%{status} !~ /^connected$/i'). +Define the conditions to match for the status to be UNKNOWN (default: '%{status} !~ /^connected$/i'). You can use the following variables: %{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: ''). You can use the following variables: %{status} =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: %{status} =item B<--warning-*> diff --git a/src/apps/vmware/connector/mode/cpuhost.pm b/src/apps/vmware/connector/mode/cpuhost.pm index 864f2e2d3..3c5efdbc2 100644 --- a/src/apps/vmware/connector/mode/cpuhost.pm +++ b/src/apps/vmware/connector/mode/cpuhost.pm @@ -196,17 +196,17 @@ Search in following cluster(s) (can be a regexp). =item B<--unknown-status> -Define the conditions to match for the status to be UNKNOWN (Default: '%{status} !~ /^connected$/i'). +Define the conditions to match for the status to be UNKNOWN (default: '%{status} !~ /^connected$/i'). You can use the following variables: %{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: ''). You can use the following variables: %{status} =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: %{status} =item B<--warning-*> diff --git a/src/apps/vmware/connector/mode/cpuvm.pm b/src/apps/vmware/connector/mode/cpuvm.pm index aabe71022..439ea6d5a 100644 --- a/src/apps/vmware/connector/mode/cpuvm.pm +++ b/src/apps/vmware/connector/mode/cpuvm.pm @@ -232,17 +232,17 @@ Search in following host(s) (can be a regexp). =item B<--unknown-status> -Define the conditions to match for the status to be UNKNOWN (Default: '%{connection_state} !~ /^connected$/i or %{power_state} !~ /^poweredOn$/i'). +Define the conditions to match for the status to be UNKNOWN (default: '%{connection_state} !~ /^connected$/i or %{power_state} !~ /^poweredOn$/i'). You can use the following variables: %{connection_state}, %{power_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: %{connection_state}, %{power_state} =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: %{connection_state}, %{power_state} =item B<--warning-*> diff --git a/src/apps/vmware/connector/mode/datastorecountvm.pm b/src/apps/vmware/connector/mode/datastorecountvm.pm index ff243088c..6a39c781d 100644 --- a/src/apps/vmware/connector/mode/datastorecountvm.pm +++ b/src/apps/vmware/connector/mode/datastorecountvm.pm @@ -183,17 +183,17 @@ Search in following datacenter(s) (can be a regexp). =item B<--unknown-status> -Define the conditions to match for the status to be UNKNOWN (Default: '%{accessible} !~ /^true|1$/i'). +Define the conditions to match for the status to be UNKNOWN (default: '%{accessible} !~ /^true|1$/i'). You can use the following variables: %{accessible} =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: %{accessible} =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: %{accessible} =item B<--warning-*> diff --git a/src/apps/vmware/connector/mode/datastorehost.pm b/src/apps/vmware/connector/mode/datastorehost.pm index f3ed330d5..e1fa4bdd9 100644 --- a/src/apps/vmware/connector/mode/datastorehost.pm +++ b/src/apps/vmware/connector/mode/datastorehost.pm @@ -188,17 +188,17 @@ Datastore name is a regexp. =item B<--unknown-status> -Define the conditions to match for the status to be UNKNOWN (Default: '%{status} !~ /^connected$/i'). +Define the conditions to match for the status to be UNKNOWN (default: '%{status} !~ /^connected$/i'). You can use the following variables: %{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: ''). You can use the following variables: %{status} =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: %{status} =item B<--warning-*> diff --git a/src/apps/vmware/connector/mode/datastoreio.pm b/src/apps/vmware/connector/mode/datastoreio.pm index 0aab8f515..17ffabc72 100644 --- a/src/apps/vmware/connector/mode/datastoreio.pm +++ b/src/apps/vmware/connector/mode/datastoreio.pm @@ -163,17 +163,17 @@ Search in following datacenter(s) (can be a regexp). =item B<--unknown-status> -Define the conditions to match for the status to be UNKNOWN (Default: '%{accessible} !~ /^true|1$/i'). +Define the conditions to match for the status to be UNKNOWN (default: '%{accessible} !~ /^true|1$/i'). You can use the following variables: %{accessible} =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: %{accessible} =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: %{accessible} =item B<--warning-*> diff --git a/src/apps/vmware/connector/mode/datastoreiops.pm b/src/apps/vmware/connector/mode/datastoreiops.pm index 9eafcda8f..ada9cd1c3 100644 --- a/src/apps/vmware/connector/mode/datastoreiops.pm +++ b/src/apps/vmware/connector/mode/datastoreiops.pm @@ -241,17 +241,17 @@ Only display VMs with iops higher value (default: 50). =item B<--unknown-status> -Define the conditions to match for the status to be UNKNOWN (Default: '%{accessible} !~ /^true|1$/i'). +Define the conditions to match for the status to be UNKNOWN (default: '%{accessible} !~ /^true|1$/i'). You can use the following variables: %{accessible} =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: %{accessible} =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: %{accessible} =item B<--warning-*> B<--critical-*> diff --git a/src/apps/vmware/connector/mode/datastoresnapshot.pm b/src/apps/vmware/connector/mode/datastoresnapshot.pm index 7a92c2c06..8c122b9bb 100644 --- a/src/apps/vmware/connector/mode/datastoresnapshot.pm +++ b/src/apps/vmware/connector/mode/datastoresnapshot.pm @@ -172,17 +172,17 @@ Search in following datacenter(s) (can be a regexp). =item B<--unknown-status> -Define the conditions to match for the status to be UNKNOWN (Default: '%{accessible} !~ /^true|1$/i'). +Define the conditions to match for the status to be UNKNOWN (default: '%{accessible} !~ /^true|1$/i'). You can use the following variables: %{accessible} =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: %{accessible} =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: %{accessible} =item B<--warning-*> diff --git a/src/apps/vmware/connector/mode/datastoreusage.pm b/src/apps/vmware/connector/mode/datastoreusage.pm index fe4e6214d..599cb35c9 100644 --- a/src/apps/vmware/connector/mode/datastoreusage.pm +++ b/src/apps/vmware/connector/mode/datastoreusage.pm @@ -266,17 +266,17 @@ Explicitly ask vmware to refreshes free-space and capacity values (slower). =item B<--unknown-status> -Define the conditions to match for the status to be UNKNOWN (Default: '%{accessible} !~ /^true|1$/i'). +Define the conditions to match for the status to be UNKNOWN (default: '%{accessible} !~ /^true|1$/i'). You can use the following variables: %{accessible} =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: %{accessible} =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: %{accessible} =item B<--warning-*> B<--critical-*> diff --git a/src/apps/vmware/connector/mode/datastorevm.pm b/src/apps/vmware/connector/mode/datastorevm.pm index 13e94c2a3..40fd8c01c 100644 --- a/src/apps/vmware/connector/mode/datastorevm.pm +++ b/src/apps/vmware/connector/mode/datastorevm.pm @@ -242,17 +242,17 @@ Display virtual machine description. =item B<--unknown-status> -Define the conditions to match for the status to be UNKNOWN (Default: '%{connection_state} !~ /^connected$/i or %{power_state} !~ /^poweredOn$/i'). +Define the conditions to match for the status to be UNKNOWN (default: '%{connection_state} !~ /^connected$/i or %{power_state} !~ /^poweredOn$/i'). You can use the following variables: %{connection_state}, %{power_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: %{connection_state}, %{power_state} =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: %{connection_state}, %{power_state} =item B<--warning-*> B<--critical-*> diff --git a/src/apps/vmware/connector/mode/devicevm.pm b/src/apps/vmware/connector/mode/devicevm.pm index 54f64a1f3..7c2ae4b7e 100644 --- a/src/apps/vmware/connector/mode/devicevm.pm +++ b/src/apps/vmware/connector/mode/devicevm.pm @@ -195,21 +195,21 @@ Display virtual machine description. =item B<--device> -Device to check (Required) (Example: --device='VirtualCdrom'). +Device to check (required) (example: --device='VirtualCdrom'). =item B<--unknown-status> -Define the conditions to match for the status to be UNKNOWN (Default: '%{connection_state} !~ /^connected$/i'). +Define the conditions to match for the status to be UNKNOWN (default: '%{connection_state} !~ /^connected$/i'). You can use the following variables: %{connection_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: %{connection_state} =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: %{connection_state} =item B<--warning-*> diff --git a/src/apps/vmware/connector/mode/discovery.pm b/src/apps/vmware/connector/mode/discovery.pm index 073fdb243..b765fd802 100644 --- a/src/apps/vmware/connector/mode/discovery.pm +++ b/src/apps/vmware/connector/mode/discovery.pm @@ -83,7 +83,7 @@ Resources discovery. =item B<--resource-type> Choose the type of resources -to discover (Can be: 'esx', 'vm') (Mandatory). +to discover (can be: 'esx', 'vm') (mandatory). =item B<--prettify> diff --git a/src/apps/vmware/connector/mode/healthhost.pm b/src/apps/vmware/connector/mode/healthhost.pm index 66bad79b9..bb4840159 100644 --- a/src/apps/vmware/connector/mode/healthhost.pm +++ b/src/apps/vmware/connector/mode/healthhost.pm @@ -327,17 +327,17 @@ Check storage(s) status. =item B<--unknown-status> -Define the conditions to match for the status to be UNKNOWN (Default: '%{status} !~ /^connected$/i'). +Define the conditions to match for the status to be UNKNOWN (default: '%{status} !~ /^connected$/i'). You can use the following variables: %{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: ''). You can use the following variables: %{status} =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: %{status} =item B<--warning-*> B<--critical-*> diff --git a/src/apps/vmware/connector/mode/licenses.pm b/src/apps/vmware/connector/mode/licenses.pm index 131f35c5b..c5f5630d5 100644 --- a/src/apps/vmware/connector/mode/licenses.pm +++ b/src/apps/vmware/connector/mode/licenses.pm @@ -332,8 +332,7 @@ Exclude licenses by edition name (can be a regexp). =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 days. +Select the time unit for thresholds. May be 's' for seconds, 'm' for minutes, 'h' for hours, 'd' for days, 'w' for weeks. Default is days. =item B<--warning-*> B<--critical-*> diff --git a/src/apps/vmware/connector/mode/limitvm.pm b/src/apps/vmware/connector/mode/limitvm.pm index 94b569bf4..da7aaada8 100644 --- a/src/apps/vmware/connector/mode/limitvm.pm +++ b/src/apps/vmware/connector/mode/limitvm.pm @@ -241,32 +241,32 @@ Check disk limits (since vsphere 5.0). =item B<--warning-disk-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: %{connection_state}, %{power_state}, %{limit} =item B<--critical-disk-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{connection_state} !~ /^connected$/i || %{limit} != -1'). +Define the conditions to match for the status to be CRITICAL (default: '%{connection_state} !~ /^connected$/i || %{limit} != -1'). You can use the following variables: %{connection_state}, %{power_state}, %{limit} =item B<--warning-cpu-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: %{connection_state}, %{power_state}, %{limit} =item B<--critical-cpu-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{connection_state} !~ /^connected$/i || %{limit} != -1'). +Define the conditions to match for the status to be CRITICAL (default: '%{connection_state} !~ /^connected$/i || %{limit} != -1'). You can use the following variables: %{connection_state}, %{power_state}, %{limit} =item B<--warning-memory-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: %{connection_state}, %{power_state}, %{limit} =item B<--critical-memory-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{connection_state} !~ /^connected$/i || %{limit} != -1'). +Define the conditions to match for the status to be CRITICAL (default: '%{connection_state} !~ /^connected$/i || %{limit} != -1'). You can use the following variables: %{connection_state}, %{power_state}, %{limit} =back diff --git a/src/apps/vmware/connector/mode/maintenancehost.pm b/src/apps/vmware/connector/mode/maintenancehost.pm index 3c28198f5..452292849 100644 --- a/src/apps/vmware/connector/mode/maintenancehost.pm +++ b/src/apps/vmware/connector/mode/maintenancehost.pm @@ -144,27 +144,27 @@ Search in following cluster(s) (can be a regexp). =item B<--unknown-status> -Define the conditions to match for the status to be UNKNOWN (Default: '%{status} !~ /^connected$/i'). +Define the conditions to match for the status to be UNKNOWN (default: '%{status} !~ /^connected$/i'). You can use the following variables: %{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: ''). You can use the following variables: %{status} =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: %{status} =item B<--warning-maintenance-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: %{maintenance} =item B<--critical-maintenance-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{maintenance} !~ /false/'). +Define the conditions to match for the status to be CRITICAL (default: '%{maintenance} !~ /false/'). You can use the following variables: %{maintenance} diff --git a/src/apps/vmware/connector/mode/memoryhost.pm b/src/apps/vmware/connector/mode/memoryhost.pm index 2f0ae30a8..950462238 100644 --- a/src/apps/vmware/connector/mode/memoryhost.pm +++ b/src/apps/vmware/connector/mode/memoryhost.pm @@ -253,7 +253,7 @@ Search in following cluster(s) (can be a regexp). =item B<--units> -Units of thresholds (Default: '%') ('%', 'B'). +Units of thresholds (default: '%') ('%', 'B'). =item B<--free> @@ -261,17 +261,17 @@ Thresholds are on free space left. =item B<--unknown-status> -Define the conditions to match for the status to be UNKNOWN (Default: '%{status} !~ /^connected$/i'). +Define the conditions to match for the status to be UNKNOWN (default: '%{status} !~ /^connected$/i'). You can use the following variables: %{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: ''). You can use the following variables: %{status} =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: %{status} =item B<--warning-consumed-memory> diff --git a/src/apps/vmware/connector/mode/memoryvm.pm b/src/apps/vmware/connector/mode/memoryvm.pm index dfacbeea7..e0f5e6a41 100644 --- a/src/apps/vmware/connector/mode/memoryvm.pm +++ b/src/apps/vmware/connector/mode/memoryvm.pm @@ -339,22 +339,22 @@ Display virtual machine description. =item B<--unknown-status> -Define the conditions to match for the status to be UNKNOWN (Default: '%{connection_state} !~ /^connected$/i or %{power_state} !~ /^poweredOn$/i'). +Define the conditions to match for the status to be UNKNOWN (default: '%{connection_state} !~ /^connected$/i or %{power_state} !~ /^poweredOn$/i'). You can use the following variables: %{connection_state}, %{power_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: %{connection_state}, %{power_state} =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: %{connection_state}, %{power_state} =item B<--units> -Units of thresholds (Default: '%') ('%', 'B'). +Units of thresholds (default: '%') ('%', 'B'). =item B<--free> diff --git a/src/apps/vmware/connector/mode/nethost.pm b/src/apps/vmware/connector/mode/nethost.pm index 137e2f05c..ee6e18a07 100644 --- a/src/apps/vmware/connector/mode/nethost.pm +++ b/src/apps/vmware/connector/mode/nethost.pm @@ -390,17 +390,17 @@ It monitors only ESX nic that belongs to the filtered vswitches. =item B<--unknown-status> -Define the conditions to match for the status to be UNKNOWN (Default: '%{status} !~ /^connected$/i'). +Define the conditions to match for the status to be UNKNOWN (default: '%{status} !~ /^connected$/i'). You can use the following variables: %{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: ''). You can use the following variables: %{status} =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: %{status} =item B<--unknown-link-status> @@ -415,7 +415,7 @@ You can use the following variables: %{link_status}, %{display} =item B<--critical-link-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{link_status} !~ /up/'). +Define the conditions to match for the status to be CRITICAL (default: '%{link_status} !~ /up/'). You can use the following variables: %{link_status}, %{display} =item B<--warning-*> B<--critical-*> diff --git a/src/apps/vmware/connector/mode/netvm.pm b/src/apps/vmware/connector/mode/netvm.pm index ccc69b36f..a2c09861e 100644 --- a/src/apps/vmware/connector/mode/netvm.pm +++ b/src/apps/vmware/connector/mode/netvm.pm @@ -322,17 +322,17 @@ Display virtual machine description. =item B<--unknown-status> -Define the conditions to match for the status to be UNKNOWN (Default: '%{connection_state} !~ /^connected$/i or %{power_state} !~ /^poweredOn$/i'). +Define the conditions to match for the status to be UNKNOWN (default: '%{connection_state} !~ /^connected$/i or %{power_state} !~ /^poweredOn$/i'). You can use the following variables: %{connection_state}, %{power_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: %{connection_state}, %{power_state} =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: %{connection_state}, %{power_state} =item B<--speed-in> @@ -345,7 +345,7 @@ Set interface speed for outgoing traffic (in Mb). =item B<--units-traffic> -Units of thresholds for the traffic (Default: '%') ('%', 'b/s'). +Units of thresholds for the traffic (default: '%') ('%', 'b/s'). =item B<--warning-*> diff --git a/src/apps/vmware/connector/mode/servicehost.pm b/src/apps/vmware/connector/mode/servicehost.pm index a4fa8e096..9250cdb35 100644 --- a/src/apps/vmware/connector/mode/servicehost.pm +++ b/src/apps/vmware/connector/mode/servicehost.pm @@ -179,27 +179,27 @@ Filter services you want to check (can be a regexp). =item B<--unknown-status> -Define the conditions to match for the status to be UNKNOWN (Default: '%{status} !~ /^connected$/i && %{maintenance} =~ /false/i'). +Define the conditions to match for the status to be UNKNOWN (default: '%{status} !~ /^connected$/i && %{maintenance} =~ /false/i'). You can use the following variables: %{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: ''). You can use the following variables: %{status} =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: %{status} =item B<--warning-service-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: %{running}, %{label}, %{policy} =item B<--critical-service-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{policy} =~ /^on|automatic/i && !%{running}'). +Define the conditions to match for the status to be CRITICAL (default: '%{policy} =~ /^on|automatic/i && !%{running}'). You can use the following variables: %{running}, %{label}, %{policy} =back diff --git a/src/apps/vmware/connector/mode/snapshotvm.pm b/src/apps/vmware/connector/mode/snapshotvm.pm index 4df08fc6a..385902824 100644 --- a/src/apps/vmware/connector/mode/snapshotvm.pm +++ b/src/apps/vmware/connector/mode/snapshotvm.pm @@ -264,8 +264,7 @@ Ask to the connector that an empty response is ok. =item B<--unit> -Select the unit for performance data and thresholds. 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 thresholds. May be 's' for seconds, 'm' for minutes, 'h' for hours, 'd' for days, 'w' for weeks. Default is seconds. =item B<--warning> diff --git a/src/apps/vmware/connector/mode/statuscluster.pm b/src/apps/vmware/connector/mode/statuscluster.pm index 41642bd40..bf7ab8c50 100644 --- a/src/apps/vmware/connector/mode/statuscluster.pm +++ b/src/apps/vmware/connector/mode/statuscluster.pm @@ -131,17 +131,17 @@ Search in following datacenter(s) (can be a regexp). =item B<--unknown-status> -Define the conditions to match for the status to be UNKNOWN (Default: '%{overall_status} =~ /gray/i || %{vsan_status} =~ /gray/i'). +Define the conditions to match for the status to be UNKNOWN (default: '%{overall_status} =~ /gray/i || %{vsan_status} =~ /gray/i'). You can use the following variables: %{overall_status}, %{vsan_status}, %{drs_enabled}, %{ha_enabled} =item B<--warning-status> -Define the conditions to match for the status to be WARNING (Default: '%{overall_status} =~ /yellow/i || %{vsan_status} =~ /yellow/i'). +Define the conditions to match for the status to be WARNING (default: '%{overall_status} =~ /yellow/i || %{vsan_status} =~ /yellow/i'). You can use the following variables: %{overall_status}, %{vsan_status}, %{drs_enabled}, %{ha_enabled} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{overall_status} =~ /red/i || %{vsan_status} =~ /red/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{overall_status} =~ /red/i || %{vsan_status} =~ /red/i'). You can use the following variables: %{overall_status}, %{vsan_status}, %{drs_enabled}, %{ha_enabled} =back diff --git a/src/apps/vmware/connector/mode/statushost.pm b/src/apps/vmware/connector/mode/statushost.pm index 3ec50fbf1..ad12d7dce 100644 --- a/src/apps/vmware/connector/mode/statushost.pm +++ b/src/apps/vmware/connector/mode/statushost.pm @@ -147,32 +147,32 @@ Search in following cluster(s) (can be a regexp). =item B<--unknown-status> -Define the conditions to match for the status to be UNKNOWN (Default: '%{status} !~ /^connected$/i'). +Define the conditions to match for the status to be UNKNOWN (default: '%{status} !~ /^connected$/i'). You can use the following variables: %{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: ''). You can use the following variables: %{status} =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: %{status} =item B<--unknown-overall-status> -Define the conditions to match for the status to be WARNING (Default: '%{overall_status} =~ /gray/i'). +Define the conditions to match for the status to be WARNING (default: '%{overall_status} =~ /gray/i'). You can use the following variables: %{overall_status} =item B<--warning-overall-status> -Define the conditions to match for the status to be WARNING (Default: '%{overall_status} =~ /yellow/i'). +Define the conditions to match for the status to be WARNING (default: '%{overall_status} =~ /yellow/i'). You can use the following variables: %{overall_status} =item B<--critical-overall-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{overall_status} =~ /red/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{overall_status} =~ /red/i'). You can use the following variables: %{overall_status} =back diff --git a/src/apps/vmware/connector/mode/statusvm.pm b/src/apps/vmware/connector/mode/statusvm.pm index 195acf579..c4821812c 100644 --- a/src/apps/vmware/connector/mode/statusvm.pm +++ b/src/apps/vmware/connector/mode/statusvm.pm @@ -167,7 +167,7 @@ Search in following host(s) (can be a regexp). =item B<--unknown-status> -Define the conditions to match for the status to be UNKNOWN (Default: '%{connection_state} !~ /^connected$/i'). +Define the conditions to match for the status to be UNKNOWN (default: '%{connection_state} !~ /^connected$/i'). You can use the following variables: %{connection_state}, %{power_state} =item B<--warning-status> @@ -182,17 +182,17 @@ You can use the following variables: %{connection_state}, %{power_state} =item B<--unknown-overall-status> -Define the conditions to match for the status to be UNKNOWN (Default: '%{overall_status} =~ /gray/i'). +Define the conditions to match for the status to be UNKNOWN (default: '%{overall_status} =~ /gray/i'). You can use the following variables: %{overall_status} =item B<--warning-overall-status> -Define the conditions to match for the status to be WARNING (Default: '%{overall_status} =~ /yellow/i'). +Define the conditions to match for the status to be WARNING (default: '%{overall_status} =~ /yellow/i'). You can use the following variables: %{overall_status} =item B<--critical-overall-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{overall_status} =~ /red/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{overall_status} =~ /red/i'). You can use the following variables: %{overall_status} =back diff --git a/src/apps/vmware/connector/mode/storagehost.pm b/src/apps/vmware/connector/mode/storagehost.pm index 788af975e..aa947de24 100644 --- a/src/apps/vmware/connector/mode/storagehost.pm +++ b/src/apps/vmware/connector/mode/storagehost.pm @@ -360,7 +360,7 @@ Filter paths by name (can be a regexp). =item B<--unknown-status> -Define the conditions to match for the status to be UNKNOWN (Default: '%{status} !~ /^connected$/i && %{maintenance} =~ /false/i'). +Define the conditions to match for the status to be UNKNOWN (default: '%{status} !~ /^connected$/i && %{maintenance} =~ /false/i'). You can use the following variables: %{status}, %{maintenance} =item B<--warning-status> @@ -380,17 +380,17 @@ You can use the following variables: %{name}, %{host}, %{status} =item B<--critical-adapter-status> -Set critical threshold for adapter status (Default: '%{status} =~ /fault/'). +Set critical threshold for adapter status (default: '%{status} =~ /fault/'). You can use the following variables: %{name}, %{host}, %{status} =item B<--warning-lun-status> -Set warning threshold for lun status (Default: '%{status} =~ /degraded|quiesced/'). +Set warning threshold for lun status (default: '%{status} =~ /degraded|quiesced/'). You can use the following variables: %{name}, %{host}, %{status} =item B<--critical-lun-status> -Set critical threshold for lun status (Default: '%{status} =~ /lostcommunication|error/'). +Set critical threshold for lun status (default: '%{status} =~ /lostcommunication|error/'). You can use the following variables: %{name}, %{host}, %{status} =item B<--warning-path-status> @@ -400,7 +400,7 @@ You can use the following variables: %{name}, %{host}, %{status} =item B<--critical-path-status> -Set critical threshold for path status (Default: '%{status} =~ /dead/'). +Set critical threshold for path status (default: '%{status} =~ /dead/'). You can use the following variables: %{name}, %{host}, %{status} =item B<--warning-*> B<--critical-*> diff --git a/src/apps/vmware/connector/mode/swaphost.pm b/src/apps/vmware/connector/mode/swaphost.pm index 553f024ec..0fc11f7d3 100644 --- a/src/apps/vmware/connector/mode/swaphost.pm +++ b/src/apps/vmware/connector/mode/swaphost.pm @@ -150,17 +150,17 @@ Search in following cluster(s) (can be a regexp). =item B<--unknown-status> -Define the conditions to match for the status to be UNKNOWN (Default: '%{status} !~ /^connected$/i'). +Define the conditions to match for the status to be UNKNOWN (default: '%{status} !~ /^connected$/i'). You can use the following variables: %{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: ''). You can use the following variables: %{status} =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: %{status} =item B<--warning-*> diff --git a/src/apps/vmware/connector/mode/swapvm.pm b/src/apps/vmware/connector/mode/swapvm.pm index 28302ea2d..e963bf469 100644 --- a/src/apps/vmware/connector/mode/swapvm.pm +++ b/src/apps/vmware/connector/mode/swapvm.pm @@ -175,17 +175,17 @@ Display virtual machine description. =item B<--unknown-status> -Define the conditions to match for the status to be UNKNOWN (Default: '%{connection_state} !~ /^connected$/i or %{power_state} !~ /^poweredOn$/i'). +Define the conditions to match for the status to be UNKNOWN (default: '%{connection_state} !~ /^connected$/i or %{power_state} !~ /^poweredOn$/i'). You can use the following variables: %{connection_state}, %{power_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: %{connection_state}, %{power_state} =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: %{connection_state}, %{power_state} =item B<--warning-*> diff --git a/src/apps/vmware/connector/mode/timehost.pm b/src/apps/vmware/connector/mode/timehost.pm index 5f1d0ce5b..c6ea9bc5e 100644 --- a/src/apps/vmware/connector/mode/timehost.pm +++ b/src/apps/vmware/connector/mode/timehost.pm @@ -156,17 +156,17 @@ Search in following cluster(s) (can be a regexp). =item B<--unknown-status> -Define the conditions to match for the status to be UNKNOWN (Default: '%{status} !~ /^connected$/i'). +Define the conditions to match for the status to be UNKNOWN (default: '%{status} !~ /^connected$/i'). You can use the following variables: %{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: ''). You can use the following variables: %{status} =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: %{status} =item B<--warning-time> diff --git a/src/apps/vmware/connector/mode/uptimehost.pm b/src/apps/vmware/connector/mode/uptimehost.pm index dcac2675d..2a7b40136 100644 --- a/src/apps/vmware/connector/mode/uptimehost.pm +++ b/src/apps/vmware/connector/mode/uptimehost.pm @@ -156,17 +156,17 @@ Search in following cluster(s) (can be a regexp). =item B<--unknown-status> -Define the conditions to match for the status to be UNKNOWN (Default: '%{status} !~ /^connected$/i'). +Define the conditions to match for the status to be UNKNOWN (default: '%{status} !~ /^connected$/i'). You can use the following variables: %{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: ''). You can use the following variables: %{status} =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: %{status} =item B<--warning-time> diff --git a/src/apps/vmware/vcsa/restapi/custom/api.pm b/src/apps/vmware/vcsa/restapi/custom/api.pm index ae07924ed..1d0839634 100644 --- a/src/apps/vmware/vcsa/restapi/custom/api.pm +++ b/src/apps/vmware/vcsa/restapi/custom/api.pm @@ -286,11 +286,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> @@ -302,7 +302,7 @@ Set password. =item B<--timeout> -Threshold for HTTP timeout (Default: '30'). +Threshold for HTTP timeout (default: '30'). =back diff --git a/src/apps/vmware/vcsa/restapi/mode/health.pm b/src/apps/vmware/vcsa/restapi/mode/health.pm index fb38175e0..baed21513 100644 --- a/src/apps/vmware/vcsa/restapi/mode/health.pm +++ b/src/apps/vmware/vcsa/restapi/mode/health.pm @@ -130,7 +130,7 @@ You can use the following variables: %{health}, %{display} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{health} !~ /green/'). +Define the conditions to match for the status to be CRITICAL (default: '%{health} !~ /green/'). You can use the following variables: %{health}, %{display} =back diff --git a/src/apps/vmware/vcsa/snmp/mode/interfaces.pm b/src/apps/vmware/vcsa/snmp/mode/interfaces.pm index fb19910ef..24d89fb30 100644 --- a/src/apps/vmware/vcsa/snmp/mode/interfaces.pm +++ b/src/apps/vmware/vcsa/snmp/mode/interfaces.pm @@ -57,7 +57,7 @@ Check interfaces. =item B<--add-global> -Check global port statistics (By default if no --add-* option is set). +Check global port statistics (by default if no --add-* option is set). =item B<--add-status> @@ -89,7 +89,7 @@ Check interface data volume between two checks (not supposed to be graphed, usef =item B<--check-metrics> -If the expression is true, metrics are checked (Default: '%{opstatus} eq "up"'). +If the expression is true, metrics are checked (default: '%{opstatus} eq "up"'). =item B<--warning-status> @@ -98,7 +98,7 @@ You can use the following variables: %{admstatus}, %{opstatus}, %{duplexstatus}, =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{admstatus} eq "up" and %{opstatus} ne "up"'). +Define the conditions to match for the status to be CRITICAL (default: '%{admstatus} eq "up" and %{opstatus} ne "up"'). You can use the following variables: %{admstatus}, %{opstatus}, %{duplexstatus}, %{display} =item B<--warning-*> B<--critical-*> @@ -111,15 +111,15 @@ Can be: 'total-port', 'total-admin-up', 'total-admin-down', 'total-oper-up', 'to =item B<--units-traffic> -Units of thresholds for the traffic (Default: 'percent_delta') ('percent_delta', 'bps', 'counter'). +Units of thresholds for the traffic (default: 'percent_delta') ('percent_delta', 'bps', 'counter'). =item B<--units-errors> -Units of thresholds for errors/discards (Default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). +Units of thresholds for errors/discards (default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). =item B<--units-cast> -Units of thresholds for communication types (Default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). +Units of thresholds for communication types (default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). =item B<--nagvis-perfdata> @@ -127,7 +127,7 @@ Display traffic perfdata to be compatible with nagvis widget. =item B<--interface> -Set the interface (number expected) ex: 1,2,... (empty means 'check all interfaces'). +Set the interface (number expected) example: 1,2,... (empty means 'check all interfaces'). =item B<--name> @@ -173,7 +173,7 @@ Add an OID to display. Modify the interface name displayed by using a regular expression. -Eg: adding --display-transform-src='eth' --display-transform-dst='ens' will replace all occurrences of 'eth' with 'ens' +Example: adding --display-transform-src='eth' --display-transform-dst='ens' will replace all occurrences of 'eth' with 'ens' =item B<--show-cache> diff --git a/src/apps/vmware/vcsa/snmp/mode/listinterfaces.pm b/src/apps/vmware/vcsa/snmp/mode/listinterfaces.pm index 10f70659d..dda210e0d 100644 --- a/src/apps/vmware/vcsa/snmp/mode/listinterfaces.pm +++ b/src/apps/vmware/vcsa/snmp/mode/listinterfaces.pm @@ -55,7 +55,7 @@ __END__ =item B<--interface> -Set the interface (number expected) ex: 1,2,... (empty means 'check all interfaces'). +Set the interface (number expected) example: 1,2,... (empty means 'check all interfaces'). =item B<--name> @@ -89,7 +89,7 @@ Define the OID that will be used to name the interfaces (default: ifDesc) (value Modify the interface name displayed by using a regular expression. -Eg: adding --display-transform-src='eth' --display-transform-dst='ens' will replace all occurrences of 'eth' with 'ens' +Example: adding --display-transform-src='eth' --display-transform-dst='ens' will replace all occurrences of 'eth' with 'ens' =item B<--add-extra-oid> diff --git a/src/apps/vmware/vcsa/snmp/mode/storage.pm b/src/apps/vmware/vcsa/snmp/mode/storage.pm index 16ea6eb87..7f6581494 100644 --- a/src/apps/vmware/vcsa/snmp/mode/storage.pm +++ b/src/apps/vmware/vcsa/snmp/mode/storage.pm @@ -64,7 +64,7 @@ Check storage access (readOnly, readWrite). =item B<--units> -Units of thresholds (Default: '%') ('%', 'B'). +Units of thresholds (default: '%') ('%', 'B'). =item B<--free> @@ -72,7 +72,7 @@ Thresholds are on free space left. =item B<--storage> -Set the storage (number expected) ex: 1, 2,... (empty means 'check all storage'). +Set the storage (number expected) example: 1, 2,... (empty means 'check all storage'). =item B<--name> @@ -106,7 +106,7 @@ Choose OID used to display storage (default: hrStorageDescr) (values: hrStorageD Modify the storage name displayed by using a regular expression. -Eg: adding --display-transform-src='dev' --display-transform-dst='run' will replace all occurrences of 'dev' with 'run' +Example: adding --display-transform-src='dev' --display-transform-dst='run' will replace all occurrences of 'dev' with 'run' =item B<--show-cache> @@ -115,7 +115,7 @@ Display cache storage datas. =item B<--space-reservation> Some filesystem has space reserved (like ext4 for root). -The value is in percent of total (Default: none) (results like 'df' command). +The value is in percent of total (default: none) (results like 'df' command). =item B<--filter-duplicate> @@ -123,7 +123,7 @@ Filter duplicate storages (in used size and total size). =item B<--filter-storage-type> -Filter storage types with a regexp (Default: '^(hrStorageFixedDisk|hrStorageNetworkDisk|hrFSBerkeleyFFS)$'). +Filter storage types with a regexp (default: '^(hrStorageFixedDisk|hrStorageNetworkDisk|hrFSBerkeleyFFS)$'). =back diff --git a/src/apps/vmware/vcsa/snmp/mode/uptime.pm b/src/apps/vmware/vcsa/snmp/mode/uptime.pm index 50ba20d7b..95022970f 100644 --- a/src/apps/vmware/vcsa/snmp/mode/uptime.pm +++ b/src/apps/vmware/vcsa/snmp/mode/uptime.pm @@ -66,12 +66,11 @@ With that option, we manage the counter going back. But there is a few chance we =item B<--reboot-window> -To be used with check-overload option. Time in milliseconds (Default: 5000) +To be used with check-overload option. Time in milliseconds (default: 5000) You increase the chance of not missing a reboot if you decrease that value. =item B<--unit> -Select the unit for performance data and thresholds. 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 thresholds. May be 's' for seconds, 'm' for minutes, 'h' for hours, 'd' for days, 'w' for weeks. Default is seconds. =back diff --git a/src/apps/vmware/wsman/mode/hardware.pm b/src/apps/vmware/wsman/mode/hardware.pm index 98e020f70..7915cb2b7 100644 --- a/src/apps/vmware/wsman/mode/hardware.pm +++ b/src/apps/vmware/wsman/mode/hardware.pm @@ -126,7 +126,7 @@ Example: centreon_plugins.pl --plugin=apps::vmware::wsman::plugin --mode=hardwar =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'omc_discretesensor', 'omc_fan', 'omc_psu', 'vmware_storageextent', 'vmware_controller', 'vmware_storagevolume', 'vmware_battery', 'vmware_sassataport', 'cim_card', 'cim_computersystem', 'cim_numericsensor', 'cim_memory', 'cim_processor', 'cim_recordlog'. diff --git a/src/apps/voip/3cx/restapi/custom/api.pm b/src/apps/voip/3cx/restapi/custom/api.pm index de8a253f3..b5e9cc092 100644 --- a/src/apps/voip/3cx/restapi/custom/api.pm +++ b/src/apps/voip/3cx/restapi/custom/api.pm @@ -310,11 +310,11 @@ Set hostname or IP of 3CX server. =item B<--port> -Set 3CX Port (Default: '443'). +Set 3CX Port (default: '443'). =item B<--proto> -Specify http if needed (Default: 'https'). +Specify http if needed (default: 'https'). =item B<--api-username> @@ -326,11 +326,11 @@ Set 3CX Password. =item B<--timeout> -Threshold for HTTP timeout (Default: '30'). +Threshold for HTTP timeout (default: '30'). =item B<--unknown-http-status> Threshold unknown for http response code. -(Default: '%{http_code} < 200 or %{http_code} >= 300') +(default: '%{http_code} < 200 or %{http_code} >= 300') =item B<--warning-http-status> Warning threshold for http response code. diff --git a/src/apps/voip/3cx/restapi/mode/extension.pm b/src/apps/voip/3cx/restapi/mode/extension.pm index 3331f640b..81d2796e4 100644 --- a/src/apps/voip/3cx/restapi/mode/extension.pm +++ b/src/apps/voip/3cx/restapi/mode/extension.pm @@ -179,7 +179,7 @@ You can use the following variables: %{extension}, %{registered}, %{dnd}, %{prof =item B<--warning-*> B<--critical-*> -Thresholds (Can be: 'count'). +Thresholds (can be: 'count'). =back diff --git a/src/apps/voip/3cx/restapi/mode/system.pm b/src/apps/voip/3cx/restapi/mode/system.pm index 010354104..3422ae13f 100644 --- a/src/apps/voip/3cx/restapi/mode/system.pm +++ b/src/apps/voip/3cx/restapi/mode/system.pm @@ -199,7 +199,7 @@ You can use the following variables: %{error}, %{service} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{error} =~ /false/'). +Define the conditions to match for the status to be CRITICAL (default: '%{error} =~ /false/'). You can use the following variables: %{error}, %{service} =item B<--warning-*> B<--critical-*> diff --git a/src/apps/voip/asterisk/ami/custom/api.pm b/src/apps/voip/asterisk/ami/custom/api.pm index de0fd4b87..cc25309e1 100644 --- a/src/apps/voip/asterisk/ami/custom/api.pm +++ b/src/apps/voip/asterisk/ami/custom/api.pm @@ -246,11 +246,11 @@ Asterisk AMI custom mode =item B<--ami-hostname> -AMI hostname (Required). +AMI hostname (required). =item B<--ami-port> -AMI port (Default: 5038). +AMI port (default: 5038). =item B<--ami-username> diff --git a/src/apps/voip/asterisk/ami/mode/dahdistatus.pm b/src/apps/voip/asterisk/ami/mode/dahdistatus.pm index f62774bf3..2267f4a4e 100644 --- a/src/apps/voip/asterisk/ami/mode/dahdistatus.pm +++ b/src/apps/voip/asterisk/ami/mode/dahdistatus.pm @@ -125,12 +125,12 @@ Filter dahdi description (can be a regexp). =item B<--warning-status> -Define the conditions to match for the status to be WARNING (Default: '%{status} =~ /UNCONFIGURED|YEL|BLU/i'). +Define the conditions to match for the status to be WARNING (default: '%{status} =~ /UNCONFIGURED|YEL|BLU/i'). You can use the following variables: %{description}, %{status} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} =~ /RED/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} =~ /RED/i'). You can use the following variables: %{description}, %{status} =back diff --git a/src/apps/voip/asterisk/ami/mode/sippeersusage.pm b/src/apps/voip/asterisk/ami/mode/sippeersusage.pm index 090b8223e..5552087d3 100644 --- a/src/apps/voip/asterisk/ami/mode/sippeersusage.pm +++ b/src/apps/voip/asterisk/ami/mode/sippeersusage.pm @@ -182,12 +182,12 @@ Filter sip peer name (can be a regexp). =item B<--warning-status> -Define the conditions to match for the status to be WARNING (Default: '%{status} =~ /LAGGED|UNKNOWN/i'). +Define the conditions to match for the status to be WARNING (default: '%{status} =~ /LAGGED|UNKNOWN/i'). You can use the following variables: %{name}, %{status} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} =~ /UNREACHABLE/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} =~ /UNREACHABLE/i'). You can use the following variables: %{name}, %{status} =item B<--warning-*> diff --git a/src/apps/vtom/restapi/custom/api.pm b/src/apps/vtom/restapi/custom/api.pm index ab5c76c75..b3a1b93a9 100644 --- a/src/apps/vtom/restapi/custom/api.pm +++ b/src/apps/vtom/restapi/custom/api.pm @@ -330,11 +330,11 @@ Set hostname. =item B<--port> -Port used (Default: 30002) +Port used (default: 30002) =item B<--proto> -Specify https if needed (Default: 'https') +Specify https if needed (default: 'https') =item B<--api-username> @@ -350,7 +350,7 @@ Use token authentication directly. =item B<--timeout> -Set timeout in seconds (Default: 30). +Set timeout in seconds (default: 30). =back diff --git a/src/apps/vtom/restapi/custom/legacy.pm b/src/apps/vtom/restapi/custom/legacy.pm index c8582eeba..defa8dcdf 100644 --- a/src/apps/vtom/restapi/custom/legacy.pm +++ b/src/apps/vtom/restapi/custom/legacy.pm @@ -275,11 +275,11 @@ Set hostname. =item B<--port> -Port used (Default: 30002) +Port used (default: 30002) =item B<--proto> -Specify https if needed (Default: 'http') +Specify https if needed (default: 'http') =item B<--api-username> @@ -291,7 +291,7 @@ API password. =item B<--timeout> -Set timeout in seconds (Default: 30). +Set timeout in seconds (default: 30). =back diff --git a/src/apps/vtom/restapi/mode/jobs.pm b/src/apps/vtom/restapi/mode/jobs.pm index fd9e7a2d0..c1054b951 100644 --- a/src/apps/vtom/restapi/mode/jobs.pm +++ b/src/apps/vtom/restapi/mode/jobs.pm @@ -360,22 +360,22 @@ Can use format: 'Europe/London' or '+0100'. =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: %{name}, %{status}, %{exit_code}, %{message}, %{environment}, %{application} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{exit_code} =~ /Error/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{exit_code} =~ /Error/i'). You can use the following variables: %{name}, %{status}, %{exit_code}, %{message}, %{environment}, %{application} =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: %{name}, %{status}, %{elapsed}, %{application} =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: %{name}, %{status}, %{elapsed}, %{application} =item B<--warning-*> B<--critical-*> diff --git a/src/apps/wallix/bastion/snmp/mode/license.pm b/src/apps/wallix/bastion/snmp/mode/license.pm index 235a1fcad..4bbc36024 100644 --- a/src/apps/wallix/bastion/snmp/mode/license.pm +++ b/src/apps/wallix/bastion/snmp/mode/license.pm @@ -310,8 +310,7 @@ Filter licenses by category ('primary', 'secondary', 'resource'). =item B<--unit> -Select the unit for the expired license 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 expired license thresholds. May be 's' for seconds, 'm' for minutes, 'h' for hours, 'd' for days, 'w' for weeks. Default is seconds. =item B<--warning-status> @@ -320,7 +319,7 @@ You can use the following variables: %{status} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} eq "expired"'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} eq "expired"'). You can use the following variables: %{status} =item B<--warning-*> B<--critical-*> diff --git a/src/apps/wallix/bastion/snmp/mode/system.pm b/src/apps/wallix/bastion/snmp/mode/system.pm index ae0fd4254..3ca2c6672 100644 --- a/src/apps/wallix/bastion/snmp/mode/system.pm +++ b/src/apps/wallix/bastion/snmp/mode/system.pm @@ -173,7 +173,7 @@ You can use the following variables: %{status} =item B<--critical-services-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: %{status} =item B<--warning-*> B<--critical-*> diff --git a/src/apps/wazuh/restapi/custom/api.pm b/src/apps/wazuh/restapi/custom/api.pm index 781ba10f6..0cf8513dc 100644 --- a/src/apps/wazuh/restapi/custom/api.pm +++ b/src/apps/wazuh/restapi/custom/api.pm @@ -290,7 +290,7 @@ Use token authentication. =item B<--timeout> -Set HTTP timeout in seconds (Default: 30). +Set HTTP timeout in seconds (default: 30). =item B<--proto> diff --git a/src/apps/wazuh/restapi/mode/agents.pm b/src/apps/wazuh/restapi/mode/agents.pm index 7269eed8e..335f4f94e 100644 --- a/src/apps/wazuh/restapi/mode/agents.pm +++ b/src/apps/wazuh/restapi/mode/agents.pm @@ -147,12 +147,12 @@ Filter agent name (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: %{status}, %{node_name}, %{display} =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: %{status}, %{node_name}, %{display} =item B<--warning-*> B<--critical-*> diff --git a/src/apps/wazuh/restapi/mode/manager.pm b/src/apps/wazuh/restapi/mode/manager.pm index 0b7b7d982..195f4abec 100644 --- a/src/apps/wazuh/restapi/mode/manager.pm +++ b/src/apps/wazuh/restapi/mode/manager.pm @@ -199,12 +199,12 @@ Filter log name (can be a regexp). =item B<--warning-process-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-process-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: %{status}, %{display} =item B<--warning-*> B<--critical-*> diff --git a/src/apps/zoom/restapi/custom/api.pm b/src/apps/zoom/restapi/custom/api.pm index fe9d6dc61..7b2be016e 100644 --- a/src/apps/zoom/restapi/custom/api.pm +++ b/src/apps/zoom/restapi/custom/api.pm @@ -189,19 +189,19 @@ Zoom Rest API =item B<--hostname> -Zoom API hostname (Default: 'api.zoom.us') +Zoom API hostname (default: 'api.zoom.us') =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<--url-path> -API URL path (Default: '/v2') +API URL path (default: '/v2') =item B<--api-key> diff --git a/src/blockchain/parity/ethpoller/custom/api.pm b/src/blockchain/parity/ethpoller/custom/api.pm index 578fc095d..faecf183c 100644 --- a/src/blockchain/parity/ethpoller/custom/api.pm +++ b/src/blockchain/parity/ethpoller/custom/api.pm @@ -181,15 +181,15 @@ Parity eth-poller API hostname. =item B<--port> -API port (Default: 8000) +API port (default: 8000) =item B<--proto> -Specify https if needed (Default: 'http') +Specify https if needed (default: 'http') =item B<--url-path> -API URL path (Default: '') +API URL path (default: '') =item B<--timeout> diff --git a/src/blockchain/parity/restapi/custom/api.pm b/src/blockchain/parity/restapi/custom/api.pm index 0404a86b2..ef6803f3c 100644 --- a/src/blockchain/parity/restapi/custom/api.pm +++ b/src/blockchain/parity/restapi/custom/api.pm @@ -174,11 +174,11 @@ Parity node hostname or IP =item B<--timeout> -Set HTTP timeout in seconds (Default: '10'). +Set HTTP timeout in seconds (default: '10'). =item B<--api-path> -API base url path (Default: '/'). +API base url path (default: '/'). =back diff --git a/src/centreon/common/adic/tape/snmp/mode/hardware.pm b/src/centreon/common/adic/tape/snmp/mode/hardware.pm index b8329fc52..d1aa83d3b 100644 --- a/src/centreon/common/adic/tape/snmp/mode/hardware.pm +++ b/src/centreon/common/adic/tape/snmp/mode/hardware.pm @@ -99,7 +99,7 @@ Check Hardware. =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'global', 'physicaldrive', 'subsystem', 'component', 'temperature', 'fan'. =item B<--filter> diff --git a/src/centreon/common/airespace/snmp/mode/apstatus.pm b/src/centreon/common/airespace/snmp/mode/apstatus.pm index 01dfd183b..6c5be3d77 100644 --- a/src/centreon/common/airespace/snmp/mode/apstatus.pm +++ b/src/centreon/common/airespace/snmp/mode/apstatus.pm @@ -319,7 +319,7 @@ You can use the following variables: %{admstatus}, %{opstatus}, %{display} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{admstatus} eq "enable" and %{opstatus} !~ /associated|downloading/'). +Define the conditions to match for the status to be CRITICAL (default: '%{admstatus} eq "enable" and %{opstatus} !~ /associated|downloading/'). You can use the following variables: %{admstatus}, %{opstatus}, %{display} =item B<--warning-radio-status> @@ -329,7 +329,7 @@ You can use the following variables: %{admstatus}, %{opstatus}, %{display} =item B<--critical-radio-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{admstatus} eq "enable" and %{opstatus} eq "down"'). +Define the conditions to match for the status to be CRITICAL (default: '%{admstatus} eq "enable" and %{opstatus} eq "down"'). You can use the following variables: %{admstatus}, %{opstatus}, %{display} =item B<--warning-*> B<--critical-*> diff --git a/src/centreon/common/airespace/snmp/mode/hardware.pm b/src/centreon/common/airespace/snmp/mode/hardware.pm index 0da974a1b..0a8e276bf 100644 --- a/src/centreon/common/airespace/snmp/mode/hardware.pm +++ b/src/centreon/common/airespace/snmp/mode/hardware.pm @@ -71,7 +71,7 @@ Check Hardware (Power Supplies). =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'psu'. =item B<--filter> @@ -81,7 +81,7 @@ You can also exclude items from specific instances: --filter=psu,1 =item B<--absent-problem> -Return an error if an entity is not 'present' (default is skipping) (comma seperated list) +Return an error if an entity is not 'present' (default is skipping) (comma separated list) Can be specific or global: --absent-problem=psu,1 =item B<--no-component> diff --git a/src/centreon/common/aruba/snmp/mode/apconnections.pm b/src/centreon/common/aruba/snmp/mode/apconnections.pm index 930722301..5efe3102f 100644 --- a/src/centreon/common/aruba/snmp/mode/apconnections.pm +++ b/src/centreon/common/aruba/snmp/mode/apconnections.pm @@ -209,7 +209,7 @@ __END__ =head1 MODE -Check AP connections (Deprecated). +Check AP connections (deprecated). =over 8 diff --git a/src/centreon/common/aruba/snmp/mode/apstatus.pm b/src/centreon/common/aruba/snmp/mode/apstatus.pm index 90c6574a1..29b9cb4de 100644 --- a/src/centreon/common/aruba/snmp/mode/apstatus.pm +++ b/src/centreon/common/aruba/snmp/mode/apstatus.pm @@ -254,7 +254,7 @@ Can be: 'connected-current' (global), 'uptime', 'controller-bootstrap', 'reboot', 'status' (per AP). 'status' can use special variables like: %{name}, -%{status}, %{ip}, %{group}, %{location} (Default: '') +%{status}, %{ip}, %{group}, %{location} (default: '') =item B<--filter-*> diff --git a/src/centreon/common/aruba/snmp/mode/apusers.pm b/src/centreon/common/aruba/snmp/mode/apusers.pm index b333dbd80..16ec6189b 100644 --- a/src/centreon/common/aruba/snmp/mode/apusers.pm +++ b/src/centreon/common/aruba/snmp/mode/apusers.pm @@ -262,7 +262,7 @@ __END__ =head1 MODE -Check total users connected (Deprecated). +Check total users connected (deprecated). =over 8 diff --git a/src/centreon/common/aruba/snmp/mode/controllerstatus.pm b/src/centreon/common/aruba/snmp/mode/controllerstatus.pm index 459660f55..ab5389104 100644 --- a/src/centreon/common/aruba/snmp/mode/controllerstatus.pm +++ b/src/centreon/common/aruba/snmp/mode/controllerstatus.pm @@ -201,14 +201,14 @@ Check controller status (WLSX-SYSTEMEXT-MIB). Warning threshold. Can be: 'connected-current' (global), 'status' (per controller). 'status' can use special variables like: %{name}, -%{status}, %{ip}, %{role}, %{location} (Default: '') +%{status}, %{ip}, %{role}, %{location} (default: '') =item B<--critical-*> Critical threshold. Can be: 'connected-current' (global), 'status' (per controller). 'status' can use special variables like: %{name}, -%{status}, %{ip}, %{role}, %{location} (Default: '%{status} !~ /active/i') +%{status}, %{ip}, %{role}, %{location} (default: '%{status} !~ /active/i') =item B<--filter-*> diff --git a/src/centreon/common/aruba/snmp/mode/hardware.pm b/src/centreon/common/aruba/snmp/mode/hardware.pm index 582b580b6..2707a97f6 100644 --- a/src/centreon/common/aruba/snmp/mode/hardware.pm +++ b/src/centreon/common/aruba/snmp/mode/hardware.pm @@ -78,7 +78,7 @@ Check hardware (modules, fans, power supplies) (WLSX-SYSTEMEXT-MIB). =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'fan', 'psu', 'module'. =item B<--filter> diff --git a/src/centreon/common/aruba/snmp/mode/license.pm b/src/centreon/common/aruba/snmp/mode/license.pm index da689a4b9..13860ebb6 100644 --- a/src/centreon/common/aruba/snmp/mode/license.pm +++ b/src/centreon/common/aruba/snmp/mode/license.pm @@ -172,13 +172,13 @@ Check license (WLSX-SYSTEMEXT-MIB). Warning threshold. Can use special variables like:%{key}, -%{service}, %{flag}, %{expires} (Default: '') +%{service}, %{flag}, %{expires} (default: '') =item B<--critical-status> Critical threshold. Can use special variables like: %{key}, -%{service}, %{flag}, %{expires} (Default: '%{flag} !~ /enabled/i || (%{expires} ne "Never" && %{expires} < 86400)') +%{service}, %{flag}, %{expires} (default: '%{flag} !~ /enabled/i || (%{expires} ne "Never" && %{expires} < 86400)') =back diff --git a/src/centreon/common/bluearc/snmp/mode/clusterstatus.pm b/src/centreon/common/bluearc/snmp/mode/clusterstatus.pm index 8a002b030..e5962f860 100644 --- a/src/centreon/common/bluearc/snmp/mode/clusterstatus.pm +++ b/src/centreon/common/bluearc/snmp/mode/clusterstatus.pm @@ -130,17 +130,17 @@ Filter node name (can be a regexp). =item B<--unknown-status> -Define the conditions to match for the status to be UNKNOWN (Default: '%{state} =~ /unknown/'). +Define the conditions to match for the status to be UNKNOWN (default: '%{state} =~ /unknown/'). You can use the following variables: %{state}, %{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: %{state}, %{display} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{state} =~ /offline/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{state} =~ /offline/i'). You can use the following variables: %{state}, %{display} =back diff --git a/src/centreon/common/bluearc/snmp/mode/hardware.pm b/src/centreon/common/bluearc/snmp/mode/hardware.pm index 4c05d411c..4bb5bb177 100644 --- a/src/centreon/common/bluearc/snmp/mode/hardware.pm +++ b/src/centreon/common/bluearc/snmp/mode/hardware.pm @@ -121,7 +121,7 @@ Check Hardware. =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'temperature', 'fan', 'psu', 'sysdrive', 'battery'. =item B<--filter> diff --git a/src/centreon/common/bluearc/snmp/mode/interfaces.pm b/src/centreon/common/bluearc/snmp/mode/interfaces.pm index fa94eb9f9..62550ccd1 100644 --- a/src/centreon/common/bluearc/snmp/mode/interfaces.pm +++ b/src/centreon/common/bluearc/snmp/mode/interfaces.pm @@ -57,7 +57,7 @@ Check interfaces. =item B<--add-global> -Check global port statistics (By default if no --add-* option is set). +Check global port statistics (by default if no --add-* option is set). =item B<--add-status> @@ -89,7 +89,7 @@ Check interface data volume between two checks (not supposed to be graphed, usef =item B<--check-metrics> -If the expression is true, metrics are checked (Default: '%{opstatus} eq "up"'). +If the expression is true, metrics are checked (default: '%{opstatus} eq "up"'). =item B<--warning-status> @@ -98,7 +98,7 @@ You can use the following variables: %{admstatus}, %{opstatus}, %{duplexstatus}, =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{admstatus} eq "up" and %{opstatus} ne "up"'). +Define the conditions to match for the status to be CRITICAL (default: '%{admstatus} eq "up" and %{opstatus} ne "up"'). You can use the following variables: %{admstatus}, %{opstatus}, %{duplexstatus}, %{display} =item B<--warning-*> B<--critical-*> @@ -111,15 +111,15 @@ Can be: 'total-port', 'total-admin-up', 'total-admin-down', 'total-oper-up', 'to =item B<--units-traffic> -Units of thresholds for the traffic (Default: 'percent_delta') ('percent_delta', 'bps', 'counter'). +Units of thresholds for the traffic (default: 'percent_delta') ('percent_delta', 'bps', 'counter'). =item B<--units-errors> -Units of thresholds for errors/discards (Default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). +Units of thresholds for errors/discards (default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). =item B<--units-cast> -Units of thresholds for communication types (Default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). +Units of thresholds for communication types (default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). =item B<--nagvis-perfdata> @@ -127,7 +127,7 @@ Display traffic perfdata to be compatible with nagvis widget. =item B<--interface> -Set the interface (number expected) ex: 1,2,... (empty means 'check all interfaces'). +Set the interface (number expected) example: 1,2,... (empty means 'check all interfaces'). =item B<--name> @@ -181,7 +181,7 @@ Add an OID to display. Modify the interface name displayed by using a regular expression. -Eg: adding --display-transform-src='eth' --display-transform-dst='ens' will replace all occurrences of 'eth' with 'ens' +Example: adding --display-transform-src='eth' --display-transform-dst='ens' will replace all occurrences of 'eth' with 'ens' =item B<--show-cache> diff --git a/src/centreon/common/bluearc/snmp/mode/listinterfaces.pm b/src/centreon/common/bluearc/snmp/mode/listinterfaces.pm index bd0e9e2d0..377c77f2c 100644 --- a/src/centreon/common/bluearc/snmp/mode/listinterfaces.pm +++ b/src/centreon/common/bluearc/snmp/mode/listinterfaces.pm @@ -55,7 +55,7 @@ __END__ =item B<--interface> -Set the interface (number expected) ex: 1,2,... (empty means 'check all interfaces'). +Set the interface (number expected) example: 1,2,... (empty means 'check all interfaces'). =item B<--name> @@ -89,7 +89,7 @@ Define the OID that will be used to name the interfaces (default: ifDesc) (value Modify the interface name displayed by using a regular expression. -Eg: adding --display-transform-src='eth' --display-transform-dst='ens' will replace all occurrences of 'eth' with 'ens' +Example: adding --display-transform-src='eth' --display-transform-dst='ens' will replace all occurrences of 'eth' with 'ens' =item B<--add-extra-oid> diff --git a/src/centreon/common/bluearc/snmp/mode/volumeusage.pm b/src/centreon/common/bluearc/snmp/mode/volumeusage.pm index a2f151686..9c1903da6 100644 --- a/src/centreon/common/bluearc/snmp/mode/volumeusage.pm +++ b/src/centreon/common/bluearc/snmp/mode/volumeusage.pm @@ -220,12 +220,12 @@ Filter volume name (can be a regexp). =item B<--warning-status> -Define the conditions to match for the status to be WARNING (Default: '%{status} =~ /needsChecking/i'). +Define the conditions to match for the status to be WARNING (default: '%{status} =~ /needsChecking/i'). You can use the following variables: %{status}, %{display} =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: %{status}, %{display} =item B<--warning-*> B<--critical-*> @@ -235,7 +235,7 @@ Can be: 'usage'. =item B<--units> -Units of thresholds (Default: '%') ('%', 'B'). +Units of thresholds (default: '%') ('%', 'B'). =item B<--free> diff --git a/src/centreon/common/broadcom/fastpath/snmp/mode/hardware.pm b/src/centreon/common/broadcom/fastpath/snmp/mode/hardware.pm index 88bfc9999..516c2d347 100644 --- a/src/centreon/common/broadcom/fastpath/snmp/mode/hardware.pm +++ b/src/centreon/common/broadcom/fastpath/snmp/mode/hardware.pm @@ -87,7 +87,7 @@ Check hardware. =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'fan', 'psu', 'temperature'. =item B<--filter> @@ -97,7 +97,7 @@ You can also exclude items from specific instances: --filter=fan,1.1 =item B<--absent-problem> -Return an error if an entity is not 'present' (default is skipping) (comma seperated list) +Return an error if an entity is not 'present' (default is skipping) (comma separated list) Can be specific or global: --absent-problem=fan,1 =item B<--no-component> diff --git a/src/centreon/common/broadcom/megaraid/snmp/mode/hardware.pm b/src/centreon/common/broadcom/megaraid/snmp/mode/hardware.pm index 93d88043d..4af1aa247 100644 --- a/src/centreon/common/broadcom/megaraid/snmp/mode/hardware.pm +++ b/src/centreon/common/broadcom/megaraid/snmp/mode/hardware.pm @@ -99,7 +99,7 @@ Check hardware (LSI-MegaRAID-SAS-MIB). =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'alarm', 'fan', 'sim', 'slot', 'psu', 'temperature', 'pdrive', 'vdrive'. @@ -110,7 +110,7 @@ You can also exclude items from specific instances: --filter=fan,3 =item B<--absent-problem> -Return an error if an entity is not 'present' (default is skipping) (comma seperated list) +Return an error if an entity is not 'present' (default is skipping) (comma separated list) Can be specific or global: --absent-problem=fan,1 =item B<--no-component> diff --git a/src/centreon/common/cisco/ironport/snmp/mode/hardware.pm b/src/centreon/common/cisco/ironport/snmp/mode/hardware.pm index a946fabbd..cabc43b6f 100644 --- a/src/centreon/common/cisco/ironport/snmp/mode/hardware.pm +++ b/src/centreon/common/cisco/ironport/snmp/mode/hardware.pm @@ -80,7 +80,7 @@ Check Hardware (Fans, Power Supplies, Temperatures, Raids). =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'fan', 'temperature', 'psu', 'raid'. =item B<--filter> @@ -90,7 +90,7 @@ You can also exclude items from specific instances: --filter=fan,1 =item B<--absent-problem> -Return an error if an entity is not 'present' (default is skipping) (comma seperated list) +Return an error if an entity is not 'present' (default is skipping) (comma separated list) Can be specific or global: --absent-problem=psu#1# =item B<--no-component> diff --git a/src/centreon/common/cisco/ironport/snmp/mode/mailusage.pm b/src/centreon/common/cisco/ironport/snmp/mode/mailusage.pm index fb267a49d..840d9e0e5 100644 --- a/src/centreon/common/cisco/ironport/snmp/mode/mailusage.pm +++ b/src/centreon/common/cisco/ironport/snmp/mode/mailusage.pm @@ -251,17 +251,17 @@ Check email security usage. =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: %{queue_status}, %{resource_conservation} =item B<--warning-status> -Define the conditions to match for the status to be WARNING (Default: '%{resource_conservation} =~ /memoryShortage|queueSpaceShortage/i || %{queue_status} =~ /queueSpaceShortage/i'). +Define the conditions to match for the status to be WARNING (default: '%{resource_conservation} =~ /memoryShortage|queueSpaceShortage/i || %{queue_status} =~ /queueSpaceShortage/i'). You can use the following variables: %{queue_status}, %{resource_conservation} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{resource_conservation} =~ /queueFull/i || %{queue_status} =~ /queueFull/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{resource_conservation} =~ /queueFull/i || %{queue_status} =~ /queueFull/i'). You can use the following variables: %{queue_status}, %{resource_conservation} =item B<--warning-*> B<--critical-*> diff --git a/src/centreon/common/cisco/ironport/xmlapi/mode/systemusage.pm b/src/centreon/common/cisco/ironport/xmlapi/mode/systemusage.pm index 02c1e3603..76a346fba 100644 --- a/src/centreon/common/cisco/ironport/xmlapi/mode/systemusage.pm +++ b/src/centreon/common/cisco/ironport/xmlapi/mode/systemusage.pm @@ -260,7 +260,7 @@ Check system usage. =item B<--hostname> -IP Address or FQDN of the webserver host +IP Address or FQDN of the web server host =item B<--port> @@ -268,19 +268,19 @@ Port used. =item B<--proto> -Protocol used http or https (Default: https) +Protocol used http or https (default: https) =item B<--urlpath> -Set path to get server-status page in auto mode (Default: '/xml/status') +Set path to get server-status page in auto mode (default: '/xml/status') =item B<--username> -Specify username for authentication +Specify the username for authentication =item B<--password> -Specify password for authentication +Specify the password for authentication =item B<--timeout> @@ -288,7 +288,7 @@ Threshold for HTTP timeout =item B<--unknown-http-status> -Threshold unknown for http response code (Default: '%{http_code} < 200 or %{http_code} >= 300') +Threshold unknown for http response code (default: '%{http_code} < 200 or %{http_code} >= 300') =item B<--warning-http-status> @@ -300,12 +300,12 @@ Critical threshold for http response code =item B<--warning-system-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: %{system_status} =item B<--critical-system-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{system_status} !~ /online/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{system_status} !~ /online/i'). You can use the following variables: %{system_status} =item B<--warning-*> B<--critical-*> diff --git a/src/centreon/common/cisco/smallbusiness/snmp/mode/environment.pm b/src/centreon/common/cisco/smallbusiness/snmp/mode/environment.pm index f11a1347f..cb9b02b95 100644 --- a/src/centreon/common/cisco/smallbusiness/snmp/mode/environment.pm +++ b/src/centreon/common/cisco/smallbusiness/snmp/mode/environment.pm @@ -98,7 +98,7 @@ Check environment. =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'fan', 'psu', 'temperature'. =item B<--filter> @@ -108,7 +108,7 @@ You can also exclude items from specific instances: --filter=psu,0 =item B<--absent-problem> -Return an error if an entity is not 'present' (default is skipping) (comma seperated list) +Return an error if an entity is not 'present' (default is skipping) (comma separated list) Can be specific or global: --absent-problem=fan#2# =item B<--no-component> diff --git a/src/centreon/common/cisco/standard/snmp/mode/aaaservers.pm b/src/centreon/common/cisco/standard/snmp/mode/aaaservers.pm index b3ef4b648..354d89bd5 100644 --- a/src/centreon/common/cisco/standard/snmp/mode/aaaservers.pm +++ b/src/centreon/common/cisco/standard/snmp/mode/aaaservers.pm @@ -313,7 +313,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} =~ /dead/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} =~ /dead/i'). You can use the following variables: %{status}, %{name} =item B<--warning-*> B<--critical-*> diff --git a/src/centreon/common/cisco/standard/snmp/mode/bgp.pm b/src/centreon/common/cisco/standard/snmp/mode/bgp.pm index 8d73ade94..43bfe7ac9 100644 --- a/src/centreon/common/cisco/standard/snmp/mode/bgp.pm +++ b/src/centreon/common/cisco/standard/snmp/mode/bgp.pm @@ -273,7 +273,7 @@ You can use the following variables: %{adminStatus}, %{state}, %{localAddr}, %{r =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{adminStatus} =~ /start/ && %{state} !~ /established/'). +Define the conditions to match for the status to be CRITICAL (default: '%{adminStatus} =~ /start/ && %{state} !~ /established/'). You can use the following variables: %{adminStatus}, %{state}, %{localAddr}, %{remoteAddr}, %{remoteAs} =item B<--warning-*> B<--critical-*> diff --git a/src/centreon/common/cisco/standard/snmp/mode/configuration.pm b/src/centreon/common/cisco/standard/snmp/mode/configuration.pm index ab330ea5b..a3c304560 100644 --- a/src/centreon/common/cisco/standard/snmp/mode/configuration.pm +++ b/src/centreon/common/cisco/standard/snmp/mode/configuration.pm @@ -131,12 +131,12 @@ Check Cisco changed and saved configurations (CISCO-CONFIG-MAN-MIB). =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: %{running_last_changed}, %{running_last_saved}, %{startup_last_changed} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{running_last_changed} > %{running_last_saved}'). +Define the conditions to match for the status to be CRITICAL (default: '%{running_last_changed} > %{running_last_saved}'). You can use the following variables: %{running_last_changed}, %{running_last_saved}, %{startup_last_changed} =back diff --git a/src/centreon/common/cisco/standard/snmp/mode/cpu.pm b/src/centreon/common/cisco/standard/snmp/mode/cpu.pm index 4c540f8ca..556322236 100644 --- a/src/centreon/common/cisco/standard/snmp/mode/cpu.pm +++ b/src/centreon/common/cisco/standard/snmp/mode/cpu.pm @@ -272,7 +272,7 @@ Check cpu usage (CISCO-PROCESS-MIB and CISCO-SYSTEM-EXT-MIB). =item B<--check-order> Check cpu in standard cisco mib. If you have some issue (wrong cpu information in a specific mib), you can change the order -(Default: 'process,old_sys,system_ext'). +(default: 'process,old_sys,system_ext'). =item B<--warning-*> B<--critical-*> diff --git a/src/centreon/common/cisco/standard/snmp/mode/environment.pm b/src/centreon/common/cisco/standard/snmp/mode/environment.pm index b94f7f56a..9b1a607d6 100644 --- a/src/centreon/common/cisco/standard/snmp/mode/environment.pm +++ b/src/centreon/common/cisco/standard/snmp/mode/environment.pm @@ -160,7 +160,7 @@ Check environment (Power Supplies, Fans, Temperatures, Voltages, Modules, Physic =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'fan', 'psu', 'temperature', 'voltage', 'module', 'physical', 'sensor'. =item B<--filter> @@ -182,7 +182,7 @@ Check FRU power status. =item B<--absent-problem> -Return an error if an entity is not 'present' (default is skipping) (comma seperated list) +Return an error if an entity is not 'present' (default is skipping) (comma separated list) Can be specific or global: --absent-problem=fan,1 =item B<--no-component> diff --git a/src/centreon/common/cisco/standard/snmp/mode/hsrp.pm b/src/centreon/common/cisco/standard/snmp/mode/hsrp.pm index 9b384c0ab..f4700e8c0 100644 --- a/src/centreon/common/cisco/standard/snmp/mode/hsrp.pm +++ b/src/centreon/common/cisco/standard/snmp/mode/hsrp.pm @@ -136,7 +136,7 @@ Filter VRID (can be a regexp). =item B<--role> If role is 'primary', an error if HSRPs are 'standby' states. -If role is 'secondary', an error if HSRPs are 'active' states. (Default: 'primary') +If role is 'secondary', an error if HSRPs are 'active' states. (default: 'primary') =back diff --git a/src/centreon/common/cisco/standard/snmp/mode/interfaces.pm b/src/centreon/common/cisco/standard/snmp/mode/interfaces.pm index a02d54a0a..5917b1d8f 100644 --- a/src/centreon/common/cisco/standard/snmp/mode/interfaces.pm +++ b/src/centreon/common/cisco/standard/snmp/mode/interfaces.pm @@ -331,7 +331,7 @@ Check interfaces. =item B<--add-global> -Check global port statistics (By default if no --add-* option is set). +Check global port statistics (by default if no --add-* option is set). =item B<--add-status> @@ -371,7 +371,7 @@ Check QoS traffic limit rate. =item B<--check-metrics> -If the expression is true, metrics are checked (Default: '%{opstatus} eq "up"'). +If the expression is true, metrics are checked (default: '%{opstatus} eq "up"'). =item B<--warning-status> @@ -380,7 +380,7 @@ You can use the following variables: %{admstatus}, %{opstatus}, %{duplexstatus}, =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{admstatus} eq "up" and %{opstatus} ne "up"'). +Define the conditions to match for the status to be CRITICAL (default: '%{admstatus} eq "up" and %{opstatus} ne "up"'). You can use the following variables: %{admstatus}, %{opstatus}, %{duplexstatus}, %{errdisable}, %{display} =item B<--warning-*> B<--critical-*> @@ -394,15 +394,15 @@ Can be: 'total-port', 'total-admin-up', 'total-admin-down', 'total-oper-up', 'to =item B<--units-traffic> -Units of thresholds for the traffic (Default: 'percent_delta') ('percent_delta', 'bps', 'counter'). +Units of thresholds for the traffic (default: 'percent_delta') ('percent_delta', 'bps', 'counter'). =item B<--units-errors> -Units of thresholds for errors/discards (Default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). +Units of thresholds for errors/discards (default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). =item B<--units-cast> -Units of thresholds for communication types (Default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). +Units of thresholds for communication types (default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). =item B<--nagvis-perfdata> @@ -410,7 +410,7 @@ Display traffic perfdata to be compatible with nagvis widget. =item B<--interface> -Set the interface (number expected) ex: 1,2,... (empty means 'check all interfaces'). +Set the interface (number expected) example: 1,2,... (empty means 'check all interfaces'). =item B<--name> @@ -452,7 +452,7 @@ Add an OID to display. Modify the interface name displayed by using a regular expression. -Eg: adding --display-transform-src='eth' --display-transform-dst='ens' will replace all occurrences of 'eth' with 'ens' +Example: adding --display-transform-src='eth' --display-transform-dst='ens' will replace all occurrences of 'eth' with 'ens' =item B<--show-cache> diff --git a/src/centreon/common/cisco/standard/snmp/mode/ipsla.pm b/src/centreon/common/cisco/standard/snmp/mode/ipsla.pm index e15f0a2ff..480971aa3 100644 --- a/src/centreon/common/cisco/standard/snmp/mode/ipsla.pm +++ b/src/centreon/common/cisco/standard/snmp/mode/ipsla.pm @@ -949,7 +949,7 @@ Check RTT Controls (CISCO-RTT-MON) =item B<--filter-tag> -Filter tag (Default: '.*') +Filter tag (default: '.*') =item B<--threshold-overload> diff --git a/src/centreon/common/cisco/standard/snmp/mode/memory.pm b/src/centreon/common/cisco/standard/snmp/mode/memory.pm index cf6d959d8..4129cb80c 100644 --- a/src/centreon/common/cisco/standard/snmp/mode/memory.pm +++ b/src/centreon/common/cisco/standard/snmp/mode/memory.pm @@ -372,7 +372,7 @@ Filter pool to check (can use regexp). =item B<--check-order> Check memory in standard cisco mib. If you have some issue (wrong memory information in a specific mib), you can change the order -(Default: 'enhanced_pool,pool,process,system_ext'). +(default: 'enhanced_pool,pool,process,system_ext'). =back diff --git a/src/centreon/common/cisco/standard/snmp/mode/memoryflash.pm b/src/centreon/common/cisco/standard/snmp/mode/memoryflash.pm index 5aeba527c..35222e794 100644 --- a/src/centreon/common/cisco/standard/snmp/mode/memoryflash.pm +++ b/src/centreon/common/cisco/standard/snmp/mode/memoryflash.pm @@ -194,17 +194,17 @@ Check memory flash usages. =item B<--unknown-status> -Define the conditions to match for the status to be UNKNOWN (Default: '%{status} =~ /readOnly/i'). +Define the conditions to match for the status to be UNKNOWN (default: '%{status} =~ /readOnly/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: ''). +Define the conditions to match for the status to be CRITICAL (default: ''). You can use the following variables: %{status}, %{display} =item B<--warning-*> B<--critical-*> diff --git a/src/centreon/common/cisco/standard/snmp/mode/qosusage.pm b/src/centreon/common/cisco/standard/snmp/mode/qosusage.pm index ca8cf405c..98517a0b9 100644 --- a/src/centreon/common/cisco/standard/snmp/mode/qosusage.pm +++ b/src/centreon/common/cisco/standard/snmp/mode/qosusage.pm @@ -485,7 +485,7 @@ Can be: 'int-cmap-traffic', 'int-cmap-drop', =item B<--units-traffic> -Units of thresholds for the traffic (Default: '%') ('%', 'b/s'). +Units of thresholds for the traffic (default: '%') ('%', 'b/s'). Only for --warning-int-traffic and --critical-int-traffic options. =item B<--oid-filter> diff --git a/src/centreon/common/cisco/standard/snmp/mode/stack.pm b/src/centreon/common/cisco/standard/snmp/mode/stack.pm index 8de08f172..b4f779893 100644 --- a/src/centreon/common/cisco/standard/snmp/mode/stack.pm +++ b/src/centreon/common/cisco/standard/snmp/mode/stack.pm @@ -273,28 +273,28 @@ Check Cisco Stack (CISCO-STACKWISE-MIB). =item B<--warning-*> B<--critical-*> -Set thresholds on members count for each states. -(Can be: 'waiting', 'progressing', 'added', 'ready', 'sdm-mismatch', 'version-mismatch', +Set thresholds for members count for each states. +(can be: 'waiting', 'progressing', 'added', 'ready', 'sdm-mismatch', 'version-mismatch', 'feature-mismatch', 'new-master-init', 'provisioned', 'invalid', 'removed') =item B<--warning-stack-status> -Set warning threshold for stack status (Default: ''). +Set warning threshold for stack status (default: ''). You can use the following variables: %{stack_status} =item B<--critical-stack-status> -Set critical threshold for stack status (Default: '%{stack_status} =~ /notredundant/'). +Set critical threshold for stack status (default: '%{stack_status} =~ /notredundant/'). You can use the following variables: %{stack_status} =item B<--warning-status> -Set warning threshold for members status (Default: ''). +Set warning threshold for members status (default: ''). You can use the following variables: %{name}, %{role}, %{state} =item B<--critical-status> -Set critical threshold for member status (Default: '%{state} !~ /ready/ && %{state} !~ /provisioned/'). +Set critical threshold for member status (default: '%{state} !~ /ready/ && %{state} !~ /provisioned/'). You can use the following variables: %{name}, %{role}, %{state} Role can be: 'master', 'member', 'notMember', 'standby'. diff --git a/src/centreon/common/cisco/standard/snmp/mode/vpc.pm b/src/centreon/common/cisco/standard/snmp/mode/vpc.pm index bd0630ebd..fab0c34cf 100644 --- a/src/centreon/common/cisco/standard/snmp/mode/vpc.pm +++ b/src/centreon/common/cisco/standard/snmp/mode/vpc.pm @@ -354,7 +354,7 @@ You can use the following variables: %{role}, %{role_last}, %{domain_id} =item B<--critical-peer-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{role} ne %{role_last}'). +Define the conditions to match for the status to be CRITICAL (default: '%{role} ne %{role_last}'). You can use the following variables: %{role}, %{role_last}, %{domain_id} =item B<--unknown-keepalive-status> @@ -369,7 +369,7 @@ You can use the following variables: %{keepalive_status}, %{domain_id} =item B<--critical-keepalive-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{keepalive_status} ne "alive"'). +Define the conditions to match for the status to be CRITICAL (default: '%{keepalive_status} ne "alive"'). You can use the following variables: %{keepalive_status}, %{domain_id} =item B<--unknown-link-status> @@ -379,12 +379,12 @@ You can use the following variables: %{link_status}, %{display} =item B<--warning-link-status> -Define the conditions to match for the status to be WARNING (Default: '%{link_status} =~ /downStar/i') +Define the conditions to match for the status to be WARNING (default: '%{link_status} =~ /downStar/i') You can use the following variables: %{link_status}, %{display} =item B<--critical-link-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{link_status} eq "down"'). +Define the conditions to match for the status to be CRITICAL (default: '%{link_status} eq "down"'). You can use the following variables: %{link_status}, %{display} =item B<--warning-*> B<--critical-*> diff --git a/src/centreon/common/cisco/standard/snmp/mode/vss.pm b/src/centreon/common/cisco/standard/snmp/mode/vss.pm index 99dfdad03..15f7755b9 100644 --- a/src/centreon/common/cisco/standard/snmp/mode/vss.pm +++ b/src/centreon/common/cisco/standard/snmp/mode/vss.pm @@ -291,7 +291,7 @@ You can use the following variables: %{role}, %{role_last}, %{switch_id} =item B<--critical-member-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{role} ne %{role_last}'). +Define the conditions to match for the status to be CRITICAL (default: '%{role} ne %{role_last}'). You can use the following variables: %{role}, %{role_last}, %{switch_id} =item B<--unknown-link-status> @@ -306,7 +306,7 @@ You can use the following variables: %{link_status}, %{display} =item B<--critical-link-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{link_status} eq "down"'). +Define the conditions to match for the status to be CRITICAL (default: '%{link_status} eq "down"'). You can use the following variables: %{link_status}, %{display} =item B<--warning-*> B<--critical-*> diff --git a/src/centreon/common/cisco/standard/snmp/mode/wan3g.pm b/src/centreon/common/cisco/standard/snmp/mode/wan3g.pm index 11aaa3a73..0ac93a444 100644 --- a/src/centreon/common/cisco/standard/snmp/mode/wan3g.pm +++ b/src/centreon/common/cisco/standard/snmp/mode/wan3g.pm @@ -358,22 +358,22 @@ Filter by name (can be a regexp). =item B<--unknown-modem-status> -Define the conditions to match for the status to be UNKNOWN (Default: '%{modem_status} =~ /unknown/i'). +Define the conditions to match for the status to be UNKNOWN (default: '%{modem_status} =~ /unknown/i'). You can use the following variables: %{modem_status}, %{display} =item B<--warning-modem-status> -Define the conditions to match for the status to be WARNING (Default: '%{modem_status} =~ /lowPowerMode/i'). +Define the conditions to match for the status to be WARNING (default: '%{modem_status} =~ /lowPowerMode/i'). You can use the following variables: %{modem_status}, %{display} =item B<--critical-modem-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{modem_status} =~ /offLine/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{modem_status} =~ /offLine/i'). You can use the following variables: %{modem_status}, %{display} =item B<--unknown-connection-status> -Define the conditions to match for the status to be UNKNOWN (Default: '%{connection_status} =~ /unknown/i'). +Define the conditions to match for the status to be UNKNOWN (default: '%{connection_status} =~ /unknown/i'). You can use the following variables: %{connection_status}, %{display} =item B<--warning-connection-status> @@ -383,12 +383,12 @@ You can use the following variables: %{connection_status}, %{display} =item B<--critical-connection-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{connection_status} =~ /inactive|idle|disconnected|error/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{connection_status} =~ /inactive|idle|disconnected|error/i'). You can use the following variables: %{connection_status}, %{display} =item B<--unknown-sim-status> -Define the conditions to match for the status to be UNKNOWN (Default: '%{sim_status} =~ /unknown/i'). +Define the conditions to match for the status to be UNKNOWN (default: '%{sim_status} =~ /unknown/i'). You can use the following variables: %{sim_status}, %{display} =item B<--warning-sim-status> @@ -398,12 +398,12 @@ You can use the following variables: %{sim_status}, %{display} =item B<--critical-sim-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{sim_status} !~ /ok|unknown/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{sim_status} !~ /ok|unknown/i'). You can use the following variables: %{sim_status}, %{display} =item B<--unknown-radio-status> -Define the conditions to match for the status to be UNKNOWN (Default: '%{current_band} =~ /unknown/i'). +Define the conditions to match for the status to be UNKNOWN (default: '%{current_band} =~ /unknown/i'). You can use the following variables: %{current_band}, %{channel_number}, %{display} =item B<--warning-radio-status> @@ -413,12 +413,12 @@ You can use the following variables: %{current_band}, %{channel_number}, %{displ =item B<--critical-radio-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{current_band} =~ /invalid|none/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{current_band} =~ /invalid|none/i'). You can use the following variables: %{current_band}, %{channel_number}, %{display} =item B<--unknown-network-status> -Define the conditions to match for the status to be UNKNOWN (Default: '%{service_status} =~ /unknown/i'). +Define the conditions to match for the status to be UNKNOWN (default: '%{service_status} =~ /unknown/i'). You can use the following variables: %{service_status}, %{display} =item B<--warning-network-status> @@ -428,7 +428,7 @@ You can use the following variables: %{service_status}, %{display} =item B<--critical-network-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{service_status} =~ /emergencyOnly|noService/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{service_status} =~ /emergencyOnly|noService/i'). You can use the following variables: %{service_status}, %{display} =item B<--warning-*> B<--critical-*> diff --git a/src/centreon/common/cps/ups/snmp/mode/batterystatus.pm b/src/centreon/common/cps/ups/snmp/mode/batterystatus.pm index 5e66b16f1..e4807ce12 100644 --- a/src/centreon/common/cps/ups/snmp/mode/batterystatus.pm +++ b/src/centreon/common/cps/ups/snmp/mode/batterystatus.pm @@ -143,17 +143,17 @@ Check battery status and charge remaining. =item B<--unknown-status> -Define the conditions to match for the status to be UNKNOWN (Default: '%{status} =~ /unknown|notPresent/i'). +Define the conditions to match for the status to be UNKNOWN (default: '%{status} =~ /unknown|notPresent/i'). You can use the following variables: %{status} =item B<--warning-status> -Define the conditions to match for the status to be WARNING (Default: '%{status} =~ /low/i'). +Define the conditions to match for the status to be WARNING (default: '%{status} =~ /low/i'). You can use the following variables: %{status} =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: %{status} =item B<--warning-*> B<--critical-*> diff --git a/src/centreon/common/cps/ups/snmp/mode/inputlines.pm b/src/centreon/common/cps/ups/snmp/mode/inputlines.pm index 0e7c55af1..98d319c54 100644 --- a/src/centreon/common/cps/ups/snmp/mode/inputlines.pm +++ b/src/centreon/common/cps/ups/snmp/mode/inputlines.pm @@ -131,17 +131,17 @@ Check INPUT lines metrics. =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: %{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: ''). You can use the following variables: %{status} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} !~ /normal/'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} !~ /normal/'). You can use the following variables: %{status} =item B<--warning-*> B<--critical-*> diff --git a/src/centreon/common/cps/ups/snmp/mode/outputlines.pm b/src/centreon/common/cps/ups/snmp/mode/outputlines.pm index 25b159bba..2b2276e82 100644 --- a/src/centreon/common/cps/ups/snmp/mode/outputlines.pm +++ b/src/centreon/common/cps/ups/snmp/mode/outputlines.pm @@ -165,17 +165,17 @@ Check output lines metrics. =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} =item B<--warning-status> -Define the conditions to match for the status to be WARNING (Default: '%{status} =~ /rebooting|onBattery|onBypass/i'). +Define the conditions to match for the status to be WARNING (default: '%{status} =~ /rebooting|onBattery|onBypass/i'). You can use the following variables: %{status} =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: %{status} =item B<--warning-*> B<--critical-*> diff --git a/src/centreon/common/dell/fastpath/snmp/mode/environment.pm b/src/centreon/common/dell/fastpath/snmp/mode/environment.pm index 2c4e61d37..882a421c6 100644 --- a/src/centreon/common/dell/fastpath/snmp/mode/environment.pm +++ b/src/centreon/common/dell/fastpath/snmp/mode/environment.pm @@ -86,7 +86,7 @@ Check Hardware (Fans, Power Supplies, Temperature) (FASTPATH-BOXSERVICES-MIB). =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'fan', 'psu', 'temperature'. =item B<--filter> @@ -96,7 +96,7 @@ You can also exclude items from specific instances: --filter=fan,1 =item B<--absent-problem> -Return an error if an entity is not 'present' (default is skipping) (comma seperated list) +Return an error if an entity is not 'present' (default is skipping) (comma separated list) Can be specific or global: --absent-problem=psu,1 =item B<--no-component> diff --git a/src/centreon/common/emc/navisphere/custom/custom.pm b/src/centreon/common/emc/navisphere/custom/custom.pm index ad6dcb54f..b20e244fd 100644 --- a/src/centreon/common/emc/navisphere/custom/custom.pm +++ b/src/centreon/common/emc/navisphere/custom/custom.pm @@ -284,7 +284,7 @@ User scope to connect (will use 'naviseccli'. Default: '0' (global)). =item B<--timeout> -Set timeout for system command (Default: '30'). +Set timeout for system command (default: '30'). =back diff --git a/src/centreon/common/emc/navisphere/mode/cache.pm b/src/centreon/common/emc/navisphere/mode/cache.pm index e0ca44267..5239a3aa4 100644 --- a/src/centreon/common/emc/navisphere/mode/cache.pm +++ b/src/centreon/common/emc/navisphere/mode/cache.pm @@ -195,11 +195,11 @@ Check status of the read and write cache. =item B<--cache-command> -Set cache command (Default: 'getcache'). +Set cache command (default: 'getcache'). =item B<--cache-options> -Set option for cache command (Default: '-pdp -state -mirror'). +Set option for cache command (default: '-pdp -state -mirror'). =item B<--warning> diff --git a/src/centreon/common/emc/navisphere/mode/sp.pm b/src/centreon/common/emc/navisphere/mode/sp.pm index 80fb22002..68432488c 100644 --- a/src/centreon/common/emc/navisphere/mode/sp.pm +++ b/src/centreon/common/emc/navisphere/mode/sp.pm @@ -106,12 +106,12 @@ Check status of storage processor. =item B<--getcrus-options> -Set option for 'getcrus' command (Default: '-all'). +Set option for 'getcrus' command (default: '-all'). '-all' option is for some new flare version. =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'fan', 'lcc', 'psu', 'battery', 'memory', 'cpu', 'iomodule', 'cable'. =item B<--filter> diff --git a/src/centreon/common/force10/snmp/mode/hardware.pm b/src/centreon/common/force10/snmp/mode/hardware.pm index 9e0e1ef69..a1bb4b986 100644 --- a/src/centreon/common/force10/snmp/mode/hardware.pm +++ b/src/centreon/common/force10/snmp/mode/hardware.pm @@ -94,7 +94,7 @@ Check Hardware (Fan, Power Supply, Temperature). =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'temperature', 'fan', 'psu'. =item B<--filter> @@ -104,7 +104,7 @@ You can also exclude items from specific instances: --filter=fan,1 =item B<--absent-problem> -Return an error if an entity is not 'present' (default is skipping) (comma seperated list) +Return an error if an entity is not 'present' (default is skipping) (comma separated list) Can be specific or global: --absent-problem=fan,1 =item B<--no-component> diff --git a/src/centreon/common/fortinet/fortigate/snmp/mode/apusage.pm b/src/centreon/common/fortinet/fortigate/snmp/mode/apusage.pm index d19b43140..15aa4c61a 100644 --- a/src/centreon/common/fortinet/fortigate/snmp/mode/apusage.pm +++ b/src/centreon/common/fortinet/fortigate/snmp/mode/apusage.pm @@ -238,17 +238,17 @@ Filter by access point name (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: %{admin}, %{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: %{admin}, %{status}, %{display} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{admin} eq "enable" and %{status} !~ /online/i''). +Define the conditions to match for the status to be CRITICAL (default: '%{admin} eq "enable" and %{status} !~ /online/i''). You can use the following variables: %{admin}, %{status}, %{display} =back diff --git a/src/centreon/common/fortinet/fortigate/snmp/mode/clusterstatus.pm b/src/centreon/common/fortinet/fortigate/snmp/mode/clusterstatus.pm index ef7c882bf..e63889a98 100644 --- a/src/centreon/common/fortinet/fortigate/snmp/mode/clusterstatus.pm +++ b/src/centreon/common/fortinet/fortigate/snmp/mode/clusterstatus.pm @@ -275,7 +275,7 @@ You can use the following variables: %{serial}, %{hostname}, %{sync_status}, %{r =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{role} ne %{roleLast} or %{sync_status} =~ /unsynchronized/'). +Define the conditions to match for the status to be CRITICAL (default: '%{role} ne %{roleLast} or %{sync_status} =~ /unsynchronized/'). You can use the following variables: %{serial}, %{hostname}, %{sync_status}, %{role}, %{roleLast} =item B<--warning-*> B<--critical-*> diff --git a/src/centreon/common/fortinet/fortigate/snmp/mode/hardware.pm b/src/centreon/common/fortinet/fortigate/snmp/mode/hardware.pm index 9a44d02c4..6cb83518c 100644 --- a/src/centreon/common/fortinet/fortigate/snmp/mode/hardware.pm +++ b/src/centreon/common/fortinet/fortigate/snmp/mode/hardware.pm @@ -89,7 +89,7 @@ It's deprecated. Work only for 'FortiGate-5000 Series Chassis'. =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'sensors'. =item B<--add-name-instance> @@ -98,7 +98,7 @@ Add literal description for instance value (used in filter, and threshold option =item B<--filter> -Exclude some parts (comma seperated list) +Exclude some parts (comma separated list) You can also exclude items from specific instances: --filter=sensors,1 =item B<--no-component> diff --git a/src/centreon/common/fortinet/fortigate/snmp/mode/interfaces.pm b/src/centreon/common/fortinet/fortigate/snmp/mode/interfaces.pm index 1734ef737..0cf73615c 100644 --- a/src/centreon/common/fortinet/fortigate/snmp/mode/interfaces.pm +++ b/src/centreon/common/fortinet/fortigate/snmp/mode/interfaces.pm @@ -68,7 +68,7 @@ Check interfaces. =item B<--add-global> -Check global port statistics (By default if no --add-* option is set). +Check global port statistics (by default if no --add-* option is set). =item B<--add-status> @@ -100,7 +100,7 @@ Check interface data volume between two checks (not supposed to be graphed, usef =item B<--check-metrics> -If the expression is true, metrics are checked (Default: '%{opstatus} eq "up"'). +If the expression is true, metrics are checked (default: '%{opstatus} eq "up"'). =item B<--warning-status> @@ -109,7 +109,7 @@ You can use the following variables: %{admstatus}, %{opstatus}, %{duplexstatus}, =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{admstatus} eq "up" and %{opstatus} ne "up"'). +Define the conditions to match for the status to be CRITICAL (default: '%{admstatus} eq "up" and %{opstatus} ne "up"'). You can use the following variables: %{admstatus}, %{opstatus}, %{duplexstatus}, %{display} =item B<--warning-*> B<--critical-*> @@ -122,15 +122,15 @@ Can be: 'total-port', 'total-admin-up', 'total-admin-down', 'total-oper-up', 'to =item B<--units-traffic> -Units of thresholds for the traffic (Default: 'percent_delta') ('percent_delta', 'bps', 'counter'). +Units of thresholds for the traffic (default: 'percent_delta') ('percent_delta', 'bps', 'counter'). =item B<--units-errors> -Units of thresholds for errors/discards (Default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). +Units of thresholds for errors/discards (default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). =item B<--units-cast> -Units of thresholds for communication types (Default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). +Units of thresholds for communication types (default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). =item B<--nagvis-perfdata> @@ -138,7 +138,7 @@ Display traffic perfdata to be compatible with nagvis widget. =item B<--interface> -Set the interface (number expected) ex: 1,2,... (empty means 'check all interfaces'). +Set the interface (number expected) example: 1,2,... (empty means 'check all interfaces'). =item B<--name> @@ -180,7 +180,7 @@ Add an OID to display. Modify the interface name displayed by using a regular expression. -Eg: adding --display-transform-src='eth' --display-transform-dst='ens' will replace all occurrences of 'eth' with 'ens' +Example: adding --display-transform-src='eth' --display-transform-dst='ens' will replace all occurrences of 'eth' with 'ens' =item B<--show-cache> diff --git a/src/centreon/common/fortinet/fortigate/snmp/mode/sdwan.pm b/src/centreon/common/fortinet/fortigate/snmp/mode/sdwan.pm index 660cf8455..6fc1aa401 100644 --- a/src/centreon/common/fortinet/fortigate/snmp/mode/sdwan.pm +++ b/src/centreon/common/fortinet/fortigate/snmp/mode/sdwan.pm @@ -374,7 +374,7 @@ You can use the following variables: %{state}, %{vdom}, %{id}, %{name}, %{ifName =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{state} eq "down"'). +Define the conditions to match for the status to be CRITICAL (default: '%{state} eq "down"'). You can use the following variables: %{state}, %{vdom}, %{id}, %{name}, %{ifName} =item B<--warning-*> B<--critical-*> diff --git a/src/centreon/common/fortinet/fortigate/snmp/mode/vdomusage.pm b/src/centreon/common/fortinet/fortigate/snmp/mode/vdomusage.pm index 7b5fa29c7..b5537b9b2 100644 --- a/src/centreon/common/fortinet/fortigate/snmp/mode/vdomusage.pm +++ b/src/centreon/common/fortinet/fortigate/snmp/mode/vdomusage.pm @@ -435,12 +435,12 @@ Time in minutes before reloading cache file (default: 60). =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: %{op_mode}, %{ha_state} =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: %{op_mode}, %{ha_state} =item B<--warning-*> B<--critical-*> diff --git a/src/centreon/common/foundry/snmp/mode/hardware.pm b/src/centreon/common/foundry/snmp/mode/hardware.pm index 2d30b6af2..bd07d3549 100644 --- a/src/centreon/common/foundry/snmp/mode/hardware.pm +++ b/src/centreon/common/foundry/snmp/mode/hardware.pm @@ -83,7 +83,7 @@ Check hardware. =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'board', 'fan', 'temperature', 'psu'. =item B<--filter> diff --git a/src/centreon/common/h3c/snmp/mode/hardware.pm b/src/centreon/common/h3c/snmp/mode/hardware.pm index 7194db1dc..93d6487a2 100644 --- a/src/centreon/common/h3c/snmp/mode/hardware.pm +++ b/src/centreon/common/h3c/snmp/mode/hardware.pm @@ -279,7 +279,7 @@ Check Hardware (Fans, Power Supplies, Module,...). =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'fan', 'psu', 'other', 'unknown', 'sensor', 'chassis', 'backplane', 'container', 'module', 'port', 'stack', 'cpu'. @@ -290,7 +290,7 @@ You can also exclude items from specific instances: --filter=fan,101 =item B<--absent-problem> -Return an error if an entity is not 'present' (default is skipping) (comma seperated list) +Return an error if an entity is not 'present' (default is skipping) (comma separated list) Can be specific or global: --absent-problem=psu#44# =item B<--no-component> @@ -327,7 +327,7 @@ Can be: 'fan', 'psu', 'other', 'unknown', 'sensor', 'chassis', 'backplane', =item B<--reload-cache-time> -Time in seconds before reloading cache file (Default: 180). +Time in seconds before reloading cache file (default: 180). Use '-1' to disable cache reload. =back diff --git a/src/centreon/common/h3c/snmp/mode/interfaces.pm b/src/centreon/common/h3c/snmp/mode/interfaces.pm index 0200b9a00..026bd1743 100644 --- a/src/centreon/common/h3c/snmp/mode/interfaces.pm +++ b/src/centreon/common/h3c/snmp/mode/interfaces.pm @@ -185,7 +185,7 @@ Check interfaces. =item B<--add-global> -Check global port statistics (By default if no --add-* option is set). +Check global port statistics (by default if no --add-* option is set). =item B<--add-status> @@ -221,7 +221,7 @@ Check interface optical metrics. =item B<--check-metrics> -If the expression is true, metrics are checked (Default: '%{opstatus} eq "up"'). +If the expression is true, metrics are checked (default: '%{opstatus} eq "up"'). =item B<--warning-status> @@ -230,7 +230,7 @@ You can use the following variables: %{admstatus}, %{opstatus}, %{duplexstatus}, =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{admstatus} eq "up" and %{opstatus} ne "up"'). +Define the conditions to match for the status to be CRITICAL (default: '%{admstatus} eq "up" and %{opstatus} ne "up"'). You can use the following variables: %{admstatus}, %{opstatus}, %{duplexstatus}, %{display} =item B<--warning-*> B<--critical-*> @@ -245,15 +245,15 @@ And also: 'input-power' (dBm), 'bias-current' (mA), 'output-power' (dBm), 'volta =item B<--units-traffic> -Units of thresholds for the traffic (Default: 'percent_delta') ('percent_delta', 'bps', 'counter'). +Units of thresholds for the traffic (default: 'percent_delta') ('percent_delta', 'bps', 'counter'). =item B<--units-errors> -Units of thresholds for errors/discards (Default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). +Units of thresholds for errors/discards (default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). =item B<--units-cast> -Units of thresholds for communication types (Default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). +Units of thresholds for communication types (default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). =item B<--nagvis-perfdata> @@ -261,7 +261,7 @@ Display traffic perfdata to be compatible with nagvis widget. =item B<--interface> -Set the interface (number expected) ex: 1,2,... (empty means 'check all interfaces'). +Set the interface (number expected) example: 1,2,... (empty means 'check all interfaces'). =item B<--name> @@ -303,7 +303,7 @@ Add an OID to display. Modify the interface name displayed by using a regular expression. -Eg: adding --display-transform-src='eth' --display-transform-dst='ens' will replace all occurrences of 'eth' with 'ens' +Example: adding --display-transform-src='eth' --display-transform-dst='ens' will replace all occurrences of 'eth' with 'ens' =item B<--show-cache> diff --git a/src/centreon/common/ibm/nos/snmp/mode/disk.pm b/src/centreon/common/ibm/nos/snmp/mode/disk.pm index e0fbbb14d..53b9a585f 100644 --- a/src/centreon/common/ibm/nos/snmp/mode/disk.pm +++ b/src/centreon/common/ibm/nos/snmp/mode/disk.pm @@ -65,7 +65,7 @@ Critical threshold. =item B<--units> -Units of thresholds (Default: '%') ('%', 'B'). +Units of thresholds (default: '%') ('%', 'B'). =item B<--free> @@ -73,7 +73,7 @@ Thresholds are on free space left. =item B<--storage> -Set the storage (number expected) ex: 1, 2,... (empty means 'check all storage'). +Set the storage (number expected) example: 1, 2,... (empty means 'check all storage'). =item B<--name> @@ -97,7 +97,7 @@ Display cache storage datas. =item B<--filter-storage-type> -Filter storage types with a regexp (Default: '^(?!(hrStorageRam)$)'). +Filter storage types with a regexp (default: '^(?!(hrStorageRam)$)'). =back diff --git a/src/centreon/common/ibm/nos/snmp/mode/environment.pm b/src/centreon/common/ibm/nos/snmp/mode/environment.pm index 5a48d39a5..3cb43ad75 100644 --- a/src/centreon/common/ibm/nos/snmp/mode/environment.pm +++ b/src/centreon/common/ibm/nos/snmp/mode/environment.pm @@ -71,7 +71,7 @@ Check hardware. =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'faultled', 'temperature'. =item B<--no-component> diff --git a/src/centreon/common/ibm/tapelibrary/snmp/mode/hardware.pm b/src/centreon/common/ibm/tapelibrary/snmp/mode/hardware.pm index 882d29bd9..e1445e443 100644 --- a/src/centreon/common/ibm/tapelibrary/snmp/mode/hardware.pm +++ b/src/centreon/common/ibm/tapelibrary/snmp/mode/hardware.pm @@ -93,7 +93,7 @@ Check hardware. =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'chassis', 'drive', 'changer', 'psu'. =item B<--filter> diff --git a/src/centreon/common/jvm/mode/memory.pm b/src/centreon/common/jvm/mode/memory.pm index 99fb29288..415373301 100644 --- a/src/centreon/common/jvm/mode/memory.pm +++ b/src/centreon/common/jvm/mode/memory.pm @@ -193,7 +193,7 @@ Critical threshold of NonHeap memory usage =item B<--units> -Units of thresholds (Default: '%') ('%', 'B'). +Units of thresholds (default: '%') ('%', 'B'). =back diff --git a/src/centreon/common/jvm/mode/memorydetailed.pm b/src/centreon/common/jvm/mode/memorydetailed.pm index d2a8eab02..9e037e55d 100644 --- a/src/centreon/common/jvm/mode/memorydetailed.pm +++ b/src/centreon/common/jvm/mode/memorydetailed.pm @@ -279,7 +279,7 @@ Critical threshold of NonHeap 'Code Cache' memory usage =item B<--units> -Units of thresholds (Default: '%') ('%', 'B'). +Units of thresholds (default: '%') ('%', 'B'). =back diff --git a/src/centreon/common/microsoft/skype/mssql/mode/appsharingqoe.pm b/src/centreon/common/microsoft/skype/mssql/mode/appsharingqoe.pm index 8a237a534..94e6b0199 100644 --- a/src/centreon/common/microsoft/skype/mssql/mode/appsharingqoe.pm +++ b/src/centreon/common/microsoft/skype/mssql/mode/appsharingqoe.pm @@ -136,7 +136,7 @@ Only display some counters (regexp can be used). =item B<--timeframe> -Set the timeframe to query in seconds (Default: 900) +Set the timeframe to query in seconds (default: 900) =item B<--warning-*> diff --git a/src/centreon/common/microsoft/skype/mssql/mode/audioqoe.pm b/src/centreon/common/microsoft/skype/mssql/mode/audioqoe.pm index f55a8d081..8818ad978 100644 --- a/src/centreon/common/microsoft/skype/mssql/mode/audioqoe.pm +++ b/src/centreon/common/microsoft/skype/mssql/mode/audioqoe.pm @@ -185,7 +185,7 @@ Only display some counters (regexp can be used). =item B<--timeframe> -Set the timeframe to query in seconds (Default: 900) +Set the timeframe to query in seconds (default: 900) =item B<--warning-*> diff --git a/src/centreon/common/microsoft/skype/mssql/mode/poorcalls.pm b/src/centreon/common/microsoft/skype/mssql/mode/poorcalls.pm index ad92041c9..cd89af264 100644 --- a/src/centreon/common/microsoft/skype/mssql/mode/poorcalls.pm +++ b/src/centreon/common/microsoft/skype/mssql/mode/poorcalls.pm @@ -122,7 +122,7 @@ Only display some counters (regexp can be used). =item B<--timeframe> -Set the timeframe to query in seconds (Default: 900) +Set the timeframe to query in seconds (default: 900) =item B<--warning-global> diff --git a/src/centreon/common/microsoft/skype/mssql/mode/sessionstypes.pm b/src/centreon/common/microsoft/skype/mssql/mode/sessionstypes.pm index e03b7c29d..79d55851b 100644 --- a/src/centreon/common/microsoft/skype/mssql/mode/sessionstypes.pm +++ b/src/centreon/common/microsoft/skype/mssql/mode/sessionstypes.pm @@ -163,7 +163,7 @@ Only display some counters (regexp can be used). =item B<--timeframe> -Set the timeframe to query in seconds (Default: 900) +Set the timeframe to query in seconds (default: 900) =item B<--warning-*> diff --git a/src/centreon/common/microsoft/skype/mssql/mode/videoqoe.pm b/src/centreon/common/microsoft/skype/mssql/mode/videoqoe.pm index 3c1b35dee..8d1d59733 100644 --- a/src/centreon/common/microsoft/skype/mssql/mode/videoqoe.pm +++ b/src/centreon/common/microsoft/skype/mssql/mode/videoqoe.pm @@ -148,7 +148,7 @@ Only display some counters (regexp can be used). =item B<--timeframe> -Set the timeframe to query in seconds (Default: 900) +Set the timeframe to query in seconds (default: 900) =item B<--warning-*> diff --git a/src/centreon/common/monitoring/openmetrics/custom/file.pm b/src/centreon/common/monitoring/openmetrics/custom/file.pm index 55ad6a19b..9e259cc6f 100644 --- a/src/centreon/common/monitoring/openmetrics/custom/file.pm +++ b/src/centreon/common/monitoring/openmetrics/custom/file.pm @@ -94,7 +94,7 @@ Hostname to query (with ssh). =item B<--command> -Command to get information (Default: 'cat'). +Command to get information (default: 'cat'). =item B<--command-path> diff --git a/src/centreon/common/monitoring/openmetrics/custom/web.pm b/src/centreon/common/monitoring/openmetrics/custom/web.pm index 96598acd1..34a2da331 100644 --- a/src/centreon/common/monitoring/openmetrics/custom/web.pm +++ b/src/centreon/common/monitoring/openmetrics/custom/web.pm @@ -151,15 +151,15 @@ Endpoint 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<--urlpath> -URL to scrape metrics from (Default: '/metrics'). +URL to scrape metrics from (default: '/metrics'). =item B<--username> @@ -171,7 +171,7 @@ Endpoint password. =item B<--timeout> -Set HTTP timeout (Default: 10). +Set HTTP timeout (default: 10). =back diff --git a/src/centreon/common/polycom/endpoint/snmp/mode/hardware.pm b/src/centreon/common/polycom/endpoint/snmp/mode/hardware.pm index b4a15d390..d8552b1eb 100644 --- a/src/centreon/common/polycom/endpoint/snmp/mode/hardware.pm +++ b/src/centreon/common/polycom/endpoint/snmp/mode/hardware.pm @@ -71,7 +71,7 @@ Check hardware. =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'global', 'microphone', 'camera', 'nic', 'ptc', 'board'. =item B<--filter> diff --git a/src/centreon/common/powershell/windows/certificates.pm b/src/centreon/common/powershell/windows/certificates.pm index 59b4b307e..5ffde9b0b 100644 --- a/src/centreon/common/powershell/windows/certificates.pm +++ b/src/centreon/common/powershell/windows/certificates.pm @@ -76,6 +76,6 @@ __END__ =head1 DESCRIPTION -Method to get windows certificates. +Method to get Windows certificates. =cut diff --git a/src/centreon/common/protocols/actuator/custom/centreonmap.pm b/src/centreon/common/protocols/actuator/custom/centreonmap.pm index 43337425c..ffb77ac89 100644 --- a/src/centreon/common/protocols/actuator/custom/centreonmap.pm +++ b/src/centreon/common/protocols/actuator/custom/centreonmap.pm @@ -272,15 +272,15 @@ API hostname. =item B<--url-path> -API url path (Default: '/centreon-studio/api/beta') +API url path (default: '/centreon-studio/api/beta') =item B<--port> -API port (Default: 8080) +API port (default: 8080) =item B<--proto> -Specify https if needed (Default: 'http') +Specify https if needed (default: 'http') =item B<--api-username> @@ -296,7 +296,7 @@ Set HTTP timeout =item B<--client-version> -Set the client version (Default: '21.04.0') +Set the client version (default: '21.04.0') =back diff --git a/src/centreon/common/protocols/actuator/custom/standard.pm b/src/centreon/common/protocols/actuator/custom/standard.pm index 6ac27226e..bb6fd1d4f 100644 --- a/src/centreon/common/protocols/actuator/custom/standard.pm +++ b/src/centreon/common/protocols/actuator/custom/standard.pm @@ -179,27 +179,27 @@ 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<--api-username> -Specify username for authentication (basic auth) +Specify the username for authentication (basic auth) =item B<--api-password> -Specify password for authentication (basic auth) +Specify the password for authentication (basic auth) =item B<--timeout> -Set timeout in seconds (Default: 30) +Set timeout in seconds (default: 30) =item B<--url-path> -API url path (Default: '/actuator') +API url path (default: '/actuator') =back diff --git a/src/centreon/common/protocols/jmx/custom/jolokia.pm b/src/centreon/common/protocols/jmx/custom/jolokia.pm index 5fd639b3a..6f6b5ea4d 100644 --- a/src/centreon/common/protocols/jmx/custom/jolokia.pm +++ b/src/centreon/common/protocols/jmx/custom/jolokia.pm @@ -323,7 +323,7 @@ Example: http://localhost:8080/jolokia =item B<--timeout> -Timeout in seconds for HTTP requests (Defaults: 30 seconds) +Timeout in seconds for HTTP requests (default: 30 seconds) =item B<--username> diff --git a/src/centreon/common/protocols/modbus/custom/api.pm b/src/centreon/common/protocols/modbus/custom/api.pm index aa7db4e61..c16909945 100644 --- a/src/centreon/common/protocols/modbus/custom/api.pm +++ b/src/centreon/common/protocols/modbus/custom/api.pm @@ -183,19 +183,19 @@ Example: --rtu-port=/dev/ttyUSB0 =item B<--rtu-baudrate> -A valid baud rate (Default: 9600) +A valid baud rate (default: 9600) =item B<--rtu-databits> -An integer from 5 to 8 (Default: 8) +An integer from 5 to 8 (default: 8) =item B<--rtu-parity> -Either 'even', 'odd' or 'none' (Default: none) +Either 'even', 'odd' or 'none' (default: none) =item B<--rtu-stopbits> -1 or 2 (Default: 1) +1 or 2 (default: 1) =item B<--tcp-host> @@ -203,11 +203,11 @@ Host address =item B<--tcp-port> -Host port (Default: 502) +Host port (default: 502) =item B<--timeout> -Timeout in seconds (Default: 10) +Timeout in seconds (default: 10) =back diff --git a/src/centreon/common/protocols/sql/mode/collection.pm b/src/centreon/common/protocols/sql/mode/collection.pm index d40c46ab1..dd0f98ab8 100644 --- a/src/centreon/common/protocols/sql/mode/collection.pm +++ b/src/centreon/common/protocols/sql/mode/collection.pm @@ -1540,18 +1540,18 @@ Collect and compute SQL datas. =item B<--config> -config used (Required). +config used (required). Can be a file or json content. =item B<--filter-selection> Filter selections. -Eg: --filter-selection='name=test' +Example: --filter-selection='name=test' =item B<--constant> Add a constant. -Eg: --constant='warning=30' --constant='critical=45' +Example: --constant='warning=30' --constant='critical=45' =back diff --git a/src/centreon/common/protocols/sql/mode/sql.pm b/src/centreon/common/protocols/sql/mode/sql.pm index 536759ce3..106111d88 100644 --- a/src/centreon/common/protocols/sql/mode/sql.pm +++ b/src/centreon/common/protocols/sql/mode/sql.pm @@ -136,23 +136,23 @@ SQL statement that returns a number. =item B<--format> -Output format (Default: 'SQL statement result : %i.'). +Output format (default: 'SQL statement result : %i.'). =item B<--perfdata-unit> -Perfdata unit in perfdata output (Default: '') +Perfdata unit in perfdata output (default: '') =item B<--perfdata-name> -Perfdata name in perfdata output (Default: 'value') +Perfdata name in perfdata output (default: 'value') =item B<--perfdata-min> -Minimum value to add in perfdata output (Default: '') +Minimum value to add in perfdata output (default: '') =item B<--perfdata-max> -Maximum value to add in perfdata output (Default: '') +Maximum value to add in perfdata output (default: '') =item B<--warning-*> B<--critical-*> diff --git a/src/centreon/common/protocols/sql/mode/sqlstring.pm b/src/centreon/common/protocols/sql/mode/sqlstring.pm index f07b64392..a76d686de 100644 --- a/src/centreon/common/protocols/sql/mode/sqlstring.pm +++ b/src/centreon/common/protocols/sql/mode/sqlstring.pm @@ -171,18 +171,17 @@ Specify a custom output message relying on printf formatting. If this option is =item B<--printf-value> Specify scalar used to replace in printf. If this option is set --printf-format is mandatory. -(Can be: %{key_field}, %{value_field}) +(can be: %{key_field}, %{value_field}) =item B<--warning-string> -Define the conditions to match for the status to be WARNING. -(Can be: %{key_field}, %{value_field}) -e.g --warning-string '%{key_field} eq 'Central' && %{value_field} =~ /127.0.0.1/' +Define the conditions to match for the status to be WARNING (can be %{key_field}, %{value_field}). +Example: --warning-string '%{key_field} eq 'Central' && %{value_field} =~ /127.0.0.1/' =item B<--critical-string> Define the conditions to match for the status to be CRITICAL -(Can be: %{key_field} or %{value_field}) +(can be %{key_field} or %{value_field}) =item B<--dual-table> @@ -191,7 +190,7 @@ Set this option to ensure compatibility with dual table and Oracle. =item B<--empty-sql-string> Set this option to change the output message when the sql statement result is empty. -(Default: 'No row returned or --key-column/--value-column do not correctly match selected field') +(default: 'No row returned or --key-column/--value-column do not correctly match selected field') =back diff --git a/src/centreon/common/protocols/ssh/custom/api.pm b/src/centreon/common/protocols/ssh/custom/api.pm index 268cf1f22..91e8e8b5f 100644 --- a/src/centreon/common/protocols/ssh/custom/api.pm +++ b/src/centreon/common/protocols/ssh/custom/api.pm @@ -154,7 +154,7 @@ SSH port. =item B<--timeout> -Timeout in seconds for connection (Defaults: 10 seconds) +Timeout in seconds for connection (default: 10 seconds) =item B<--ssh-username> diff --git a/src/centreon/common/radlan/snmp/mode/environment.pm b/src/centreon/common/radlan/snmp/mode/environment.pm index 7a7ba0bd9..357cfed83 100644 --- a/src/centreon/common/radlan/snmp/mode/environment.pm +++ b/src/centreon/common/radlan/snmp/mode/environment.pm @@ -99,7 +99,7 @@ Check environment. =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'fan', 'psu', 'temperature'. =item B<--filter> @@ -109,7 +109,7 @@ You can also exclude items from specific instances: --filter=psu,0 =item B<--absent-problem> -Return an error if an entity is not 'present' (default is skipping) (comma seperated list) +Return an error if an entity is not 'present' (default is skipping) (comma separated list) Can be specific or global: --absent-problem=fan#2# =item B<--no-component> diff --git a/src/centreon/common/redfish/restapi/mode/hardware.pm b/src/centreon/common/redfish/restapi/mode/hardware.pm index 143c06b03..0f2491a3e 100644 --- a/src/centreon/common/redfish/restapi/mode/hardware.pm +++ b/src/centreon/common/redfish/restapi/mode/hardware.pm @@ -169,12 +169,12 @@ Check hardware. =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'chassis', 'device', 'drive', 'fan', 'psu', 'sc', 'storage', 'temperature', 'volume'. =item B<--filter> -Exclude some parts (comma seperated list) +Exclude some parts (comma separated list) You can also exclude items from specific instances: --filter='fan,1.2' =item B<--no-component> diff --git a/src/centreon/common/riverbed/steelhead/snmp/mode/bwoptimization.pm b/src/centreon/common/riverbed/steelhead/snmp/mode/bwoptimization.pm index f6592e2cc..31b42e319 100644 --- a/src/centreon/common/riverbed/steelhead/snmp/mode/bwoptimization.pm +++ b/src/centreon/common/riverbed/steelhead/snmp/mode/bwoptimization.pm @@ -143,12 +143,12 @@ in bytes per second (STEELHEAD-MIB and STEELHEAD-EX-MIB). =item B<--warning-*> -Warning threshold (Can be: 'wan2lan-lan', 'wan2lan-wan', +Warning threshold (can be: 'wan2lan-lan', 'wan2lan-wan', 'lan2wan-lan', 'lan2wan-wan') =item B<--critical-*> -Critical threshold (Can be: 'wan2lan-lan', 'wan2lan-wan', +Critical threshold (can be: 'wan2lan-lan', 'wan2lan-wan', 'lan2wan-lan', 'lan2wan-wan') =over 8 diff --git a/src/centreon/common/riverbed/steelhead/snmp/mode/bwpassthrough.pm b/src/centreon/common/riverbed/steelhead/snmp/mode/bwpassthrough.pm index 1dc8faaf0..d38b6ffe7 100644 --- a/src/centreon/common/riverbed/steelhead/snmp/mode/bwpassthrough.pm +++ b/src/centreon/common/riverbed/steelhead/snmp/mode/bwpassthrough.pm @@ -120,11 +120,11 @@ Check passthrough bandwidth in both directions (STEELHEAD-MIB and STEELHEAD-EX-M =item B<--warning-traffic-*> -Warning threshold (Can be: 'in' (Wan2Lan), 'out' (Lan2Wan)) +Warning threshold (can be: 'in' (Wan2Lan), 'out' (Lan2Wan)) =item B<--critical-traffic-*> -Critical threshold (Can be: 'in' (Wan2Lan), 'out' (Lan2Wan)) +Critical threshold (can be: 'in' (Wan2Lan), 'out' (Lan2Wan)) =over 8 diff --git a/src/centreon/common/riverbed/steelhead/snmp/mode/loadaverage.pm b/src/centreon/common/riverbed/steelhead/snmp/mode/loadaverage.pm index 4098aa2c2..f5680a029 100644 --- a/src/centreon/common/riverbed/steelhead/snmp/mode/loadaverage.pm +++ b/src/centreon/common/riverbed/steelhead/snmp/mode/loadaverage.pm @@ -143,8 +143,7 @@ Check system load average. =item B<--warning-*> -Warning thresholds -Can be --warning-(average|1m|5m|15m) +Warning thresholds (* can be average, 1m, 5m, 15m). =item B<--critical-*> diff --git a/src/centreon/common/riverbed/steelhead/snmp/mode/status.pm b/src/centreon/common/riverbed/steelhead/snmp/mode/status.pm index d0c23d883..690f1d516 100644 --- a/src/centreon/common/riverbed/steelhead/snmp/mode/status.pm +++ b/src/centreon/common/riverbed/steelhead/snmp/mode/status.pm @@ -148,12 +148,12 @@ Check the current status of the optimization service. =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: %{health}, %{status} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{health} !~ /Healthy/ || %{status} !~ /running/'). +Define the conditions to match for the status to be CRITICAL (default: '%{health} !~ /Healthy/ || %{status} !~ /running/'). You can use the following variables: %{health}, %{status} =item B<--warning-uptime> diff --git a/src/centreon/common/smcli/custom/custom.pm b/src/centreon/common/smcli/custom/custom.pm index e14a39298..e0b3ef23b 100644 --- a/src/centreon/common/smcli/custom/custom.pm +++ b/src/centreon/common/smcli/custom/custom.pm @@ -195,7 +195,7 @@ Specify navicli command (default: 'SMcli'). =item B<--extra-option> -Set SMcli extras options (Default: '-quick -S'). +Set SMcli extras options (default: '-quick -S'). =item B<--sudo> @@ -220,7 +220,7 @@ Password to connect. =item B<--timeout> -Set timeout for system command (Default: '30'). +Set timeout for system command (default: '30'). =back diff --git a/src/centreon/common/sun/snmp/mode/hardware.pm b/src/centreon/common/sun/snmp/mode/hardware.pm index f253fdd9a..779a02fc1 100644 --- a/src/centreon/common/sun/snmp/mode/hardware.pm +++ b/src/centreon/common/sun/snmp/mode/hardware.pm @@ -78,12 +78,12 @@ Check Hardware. =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'entity'. =item B<--filter> -Exclude some parts (comma seperated list) +Exclude some parts (comma separated list) You can also exclude items from specific instances: --filter=entity,sensor.18 =item B<--no-component> diff --git a/src/centreon/common/violin/snmp/mode/hardware.pm b/src/centreon/common/violin/snmp/mode/hardware.pm index 82f9393e6..c365da4b8 100644 --- a/src/centreon/common/violin/snmp/mode/hardware.pm +++ b/src/centreon/common/violin/snmp/mode/hardware.pm @@ -128,7 +128,7 @@ Check components (Fans, Power Supplies, Temperatures, Chassis alarm, vimm, globa =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'psu', 'fan', 'ca', 'vimm', 'lfc', 'gfc', 'temperature'. =item B<--filter> @@ -138,7 +138,7 @@ You can also exclude items from specific instances: --filter=fan,41239F00647-A =item B<--absent-problem> -Return an error if an entity is not 'present' (default is skipping) (comma seperated list) +Return an error if an entity is not 'present' (default is skipping) (comma separated list) Can be specific or global: --absent-problem=fan,41239F00647-fan02 =item B<--no-component> diff --git a/src/centreon/common/xppc/snmp/mode/batterystatus.pm b/src/centreon/common/xppc/snmp/mode/batterystatus.pm index 481027410..05fe4fb7d 100644 --- a/src/centreon/common/xppc/snmp/mode/batterystatus.pm +++ b/src/centreon/common/xppc/snmp/mode/batterystatus.pm @@ -145,17 +145,17 @@ Example: --filter-counters='status|current' =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}. =item B<--warning-status> -Define the conditions to match for the status to be WARNING (Default: '%{status} =~ /low/i'). +Define the conditions to match for the status to be WARNING (default: '%{status} =~ /low/i'). You can use the following variables: %{status}. =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: %{status}. =item B<--warning-*> B<--critical-*> diff --git a/src/centreon/common/xppc/snmp/mode/outputlines.pm b/src/centreon/common/xppc/snmp/mode/outputlines.pm index 2b33f8a7a..43c48cc8f 100644 --- a/src/centreon/common/xppc/snmp/mode/outputlines.pm +++ b/src/centreon/common/xppc/snmp/mode/outputlines.pm @@ -139,17 +139,17 @@ Check output lines metrics. =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}. =item B<--warning-status> -Define the conditions to match for the status to be WARNING (Default: '%{status} =~ /rebooting|onBypass/i'). +Define the conditions to match for the status to be WARNING (default: '%{status} =~ /rebooting|onBypass/i'). You can use the following variables: %{status}. =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} =~ /onBattery/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} =~ /onBattery/i'). You can use the following variables: %{status}. =item B<--warning-*> B<--critical-*> diff --git a/src/centreon/plugins/http.pm b/src/centreon/plugins/http.pm index 225e642e3..01d2814f8 100644 --- a/src/centreon/plugins/http.pm +++ b/src/centreon/plugins/http.pm @@ -256,7 +256,7 @@ Set the address you want to connect to. Useful if hostname is only a vhost, to a =item B<--proxyurl> -Proxy URL. Eg: http://my.proxy:3128 +Proxy URL. Example: http://my.proxy:3128 =item B<--proxypac> diff --git a/src/centreon/plugins/nrpe.pm b/src/centreon/plugins/nrpe.pm index 27d0c0528..29bdcf95f 100644 --- a/src/centreon/plugins/nrpe.pm +++ b/src/centreon/plugins/nrpe.pm @@ -423,15 +423,15 @@ NRPE class =item B<--nrpe-version> -Version: 2 for NRPE v2 (Default), 3 for NRPE v3, 4 for NRPE v4. +Version: 2 for NRPE v2 (default), 3 for NRPE v3, 4 for NRPE v4. =item B<--nrpe-port> -Port (Default: 5666). +Port (default: 5666). =item B<--nrpe-payload> -Buffer payload (For v2 only) (Default: 1024). +Buffer payload (For v2 only) (default: 1024). =item B<--nrpe-bindaddr> @@ -447,7 +447,7 @@ Use IPv6 only =item B<--nrpe-timeout> -Timeout in secondes (Default: 10). +Timeout in seconds (default: 10). =item B<--ssl-opt> diff --git a/src/centreon/plugins/output.pm b/src/centreon/plugins/output.pm index bd07b87da..655f6b88e 100644 --- a/src/centreon/plugins/output.pm +++ b/src/centreon/plugins/output.pm @@ -1525,7 +1525,7 @@ Display debug messages. =item B<--filter-perfdata> Filter perfdata that match the regexp. -Eg: adding --filter-perfdata='avg' will remove all metrics that do not contain +Example: adding --filter-perfdata='avg' will remove all metrics that do not contain 'avg' from performance data. =item B<--filter-perfdata-adv> @@ -1533,14 +1533,14 @@ Eg: adding --filter-perfdata='avg' will remove all metrics that do not contain Filter perfdata based on a "if" condition using the following variables: label, value, unit, warning, critical, min, max. Variables must be written either %{variable} or %(variable). -Eg: adding --filter-perfdata-adv='not (%(value) == 0 and %(max) eq "")' will +Example: adding --filter-perfdata-adv='not (%(value) == 0 and %(max) eq "")' will remove all metrics whose value equals 0 and that don't have a maximum value. =item B<--explode-perfdata-max> Create a new metric for each metric that comes with a maximum limit. The new metric will be named identically with a '_max' suffix). -Eg: it will split 'used_prct'=26.93%;0:80;0:90;0;100 +Example: it will split 'used_prct'=26.93%;0:80;0:90;0;100 into 'used_prct'=26.93%;0:80;0:90;0;100 'used_prct_max'=100%;;;; @@ -1591,12 +1591,12 @@ Sum traffic by interface: --extend-perfdata-group='traffic_in_(.*),traffic_$1,su Modify the short/long output that is returned by the plugin. Syntax: --change-short-output=pattern~replacement~modifier Most commonly used modifiers are i (case insensitive) and g (replace all occurrences). -Eg: adding --change-short-output='OK~Up~gi' will replace all occurrences of 'OK', 'ok', 'Ok' or 'oK' with 'Up' +Example: adding --change-short-output='OK~Up~gi' will replace all occurrences of 'OK', 'ok', 'Ok' or 'oK' with 'Up' =item B<--change-exit> Replace an exit code with one of your choice. -Eg: adding --change-exit=unknown=critical will result in a CRITICAL state +Example: adding --change-exit=unknown=critical will result in a CRITICAL state instead of an UNKNOWN state. =item B<--range-perfdata> @@ -1624,7 +1624,7 @@ and an output. Remove the status label ("OK:", "WARNING:", "UNKNOWN:", CRITICAL:") from the beginning of the output. -Eg: 'OK: Ram Total:...' will become 'Ram Total:...' +Example: 'OK: Ram Total:...' will become 'Ram Total:...' =item B<--output-xml> diff --git a/src/centreon/plugins/passwordmgr/hashicorpvault.pm b/src/centreon/plugins/passwordmgr/hashicorpvault.pm index ca0380ec1..40f0a8520 100644 --- a/src/centreon/plugins/passwordmgr/hashicorpvault.pm +++ b/src/centreon/plugins/passwordmgr/hashicorpvault.pm @@ -261,21 +261,21 @@ To be used with K/V engines =item B<--vault-address> -IP address of the HashiCorp Vault server (Mandatory). +IP address of the HashiCorp Vault server (mandatory). =item B<--vault-port> -Port of the HashiCorp Vault server (Default: '8200'). +Port of the HashiCorp Vault server (default: '8200'). =item B<--vault-protocol> HTTP of the HashiCorp Vault server. -Can be: 'http', 'https' (Default: http). +Can be: 'http', 'https' (default: http). =item B<--auth-method> Authentication method to log in against the Vault server. -Can be: 'azure', 'cert', 'github', 'ldap', 'okta', 'radius', 'userpass' (Default: 'token'); +Can be: 'azure', 'cert', 'github', 'ldap', 'okta', 'radius', 'userpass' (default: 'token'); =item B<--vault-token> @@ -292,7 +292,7 @@ More information here: https://www.vaultproject.io/api-docs/auth =item B<--secret-path> -Location of the secret in the Vault K/V engine (Mandatory - Can be multiple). +Location of the secret in the Vault K/V engine (mandatory - Can be multiple). Examples: for v1 engine: --secret-path='mysecrets/servicecredentials' for v2 engine: --secret-path='mysecrets/data/servicecredentials?version=12' diff --git a/src/centreon/plugins/passwordmgr/teampass.pm b/src/centreon/plugins/passwordmgr/teampass.pm index 5dae8b7e7..a266dd177 100644 --- a/src/centreon/plugins/passwordmgr/teampass.pm +++ b/src/centreon/plugins/passwordmgr/teampass.pm @@ -199,7 +199,7 @@ File with teampass connection informations. =item B<--teampass-timeout> -Set HTTP Rest API timeout (Default: 5). +Set HTTP Rest API timeout (default: 5). =item B<--teampass-api-key> diff --git a/src/centreon/plugins/script_custom/cli.pm b/src/centreon/plugins/script_custom/cli.pm index b70b8c20a..4f3811df3 100644 --- a/src/centreon/plugins/script_custom/cli.pm +++ b/src/centreon/plugins/script_custom/cli.pm @@ -160,7 +160,7 @@ Hostname to query in ssh. =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> diff --git a/src/centreon/plugins/snmp.pm b/src/centreon/plugins/snmp.pm index 0bf7c0cfb..b326a5906 100644 --- a/src/centreon/plugins/snmp.pm +++ b/src/centreon/plugins/snmp.pm @@ -1142,7 +1142,7 @@ How many OID values per SNMP request (default: 50) (for get_leef method. Be caut =item B<--snmp-autoreduce> Progressively reduce the number of requested OIDs in bulk mode. Use it in case of -SNMP errors (By default, the number is divided by 2). +SNMP errors (by default, the number is divided by 2). =item B<--snmp-force-getnext> diff --git a/src/centreon/plugins/statefile.pm b/src/centreon/plugins/statefile.pm index eb34f95c3..e414f4a2a 100644 --- a/src/centreon/plugins/statefile.pm +++ b/src/centreon/plugins/statefile.pm @@ -471,11 +471,11 @@ Set Redis database index. =item B<--failback-file> -Failback on a local file if redis connection failed. +Failback on a local file if Redis connection fails. =item B<--memexpiration> -Time to keep data in seconds (Default: 86400). +Time to keep data in seconds (default: 86400). =item B<--statefile-dir> @@ -483,7 +483,7 @@ Define the cache directory (default: '/var/lib/centreon/centplugins'). =item B<--statefile-suffix> -Define a suffix to customize the statefile name (Default: ''). +Define a suffix to customize the statefile name (default: ''). =item B<--statefile-concat-cwd> @@ -501,7 +501,7 @@ Define the key to encrypt/decrypt the cache. =item B<--statefile-cipher> -Define the cipher algorithm to encrypt the cache (Default: 'AES'). +Define the cipher algorithm to encrypt the cache (default: 'AES'). =back diff --git a/src/centreon/plugins/templates/hardware.pm b/src/centreon/plugins/templates/hardware.pm index 6a571f444..a6fb0ffaf 100644 --- a/src/centreon/plugins/templates/hardware.pm +++ b/src/centreon/plugins/templates/hardware.pm @@ -488,7 +488,7 @@ Default template for hardware. Should be extended. =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'xxx', 'yyy'. =item B<--filter> @@ -498,7 +498,7 @@ You can also exclude items from specific instances: --filter=xxxxx,instancevalue =item B<--absent-problem> -Return an error if an entity is not 'present' (default is skipping) (comma seperated list) +Return an error if an entity is not 'present' (default is skipping) (comma separated list) Can be specific or global: --absent-problem=xxxx,instancevalue =item B<--no-component> diff --git a/src/cloud/aws/apigateway/mode/latency.pm b/src/cloud/aws/apigateway/mode/latency.pm index 94495bb1e..c544cfa80 100644 --- a/src/cloud/aws/apigateway/mode/latency.pm +++ b/src/cloud/aws/apigateway/mode/latency.pm @@ -181,16 +181,15 @@ Default statistic: 'sum' =item B<--api-name> -Set the API name (Required) (can be defined multiple times). +Set the API name (required) (can be defined multiple times). =item B<--filter-metric> -Filter metrics (Can be: 'Latency', 'IntegrationLatency') +Filter metrics (can be: 'Latency', 'IntegrationLatency') =item B<--warning-*> B<--critical-*> -Thresholds warning -star substitution possibilities: client-latency, backend-latency +Warning threshold (* can be client-latency, backend-latency). =back diff --git a/src/cloud/aws/apigateway/mode/requests.pm b/src/cloud/aws/apigateway/mode/requests.pm index 0a28163ad..da05b4977 100644 --- a/src/cloud/aws/apigateway/mode/requests.pm +++ b/src/cloud/aws/apigateway/mode/requests.pm @@ -182,17 +182,16 @@ Default statistic: 'sum' =item B<--api-name> -Set the api name (Required) (can be defined multiple times). +Set the api name (required) (can be defined multiple times). =item B<--filter-metric> -Filter metrics (Can be: 'Count', '4XXError', '5XXError') +Filter metrics (can be: 'Count', '4XXError', '5XXError') =item B<--warning-*> B<--critical-*> -Thresholds warning -star substitusion possibilities: requests-client, -requests-errors-4xx, requests-errors-5xx +Warning thresholds (* can be requests-client, +requests-errors-4xx, requests-errors-5xx). =back diff --git a/src/cloud/aws/billing/mode/estimatedcharges.pm b/src/cloud/aws/billing/mode/estimatedcharges.pm index 57615ceb8..482604892 100644 --- a/src/cloud/aws/billing/mode/estimatedcharges.pm +++ b/src/cloud/aws/billing/mode/estimatedcharges.pm @@ -127,15 +127,15 @@ See 'https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/billing-metr =item B<--service> -Set the Amazon service (Required) (can be defined multiple times). +Set the Amazon service (required) (can be defined multiple times). =item B<--warning-billing> -Thresholds warning. +Warning thresholds. =item B<--critical-billing> -Thresholds critical. +Critical thresholds. =back diff --git a/src/cloud/aws/cloudfront/mode/errors.pm b/src/cloud/aws/cloudfront/mode/errors.pm index 6f32fe4af..107efe424 100644 --- a/src/cloud/aws/cloudfront/mode/errors.pm +++ b/src/cloud/aws/cloudfront/mode/errors.pm @@ -158,21 +158,21 @@ Default statistic: 'average' / Valid statistic: 'average'. =item B<--id> -Set the instance id (Required) (can be defined multiple times). +Set the instance ID (required) (can be defined multiple times). =item B<--filter-metric> -Filter metrics (Can be: 'TotalErrorRate', '4xxErrorRate', '5xxErrorRate') -(Can be a regexp). +Filter metrics (can be: 'TotalErrorRate', '4xxErrorRate', '5xxErrorRate') +(can be a regexp). =item B<--warning-*> -Thresholds warning (Can be: 'errorrate-total', +Warning thresholds (can be: 'errorrate-total', 'errorrate-4xx', 'errorrate-5xx'). =item B<--critical-*> -Thresholds critical (Can be: 'errorrate-total', +Critical thresholds (can be: 'errorrate-total', 'errorrate-4xx', 'errorrate-5xx'). =back diff --git a/src/cloud/aws/cloudfront/mode/requests.pm b/src/cloud/aws/cloudfront/mode/requests.pm index 2b52a321d..e4a6b95c4 100644 --- a/src/cloud/aws/cloudfront/mode/requests.pm +++ b/src/cloud/aws/cloudfront/mode/requests.pm @@ -154,15 +154,15 @@ Default statistic: 'sum' / Valid statistic: 'sum'. =item B<--id> -Set the instance id (Required) (can be defined multiple times). +Set the instance ID (required) (can be defined multiple times). =item B<--warning-requests> -Thresholds warning. +Warning thresholds. =item B<--critical-requests> -Thresholds critical. +Critical thresholds. =item B<--per-sec> diff --git a/src/cloud/aws/cloudfront/mode/throughput.pm b/src/cloud/aws/cloudfront/mode/throughput.pm index 5cb878a70..0485a74d5 100644 --- a/src/cloud/aws/cloudfront/mode/throughput.pm +++ b/src/cloud/aws/cloudfront/mode/throughput.pm @@ -163,20 +163,20 @@ Default statistic: 'sum' / Valid statistic: 'sum'. =item B<--id> -Set the instance id (Required) (can be defined multiple times). +Set the instance ID (required) (can be defined multiple times). =item B<--filter-metric> -Filter metrics (Can be: 'BytesDownloaded', 'BytesUploaded') -(Can be a regexp). +Filter metrics (can be: 'BytesDownloaded', 'BytesUploaded') +(can be a regexp). =item B<--warning-*> -Thresholds warning (Can be: 'bytes-downloaded', 'bytes-uploaded'). +Warning thresholds (can be: 'bytes-downloaded', 'bytes-uploaded'). =item B<--critical-*> -Thresholds critical (Can be: 'bytes-downloaded', 'bytes-uploaded') +Critical thresholds (can be: 'bytes-downloaded', 'bytes-uploaded') =item B<--per-sec> diff --git a/src/cloud/aws/cloudwatch/mode/getalarms.pm b/src/cloud/aws/cloudwatch/mode/getalarms.pm index 4fc3c35a4..e651c6132 100644 --- a/src/cloud/aws/cloudwatch/mode/getalarms.pm +++ b/src/cloud/aws/cloudwatch/mode/getalarms.pm @@ -163,12 +163,12 @@ Filter by alarm name (can be a regexp). =item B<--warning-status> -Define the conditions to match for the status to be WARNING (Default: '%{state_value} =~ /INSUFFICIENT_DATA/i') +Define the conditions to match for the status to be WARNING (default: '%{state_value} =~ /INSUFFICIENT_DATA/i') You can use the following variables: %{alarm_name}, %{state_value}, %{metric_name}, %{last_update} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{state_value} =~ /ALARM/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{state_value} =~ /ALARM/i'). You can use the following variables: %{alarm_name}, %{state_value}, %{metric_name}, %{last_update} =item B<--memory> diff --git a/src/cloud/aws/cloudwatch/mode/getmetrics.pm b/src/cloud/aws/cloudwatch/mode/getmetrics.pm index 17c5d937c..8e863aec4 100644 --- a/src/cloud/aws/cloudwatch/mode/getmetrics.pm +++ b/src/cloud/aws/cloudwatch/mode/getmetrics.pm @@ -203,7 +203,7 @@ perl centreon_plugins.pl --plugin=cloud::aws::plugin --custommode=paws --mode=cl =item B<--namespace> -Set cloudwatch namespace (Required). +Set cloudwatch namespace (required). =item B<--dimension> @@ -211,7 +211,7 @@ Set cloudwatch dimensions. =item B<--metric> -Set cloudwatch metrics (Required). +Set cloudwatch metrics (required). =item B<--warning-metric> diff --git a/src/cloud/aws/cloudwatchlogs/mode/getlogs.pm b/src/cloud/aws/cloudwatchlogs/mode/getlogs.pm index 1733c317f..1228e4ad0 100644 --- a/src/cloud/aws/cloudwatchlogs/mode/getlogs.pm +++ b/src/cloud/aws/cloudwatchlogs/mode/getlogs.pm @@ -161,7 +161,7 @@ Check cloudwatch logs. =item B<--group-name> -Set log group name (Required). +Set log group name (required). =item B<--stream-name> @@ -174,17 +174,17 @@ If not set: lookup logs since the last execution. =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: %{message}, %{stream_name}, %{since} =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: %{message}, %{stream_name}, %{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: %{message}, %{stream_name}, %{since} =back diff --git a/src/cloud/aws/custom/awscli.pm b/src/cloud/aws/custom/awscli.pm index 2843e5d27..7d39505b6 100644 --- a/src/cloud/aws/custom/awscli.pm +++ b/src/cloud/aws/custom/awscli.pm @@ -1090,7 +1090,7 @@ Override AWS service endpoint URL if necessary. =item B<--region> -Set the region name (Required). +Set the region name (required). =item B<--period> @@ -1102,7 +1102,7 @@ Set timeframe in seconds. =item B<--statistic> -Set cloudwatch statistics (Can be: 'minimum', 'maximum', 'average', 'sum'). +Set cloudwatch statistics (can be: 'minimum', 'maximum', 'average', 'sum'). =item B<--zeroed> @@ -1111,7 +1111,7 @@ does not return value when not defined. =item B<--timeout> -Set timeout in seconds (Default: 50). +Set timeout in seconds (default: 50). =item B<--sudo> @@ -1119,16 +1119,16 @@ Use 'sudo' to execute the command. =item B<--command> -Command to get information (Default: 'aws'). +Command to get information (default: 'aws'). 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). Only use for testing purpose, when you want to set ALL parameters of a command by yourself. =item B<--proxyurl> @@ -1137,9 +1137,9 @@ Proxy URL if any =item B<--skip-ssl-check> -Avoid certificate issuer verification. Useful when AWS resources are hosted by a third-party. +Avoid certificate issuer verification. Useful when AWS resources are hosted by a third party. -Note that it strips all stderr from the command result. Will be enhanced someday. Debug will only display CLI instead of evreything. +Note that it strips all stderr from the command result. Debug will only display CLI instead of evreything. =back diff --git a/src/cloud/aws/custom/paws.pm b/src/cloud/aws/custom/paws.pm index e4cca26be..39d05797e 100644 --- a/src/cloud/aws/custom/paws.pm +++ b/src/cloud/aws/custom/paws.pm @@ -936,7 +936,7 @@ Set arn of the role to be assumed. =item B<--region> -Set the region name (Required). +Set the region name (required). =item B<--period> @@ -949,7 +949,7 @@ Set timeframe in seconds. =item B<--statistic> Set cloudwatch statistics -(Can be: 'minimum', 'maximum', 'average', 'sum'). +(can be: 'minimum', 'maximum', 'average', 'sum'). =item B<--zeroed> diff --git a/src/cloud/aws/directconnect/mode/connections.pm b/src/cloud/aws/directconnect/mode/connections.pm index 03436a493..acc0746de 100644 --- a/src/cloud/aws/directconnect/mode/connections.pm +++ b/src/cloud/aws/directconnect/mode/connections.pm @@ -219,13 +219,13 @@ Default statistic: 'average' / All satistics are valid. =item B<--filter-connection-id> -Filter connection id (can be a regexp). +Filter connection ID (can be a regexp). =item B<--filter-metric> -Filter metrics (Can be: 'ConnectionBpsEgress', 'ConnectionBpsIngress', +Filter metrics (can be: 'ConnectionBpsEgress', 'ConnectionBpsIngress', 'ConnectionPpsEgress', 'ConnectionPpsIngress', 'ConnectionLightLevelTx', 'ConnectionLightLevelRx') -(Can be a regexp). +(can be a regexp). =item B<--warning-status> diff --git a/src/cloud/aws/directconnect/mode/virtualinterfaces.pm b/src/cloud/aws/directconnect/mode/virtualinterfaces.pm index 994a1ba35..af8ba3d31 100644 --- a/src/cloud/aws/directconnect/mode/virtualinterfaces.pm +++ b/src/cloud/aws/directconnect/mode/virtualinterfaces.pm @@ -212,17 +212,17 @@ Default statistic: 'average' / All satistics are valid. =item B<--filter-connection-id> -Filter connection id (can be a regexp). +Filter connection ID (can be a regexp). =item B<--filter-virtual-interface-id> -Filter virtual interface id (can be a regexp). +Filter virtual interface ID (can be a regexp). =item B<--filter-metric> -Filter metrics (Can be: 'VirtualInterfaceBpsEgress', 'VirtualInterfaceBpsIngress', +Filter metrics (can be: 'VirtualInterfaceBpsEgress', 'VirtualInterfaceBpsIngress', 'VirtualInterfacePpsEgress', 'VirtualInterfacePpsIngress') -(Can be a regexp). +(can be a regexp). =item B<--warning-status> diff --git a/src/cloud/aws/ebs/mode/volumeio.pm b/src/cloud/aws/ebs/mode/volumeio.pm index 6aa6f4321..5b41de1f7 100644 --- a/src/cloud/aws/ebs/mode/volumeio.pm +++ b/src/cloud/aws/ebs/mode/volumeio.pm @@ -144,7 +144,7 @@ See 'https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using_cloudwatch_ebs.ht =item B<--volume-id> -Set the VolumeId (Required). +Set the VolumeId (required). =item B<--filter-metric> diff --git a/src/cloud/aws/ebs/mode/volumeiops.pm b/src/cloud/aws/ebs/mode/volumeiops.pm index ea34c7337..e8f69adce 100644 --- a/src/cloud/aws/ebs/mode/volumeiops.pm +++ b/src/cloud/aws/ebs/mode/volumeiops.pm @@ -171,7 +171,7 @@ See 'https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using_cloudwatch_ebs.ht =item B<--volume-id> -Set the VolumeId (Required). +Set the VolumeId (required). =item B<--filter-metric> diff --git a/src/cloud/aws/ebs/mode/volumetime.pm b/src/cloud/aws/ebs/mode/volumetime.pm index b731f8bda..07356e09d 100644 --- a/src/cloud/aws/ebs/mode/volumetime.pm +++ b/src/cloud/aws/ebs/mode/volumetime.pm @@ -255,7 +255,7 @@ See 'https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using_cloudwatch_ebs.ht =item B<--volume-id> -Set the VolumeId (Required). +Set the VolumeId (required). =item B<--filter-metric> diff --git a/src/cloud/aws/ec2/mode/asgstatus.pm b/src/cloud/aws/ec2/mode/asgstatus.pm index 93c36a362..636326e6d 100644 --- a/src/cloud/aws/ec2/mode/asgstatus.pm +++ b/src/cloud/aws/ec2/mode/asgstatus.pm @@ -203,13 +203,13 @@ Filter by autoscaling group name (can be a regexp). =item B<--warning-instances> -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: %{health}, %{lifecycle} =item B<--critical-instances> Set critical threshold for instances states -(Default: '%{health} =~ /Healthy/ && %{lifecycle} !~ /InService/'). +(default: '%{health} =~ /Healthy/ && %{lifecycle} !~ /InService/'). Can use special variables like: %{health}, %{lifecycle} =item B<--warning-asg-instance-current> diff --git a/src/cloud/aws/ec2/mode/cpu.pm b/src/cloud/aws/ec2/mode/cpu.pm index 46d037b63..84bfd7629 100644 --- a/src/cloud/aws/ec2/mode/cpu.pm +++ b/src/cloud/aws/ec2/mode/cpu.pm @@ -192,21 +192,21 @@ Default statistic: 'average' / All satistics are valid. =item B<--type> -Set the instance type (Required) (Can be: 'asg', 'instance'). +Set the instance type (required) (can be: 'asg', 'instance'). =item B<--name> -Set the instance name (Required) (can be defined multiple times). +Set the instance name (required) (can be defined multiple times). =item B<--filter-metric> -Filter metrics (Can be: 'CPUCreditBalance', 'CPUCreditUsage', +Filter metrics (can be: 'CPUCreditBalance', 'CPUCreditUsage', 'CPUSurplusCreditBalance', 'CPUSurplusCreditsCharged', 'CPUUtilization') -(Can be a regexp). +(can be a regexp). =item B<--warning-*> B<--critical-*> -Thresholds warning (Can be 'cpu-credit-usage', 'cpu-credit-balance', +Warning thresholds (can be 'cpu-credit-usage', 'cpu-credit-balance', 'cpu-credit-surplus-balance', 'cpu-credit-surplus-charged', 'cpu-utilization'). =back diff --git a/src/cloud/aws/ec2/mode/diskio.pm b/src/cloud/aws/ec2/mode/diskio.pm index 6f9a4062d..b0af9965d 100644 --- a/src/cloud/aws/ec2/mode/diskio.pm +++ b/src/cloud/aws/ec2/mode/diskio.pm @@ -233,11 +233,11 @@ Default statistic: 'average' / All satistics are valid. =item B<--type> -Set the instance type (Required) (Can be: 'asg', 'instance'). +Set the instance type (required) (can be: 'asg', 'instance'). =item B<--name> -Set the instance name (Required) (can be defined multiple times). +Set the instance name (required) (can be defined multiple times). =item B<--add-ebs-metrics> @@ -245,13 +245,13 @@ Add EBS metrics ('EBSReadOps', 'EBSWriteOps', 'EBSReadBytes', 'EBSWriteBytes'). =item B<--filter-metric> -Filter metrics (Can be: 'DiskReadBytes', 'DiskWriteBytes', +Filter metrics (can be: 'DiskReadBytes', 'DiskWriteBytes', 'DiskReadOps', 'DiskWriteOps') -(Can be a regexp). +(can be a regexp). =item B<--warning-*> B<--critical-*> -Thresholds (Can be 'disk-bytes-read', 'disk-bytes-write', 'disk-ops-read', 'disk-ops-write', +Thresholds (can be 'disk-bytes-read', 'disk-bytes-write', 'disk-ops-read', 'disk-ops-write', 'ebs-bytes-read', 'ebs-bytes-write', 'ebs-ops-read', 'ebs-ops-write'). =item B<--per-sec> diff --git a/src/cloud/aws/ec2/mode/instancesstatus.pm b/src/cloud/aws/ec2/mode/instancesstatus.pm index fc65373c9..762c52f0d 100644 --- a/src/cloud/aws/ec2/mode/instancesstatus.pm +++ b/src/cloud/aws/ec2/mode/instancesstatus.pm @@ -265,7 +265,7 @@ Example: --filter-counters='^running$' =item B<--filter-instanceid> -Filter by instance id (can be a regexp). +Filter by instance ID (can be a regexp). =item B<--add-uptime> diff --git a/src/cloud/aws/ec2/mode/instancestypes.pm b/src/cloud/aws/ec2/mode/instancestypes.pm index 5186610fc..9f5b4c704 100644 --- a/src/cloud/aws/ec2/mode/instancestypes.pm +++ b/src/cloud/aws/ec2/mode/instancestypes.pm @@ -219,7 +219,7 @@ See 'https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html' fo =item B<--filter-family> Filter by instance family (regexp) -(Can be: 'general', 'compute', 'memory', 'storage', 'accelerated') +(can be: 'general', 'compute', 'memory', 'storage', 'accelerated') =item B<--filter-type> diff --git a/src/cloud/aws/ec2/mode/network.pm b/src/cloud/aws/ec2/mode/network.pm index ee333032d..933af003b 100644 --- a/src/cloud/aws/ec2/mode/network.pm +++ b/src/cloud/aws/ec2/mode/network.pm @@ -187,21 +187,21 @@ Default statistic: 'average' / All satistics are valid. =item B<--type> -Set the instance type (Required) (Can be: 'asg', 'instance'). +Set the instance type (required) (can be: 'asg', 'instance'). =item B<--name> -Set the instance name (Required) (can be defined multiple times). +Set the instance name (required) (can be defined multiple times). =item B<--filter-metric> -Filter metrics (Can be: 'NetworkIn', 'NetworkOut', +Filter metrics (can be: 'NetworkIn', 'NetworkOut', 'NetworkPacketsIn', 'NetworkPacketsOut') -(Can be a regexp). +(can be a regexp). =item B<--warning-*> B<--critical-*> -Thresholds warning (Can be 'network-in', 'network-out', +Warning thresholds (can be 'network-in', 'network-out', 'network-packets-in', 'network-packets-out'. =item B<--per-sec> diff --git a/src/cloud/aws/ec2/mode/status.pm b/src/cloud/aws/ec2/mode/status.pm index 9e32f9425..9dc62aca6 100644 --- a/src/cloud/aws/ec2/mode/status.pm +++ b/src/cloud/aws/ec2/mode/status.pm @@ -192,11 +192,11 @@ Default statistic: 'average' / Only valid statistic: 'average'. =item B<--type> -Set the instance type (Required) (Can be: 'asg', 'instance'). +Set the instance type (required) (can be: 'asg', 'instance'). =item B<--name> -Set the instance name (Required) (can be defined multiple times). +Set the instance name (required) (can be defined multiple times). =item B<--warning-status> @@ -206,7 +206,7 @@ You can use the following variables: %{status}. =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: %{status}. 'status' can be: 'passed', 'failed'. diff --git a/src/cloud/aws/efs/mode/connections.pm b/src/cloud/aws/efs/mode/connections.pm index 351d7b36f..90fa773da 100644 --- a/src/cloud/aws/efs/mode/connections.pm +++ b/src/cloud/aws/efs/mode/connections.pm @@ -139,7 +139,7 @@ See 'https://docs.aws.amazon.com/efs/latest/ug/monitoring-cloudwatch.html' for m =item B<--name> -Set the instance name (Required) (can be defined multiple times). +Set the instance name (required) (can be defined multiple times). =item B<--warning-client-connections> diff --git a/src/cloud/aws/efs/mode/datausage.pm b/src/cloud/aws/efs/mode/datausage.pm index 9739acc0b..a41cfaa1b 100644 --- a/src/cloud/aws/efs/mode/datausage.pm +++ b/src/cloud/aws/efs/mode/datausage.pm @@ -172,25 +172,25 @@ See 'https://docs.aws.amazon.com/efs/latest/ug/monitoring-cloudwatch.html' for m =item B<--name> -Set the instance name (Required) (can be defined multiple times). +Set the instance name (required) (can be defined multiple times). =item B<--filter-metric> -Filter on a specific metric +Filter on a specific metric. Can be: DataReadIOBytes, DataWriteIOBytes, MetaDataIOBytes, TotalIOBytes, BurstCreditBalance =item B<--statistic> -Set the metric calculation method (Default: Average) +Set the metric calculation method (default: Average) Can be 'minimum', 'maximum', 'average', 'sum' =item B<--warning-$metric$> -Thresholds warning ($metric$ can be: 'data-iobytes-read', 'data-iobytes-write', 'metadata-iobytes', 'total-iobytes', 'burst-bytes'). +Warning thresholds ($metric$ can be: 'data-iobytes-read', 'data-iobytes-write', 'metadata-iobytes', 'total-iobytes', 'burst-bytes'). =item B<--critical-$metric$> -Thresholds critical ($metric$ can be: 'data-iobytes-read', 'data-iobytes-write', 'metadata-iobytes', 'total-iobytes', 'burst-bytes'). +Critical thresholds ($metric$ can be: 'data-iobytes-read', 'data-iobytes-write', 'metadata-iobytes', 'total-iobytes', 'burst-bytes'). =back diff --git a/src/cloud/aws/elasticache/mode/commandsmemcached.pm b/src/cloud/aws/elasticache/mode/commandsmemcached.pm index 1a3dd3a27..a5618adb9 100644 --- a/src/cloud/aws/elasticache/mode/commandsmemcached.pm +++ b/src/cloud/aws/elasticache/mode/commandsmemcached.pm @@ -215,26 +215,26 @@ Default statistic: 'average' / All satistics are valid. =item B<--name> -Set the cluster name (Required) (can be defined multiple times). +Set the cluster name (required) (can be defined multiple times). =item B<--node-id> -Set the node id (Optional). +Set the node ID (optional). =item B<--filter-metric> -Filter metrics (Can be: 'CmdFlush', 'CmdGet', 'CmdSet', 'CmdConfigGet', 'CmdConfigSet', 'CmdTouch') -(Can be a regexp). +Filter metrics (can be: 'CmdFlush', 'CmdGet', 'CmdSet', 'CmdConfigGet', 'CmdConfigSet', 'CmdTouch') +(can be a regexp). =item B<--warning-$metric$-$statistic$> -Thresholds warning ($metric$ can be: 'cmdflush', 'cmdget', 'cmdset', +Warning thresholds ($metric$ can be: 'cmdflush', 'cmdget', 'cmdset', 'cmdconfigget', 'cmdconfigset', 'cmdtouch', $statistic$ can be: 'minimum', 'maximum', 'average', 'sum'). =item B<--critical-$metric$-$statistic$> -Thresholds critical ($metric$ can be: 'cmdflush', 'cmdget', 'cmdset', +Critical thresholds ($metric$ can be: 'cmdflush', 'cmdget', 'cmdset', 'cmdconfigget', 'cmdconfigset', 'cmdtouch', $statistic$ can be: 'minimum', 'maximum', 'average', 'sum'). diff --git a/src/cloud/aws/elasticache/mode/commandsredis.pm b/src/cloud/aws/elasticache/mode/commandsredis.pm index 5fb325a12..c29b3fffc 100644 --- a/src/cloud/aws/elasticache/mode/commandsredis.pm +++ b/src/cloud/aws/elasticache/mode/commandsredis.pm @@ -217,27 +217,27 @@ Default statistic: 'average' / All satistics are valid. =item B<--name> -Set the cluster name (Required) (can be defined multiple times). +Set the cluster name (required) (can be defined multiple times). =item B<--node-id> -Set the node id (Optional). +Set the node ID (optional). =item B<--filter-metric> -Filter metrics (Can be: 'GetTypeCmds', 'HashBasedCmds', 'KeyBasedCmds', 'ListBasedCmds', +Filter metrics (can be: 'GetTypeCmds', 'HashBasedCmds', 'KeyBasedCmds', 'ListBasedCmds', 'SetBasedCmds', 'SetTypeCmds', 'SortedSetBasedCmds', 'StringBasedCmds', 'HyperLogLogBasedCmds') -(Can be a regexp). +(can be a regexp). =item B<--warning-$metric$-$statistic$> -Thresholds warning ($metric$ can be: 'gettypecmds', 'hashbasedcmds', 'keybasedcmds', 'listbasedcmds', +Warning thresholds ($metric$ can be: 'gettypecmds', 'hashbasedcmds', 'keybasedcmds', 'listbasedcmds', 'setbasedcmds', 'settypecmds', 'sortedsetbasedcmds', 'stringbasedcmds', 'hyperloglogbasedcmds', $statistic$ can be: 'minimum', 'maximum', 'average', 'sum'). =item B<--critical-$metric$-$statistic$> -Thresholds critical ($metric$ can be: 'gettypecmds', 'hashbasedcmds', 'keybasedcmds', 'listbasedcmds', +Critical thresholds ($metric$ can be: 'gettypecmds', 'hashbasedcmds', 'keybasedcmds', 'listbasedcmds', 'setbasedcmds', 'settypecmds', 'sortedsetbasedcmds', 'stringbasedcmds' 'hyperloglogbasedcmds', $statistic$ can be: 'minimum', 'maximum', 'average', 'sum'). diff --git a/src/cloud/aws/elasticache/mode/connections.pm b/src/cloud/aws/elasticache/mode/connections.pm index 29e982b41..c88b3b6cc 100644 --- a/src/cloud/aws/elasticache/mode/connections.pm +++ b/src/cloud/aws/elasticache/mode/connections.pm @@ -228,25 +228,25 @@ Default statistic: 'average' / All satistics are valid. =item B<--name> -Set the cluster name (Required) (can be defined multiple times). +Set the cluster name (required) (can be defined multiple times). =item B<--node-id> -Set the node id (Optional). +Set the node ID (optional). =item B<--filter-metric> -Filter metrics (Can be: 'CurrConnections', 'NewConnections') -(Can be a regexp). +Filter metrics (can be: 'CurrConnections', 'NewConnections') +(can be a regexp). =item B<--warning-$metric$-$statistic$> -Thresholds warning ($metric$ can be: 'currconnections', 'newconnections', +Warning thresholds ($metric$ can be: 'currconnections', 'newconnections', $statistic$ can be: 'minimum', 'maximum', 'average', 'sum'). =item B<--critical-$metric$-$statistic$> -Thresholds critical ($metric$ can be: 'currconnections', 'newconnections', +Critical thresholds ($metric$ can be: 'currconnections', 'newconnections', $statistic$ can be: 'minimum', 'maximum', 'average', 'sum'). =item B<--per-sec> diff --git a/src/cloud/aws/elasticache/mode/cpu.pm b/src/cloud/aws/elasticache/mode/cpu.pm index c26bdd5b7..8a07409a3 100644 --- a/src/cloud/aws/elasticache/mode/cpu.pm +++ b/src/cloud/aws/elasticache/mode/cpu.pm @@ -161,19 +161,19 @@ Default statistic: 'average' / All satistics are valid. =item B<--name> -Set the cluster name (Required) (can be defined multiple times). +Set the cluster name (required) (can be defined multiple times). =item B<--node-id> -Set the node id (Optional). +Set the node ID (optional). =item B<--warning-cpuutilization-*> -Thresholds warning (* can be: 'minimum', 'maximum', 'average', 'sum'). +Warning thresholds (* can be: 'minimum', 'maximum', 'average', 'sum'). =item B<--critical-cpuutilization-*> -Thresholds critical (* can be: 'minimum', 'maximum', 'average', 'sum'). +Critical thresholds (* can be: 'minimum', 'maximum', 'average', 'sum'). =back diff --git a/src/cloud/aws/elasticache/mode/evictions.pm b/src/cloud/aws/elasticache/mode/evictions.pm index 52169f39c..f9e79d47f 100644 --- a/src/cloud/aws/elasticache/mode/evictions.pm +++ b/src/cloud/aws/elasticache/mode/evictions.pm @@ -216,25 +216,25 @@ Default statistic: 'average' / All satistics are valid. =item B<--name> -Set the cluster name (Required) (can be defined multiple times). +Set the cluster name (required) (can be defined multiple times). =item B<--node-id> -Set the node id (Optional). +Set the node ID (optional). =item B<--filter-metric> -Filter metrics (Can be: 'Evictions', 'Reclaimed') -(Can be a regexp). +Filter metrics (can be: 'Evictions', 'Reclaimed') +(can be a regexp). =item B<--warning-$metric$-$statistic$> -Thresholds warning ($metric$ can be: 'evictions', 'reclaimed', +Warning thresholds ($metric$ can be: 'evictions', 'reclaimed', $statistic$ can be: 'minimum', 'maximum', 'average', 'sum'). =item B<--critical-$metric$-$statistic$> -Thresholds critical ($metric$ can be: 'evictions', 'reclaimed', +Critical thresholds ($metric$ can be: 'evictions', 'reclaimed', $statistic$ can be: 'minimum', 'maximum', 'average', 'sum'). =item B<--per-sec> diff --git a/src/cloud/aws/elasticache/mode/items.pm b/src/cloud/aws/elasticache/mode/items.pm index 1ee4bae8f..d640df286 100644 --- a/src/cloud/aws/elasticache/mode/items.pm +++ b/src/cloud/aws/elasticache/mode/items.pm @@ -228,25 +228,25 @@ Default statistic: 'average' / All satistics are valid. =item B<--name> -Set the cluster name (Required) (can be defined multiple times). +Set the cluster name (required) (can be defined multiple times). =item B<--node-id> -Set the node id (Optional). +Set the node ID (optional). =item B<--filter-metric> -Filter metrics (Can be: 'CurrItems', 'NewItems') -(Can be a regexp). +Filter metrics (can be: 'CurrItems', 'NewItems') +(can be a regexp). =item B<--warning-$metric$-$statistic$> -Thresholds warning ($metric$ can be: 'curritems', 'newitems', +Warning thresholds ($metric$ can be: 'curritems', 'newitems', $statistic$ can be: 'minimum', 'maximum', 'average', 'sum'). =item B<--critical-$metric$-$statistic$> -Thresholds critical ($metric$ can be: 'curritems', 'newitems', +Critical thresholds ($metric$ can be: 'curritems', 'newitems', $statistic$ can be: 'minimum', 'maximum', 'average', 'sum'). =item B<--per-sec> diff --git a/src/cloud/aws/elasticache/mode/network.pm b/src/cloud/aws/elasticache/mode/network.pm index fa2451630..ccd493678 100644 --- a/src/cloud/aws/elasticache/mode/network.pm +++ b/src/cloud/aws/elasticache/mode/network.pm @@ -218,25 +218,25 @@ Default statistic: 'average' / All satistics are valid. =item B<--name> -Set the cluster name (Required) (can be defined multiple times). +Set the cluster name (required) (can be defined multiple times). =item B<--node-id> -Set the node id (Optional). +Set the node ID (optional). =item B<--filter-metric> -Filter metrics (Can be: 'NetworkBytesIn', 'NetworkBytesOut') -(Can be a regexp). +Filter metrics (can be: 'NetworkBytesIn', 'NetworkBytesOut') +(can be a regexp). =item B<--warning-$metric$-$statistic$> -Thresholds warning ($metric$ can be: 'networkbytesin', 'networkbytesout', +Warning thresholds ($metric$ can be: 'networkbytesin', 'networkbytesout', $statistic$ can be: 'minimum', 'maximum', 'average', 'sum'). =item B<--critical-$metric$-$statistic$> -Thresholds critical ($metric$ can be: 'networkbytesin', 'networkbytesout', +Critical thresholds ($metric$ can be: 'networkbytesin', 'networkbytesout', $statistic$ can be: 'minimum', 'maximum', 'average', 'sum'). =item B<--per-sec> diff --git a/src/cloud/aws/elasticache/mode/replication.pm b/src/cloud/aws/elasticache/mode/replication.pm index 4cec454e0..711a5fd7f 100644 --- a/src/cloud/aws/elasticache/mode/replication.pm +++ b/src/cloud/aws/elasticache/mode/replication.pm @@ -233,25 +233,25 @@ Default statistic: 'average' / All satistics are valid. =item B<--name> -Set the cluster name (Required) (can be defined multiple times). +Set the cluster name (required) (can be defined multiple times). =item B<--node-id> -Set the node id (Optional). +Set the node ID (optional). =item B<--filter-metric> -Filter metrics (Can be: 'ReplicationBytes', 'ReplicationLag') -(Can be a regexp). +Filter metrics (can be: 'ReplicationBytes', 'ReplicationLag') +(can be a regexp). =item B<--warning-$metric$-$statistic$> -Thresholds warning ($metric$ can be: 'replicationbytes', 'replicationlag', +Warning thresholds ($metric$ can be: 'replicationbytes', 'replicationlag', $statistic$ can be: 'minimum', 'maximum', 'average', 'sum'). =item B<--critical-$metric$-$statistic$> -Thresholds critical ($metric$ can be: 'replicationbytes', 'replicationlag', +Critical thresholds ($metric$ can be: 'replicationbytes', 'replicationlag', $statistic$ can be: 'minimum', 'maximum', 'average', 'sum'). =item B<--per-sec> diff --git a/src/cloud/aws/elasticache/mode/requestsmemcached.pm b/src/cloud/aws/elasticache/mode/requestsmemcached.pm index 030cdc7c4..b85ed1f0f 100644 --- a/src/cloud/aws/elasticache/mode/requestsmemcached.pm +++ b/src/cloud/aws/elasticache/mode/requestsmemcached.pm @@ -216,27 +216,27 @@ Default statistic: 'average' / All satistics are valid. =item B<--name> -Set the cluster name (Required) (can be defined multiple times). +Set the cluster name (required) (can be defined multiple times). =item B<--node-id> -Set the node id (Optional). +Set the node ID (optional). =item B<--filter-metric> -Filter metrics (Can be: 'CasHits', 'CasMisses', 'DecrHits', 'DecrMisses', 'DeleteHits', 'DeleteMisses', +Filter metrics (can be: 'CasHits', 'CasMisses', 'DecrHits', 'DecrMisses', 'DeleteHits', 'DeleteMisses', 'GetHits', 'GetMisses', 'IncrHits', 'IncrMisses', 'TouchHits', 'TouchMisses') -(Can be a regexp). +(can be a regexp). =item B<--warning-$metric$-$statistic$> -Thresholds warning ($metric$ can be: 'cashits', 'casmisses', 'decrhits', 'decrmisses', +Warning thresholds ($metric$ can be: 'cashits', 'casmisses', 'decrhits', 'decrmisses', 'deletehits', 'deletemisses', 'gethits', 'getmisses', 'incrhits', 'incrmisses', 'touchhits', 'touchmisses', $statistic$ can be: 'minimum', 'maximum', 'average', 'sum'). =item B<--critical-$metric$-$statistic$> -Thresholds critical ($metric$ can be: 'cashits', 'casmisses', 'decrhits', 'decrmisses', +Critical thresholds ($metric$ can be: 'cashits', 'casmisses', 'decrhits', 'decrmisses', 'deletehits', 'deletemisses', 'gethits', 'getmisses', 'incrhits', 'incrmisses', 'touchhits', 'touchmisses', $statistic$ can be: 'minimum', 'maximum', 'average', 'sum'). diff --git a/src/cloud/aws/elasticache/mode/requestsredis.pm b/src/cloud/aws/elasticache/mode/requestsredis.pm index eeb4f2e20..0f3b68877 100644 --- a/src/cloud/aws/elasticache/mode/requestsredis.pm +++ b/src/cloud/aws/elasticache/mode/requestsredis.pm @@ -214,25 +214,25 @@ Default statistic: 'average' / All satistics are valid. =item B<--name> -Set the cluster name (Required) (can be defined multiple times). +Set the cluster name (required) (can be defined multiple times). =item B<--node-id> -Set the node id (Optional). +Set the node ID (optional). =item B<--filter-metric> -Filter metrics (Can be: 'CacheHits', 'CacheMisses') -(Can be a regexp). +Filter metrics (can be: 'CacheHits', 'CacheMisses') +(can be a regexp). =item B<--warning-$metric$-$statistic$> -Thresholds warning ($metric$ can be: 'cachehits', 'cachemisses', +Warning thresholds ($metric$ can be: 'cachehits', 'cachemisses', $statistic$ can be: 'minimum', 'maximum', 'average', 'sum'). =item B<--critical-$metric$-$statistic$> -Thresholds critical ($metric$ can be: 'cachehits', 'cachemisses', +Critical thresholds ($metric$ can be: 'cachehits', 'cachemisses', $statistic$ can be: 'minimum', 'maximum', 'average', 'sum'). =item B<--per-sec> diff --git a/src/cloud/aws/elasticache/mode/usagememcached.pm b/src/cloud/aws/elasticache/mode/usagememcached.pm index e8172be66..13752b8cb 100644 --- a/src/cloud/aws/elasticache/mode/usagememcached.pm +++ b/src/cloud/aws/elasticache/mode/usagememcached.pm @@ -167,20 +167,20 @@ Default statistic: 'average' / All satistics are valid. =item B<--name> -Set the cluster name (Required) (can be defined multiple times). +Set the cluster name (required) (can be defined multiple times). =item B<--node-id> -Set the node id (Optional). +Set the node ID (optional). =item B<--warning-$metric$-$statistic$> -Thresholds warning ($metric$ can be: 'bytesusedforcacheitems', +Warning thresholds ($metric$ can be: 'bytesusedforcacheitems', $statistic$ can be: 'minimum', 'maximum', 'average', 'sum'). =item B<--critical-$metric$-$statistic$> -Thresholds critical ($metric$ can be: 'bytesusedforcacheitems', +Critical thresholds ($metric$ can be: 'bytesusedforcacheitems', $statistic$ can be: 'minimum', 'maximum', 'average', 'sum'). =back diff --git a/src/cloud/aws/elasticache/mode/usageredis.pm b/src/cloud/aws/elasticache/mode/usageredis.pm index ca305aeb3..f9e0c7f34 100644 --- a/src/cloud/aws/elasticache/mode/usageredis.pm +++ b/src/cloud/aws/elasticache/mode/usageredis.pm @@ -167,20 +167,20 @@ Default statistic: 'average' / All satistics are valid. =item B<--name> -Set the cluster name (Required) (can be defined multiple times). +Set the cluster name (required) (can be defined multiple times). =item B<--node-id> -Set the node id (Optional). +Set the node ID (optional). =item B<--warning-$metric$-$statistic$> -Thresholds warning ($metric$ can be: 'bytesusedforcache', +Warning thresholds ($metric$ can be: 'bytesusedforcache', $statistic$ can be: 'minimum', 'maximum', 'average', 'sum'). =item B<--critical-$metric$-$statistic$> -Thresholds critical ($metric$ can be: 'bytesusedforcache', +Critical thresholds ($metric$ can be: 'bytesusedforcache', $statistic$ can be: 'minimum', 'maximum', 'average', 'sum'). =back diff --git a/src/cloud/aws/elb/application/mode/connections.pm b/src/cloud/aws/elb/application/mode/connections.pm index 488806b9d..426f4eb21 100644 --- a/src/cloud/aws/elb/application/mode/connections.pm +++ b/src/cloud/aws/elb/application/mode/connections.pm @@ -217,7 +217,7 @@ Default statistic: 'sum' / Most useful statistics: 'sum'. =item B<--name> -Set the instance name (Required) (can be defined multiple times). +Set the instance name (required) (can be defined multiple times). =item B<--availability-zone> @@ -229,13 +229,13 @@ Add target group dimension. =item B<--filter-metric> -Filter metrics (Can be: ActiveConnectionCount', 'NewConnectionCount', +Filter metrics (can be: ActiveConnectionCount', 'NewConnectionCount', 'RejectedConnectionCount', 'TargetConnectionErrorCount') -(Can be a regexp). +(can be a regexp). =item B<--warning-*> B<--critical-*> -Thresholds warning (Can be: 'connection-active', 'connection-new', +Warning thresholds (can be: 'connection-active', 'connection-new', 'connection-rejected', 'target-connection-error'). =back diff --git a/src/cloud/aws/elb/application/mode/httpcodes.pm b/src/cloud/aws/elb/application/mode/httpcodes.pm index e7bc15568..fe53d0331 100644 --- a/src/cloud/aws/elb/application/mode/httpcodes.pm +++ b/src/cloud/aws/elb/application/mode/httpcodes.pm @@ -231,7 +231,7 @@ Default statistic: 'sum' / Most useful statistics: 'sum'. =item B<--name> -Set the instance name (Required) (can be defined multiple times). +Set the instance name (required) (can be defined multiple times). =item B<--availability-zone> @@ -243,14 +243,14 @@ Add target group dimension. =item B<--filter-metric> -Filter metrics (Can be: 'HTTPCode_Target_2XX_Count', 'HTTPCode_Target_3XX_Count', +Filter metrics (can be: 'HTTPCode_Target_2XX_Count', 'HTTPCode_Target_3XX_Count', 'HTTPCode_Target_4XX_Count', 'HTTPCode_Target_5XX_Count', 'HTTPCode_ELB_3XX_Count', 'HTTPCode_ELB_4XX_Count', 'HTTP_Redirect_Count') -(Can be a regexp). +(can be a regexp). =item B<--warning-*> B<--critical-*> -Thresholds warning (Can be: 'httpcode-target-2xx', 'httpcode-target-3xx', 'httpcode-target-4xx', +Warning thresholds (can be: 'httpcode-target-2xx', 'httpcode-target-3xx', 'httpcode-target-4xx', 'httpcode-target-5xx', 'httpcode-elb-3xx', 'httpcode-elb-4xx', 'http-redirect') =back diff --git a/src/cloud/aws/elb/application/mode/targetshealth.pm b/src/cloud/aws/elb/application/mode/targetshealth.pm index f8554dfdd..d747370b4 100644 --- a/src/cloud/aws/elb/application/mode/targetshealth.pm +++ b/src/cloud/aws/elb/application/mode/targetshealth.pm @@ -211,7 +211,7 @@ Default statistic: 'average' / Most useful statistics: 'average', 'minimum', 'ma =item B<--name> -Set the instance name (Required) (can be defined multiple times). +Set the instance name (required) (can be defined multiple times). =item B<--availability-zone> @@ -223,12 +223,12 @@ Add target group dimension. =item B<--filter-metric> -Filter metrics (Can be: 'HealthyHostCount', 'UnHealthyHostCount') -(Can be a regexp). +Filter metrics (can be: 'HealthyHostCount', 'UnHealthyHostCount') +(can be a regexp). =item B<--warning-*> B<--critical-*> -Thresholds warning (Can be: 'healthyhostcount', 'unhealthyhostcount'). +Warning thresholds (can be: 'healthyhostcount', 'unhealthyhostcount'). =back diff --git a/src/cloud/aws/elb/classic/mode/httpcodes.pm b/src/cloud/aws/elb/classic/mode/httpcodes.pm index 769688a6b..14cbae401 100644 --- a/src/cloud/aws/elb/classic/mode/httpcodes.pm +++ b/src/cloud/aws/elb/classic/mode/httpcodes.pm @@ -247,11 +247,11 @@ Default statistic: 'sum' / Most useful statistics: 'sum'. =item B<--type> -Set the instance type (Required) (Can be: 'loadbalancer', 'availabilityzone'). +Set the instance type (required) (can be: 'loadbalancer', 'availabilityzone'). =item B<--name> -Set the instance name (Required) (can be defined multiple times). +Set the instance name (required) (can be defined multiple times). =item B<--availability-zone> @@ -259,13 +259,13 @@ Add Availability Zone dimension (only with --type='loadbalancer'). =item B<--filter-metric> -Filter metrics (Can be: 'HTTPCode_Backend_2XX', 'HTTPCode_Backend_3XX', 'HTTPCode_Backend_4XX', +Filter metrics (can be: 'HTTPCode_Backend_2XX', 'HTTPCode_Backend_3XX', 'HTTPCode_Backend_4XX', 'HTTPCode_Backend_5XX', 'HTTPCode_ELB_4XX', 'HTTPCode_ELB_5XX', 'BackendConnectionErrors') -(Can be a regexp). +(can be a regexp). =item B<--warning-*> B<--critical-*> -Thresholds warning (Can be: 'httpcode-backend-2xx', 'httpcode-backend-3xx', +Warning thresholds (can be: 'httpcode-backend-2xx', 'httpcode-backend-3xx', 'httpcode-backend-4xx', 'httpcode-backend-5xx', 'httpcode-elb-4xx', 'httpcode-elb-5xx', 'backendconnectionerrors') diff --git a/src/cloud/aws/elb/classic/mode/performances.pm b/src/cloud/aws/elb/classic/mode/performances.pm index 84b42b09a..a8b9e8218 100644 --- a/src/cloud/aws/elb/classic/mode/performances.pm +++ b/src/cloud/aws/elb/classic/mode/performances.pm @@ -222,11 +222,11 @@ Default statistic: 'sum', 'average' / Most useful statistics: RequestCount: 'sum =item B<--type> -Set the instance type (Required) (Can be: 'loadbalancer', 'availabilityzone'). +Set the instance type (required) (can be: 'loadbalancer', 'availabilityzone'). =item B<--name> -Set the instance name (Required) (can be defined multiple times). +Set the instance name (required) (can be defined multiple times). =item B<--availability-zone> @@ -234,12 +234,12 @@ Add Availability Zone dimension (only with --type='loadbalancer'). =item B<--filter-metric> -Filter metrics (Can be: 'RequestCount', 'Latency') -(Can be a regexp). +Filter metrics (can be: 'RequestCount', 'Latency') +(can be a regexp). =item B<--warning-*> B<--critical-*> -Thresholds warning (Can be: 'requestcount', 'latency'). +Warning thresholds (can be: 'requestcount', 'latency'). =back diff --git a/src/cloud/aws/elb/classic/mode/queues.pm b/src/cloud/aws/elb/classic/mode/queues.pm index da61418ee..8797d33e5 100644 --- a/src/cloud/aws/elb/classic/mode/queues.pm +++ b/src/cloud/aws/elb/classic/mode/queues.pm @@ -223,11 +223,11 @@ Default statistic: 'sum', 'maximum' / Most useful statistics: SpilloverCount: 's =item B<--type> -Set the instance type (Required) (Can be: 'loadbalancer', 'availabilityzone'). +Set the instance type (required) (can be: 'loadbalancer', 'availabilityzone'). =item B<--name> -Set the instance name (Required) (can be defined multiple times). +Set the instance name (required) (can be defined multiple times). =item B<--availability-zone> @@ -235,12 +235,12 @@ Add Availability Zone dimension (only with --type='loadbalancer'). =item B<--filter-metric> -Filter metrics (Can be: 'SpilloverCount', 'SurgeQueueLength') -(Can be a regexp). +Filter metrics (can be: 'SpilloverCount', 'SurgeQueueLength') +(can be a regexp). =item B<--warning-*> B<--critical-*> -Thresholds warning (Can be: 'spillovercount', 'surgequeuelength'). +Warning thresholds (can be: 'spillovercount', 'surgequeuelength'). =back diff --git a/src/cloud/aws/elb/classic/mode/targetshealth.pm b/src/cloud/aws/elb/classic/mode/targetshealth.pm index f3eb6f87f..ab85ff111 100644 --- a/src/cloud/aws/elb/classic/mode/targetshealth.pm +++ b/src/cloud/aws/elb/classic/mode/targetshealth.pm @@ -223,11 +223,11 @@ Default statistic: 'average' / Most useful statistics: 'average', 'minimum', 'ma =item B<--type> -Set the instance type (Required) (Can be: 'loadbalancer', 'availabilityzone'). +Set the instance type (required) (can be: 'loadbalancer', 'availabilityzone'). =item B<--name> -Set the instance name (Required) (can be defined multiple times). +Set the instance name (required) (can be defined multiple times). =item B<--availability-zone> @@ -235,12 +235,12 @@ Add Availability Zone dimension (only with --type='loadbalancer'). =item B<--filter-metric> -Filter metrics (Can be: 'HealthyHostCount', 'UnHealthyHostCount') -(Can be a regexp). +Filter metrics (can be: 'HealthyHostCount', 'UnHealthyHostCount') +(can be a regexp). =item B<--warning-*> B<--critical-*> -Thresholds warning (Can be: 'healthyhostcount', 'unhealthyhostcount'). +Warning thresholds (can be: 'healthyhostcount', 'unhealthyhostcount'). =back diff --git a/src/cloud/aws/elb/network/mode/targetshealth.pm b/src/cloud/aws/elb/network/mode/targetshealth.pm index 3e55d7243..fc66a4ddf 100644 --- a/src/cloud/aws/elb/network/mode/targetshealth.pm +++ b/src/cloud/aws/elb/network/mode/targetshealth.pm @@ -207,7 +207,7 @@ Default statistic: 'average' / Most useful statistics: 'average', 'minimum', 'ma =item B<--name> -Set the instance name (Required) (can be defined multiple times). +Set the instance name (required) (can be defined multiple times). =item B<--availability-zone> @@ -219,12 +219,12 @@ Add target group dimension. =item B<--filter-metric> -Filter metrics (Can be: 'HealthyHostCount', 'UnHealthyHostCount') -(Can be a regexp). +Filter metrics (can be: 'HealthyHostCount', 'UnHealthyHostCount') +(can be a regexp). =item B<--warning-*> B<--critical-*> -Thresholds warning (Can be: 'healthyhostcount', 'unhealthyhostcount'). +Warning thresholds (can be: 'healthyhostcount', 'unhealthyhostcount'). =back diff --git a/src/cloud/aws/fsx/mode/datausage.pm b/src/cloud/aws/fsx/mode/datausage.pm index ec5561e8a..4c24220ee 100644 --- a/src/cloud/aws/fsx/mode/datausage.pm +++ b/src/cloud/aws/fsx/mode/datausage.pm @@ -171,11 +171,11 @@ See 'https://docs.aws.amazon.com/efs/latest/ug/efs-metrics.html' for more inform =item B<--name> -Set the instance name (Required) (can be defined multiple times). +Set the instance name (required) (can be defined multiple times). =item B<--filter-metric> -Filter on a specific metric +Filter on a specific metric. Can be: DataReadBytes, DataWriteBytes, DataReadOperations, DataWriteOperations, MetaDataOperations =item B<--statistic> @@ -184,11 +184,11 @@ Set the metric calculation method (Only Sum is relevant). =item B<--warning-$metric$> -Thresholds warning ($metric$ can be: 'data-write-ops', 'data-write-ops', 'data-read-ops', 'data-read-bytes', 'metadata-ops-bytes'). +Warning thresholds ($metric$ can be: 'data-write-ops', 'data-write-ops', 'data-read-ops', 'data-read-bytes', 'metadata-ops-bytes'). =item B<--critical-$metric$> -Thresholds critical ($metric$ can be: 'data-write-ops', 'data-write-ops', 'data-read-ops', 'data-read-bytes', 'metadata-ops-bytes'). +Critical thresholds ($metric$ can be: 'data-write-ops', 'data-write-ops', 'data-read-ops', 'data-read-bytes', 'metadata-ops-bytes'). =back diff --git a/src/cloud/aws/fsx/mode/freespace.pm b/src/cloud/aws/fsx/mode/freespace.pm index 77f2c565a..06dade75d 100644 --- a/src/cloud/aws/fsx/mode/freespace.pm +++ b/src/cloud/aws/fsx/mode/freespace.pm @@ -131,20 +131,20 @@ See 'https://docs.aws.amazon.com/efs/latest/ug/efs-metrics.html' for more inform =item B<--name> -Set the instance name (Required) (can be defined multiple times). +Set the instance name (required) (can be defined multiple times). =item B<--statistic> -Set the metric calculation method (Default: Average) +Set the metric calculation method (default: Average) Can be 'minimum', 'average' =item B<--warning-storage-free-bytes> -Thresholds warning on remaining available bytes. +Warning thresholds for remaining available bytes. =item B<--critical-storage-free-bytes> -Thresholds warning on remaining available bytes. +Critical thresholds for remaining available bytes. =back diff --git a/src/cloud/aws/kinesis/mode/recordsstats.pm b/src/cloud/aws/kinesis/mode/recordsstats.pm index 527fdbbeb..225f33393 100644 --- a/src/cloud/aws/kinesis/mode/recordsstats.pm +++ b/src/cloud/aws/kinesis/mode/recordsstats.pm @@ -221,19 +221,18 @@ Check metrics about records statistics in Kinesis streams. =item B<--name> -Set the stream name (Required) (can be defined multiple times). +Set the stream name (required) (can be defined multiple times). =item B<--filter-metric> -Filter metrics (Can be: 'GetRecords.IteratorAgeMilliseconds', 'GetRecords.Bytes', ) +Filter metrics (can be: 'GetRecords.IteratorAgeMilliseconds', 'GetRecords.Bytes', ) =item B<--warning-*> B<--critical-*> -Thresholds warning -can be: 'records-get-iteratorage', 'records-get-volume', +Warning thresholds (* can be: 'records-get-iteratorage', 'records-get-volume', 'records-get-latency', 'records-get-success', 'records-put-volume', 'records-put-latency', -'records-get-success', +'records-get-success'). =back diff --git a/src/cloud/aws/kinesis/mode/streams.pm b/src/cloud/aws/kinesis/mode/streams.pm index 7cfc0cd11..2513035ee 100644 --- a/src/cloud/aws/kinesis/mode/streams.pm +++ b/src/cloud/aws/kinesis/mode/streams.pm @@ -198,18 +198,17 @@ note: Outgoing* metrics are only available when enhanced stats are enabled (paid =item B<--stream-name> -Set the stream name (Required) (can be defined multiple times). +Set the stream name (required) (can be defined multiple times). =item B<--filter-metric> -Filter metrics (Can be: 'IncomingBytes', 'IncomingRecords', +Filter metrics (can be: 'IncomingBytes', 'IncomingRecords', 'OutgoingBytes', 'OutgoingRecords') =item B<--warning-*> B<--critical-*> -Thresholds warning -can be: 'incoming-bytes', 'incoming-records', -'outgoing-volume', 'outgoing-volume'. +Warning threshold (* can be: 'incoming-bytes', 'incoming-records', +'outgoing-volume', 'outgoing-volume'). =back diff --git a/src/cloud/aws/lambda/mode/invocations.pm b/src/cloud/aws/lambda/mode/invocations.pm index 30c62ff03..bd4bebe9d 100644 --- a/src/cloud/aws/lambda/mode/invocations.pm +++ b/src/cloud/aws/lambda/mode/invocations.pm @@ -206,22 +206,22 @@ Default statistic: 'sum', 'average'. =item B<--name> -Set the function name (Required) (can be defined multiple times). +Set the function name (required) (can be defined multiple times). =item B<--filter-metric> -Filter metrics (Can be: 'Duration', 'Invocations', 'Errors', +Filter metrics (can be: 'Duration', 'Invocations', 'Errors', 'DeadLetterErrors', 'Throttles', 'IteratorAge') -(Can be a regexp). +(can be a regexp). =item B<--warning-*> -Thresholds warning (Can be: 'invocations', 'errors', +Warning thresholds (can be: 'invocations', 'errors', 'throttles', 'duration', 'deadlettererrors', 'iteratorage'). =item B<--critical-*> -Thresholds critical (Can be: 'invocations', 'errors', +Critical thresholds (can be: 'invocations', 'errors', 'throttles', 'duration', 'deadlettererrors', 'iteratorage'). =back diff --git a/src/cloud/aws/rds/mode/connections.pm b/src/cloud/aws/rds/mode/connections.pm index 284a62c0d..8ff38d7d2 100644 --- a/src/cloud/aws/rds/mode/connections.pm +++ b/src/cloud/aws/rds/mode/connections.pm @@ -175,25 +175,25 @@ Default statistic: 'average' / All satistics are valid. =item B<--type> -Set the instance type (Required) (Can be: 'cluster', 'instance'). +Set the instance type (required) (can be: 'cluster', 'instance'). =item B<--name> -Set the instance name (Required) (can be defined multiple times). +Set the instance name (required) (can be defined multiple times). =item B<--filter-metric> -Filter metrics (Can be: 'DatabaseConnections') -(Can be a regexp). +Filter metrics (can be: 'DatabaseConnections') +(can be a regexp). =item B<--warning-$metric$-$statistic$> -Thresholds warning ($metric$ can be: 'databaseconnections' +Warning thresholds ($metric$ can be: 'databaseconnections' $statistic$ can be: 'minimum', 'maximum', 'average', 'sum'). =item B<--critical-$metric$-$statistic$> -Thresholds warning ($metric$ can be: 'databaseconnections' +Warning thresholds ($metric$ can be: 'databaseconnections' $statistic$ can be: 'minimum', 'maximum', 'average', 'sum'). =back diff --git a/src/cloud/aws/rds/mode/cpu.pm b/src/cloud/aws/rds/mode/cpu.pm index 04aafcafe..99775e741 100644 --- a/src/cloud/aws/rds/mode/cpu.pm +++ b/src/cloud/aws/rds/mode/cpu.pm @@ -187,25 +187,25 @@ Default statistic: 'average' / All satistics are valid. =item B<--type> -Set the instance type (Required) (Can be: 'cluster', 'instance'). +Set the instance type (required) (can be: 'cluster', 'instance'). =item B<--name> -Set the instance name (Required) (can be defined multiple times). +Set the instance name (required) (can be defined multiple times). =item B<--filter-metric> -Filter metrics (Can be: 'CPUCreditBalance', 'CPUCreditUsage', CPUUtilization') -(Can be a regexp). +Filter metrics (can be: 'CPUCreditBalance', 'CPUCreditUsage', CPUUtilization') +(can be a regexp). =item B<--warning-$metric$-$statistic$> -Thresholds warning ($metric$ can be: 'cpucreditusage', 'cpucreditbalance', 'cpuutilization', +Warning thresholds ($metric$ can be: 'cpucreditusage', 'cpucreditbalance', 'cpuutilization', $statistic$ can be: 'minimum', 'maximum', 'average', 'sum'). =item B<--critical-$metric$-$statistic$> -Thresholds critical ($metric$ can be: 'cpucreditusage', 'cpucreditbalance', 'cpuutilization', +Critical thresholds ($metric$ can be: 'cpucreditusage', 'cpucreditbalance', 'cpuutilization', $statistic$ can be: 'minimum', 'maximum', 'average', 'sum'). =back diff --git a/src/cloud/aws/rds/mode/diskio.pm b/src/cloud/aws/rds/mode/diskio.pm index 58a7ad358..0253606e7 100644 --- a/src/cloud/aws/rds/mode/diskio.pm +++ b/src/cloud/aws/rds/mode/diskio.pm @@ -213,27 +213,27 @@ Default statistic: 'average' / All satistics are valid. =item B<--type> -Set the instance type (Required) (Can be: 'cluster', 'instance'). +Set the instance type (required) (can be: 'cluster', 'instance'). =item B<--name> -Set the instance name (Required) (can be defined multiple times). +Set the instance name (required) (can be defined multiple times). =item B<--filter-metric> -Filter metrics (Can be: 'ReadThroughput', 'WriteThroughput', +Filter metrics (can be: 'ReadThroughput', 'WriteThroughput', 'ReadIOPS', 'WriteIOPS', 'ReadLatency', 'WriteLatency', 'DiskQueueDepth') -(Can be a regexp). +(can be a regexp). =item B<--warning-$metric$-$statistic$> -Thresholds warning ($metric$ can be: 'readthroughput', 'writethroughput', +Warning thresholds ($metric$ can be: 'readthroughput', 'writethroughput', 'readiops', 'writeiops', 'readlatency', 'writelatency', 'diskqueuedepth', $statistic$ can be: 'minimum', 'maximum', 'average', 'sum'). =item B<--critical-$metric$-$statistic$> -Thresholds critical ($metric$ can be: 'readthroughput', 'writethroughput', +Critical thresholds ($metric$ can be: 'readthroughput', 'writethroughput', 'readiops', 'writeiops', 'readlatency', 'writelatency', 'diskqueuedepth', $statistic$ can be: 'minimum', 'maximum', 'average', 'sum'). diff --git a/src/cloud/aws/rds/mode/instancestatus.pm b/src/cloud/aws/rds/mode/instancestatus.pm index 9014043d9..793ded373 100644 --- a/src/cloud/aws/rds/mode/instancestatus.pm +++ b/src/cloud/aws/rds/mode/instancestatus.pm @@ -191,16 +191,16 @@ Example: --filter-counters='^total-available$' =item B<--filter-instanceid> -Filter by instance id (can be a regexp). +Filter by instance ID (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: %{state}, %{display} =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: %{state}, %{display} =item B<--warning-*> diff --git a/src/cloud/aws/rds/mode/network.pm b/src/cloud/aws/rds/mode/network.pm index 86ad76d47..d5a5b2911 100644 --- a/src/cloud/aws/rds/mode/network.pm +++ b/src/cloud/aws/rds/mode/network.pm @@ -175,25 +175,25 @@ Default statistic: 'average' / All statistics are valid. =item B<--type> -Set the instance type (Required) (Can be: 'cluster', 'instance'). +Set the instance type (required) (can be: 'cluster', 'instance'). =item B<--name> -Set the instance name (Required) (can be defined multiple times). +Set the instance name (required) (can be defined multiple times). =item B<--filter-metric> -Filter metrics (Can be: 'NetworkReceiveThroughput', 'NetworkTransmitThroughput') -(Can be a regexp). +Filter metrics (can be: 'NetworkReceiveThroughput', 'NetworkTransmitThroughput') +(can be a regexp). =item B<--warning-$metric$-$statistic$> -Thresholds warning ($metric$ can be: 'networkreceivethroughput', 'networktransmitthroughput', +Warning thresholds ($metric$ can be: 'networkreceivethroughput', 'networktransmitthroughput', $statistic$ can be: 'minimum', 'maximum', 'average', 'sum'). =item B<--critical-$metric$-$statistic$> -Thresholds warning ($metric$ can be: 'networkreceivethroughput', 'networktransmitthroughput', +Warning thresholds ($metric$ can be: 'networkreceivethroughput', 'networktransmitthroughput', $statistic$ can be: 'minimum', 'maximum', 'average', 'sum'). =back diff --git a/src/cloud/aws/rds/mode/queries.pm b/src/cloud/aws/rds/mode/queries.pm index 98be95b92..bd8b75010 100644 --- a/src/cloud/aws/rds/mode/queries.pm +++ b/src/cloud/aws/rds/mode/queries.pm @@ -189,28 +189,28 @@ Default statistic: 'average' / All satistics are valid. =item B<--type> -Set the instance type (Required) (Can be: 'cluster', 'instance'). +Set the instance type (required) (can be: 'cluster', 'instance'). =item B<--name> -Set the instance name (Required) (can be defined multiple times). +Set the instance name (required) (can be defined multiple times). =item B<--filter-metric> -Filter metrics (Can be: 'Queries', 'InsertThroughput', 'DeleteThroughput', 'SelectThroughput', 'UpdateThroughput', +Filter metrics (can be: 'Queries', 'InsertThroughput', 'DeleteThroughput', 'SelectThroughput', 'UpdateThroughput', 'DMLThroughput', 'DDLThroughput', 'InsertLatency', 'DeleteLatency', 'SelectLatency', 'UpdateLatency', 'DMLLatency', 'DDLLatency') -(Can be a regexp). +(can be a regexp). =item B<--warning-$metric$-$statistic$> -Thresholds warning ($metric$ can be: 'queries', 'insertthroughput', 'deletethroughput', 'selectthroughput', +Warning thresholds ($metric$ can be: 'queries', 'insertthroughput', 'deletethroughput', 'selectthroughput', 'updatethroughput', 'dmlthroughput', 'ddlthroughput', 'insertlatency', 'deletelatency', 'selectlatency', 'updatelatency', 'dmllatency', 'ddllatency', $statistic$ can be: 'minimum', 'maximum', 'average', 'sum'). =item B<--critical-$metric$-$statistic$> -Thresholds critical ($metric$ can be: 'queries', 'insertthroughput', 'deletethroughput', 'selectthroughput', +Critical thresholds ($metric$ can be: 'queries', 'insertthroughput', 'deletethroughput', 'selectthroughput', 'updatethroughput', 'dmlthroughput', 'ddlthroughput', 'insertlatency', 'deletelatency', 'selectlatency', 'updatelatency', 'dmllatency', 'ddllatency', $statistic$ can be: 'minimum', 'maximum', 'average', 'sum'). diff --git a/src/cloud/aws/rds/mode/storage.pm b/src/cloud/aws/rds/mode/storage.pm index 48c1dc9c1..2e4e2db6e 100644 --- a/src/cloud/aws/rds/mode/storage.pm +++ b/src/cloud/aws/rds/mode/storage.pm @@ -341,11 +341,11 @@ Default statistic: 'average' / All statistics are valid. =item B<--type> -Set the instance type (Required) (Can be: 'cluster', 'instance'). +Set the instance type (required) (can be: 'cluster', 'instance'). =item B<--name> -Set the instance name (Required) (can be defined multiple times). +Set the instance name (required) (can be defined multiple times). =item B<--filter-metric> diff --git a/src/cloud/aws/rds/mode/transactions.pm b/src/cloud/aws/rds/mode/transactions.pm index 43edc7e71..12b62784f 100644 --- a/src/cloud/aws/rds/mode/transactions.pm +++ b/src/cloud/aws/rds/mode/transactions.pm @@ -187,25 +187,25 @@ Default statistic: 'average' / All satistics are valid. =item B<--type> -Set the instance type (Required) (Can be: 'cluster', 'instance'). +Set the instance type (required) (can be: 'cluster', 'instance'). =item B<--name> -Set the instance name (Required) (can be defined multiple times). +Set the instance name (required) (can be defined multiple times). =item B<--filter-metric> -Filter metrics (Can be: 'ActiveTransactions', 'BlockedTransactions', 'CommitThroughput', 'CommitLatency') -(Can be a regexp). +Filter metrics (can be: 'ActiveTransactions', 'BlockedTransactions', 'CommitThroughput', 'CommitLatency') +(can be a regexp). =item B<--warning-$metric$-$statistic$> -Thresholds warning ($metric$ can be: 'activetransactions', 'blockedtransactions', 'committhroughput', +Warning thresholds ($metric$ can be: 'activetransactions', 'blockedtransactions', 'committhroughput', 'commitlatency', $statistic$ can be: 'minimum', 'maximum', 'average', 'sum'). =item B<--critical-$metric$-$statistic$> -Thresholds critical ($metric$ can be: 'activetransactions', 'blockedtransactions', 'committhroughput', +Critical thresholds ($metric$ can be: 'activetransactions', 'blockedtransactions', 'committhroughput', 'commitlatency', $statistic$ can be: 'minimum', 'maximum', 'average', 'sum'). =back diff --git a/src/cloud/aws/rds/mode/volume.pm b/src/cloud/aws/rds/mode/volume.pm index 9b7f2544c..5f9acbb9d 100644 --- a/src/cloud/aws/rds/mode/volume.pm +++ b/src/cloud/aws/rds/mode/volume.pm @@ -237,25 +237,25 @@ Default statistic: 'average' / All satistics are valid. =item B<--type> -Set the instance type (Required) (Can be: 'cluster'). +Set the instance type (required) (can be: 'cluster'). =item B<--name> -Set the instance name (Required) (can be defined multiple times). +Set the instance name (required) (can be defined multiple times). =item B<--filter-metric> -Filter metrics (Can be: 'VolumeBytesUsed', 'VolumeReadIOPs', 'VolumeWriteIOPs') -(Can be a regexp). +Filter metrics (can be: 'VolumeBytesUsed', 'VolumeReadIOPs', 'VolumeWriteIOPs') +(can be a regexp). =item B<--warning-$metric$-$statistic$> -Thresholds warning ($metric$ can be: 'volumebytesused', 'volumereadiops', 'volumewriteiops', +Warning thresholds ($metric$ can be: 'volumebytesused', 'volumereadiops', 'volumewriteiops', $statistic$ can be: 'minimum', 'maximum', 'average', 'sum'). =item B<--critical-$metric$-$statistic$> -Thresholds critical ($metric$ can be: 'volumebytesused', 'volumereadiops', 'volumewriteiops', +Critical thresholds ($metric$ can be: 'volumebytesused', 'volumereadiops', 'volumewriteiops', $statistic$ can be: 'minimum', 'maximum', 'average', 'sum'). =back diff --git a/src/cloud/aws/s3/mode/bucketsize.pm b/src/cloud/aws/s3/mode/bucketsize.pm index 119772f03..8cb12f6ea 100644 --- a/src/cloud/aws/s3/mode/bucketsize.pm +++ b/src/cloud/aws/s3/mode/bucketsize.pm @@ -172,23 +172,23 @@ Default statistic: 'average' / All satistics are valid. =item B<--name> -Set the instance name (Required) (can be defined multiple times). +Set the instance name (required) (can be defined multiple times). =item B<--storage-type> -Set the storage type of the bucket (Default: 'StandardStorage') -((can be defined multiple times): 'StandardStorage', 'StandardIAStorage', 'ReducedRedundancyStorage'). +Set the storage type of the bucket (can be defined multiple times). +Available values: 'StandardStorage', 'StandardIAStorage' and 'ReducedRedundancyStorage' (default: 'StandardStorage'). =item B<--warning-$metric$-$storagetype$-$statistic$> -Thresholds warning ($metric$ can be: 'bucketsizebytes', +Warning thresholds ($metric$ can be: 'bucketsizebytes', $storagetype$ can be: 'standardstorage', 'standardiastorage', 'reducedredundancystorage', $statistic$ can be: 'minimum', 'maximum', 'average', 'sum'). =item B<--critical-$metric$-$storagetype$-$statistic$> -Thresholds critical ($metric$ can be: 'bucketsizebytes', +Critical thresholds ($metric$ can be: 'bucketsizebytes', $storagetype$ can be: 'standardstorage', 'standardiastorage', 'reducedredundancystorage', $statistic$ can be: 'minimum', 'maximum', 'average', 'sum'). diff --git a/src/cloud/aws/s3/mode/objects.pm b/src/cloud/aws/s3/mode/objects.pm index d90c8c562..113fd9bf8 100644 --- a/src/cloud/aws/s3/mode/objects.pm +++ b/src/cloud/aws/s3/mode/objects.pm @@ -155,16 +155,16 @@ Default statistic: 'average' / All satistics are valid. =item B<--name> -Set the instance name (Required) (can be defined multiple times). +Set the instance name (required) (can be defined multiple times). =item B<--warning-$metric$-$statistic$> -Thresholds warning ($metric$ can be: 'numberofobjects', +Warning thresholds ($metric$ can be: 'numberofobjects', $statistic$ can be: 'minimum', 'maximum', 'average', 'sum'). =item B<--critical-$metric$-$statistic$> -Thresholds critical ($metric$ can be: 'numberofobjects', +Critical thresholds ($metric$ can be: 'numberofobjects', $statistic$ can be: 'minimum', 'maximum', 'average', 'sum'). =back diff --git a/src/cloud/aws/s3/mode/requests.pm b/src/cloud/aws/s3/mode/requests.pm index 2aa901f27..65b0c1690 100644 --- a/src/cloud/aws/s3/mode/requests.pm +++ b/src/cloud/aws/s3/mode/requests.pm @@ -147,23 +147,23 @@ Default statistic: 'sum' / Valid statistics: 'sum'. =item B<--name> -Set the instance name (Required) (can be defined multiple times). +Set the instance name (required) (can be defined multiple times). =item B<--filter-metric> -Filter metrics (Can be: 'AllRequests', 'GetRequests', 'PutRequests', +Filter metrics (can be: 'AllRequests', 'GetRequests', 'PutRequests', 'DeleteRequests', 'HeadRequests', 'PostRequests', 'ListRequests') -(Can be a regexp). +(can be a regexp). =item B<--warning-$metric$-$statistic$> -Thresholds warning ($metric$ can be: 'allrequests', 'getrequests', 'putrequests', +Warning thresholds ($metric$ can be: 'allrequests', 'getrequests', 'putrequests', 'deleterequests', 'headrequests', 'postrequests', 'listrequests', $statistic$ can be: 'minimum', 'maximum', 'average', 'sum'). =item B<--critical-$metric$-$statistic$> -Thresholds critical ($metric$ can be: 'allrequests', 'getrequests', 'putrequests', +Critical thresholds ($metric$ can be: 'allrequests', 'getrequests', 'putrequests', 'deleterequests', 'headrequests', 'postrequests', 'listrequests', $statistic$ can be: 'minimum', 'maximum', 'average', 'sum'). diff --git a/src/cloud/aws/sns/mode/notifications.pm b/src/cloud/aws/sns/mode/notifications.pm index 70fd0fc02..2571afb0f 100644 --- a/src/cloud/aws/sns/mode/notifications.pm +++ b/src/cloud/aws/sns/mode/notifications.pm @@ -198,18 +198,18 @@ Default statistic: 'sum' / Valid statistics are: sum, average. =item B<--topic-name> -Filter on a specific SNS topic (Can be multiple, one instance per --topic-name option). +Filter on a specific SNS topic (can be multiple, one instance per --topic-name option). Example: --topic-name="my_sns_topic_1" --topic-name="my_sns_topic_2". =item B<--filter-metric> -Filter metrics (Can be: 'NumberOfMessagesPublished', 'NumberOfNotificationsDelivered', +Filter metrics (can be: 'NumberOfMessagesPublished', 'NumberOfNotificationsDelivered', 'NumberOfNotificationsFailed', 'NumberOfNotificationsFilteredOut'). -(Can be a regexp). +(can be a regexp). =item B<--warning-*> B<--critical-*> -Thresholds warning (Can be 'notifications-published', 'notifications-delivered', +Warning thresholds (can be 'notifications-published', 'notifications-delivered', 'notifications-failed', 'notifications-filtered). =back diff --git a/src/cloud/aws/sqs/mode/queues.pm b/src/cloud/aws/sqs/mode/queues.pm index e1f821d5e..bd1e2c3e6 100644 --- a/src/cloud/aws/sqs/mode/queues.pm +++ b/src/cloud/aws/sqs/mode/queues.pm @@ -201,19 +201,19 @@ Default statistic: 'average' / All satistics are valid. =item B<--queue-name> -Set the SQS queue name (Required) (Can be multiple, one instance per --queue-name option). +Set the SQS queue name (required) (can be multiple, one instance per --queue-name option). Example: --queue-name="myqueue1" --queue-name="myqueue2". =item B<--filter-metric> -Filter metrics (Can be: 'ApproximateAgeOfOldestMessage', 'ApproximateNumberOfMessagesDelayed', +Filter metrics (can be: 'ApproximateAgeOfOldestMessage', 'ApproximateNumberOfMessagesDelayed', 'ApproximateNumberOfMessagesNotVisible', 'ApproximateNumberOfMessagesVisible', 'NumberOfEmptyReceives', 'NumberOfMessagesDeleted', 'NumberOfMessagesReceived', 'NumberOfMessagesSent'). -(Can be a regexp). +(can be a regexp). =item B<--warning-*> B<--critical-*> -Thresholds warning (Can be 'messages-oldest-age', 'messages-delayed', +Warning thresholds (can be 'messages-oldest-age', 'messages-delayed', 'messages-notvisible', 'messages-visible', 'messages-empty-receives', 'messages-deleted', 'messages-received', 'messages-sent'). diff --git a/src/cloud/azure/analytics/eventhubs/mode/backlog.pm b/src/cloud/azure/analytics/eventhubs/mode/backlog.pm index eb6816b77..c24497378 100644 --- a/src/cloud/azure/analytics/eventhubs/mode/backlog.pm +++ b/src/cloud/azure/analytics/eventhubs/mode/backlog.pm @@ -111,13 +111,13 @@ Check Azure Event Hubs backlog statistics. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::analytics::eventhubs::plugin --mode=backlog --custommode=api --resource= --resource-group= --resource-type= --aggregation='total' --warning-backlog-capture='1000' --critical-backlog-capture='2000' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::analytics::eventhubs::plugin --mode=backlog --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.EventHub//' @@ -129,15 +129,15 @@ Default aggregation: 'total' / 'average', 'minimum' and 'maximum' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--resource-type> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). Can be: 'namespaces', 'clusters'. =item B<--warning-backlog-capture> diff --git a/src/cloud/azure/analytics/eventhubs/mode/connections.pm b/src/cloud/azure/analytics/eventhubs/mode/connections.pm index 21734d32a..cff75e48a 100644 --- a/src/cloud/azure/analytics/eventhubs/mode/connections.pm +++ b/src/cloud/azure/analytics/eventhubs/mode/connections.pm @@ -125,13 +125,13 @@ Check Azure Event Hubs connections statistics. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::analytics::eventhubs::plugin --mode=connections --custommode=api --resource= --resource-group= --resource-type= --aggregation='average' --warning-active-connections='1000' --critical-active-connections='2000' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::analytics::eventhubs::plugin --mode=connections --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.EventHub//' @@ -143,15 +143,15 @@ Default aggregation: 'average' / 'total', 'minimum' and 'maximum' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--resource-type> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). Can be: 'namespaces', 'clusters'. =item B<--warning-*> diff --git a/src/cloud/azure/analytics/eventhubs/mode/errors.pm b/src/cloud/azure/analytics/eventhubs/mode/errors.pm index 858240c4e..1bdf7a7a8 100644 --- a/src/cloud/azure/analytics/eventhubs/mode/errors.pm +++ b/src/cloud/azure/analytics/eventhubs/mode/errors.pm @@ -127,13 +127,13 @@ Check Azure Event Hub errors statistics. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::analytics::eventhubs::plugin --mode=errors --custommode=api --resource= --resource-group= --resource-type= --aggregation='average' --warning-active-errors='1000' --critical-active-errors='2000' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::analytics::eventhubs::plugin --mode=errors --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.EventHub//' @@ -145,15 +145,15 @@ Default aggregation: 'total' / 'average', 'minimum' and 'maximum' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--resource-type> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). Can be: 'namespaces', 'clusters'. =item B<--warning-*> diff --git a/src/cloud/azure/analytics/eventhubs/mode/health.pm b/src/cloud/azure/analytics/eventhubs/mode/health.pm index a7cfce227..f3a890d1f 100644 --- a/src/cloud/azure/analytics/eventhubs/mode/health.pm +++ b/src/cloud/azure/analytics/eventhubs/mode/health.pm @@ -45,30 +45,30 @@ Check Event Hubs namespace/cluster status. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =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}, %{summary} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} =~ /^Unavailable$/'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} =~ /^Unavailable$/'). You can use the following variables: %{status}, %{summary} =item B<--unknown-status> -Define the conditions to match for the status to be UNKNOWN (Default: '%{status} =~ /^Unknown$/'). +Define the conditions to match for the status to be UNKNOWN (default: '%{status} =~ /^Unknown$/'). You can use the following variables: %{status}, %{summary} =item B<--ok-status> -Define the conditions to match for the status to be OK (Default: '%{status} =~ /^Available$/'). +Define the conditions to match for the status to be OK (default: '%{status} =~ /^Available$/'). You can use the following variables: %{status}, %{summary} =back diff --git a/src/cloud/azure/analytics/eventhubs/mode/messages.pm b/src/cloud/azure/analytics/eventhubs/mode/messages.pm index 3a9914150..e9f34c98d 100644 --- a/src/cloud/azure/analytics/eventhubs/mode/messages.pm +++ b/src/cloud/azure/analytics/eventhubs/mode/messages.pm @@ -125,13 +125,13 @@ Check Azure Event Hubs messages statistics. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::analytics::eventhubs::plugin --mode=messages --custommode=api --resource= --resource-group= --resource-type= --aggregation='total' --warning-eventhub-active-messages='1000' --critical-eventhub-active-messages='2000' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::analytics::eventhubs::plugin --mode=messages --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.EventHub//' @@ -143,15 +143,15 @@ Default aggregation: 'total' / 'average', 'minimum' and 'maximum' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--resource-type> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). Can be: 'namespaces', 'clusters'. =item B<--warning-*> diff --git a/src/cloud/azure/analytics/eventhubs/mode/requests.pm b/src/cloud/azure/analytics/eventhubs/mode/requests.pm index 819b18c16..1ec026567 100644 --- a/src/cloud/azure/analytics/eventhubs/mode/requests.pm +++ b/src/cloud/azure/analytics/eventhubs/mode/requests.pm @@ -125,13 +125,13 @@ Check Azure Event Hub requests statistics. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::analytics::eventhubs::plugin --mode=requests --custommode=api --resource= --resource-group= --resource-type= --aggregation='total' --warning-throttled-requests='800' --critical-throttled-requests='900' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::analytics::eventhubs::plugin --mode=requests --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.EventHub//' @@ -143,15 +143,15 @@ Default aggregation: 'total' / 'average', 'minimum' and 'maximum' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--resource-type> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). Can be: 'namespaces', 'clusters'. =item B<--warning-*> diff --git a/src/cloud/azure/analytics/eventhubs/mode/throughput.pm b/src/cloud/azure/analytics/eventhubs/mode/throughput.pm index 2a1e212de..1c894771b 100644 --- a/src/cloud/azure/analytics/eventhubs/mode/throughput.pm +++ b/src/cloud/azure/analytics/eventhubs/mode/throughput.pm @@ -125,13 +125,13 @@ Check Azure Event Hub throughput statistics. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::analytics::eventhubs::plugin --mode=throughput --custommode=api --resource= --resource-group= --resource-type= --aggregation='total' --warning-incoming-bytes='800000000' --critical-incoming-bytes='900000000' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::analytics::eventhubs::plugin --mode=throughput --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.EventHub//' @@ -143,15 +143,15 @@ Default aggregation: 'total' / 'average', 'minimum' and 'maximum' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--resource-type> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). Can be: 'namespaces', 'clusters'. =item B<--warning-*> diff --git a/src/cloud/azure/classicstorage/storageaccount/mode/listresources.pm b/src/cloud/azure/classicstorage/storageaccount/mode/listresources.pm index b3e1b623d..af9d3b693 100644 --- a/src/cloud/azure/classicstorage/storageaccount/mode/listresources.pm +++ b/src/cloud/azure/classicstorage/storageaccount/mode/listresources.pm @@ -137,7 +137,7 @@ Set resource location. =item B<--filter-name> -Filter resource name (Can be a regexp). +Filter resource name (can be a regexp). =back diff --git a/src/cloud/azure/common/appservice/mode/appusage.pm b/src/cloud/azure/common/appservice/mode/appusage.pm index a0261c951..b1fb458ee 100644 --- a/src/cloud/azure/common/appservice/mode/appusage.pm +++ b/src/cloud/azure/common/appservice/mode/appusage.pm @@ -143,13 +143,13 @@ Check Azure App Service app usage. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::common::appservice::plugin --mode=app-usage --custommode=api --resource= --resource-group= --aggregation='total' --warning-thread='80' --critical-thread='90' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::common::appservice::plugin --mode=app-usage --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.Web/sites/' @@ -161,11 +161,11 @@ Default aggregation: 'average' / 'minimum', 'maximum' and 'total' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--warning-*> diff --git a/src/cloud/azure/common/appservice/mode/cputime.pm b/src/cloud/azure/common/appservice/mode/cputime.pm index 3752e4acc..9e9fbc53c 100644 --- a/src/cloud/azure/common/appservice/mode/cputime.pm +++ b/src/cloud/azure/common/appservice/mode/cputime.pm @@ -103,13 +103,13 @@ Check Azure App Service CPU time consumed by the app. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::common::appservice::plugin --mode=cpu-time --custommode=api --resource= --resource-group= --aggregation='total' --warning-cpu-time='80' --critical-cpu-time='90' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::common::appservice::plugin --mode=cpu-time --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.Web/sites/' @@ -121,11 +121,11 @@ Default aggregation: 'total' / 'minimum', 'maximum' and 'average' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--warning-cpu-time> diff --git a/src/cloud/azure/common/appservice/mode/data.pm b/src/cloud/azure/common/appservice/mode/data.pm index 5fc80dbea..4d73fdcde 100644 --- a/src/cloud/azure/common/appservice/mode/data.pm +++ b/src/cloud/azure/common/appservice/mode/data.pm @@ -111,13 +111,13 @@ Check Azure App Service bandwith consumed by the app. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::common::appservice::plugin --mode=data --custommode=api --resource= --resource-group= --aggregation='total' --warning-data-in='80000' --critical-data-in='90000' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::common::appservice::plugin --mode=data --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.Web/sites/' @@ -129,11 +129,11 @@ Default aggregation: 'total' / 'minimum', 'maximum' and 'average' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--warning-*> diff --git a/src/cloud/azure/common/appservice/mode/filesystem.pm b/src/cloud/azure/common/appservice/mode/filesystem.pm index b088cc5c4..4ef92fb99 100644 --- a/src/cloud/azure/common/appservice/mode/filesystem.pm +++ b/src/cloud/azure/common/appservice/mode/filesystem.pm @@ -103,13 +103,13 @@ Check Azure App Service file system usage. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::common::appservice::plugin --mode=filesystem-usage --custommode=api --resource= --resource-group= --aggregation='average' --warning-usage='80000' --critical-usage='90000' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::common::appservice::plugin --mode=filesystem-usage --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.Web/sites/' @@ -121,11 +121,11 @@ Default aggregation: 'average' / 'minimum', 'maximum' and 'total' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--warning-usage> diff --git a/src/cloud/azure/common/appservice/mode/gcusage.pm b/src/cloud/azure/common/appservice/mode/gcusage.pm index b188c91cc..6d600ca57 100644 --- a/src/cloud/azure/common/appservice/mode/gcusage.pm +++ b/src/cloud/azure/common/appservice/mode/gcusage.pm @@ -119,13 +119,13 @@ Check Azure App Service garbage collector. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::common::appservice::plugin --mode=gc-usage --custommode=api --resource= --resource-group= --aggregation='total' --warning-gc-gen0='80' --critical-gc-gen0='90' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::common::appservice::plugin --mode=gc-usage --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.Web/sites/' @@ -137,11 +137,11 @@ Default aggregation: 'total' / 'minimum', 'maximum' and 'average' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--warning-*> diff --git a/src/cloud/azure/common/appservice/mode/health.pm b/src/cloud/azure/common/appservice/mode/health.pm index 3d86b0be8..ec19f603b 100644 --- a/src/cloud/azure/common/appservice/mode/health.pm +++ b/src/cloud/azure/common/appservice/mode/health.pm @@ -45,30 +45,30 @@ Check Azure App Service health status. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =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: ''). Special variables that can be used: %{status}, %{summary}. =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} =~ /^Unavailable$/'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} =~ /^Unavailable$/'). Special variables that can be used: %{status}, %{summary}. =item B<--unknown-status> -Define the conditions to match for the status to be UNKNOWN (Default: '%{status} =~ /^Unknown$/'). +Define the conditions to match for the status to be UNKNOWN (default: '%{status} =~ /^Unknown$/'). Special variables that can be used: %{status}, %{summary}. =item B<--ok-status> -Define the conditions to match for the status to be OK (Default: '%{status} =~ /^Available$/'). +Define the conditions to match for the status to be OK (default: '%{status} =~ /^Available$/'). Special variables that can be used: %{status}, %{summary}. =back diff --git a/src/cloud/azure/common/appservice/mode/httprequests.pm b/src/cloud/azure/common/appservice/mode/httprequests.pm index 3b6d29586..a1123b96a 100644 --- a/src/cloud/azure/common/appservice/mode/httprequests.pm +++ b/src/cloud/azure/common/appservice/mode/httprequests.pm @@ -183,13 +183,13 @@ Check Azure App Service HTTP requests count. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::common::appservice::plugin --mode=http-requests --custommode=api --resource= --resource-group= --aggregation='total' --warning-requests='80' --critical-requests='90' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::common::appservice::plugin --mode=http-requests --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.Web/sites/' @@ -201,11 +201,11 @@ Default aggregation: 'total' / 'minimum', 'maximum' and 'average' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--warning-*> diff --git a/src/cloud/azure/common/appservice/mode/iooperations.pm b/src/cloud/azure/common/appservice/mode/iooperations.pm index dddaccef3..274f4d25a 100644 --- a/src/cloud/azure/common/appservice/mode/iooperations.pm +++ b/src/cloud/azure/common/appservice/mode/iooperations.pm @@ -143,13 +143,13 @@ Check Azure App Service I/O operations by the app. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::common::appservice::plugin --mode=io-operations --custommode=api --resource= --resource-group= --aggregation='total' --warning-write-bytes='80000' --critical-write-bytes='90000' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::common::appservice::plugin --mode=io-operations --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.Web/sites/' @@ -161,11 +161,11 @@ Default aggregation: 'total' / 'minimum', 'maximum' and 'average' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--warning-*> diff --git a/src/cloud/azure/common/appservice/mode/memory.pm b/src/cloud/azure/common/appservice/mode/memory.pm index 8b93ea6fb..38056b2cc 100644 --- a/src/cloud/azure/common/appservice/mode/memory.pm +++ b/src/cloud/azure/common/appservice/mode/memory.pm @@ -111,13 +111,13 @@ Check Azure App Service app memory usage. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::common::appservice::plugin --mode=memory --custommode=api --resource= --resource-group= --aggregation='average' --warning-app-memory='80' --critical-app-memory='90' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::common::appservice::plugin --mode=memory --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.Web/sites/' @@ -129,11 +129,11 @@ Default aggregation: 'average' / 'minimum', 'maximum' and 'total' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--warning-*> diff --git a/src/cloud/azure/common/appservice/mode/responsetime.pm b/src/cloud/azure/common/appservice/mode/responsetime.pm index ac95ece10..173f26143 100644 --- a/src/cloud/azure/common/appservice/mode/responsetime.pm +++ b/src/cloud/azure/common/appservice/mode/responsetime.pm @@ -103,13 +103,13 @@ Check Azure App Service HTTP response time. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::common::appservice::plugin --mode=response-time --custommode=api --resource= --resource-group= --aggregation='average' --warning-response-time='80' --critical-response-time='90' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::common::appservice::plugin --mode=response-time --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.Web/sites/' @@ -121,11 +121,11 @@ Default aggregation: 'average' / 'minimum', 'maximum' and 'total' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--warning-response-time> diff --git a/src/cloud/azure/common/appservice/mode/status.pm b/src/cloud/azure/common/appservice/mode/status.pm index cc45d7441..5c3fdabc7 100644 --- a/src/cloud/azure/common/appservice/mode/status.pm +++ b/src/cloud/azure/common/appservice/mode/status.pm @@ -103,13 +103,13 @@ Check Azure App Service app health status. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::common::appservice::plugin --mode=status --custommode=api --resource= --resource-group= --aggregation='average' --warning-status='80000'' --critical-status='90000' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::common::appservice::plugin --mode=filesystem-status --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.Web/sites/' @@ -121,11 +121,11 @@ Default aggregation: 'average' / 'minimum', 'maximum' and 'total' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--warning-status> diff --git a/src/cloud/azure/common/storageaccount/accountusedcapacity.pm b/src/cloud/azure/common/storageaccount/accountusedcapacity.pm index 9ea63de16..c21696af0 100644 --- a/src/cloud/azure/common/storageaccount/accountusedcapacity.pm +++ b/src/cloud/azure/common/storageaccount/accountusedcapacity.pm @@ -154,12 +154,12 @@ Check storage account resources used capacity metric. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::storage::storageaccount::plugin --custommode=azcli --mode=account-used-capacity --resource=MYFILER --resource-group=MYHOSTGROUP --aggregation='total' --critical-usedcapacity-total='10' --verbose -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::storage::storageaccount::plugin --custommode=azcli --mode=account-used-capacity --resource='/subscriptions/xxx/resourceGroups/xxx/providers/Microsoft.Storage/storageAccounts/xxx' @@ -171,11 +171,11 @@ Default aggregation: 'total' / Only total is valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--resource-namespace> @@ -184,11 +184,11 @@ Default: 'Microsoft.Storage'. =item B<--warning-usedcapacity-total> -Thresholds warning +Warning threshold. =item B<--critical-usedcapacity-total> -Thresholds critical +Critical thresholds. =back diff --git a/src/cloud/azure/common/storageaccount/blobcapacity.pm b/src/cloud/azure/common/storageaccount/blobcapacity.pm index c6d7868b1..4965d16c8 100644 --- a/src/cloud/azure/common/storageaccount/blobcapacity.pm +++ b/src/cloud/azure/common/storageaccount/blobcapacity.pm @@ -156,12 +156,12 @@ Check storage account resources blob capacity metric. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::storage::storageaccount::plugin --custommode=azcli --mode=blob-capacity --resource=MYFILER --resource-group=MYHOSTGROUP --aggregation='total' --critical-blobcapacity-total='10' --verbose -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::storage::storageaccount::plugin --custommode=azcli --mode=blob-capacity --resource='/subscriptions/xxx/resourceGroups/xxx/providers/Microsoft.Storage/storageAccounts/xxx/blobServices/default' @@ -173,11 +173,11 @@ Default aggregation: 'total' / Only total is valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--resource-namespace> @@ -186,11 +186,11 @@ Default: 'Microsoft.Storage'. =item B<--warning-blobcapacity-total> -Thresholds warning +Warning threshold. =item B<--critical-blobcapacity-total> -Thresholds critical +Critical thresholds. =back diff --git a/src/cloud/azure/common/storageaccount/blobcontainercount.pm b/src/cloud/azure/common/storageaccount/blobcontainercount.pm index 8cee8e1f2..24ff67adf 100644 --- a/src/cloud/azure/common/storageaccount/blobcontainercount.pm +++ b/src/cloud/azure/common/storageaccount/blobcontainercount.pm @@ -155,12 +155,12 @@ Check storage account resources blob container count metric. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::storage::storageaccount::plugin --custommode=azcli --mode=blob-container-count --resource=MYFILER --resource-group=MYHOSTGROUP --aggregation='average' --critical-containercount-average='10' --verbose -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::storage::storageaccount::plugin --custommode=azcli --mode=blob-container-count --resource='/subscriptions/xxx/resourceGroups/xxx/providers/Microsoft.Storage/storageAccounts/xxx/blobServices/default' @@ -172,11 +172,11 @@ Default aggregation: 'average' / Total and average are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--resource-namespace> @@ -185,11 +185,11 @@ Default: 'Microsoft.Storage'. =item B<--warning-containercount-*> -Thresholds warning (* can be: 'average', 'total'). +Warning thresholds (* can be: 'average', 'total'). =item B<--critical-containercount-*> -Thresholds critical (* can be: 'average', 'total'). +Critical thresholds (* can be: 'average', 'total'). =back diff --git a/src/cloud/azure/common/storageaccount/blobcount.pm b/src/cloud/azure/common/storageaccount/blobcount.pm index 815662e59..4cb1dce50 100644 --- a/src/cloud/azure/common/storageaccount/blobcount.pm +++ b/src/cloud/azure/common/storageaccount/blobcount.pm @@ -155,12 +155,12 @@ Check storage account resources blob capacity metric. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::storage::storageaccount::plugin --custommode=azcli --mode=blob-capacity --resource=MYFILER --resource-group=MYHOSTGROUP --aggregation='total' --critical-blobcount-total='10' --verbose -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::storage::storageaccount::plugin --custommode=azcli --mode=blob-capacity --resource='/subscriptions/xxx/resourceGroups/xxx/providers/Microsoft.Storage/storageAccounts/xxx/blobServices/default' @@ -172,11 +172,11 @@ Default aggregation: 'total' / Only total is valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--resource-namespace> @@ -185,11 +185,11 @@ Default: 'Microsoft.Storage'. =item B<--warning-blobcount-total> -Thresholds warning +Warning threshold. =item B<--critical-blobcount-total> -Thresholds critical +Critical thresholds. =back diff --git a/src/cloud/azure/common/storageaccount/filecapacity.pm b/src/cloud/azure/common/storageaccount/filecapacity.pm index 3d2a7350e..475994af2 100644 --- a/src/cloud/azure/common/storageaccount/filecapacity.pm +++ b/src/cloud/azure/common/storageaccount/filecapacity.pm @@ -156,12 +156,12 @@ Check storage account resources file capacity metric. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::storage::storageaccount::plugin --custommode=azcli --mode=file-capacity --resource=MYFILER --resource-group=MYHOSTGROUP --aggregation='average' --critical-filecapacity-average='10' --verbose -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::storage::storageaccount::plugin --custommode=azcli --mode=file-capacity --resource='/subscriptions/xxx/resourceGroups/xxx/providers/Microsoft.Storage/storageAccounts/xxx/fileServices/default' @@ -173,11 +173,11 @@ Default aggregation: 'average' / Total and average are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--resource-namespace> @@ -186,11 +186,11 @@ Default: 'Microsoft.Storage'. =item B<--warning-filecapacity-*> -Thresholds warning (* can be: 'average', 'total'). +Warning thresholds (* can be: 'average', 'total'). =item B<--critical-filecapacity-*> -Thresholds critical (* can be: 'average', 'total'). +Critical thresholds (* can be: 'average', 'total'). =back diff --git a/src/cloud/azure/common/storageaccount/filecount.pm b/src/cloud/azure/common/storageaccount/filecount.pm index 4eeb43337..9b1dfd967 100644 --- a/src/cloud/azure/common/storageaccount/filecount.pm +++ b/src/cloud/azure/common/storageaccount/filecount.pm @@ -155,12 +155,12 @@ Check storage account resources file count metric. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::storage::storageaccount::plugin --custommode=azcli --mode=file-count --resource=MYFILER --resource-group=MYHOSTGROUP --aggregation='average' --critical-filecount-average='10' --verbose -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::storage::storageaccount::plugin --custommode=azcli --mode=file-count --resource='/subscriptions/xxx/resourceGroups/xxx/providers/Microsoft.Storage/storageAccounts/xxx/fileServices/default' @@ -172,11 +172,11 @@ Default aggregation: 'average' / Total and average are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--resource-namespace> @@ -185,11 +185,11 @@ Default: 'Microsoft.Storage'. =item B<--warning-filecount-*> -Thresholds warning (* can be: 'average', 'total'). +Warning thresholds (* can be: 'average', 'total'). =item B<--critical-filecount-*> -Thresholds critical (* can be: 'average', 'total'). +Critical thresholds (* can be: 'average', 'total'). =back diff --git a/src/cloud/azure/common/storageaccount/filesharecount.pm b/src/cloud/azure/common/storageaccount/filesharecount.pm index 00b964f0b..783d6a4f8 100644 --- a/src/cloud/azure/common/storageaccount/filesharecount.pm +++ b/src/cloud/azure/common/storageaccount/filesharecount.pm @@ -155,12 +155,12 @@ Check storage account resources file share count metric. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::storage::storageaccount::plugin --custommode=azcli --mode=file-share-count --resource=MYFILER --resource-group=MYHOSTGROUP --aggregation='average' --critical-filesharecount-average='10' --verbose -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::storage::storageaccount::plugin --custommode=azcli --mode=file-share-count --resource='/subscriptions/xxx/resourceGroups/xxx/providers/Microsoft.Storage/storageAccounts/xxx/fileServices/default' @@ -172,11 +172,11 @@ Default aggregation: 'average' / Total and average are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--resource-namespace> @@ -185,11 +185,11 @@ Default: 'Microsoft.Storage'. =item B<--warning-filesharecount-*> -Thresholds warning (* can be: 'average', 'total'). +Warning thresholds (* can be: 'average', 'total'). =item B<--critical-filesharecount-*> -Thresholds critical (* can be: 'average', 'total'). +Critical thresholds (* can be: 'average', 'total'). =back diff --git a/src/cloud/azure/common/storageaccount/filesharequota.pm b/src/cloud/azure/common/storageaccount/filesharequota.pm index eb35b5895..69c6a7364 100644 --- a/src/cloud/azure/common/storageaccount/filesharequota.pm +++ b/src/cloud/azure/common/storageaccount/filesharequota.pm @@ -191,15 +191,15 @@ Default: '%' =item B<--resource-group> -Set resource group from which depends the storage account (Required). +Set resource group from which depends the storage account (required). =item B<--storage-account> -Set storage account from which the fileshare to monitor is from (Required). +Set storage account from which the fileshare to monitor is from (required). =item B<--fileshare> -Set fileshare to monitor (Required). +Set fileshare to monitor (required). =item B<--warning-capacity-usage> diff --git a/src/cloud/azure/common/storageaccount/health.pm b/src/cloud/azure/common/storageaccount/health.pm index 6996171cf..e974aa0cd 100644 --- a/src/cloud/azure/common/storageaccount/health.pm +++ b/src/cloud/azure/common/storageaccount/health.pm @@ -54,17 +54,17 @@ __END__ Check Storage Account health status. -(Useful to determine host status) +(useful to determine host status) =over 8 =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--resource-namespace> @@ -73,22 +73,22 @@ Default: 'Microsoft.Storage'. =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}, %{summary} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} =~ /^Unavailable$/'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} =~ /^Unavailable$/'). You can use the following variables: %{status}, %{summary} =item B<--unknown-status> -Define the conditions to match for the status to be UNKNOWN (Default: '%{status} =~ /^Unknown$/'). +Define the conditions to match for the status to be UNKNOWN (default: '%{status} =~ /^Unknown$/'). You can use the following variables: %{status}, %{summary} =item B<--ok-status> -Define the conditions to match for the status to be OK (Default: '%{status} =~ /^Available$/'). +Define the conditions to match for the status to be OK (default: '%{status} =~ /^Available$/'). You can use the following variables: %{status}, %{summary} =back diff --git a/src/cloud/azure/common/storageaccount/queuecapacity.pm b/src/cloud/azure/common/storageaccount/queuecapacity.pm index 7e71bcb02..4eff557cd 100644 --- a/src/cloud/azure/common/storageaccount/queuecapacity.pm +++ b/src/cloud/azure/common/storageaccount/queuecapacity.pm @@ -156,12 +156,12 @@ Check storage account resources queue capacity metric. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::storage::storageaccount::plugin --custommode=azcli --mode=queue-capacity --resource=MYFILER --resource-group=MYHOSTGROUP --aggregation='average' --critical-queuecapacity-average='10' --verbose -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::storage::storageaccount::plugin --custommode=azcli --mode=queue-capacity --resource='/subscriptions/xxx/resourceGroups/xxx/providers/Microsoft.Storage/storageAccounts/xxx/queueServices/default' @@ -173,11 +173,11 @@ Default aggregation: 'average' / Total and average are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--resource-namespace> @@ -186,11 +186,11 @@ Default: 'Microsoft.Storage'. =item B<--warning-queuecapacity-*> -Thresholds warning (* can be: 'average', 'total'). +Warning thresholds (* can be: 'average', 'total'). =item B<--critical-queuecapacity-*> -Thresholds critical (* can be: 'average', 'total'). +Critical thresholds (* can be: 'average', 'total'). =back diff --git a/src/cloud/azure/common/storageaccount/queuecount.pm b/src/cloud/azure/common/storageaccount/queuecount.pm index 19b02664e..925ab6282 100644 --- a/src/cloud/azure/common/storageaccount/queuecount.pm +++ b/src/cloud/azure/common/storageaccount/queuecount.pm @@ -155,12 +155,12 @@ Check storage account resources queue count metric. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::storage::storageaccount::plugin --custommode=azcli --mode=queue-count --resource=MYFILER --resource-group=MYHOSTGROUP --aggregation='average' --critical-queuecount-average='10' --verbose -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::storage::storageaccount::plugin --custommode=azcli --mode=queue-count --resource='/subscriptions/xxx/resourceGroups/xxx/providers/Microsoft.Storage/storageAccounts/xxx/queueServices/default' @@ -172,11 +172,11 @@ Default aggregation: 'average' / Total and average are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--resource-namespace> @@ -185,11 +185,11 @@ Default: 'Microsoft.Storage'. =item B<--warning-queuecount-*> -Thresholds warning (* can be: 'average', 'total'). +Warning thresholds (* can be: 'average', 'total'). =item B<--critical-queuecount-*> -Thresholds critical (* can be: 'average', 'total'). +Critical thresholds (* can be: 'average', 'total'). =back diff --git a/src/cloud/azure/common/storageaccount/queuemessagecount.pm b/src/cloud/azure/common/storageaccount/queuemessagecount.pm index 33a412e9f..cdb160763 100644 --- a/src/cloud/azure/common/storageaccount/queuemessagecount.pm +++ b/src/cloud/azure/common/storageaccount/queuemessagecount.pm @@ -155,12 +155,12 @@ Check storage account resources queue message count metric. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::storage::storageaccount::plugin --custommode=azcli --mode=queue-message-count --resource=MYFILER --resource-group=MYHOSTGROUP --aggregation='average' --critical-queuemessagecount-average='10' --verbose -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::storage::storageaccount::plugin --custommode=azcli --mode=queue-message-count --resource='/subscriptions/xxx/resourceGroups/xxx/providers/Microsoft.Storage/storageAccounts/xxx/queueServices/default' @@ -172,11 +172,11 @@ Default aggregation: 'average' / Total and average are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--resource-namespace> @@ -185,11 +185,11 @@ Default: 'Microsoft.Storage'. =item B<--warning-queuemessagecount-*> -Thresholds warning (* can be: 'average', 'total'). +Warning thresholds (* can be: 'average', 'total'). =item B<--critical-queuemessagecount-*> -Thresholds critical (* can be: 'average', 'total'). +Critical thresholds (* can be: 'average', 'total'). =back diff --git a/src/cloud/azure/common/storageaccount/tablecapacity.pm b/src/cloud/azure/common/storageaccount/tablecapacity.pm index 3b81cbf49..2bf12d27d 100644 --- a/src/cloud/azure/common/storageaccount/tablecapacity.pm +++ b/src/cloud/azure/common/storageaccount/tablecapacity.pm @@ -156,12 +156,12 @@ Check storage account resources table capacity metric. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::storage::storageaccount::plugin --custommode=azcli --mode=table-capacity --resource=MYFILER --resource-group=MYHOSTGROUP --aggregation='average' --critical-tablecapacity-average='10' --verbose -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::storage::storageaccount::plugin --custommode=azcli --mode=table-capacity --resource='/subscriptions/xxx/resourceGroups/xxx/providers/Microsoft.Storage/storageAccounts/xxx/tableServices/default' @@ -173,11 +173,11 @@ Default aggregation: 'average' / Total and average are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--resource-namespace> @@ -186,11 +186,11 @@ Default: 'Microsoft.Storage'. =item B<--warning-tablecapacity-*> -Thresholds warning (* can be: 'average', 'total'). +Warning thresholds (* can be: 'average', 'total'). =item B<--critical-tablecapacity-*> -Thresholds critical (* can be: 'average', 'total'). +Critical thresholds (* can be: 'average', 'total'). =back diff --git a/src/cloud/azure/common/storageaccount/tablecount.pm b/src/cloud/azure/common/storageaccount/tablecount.pm index e0923c8cd..43496e67f 100644 --- a/src/cloud/azure/common/storageaccount/tablecount.pm +++ b/src/cloud/azure/common/storageaccount/tablecount.pm @@ -155,12 +155,12 @@ Check storage account resources table count metric. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::storage::storageaccount::plugin --custommode=azcli --mode=table-count --resource=MYFILER --resource-group=MYHOSTGROUP --aggregation='average' --critical-tablecount-average='10' --verbose -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::storage::storageaccount::plugin --custommode=azcli --mode=table-count --resource='/subscriptions/xxx/resourceGroups/xxx/providers/Microsoft.Storage/storageAccounts/xxx/tableServices/default' @@ -172,11 +172,11 @@ Default aggregation: 'average' / Total and average are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--resource-namespace> @@ -185,11 +185,11 @@ Default: 'Microsoft.Storage'. =item B<--warning-tablecount-*> -Thresholds warning (* can be: 'average', 'total'). +Warning thresholds (* can be: 'average', 'total'). =item B<--critical-tablecount-*> -Thresholds critical (* can be: 'average', 'total'). +Critical thresholds (* can be: 'average', 'total'). =back diff --git a/src/cloud/azure/common/storageaccount/tableentitycount.pm b/src/cloud/azure/common/storageaccount/tableentitycount.pm index c15ab0d74..b12b9fd09 100644 --- a/src/cloud/azure/common/storageaccount/tableentitycount.pm +++ b/src/cloud/azure/common/storageaccount/tableentitycount.pm @@ -155,12 +155,12 @@ Check storage account resources table entity count metric. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::storage::storageaccount::plugin --custommode=azcli --mode=table-entity-count --resource=MYFILER --resource-group=MYHOSTGROUP --aggregation='average' --critical-tableentitycount-average='10' --verbose -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::storage::storageaccount::plugin --custommode=azcli --mode=table-entity-count --resource='/subscriptions/xxx/resourceGroups/xxx/providers/Microsoft.Storage/storageAccounts/xxx/tableServices/default' @@ -172,11 +172,11 @@ Default aggregation: 'average' / Total and average are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--resource-namespace> @@ -185,11 +185,11 @@ Default: 'Microsoft.Storage'. =item B<--warning-tableentitycount-*> -Thresholds warning (* can be: 'average', 'total'). +Warning thresholds (* can be: 'average', 'total'). =item B<--critical-tableentitycount-*> -Thresholds critical (* can be: 'average', 'total'). +Critical thresholds (* can be: 'average', 'total'). =back diff --git a/src/cloud/azure/common/storageaccount/transactionsavailability.pm b/src/cloud/azure/common/storageaccount/transactionsavailability.pm index a70099eee..36111c11f 100644 --- a/src/cloud/azure/common/storageaccount/transactionsavailability.pm +++ b/src/cloud/azure/common/storageaccount/transactionsavailability.pm @@ -169,13 +169,13 @@ Check storage account resources transaction availability metric. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::storage::storageaccount::plugin --custommode=azcli --mode=transactions-availability --resource=MYFILER --resource-group=MYHOSTGROUP --resource-namespace=Blob --aggregation='average' --critical-availability-average='10' --verbose -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::storage::storageaccount::plugin --custommode=azcli --mode=transactions-availability --resource='/subscriptions/xxx/resourceGroups/xxx/providers/Microsoft.Storage/storageAccounts/xxx' @@ -187,11 +187,11 @@ Default aggregation: 'average' / Minimum, maximum and average are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--resource-namespace> @@ -200,15 +200,15 @@ Default: 'Microsoft.Storage'. =item B<--storage-type> -Set storage type (Can be: 'Account', 'Blob', 'File', 'Table', 'Queue'). +Set storage type (can be: 'Account', 'Blob', 'File', 'Table', 'Queue'). =item B<--warning-availability-*> -Thresholds warning (* can be: 'minimum', 'maximum', 'average'). +Warning thresholds (* can be: 'minimum', 'maximum', 'average'). =item B<--critical-availability-*> -Thresholds critical (* can be: 'minimum', 'maximum', 'average'). +Critical thresholds (* can be: 'minimum', 'maximum', 'average'). =back diff --git a/src/cloud/azure/common/storageaccount/transactionscount.pm b/src/cloud/azure/common/storageaccount/transactionscount.pm index 50ccdd7b3..61ad16508 100644 --- a/src/cloud/azure/common/storageaccount/transactionscount.pm +++ b/src/cloud/azure/common/storageaccount/transactionscount.pm @@ -221,13 +221,13 @@ Check storage account resources transaction count metric. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::storage::storageaccount::plugin --custommode=azcli --mode=transactions-count --resource=MYFILER --resource-group=MYHOSTGROUP --resource-namespace=Blob --aggregation='total' --critical-transactions-total='10' --verbose -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::storage::storageaccount::plugin --custommode=azcli --mode=transactions-count --resource='/subscriptions/xxx/resourceGroups/xxx/providers/Microsoft.Storage/storageAccounts/xxx' @@ -239,11 +239,11 @@ Default aggregation: 'total' / Only total is valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--resource-namespace> @@ -252,15 +252,15 @@ Default: 'Microsoft.Storage'. =item B<--storage-type> -Set storage type (Can be: 'Account', 'Blob', 'File', 'Table', 'Queue'). +Set storage type (can be: 'Account', 'Blob', 'File', 'Table', 'Queue'). =item B<--warning-transactions-total> -Thresholds warning. +Warning thresholds. =item B<--critical-transactions-total> -Thresholds critical. +Critical thresholds. =item B<--per-sec> diff --git a/src/cloud/azure/common/storageaccount/transactionslatency.pm b/src/cloud/azure/common/storageaccount/transactionslatency.pm index 4081188d9..3f44b3376 100644 --- a/src/cloud/azure/common/storageaccount/transactionslatency.pm +++ b/src/cloud/azure/common/storageaccount/transactionslatency.pm @@ -172,13 +172,13 @@ Check storage account resources transaction latency metrics. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::storage::storageaccount::plugin --custommode=azcli --mode=transactions-latency --resource=MYFILER --resource-group=MYHOSTGROUP --resource-namespace=Blob --aggregation='average' --critical-successserverlatency-average='10' --verbose -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::storage::storageaccount::plugin --custommode=azcli --mode=transactions-latency --resource='/subscriptions/xxx/resourceGroups/xxx/providers/Microsoft.Storage/storageAccounts/xxx' @@ -190,11 +190,11 @@ Default aggregation: 'average' / All aggregations are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--resource-namespace> @@ -203,20 +203,20 @@ Default: 'Microsoft.Storage'. =item B<--storage-type> -Set storage type (Can be: 'Account', 'Blob', 'File', 'Table', 'Queue'). +Set storage type (can be: 'Account', 'Blob', 'File', 'Table', 'Queue'). =item B<--filter-metric> -Filter metrics (Can be: 'SuccessServerLatency', 'SuccessE2ELatency') (Can be a regexp). +Filter metrics (can be: 'SuccessServerLatency', 'SuccessE2ELatency') (Can be a regexp). =item B<--warning-$metric$-$aggregation$> -Thresholds warning ($metric$ can be: 'successserverlatency', 'successe2elatency', +Warning thresholds ($metric$ can be: 'successserverlatency', 'successe2elatency', $aggregation$ can be: 'minimum', 'maximum', 'average', 'total'). =item B<--critical-$metric$-$aggregation$> -Thresholds critical ($metric$ can be: 'successserverlatency', 'successe2elatency', +Critical thresholds ($metric$ can be: 'successserverlatency', 'successe2elatency', $aggregation$ can be: 'minimum', 'maximum', 'average', 'total'). =back diff --git a/src/cloud/azure/common/storageaccount/transactionsthroughput.pm b/src/cloud/azure/common/storageaccount/transactionsthroughput.pm index 7d19a03ec..745e37519 100644 --- a/src/cloud/azure/common/storageaccount/transactionsthroughput.pm +++ b/src/cloud/azure/common/storageaccount/transactionsthroughput.pm @@ -227,12 +227,12 @@ Check storage account resources transaction throughput metrics. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::storage::storageaccount::plugin --custommode=azcli --mode=transactions-throughput --resource=MYFILER --resource-group=MYHOSTGROUP--resource-namespace=Blob --aggregation='total' --critical-egress-total='10' --verbose -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::storage::storageaccount::plugin --custommode=azcli --mode=transactions-throughput --resource='/subscriptions/xxx/resourceGroups/xxx/providers/Microsoft.Storage/storageAccounts/xxx' @@ -244,11 +244,11 @@ Default aggregation: 'total' / All aggregations are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--resource-namespace> @@ -257,20 +257,20 @@ Default: 'Microsoft.Storage'. =item B<--storage-type> -Set storage type (Can be: 'Account', 'Blob', 'File', 'Table', 'Queue'). +Set storage type (can be: 'Account', 'Blob', 'File', 'Table', 'Queue'). =item B<--filter-metric> -Filter metrics (Can be: 'Ingress', 'Egress') (Can be a regexp). +Filter metrics (can be: 'Ingress', 'Egress') (Can be a regexp). =item B<--warning-$metric$-$aggregation$> -Thresholds warning ($metric$ can be: 'ingress', 'egress', +Warning thresholds ($metric$ can be: 'ingress', 'egress', $aggregation$ can be: 'minimum', 'maximum', 'average', 'total'). =item B<--critical-$metric$-$aggregation$> -Thresholds critical ($metric$ can be: 'ingress', 'egress', +Critical thresholds ($metric$ can be: 'ingress', 'egress', $aggregation$ can be: 'minimum', 'maximum', 'average', 'total'). =item B<--per-sec> diff --git a/src/cloud/azure/compute/aks/mode/allocatableresources.pm b/src/cloud/azure/compute/aks/mode/allocatableresources.pm index 8af908a6e..2c17c5f94 100644 --- a/src/cloud/azure/compute/aks/mode/allocatableresources.pm +++ b/src/cloud/azure/compute/aks/mode/allocatableresources.pm @@ -104,12 +104,12 @@ Check remaining Azure Kubernetes Cluster Allocatable CPU Cores and Memory in Byt Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::compute::aks::plugin --mode=allocatable-resources --custommode=api --resource= --resource-group= --warning-allocatable-memory-bytes=16GB: --critical-allocatable-memory-bytes=8GB: -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::compute::aks::plugin --mode=allocatable-resources --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.ContainerService/managedClusters/' @@ -119,11 +119,11 @@ perl centreon_plugins.pl --plugin=cloud::azure::compute::aks::plugin --mode=allo =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--warning-allocatable-memory-bytes> diff --git a/src/cloud/azure/compute/aks/mode/cpu.pm b/src/cloud/azure/compute/aks/mode/cpu.pm index b57781c16..c07aa8d6e 100644 --- a/src/cloud/azure/compute/aks/mode/cpu.pm +++ b/src/cloud/azure/compute/aks/mode/cpu.pm @@ -98,12 +98,12 @@ Check Azure Kubernetes Cluster CPU usage in percentage. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::compute::aks::plugin --mode=cpu --custommode=api --resource= --resource-group= --warning-cpu-usage='80' --critical-cpu-usage='90' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::compute::aks::plugin --mode=cpu --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.ContainerService/managedClusters/' @@ -114,11 +114,11 @@ perl centreon_plugins.pl --plugin=cloud::azure::compute::aks::plugin --mode=cpu =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--warning-cpu-usage> diff --git a/src/cloud/azure/compute/aks/mode/health.pm b/src/cloud/azure/compute/aks/mode/health.pm index 189fbd2de..c07b86868 100644 --- a/src/cloud/azure/compute/aks/mode/health.pm +++ b/src/cloud/azure/compute/aks/mode/health.pm @@ -40,39 +40,39 @@ __END__ =head1 MODE Check Azure Kubernetes Cluster health status. -(Useful to determine host status) +(useful to determine host status) =over 8 =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =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}, %{summary} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} =~ /^Unavailable$/'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} =~ /^Unavailable$/'). You can use the following variables: %{status}, %{summary} =item B<--unknown-status> -Define the conditions to match for the status to be UNKNOWN (Default: '%{status} =~ /^Unknown$/'). +Define the conditions to match for the status to be UNKNOWN (default: '%{status} =~ /^Unknown$/'). You can use the following variables: %{status}, %{summary} =item B<--ok-status> -Define the conditions to match for the status to be OK (Default: '%{status} =~ /^Available$/'). +Define the conditions to match for the status to be OK (default: '%{status} =~ /^Available$/'). You can use the following variables: %{status}, %{summary} diff --git a/src/cloud/azure/compute/aks/mode/memory.pm b/src/cloud/azure/compute/aks/mode/memory.pm index f9619df0c..c190ad007 100644 --- a/src/cloud/azure/compute/aks/mode/memory.pm +++ b/src/cloud/azure/compute/aks/mode/memory.pm @@ -121,12 +121,12 @@ Check Memory usage on Azure Kubernetes Cluster. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::compute::aks::plugin --mode=memory --custommode=api --resource= --resource-group= --warning-memory-percent='90' --critical-memory-percent='95' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::compute::aks::plugin --mode=storage --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.ContainerService/managedClusters/' @@ -136,11 +136,11 @@ perl centreon_plugins.pl --plugin=cloud::azure::compute::aks::plugin --mode=stor =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--warning-memory-usage> diff --git a/src/cloud/azure/compute/aks/mode/nodestate.pm b/src/cloud/azure/compute/aks/mode/nodestate.pm index cdd372891..7e77d137c 100644 --- a/src/cloud/azure/compute/aks/mode/nodestate.pm +++ b/src/cloud/azure/compute/aks/mode/nodestate.pm @@ -97,12 +97,12 @@ Check Azure Kubernetes number of nodes by state. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::compute::aks::plugin --mode=nodestate --custommode=api --resource= --resource-group= --zeroed --warning-node-state-condition=5 --critical-node-state-condition=10 -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::compute::aks::plugin --mode=nodestate --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.ContainerService/managedClusters/' @@ -112,11 +112,11 @@ perl centreon_plugins.pl --plugin=cloud::azure::compute::aks::plugin --mode=node =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--warning-node-state-condition> diff --git a/src/cloud/azure/compute/aks/mode/podstate.pm b/src/cloud/azure/compute/aks/mode/podstate.pm index f6ff369a5..1e67e02b1 100644 --- a/src/cloud/azure/compute/aks/mode/podstate.pm +++ b/src/cloud/azure/compute/aks/mode/podstate.pm @@ -105,12 +105,12 @@ Check Azure Kubernetes number of pods by state. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::compute::aks::plugin --mode=pod-state --custommode=api --resource= --resource-group= --zeroed --warning-pod-state-phase=5 --critical-pod-state-phase=10 -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::compute::aks::plugin --mode=pod-state --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.ContainerService/managedClusters/' @@ -121,11 +121,11 @@ perl centreon_plugins.pl --plugin=cloud::azure::compute::aks::plugin --mode=pod- =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--warning-pod-state-ready> diff --git a/src/cloud/azure/compute/aks/mode/storage.pm b/src/cloud/azure/compute/aks/mode/storage.pm index 665e46a8a..ea7996b8d 100644 --- a/src/cloud/azure/compute/aks/mode/storage.pm +++ b/src/cloud/azure/compute/aks/mode/storage.pm @@ -104,12 +104,12 @@ Check Storage usage on Azure Kubernetes Cluster. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::compute::aks::plugin --mode=storage --custommode=api --resource= --resource-group= --warning-storage-percent='90' --critical-storage-percent='95' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::compute::aks::plugin --mode=storage --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.ContainerService/managedClusters/' @@ -119,11 +119,11 @@ perl centreon_plugins.pl --plugin=cloud::azure::compute::aks::plugin --mode=stor =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--warning-storage-used> diff --git a/src/cloud/azure/compute/aks/mode/traffic.pm b/src/cloud/azure/compute/aks/mode/traffic.pm index 4421feb77..14723ab17 100644 --- a/src/cloud/azure/compute/aks/mode/traffic.pm +++ b/src/cloud/azure/compute/aks/mode/traffic.pm @@ -104,12 +104,12 @@ Check Azure Kubernetes Cluster network traffic usage in Bytes. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::compute::aks::plugin --mode=traffic --custommode=api --resource= --resource-group= --warning-traffic-out=10000 --critical-traffic-in=15000 -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::compute::aks::plugin --mode=traffic --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.ContainerService/managedClusters/' @@ -120,11 +120,11 @@ perl centreon_plugins.pl --plugin=cloud::azure::compute::aks::plugin --mode=traf =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--warning-*> diff --git a/src/cloud/azure/compute/aks/mode/unneedednodes.pm b/src/cloud/azure/compute/aks/mode/unneedednodes.pm index d9122c468..b2ba8b8ba 100644 --- a/src/cloud/azure/compute/aks/mode/unneedednodes.pm +++ b/src/cloud/azure/compute/aks/mode/unneedednodes.pm @@ -97,12 +97,12 @@ Check Azure Kubernetes Cluster Autoscaler unneeded nodes. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::compute::aks::plugin --mode=unneedednodes --custommode=api --resource= --resource-group= --zeroed --warning-unneeded-nodes=5 --critical-unneeded-nodes=10 -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::compute::aks::plugin --mode=unneedednodes --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.ContainerService/managedClusters/' @@ -113,11 +113,11 @@ perl centreon_plugins.pl --plugin=cloud::azure::compute::aks::plugin --mode=unne =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--warning-unneeded-nodes> diff --git a/src/cloud/azure/compute/aks/mode/unschedulablepods.pm b/src/cloud/azure/compute/aks/mode/unschedulablepods.pm index 396d5a9e6..82c744c51 100644 --- a/src/cloud/azure/compute/aks/mode/unschedulablepods.pm +++ b/src/cloud/azure/compute/aks/mode/unschedulablepods.pm @@ -97,12 +97,12 @@ Check Azure Kubernetes Cluster Autoscaler unschedulable pods. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::compute::aks::plugin --mode=unschedulable-pods --custommode=api --resource= --resource-group= --zeroed --warning-unschedulable-pods=5 --critical-unschedulable-pods=10 -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::compute::aks::plugin --mode=unschedulable-pods --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.ContainerService/managedClusters/' @@ -112,11 +112,11 @@ perl centreon_plugins.pl --plugin=cloud::azure::compute::aks::plugin --mode=unsc =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--warning-unschedulable-pods> diff --git a/src/cloud/azure/compute/disk/mode/diskio.pm b/src/cloud/azure/compute/disk/mode/diskio.pm index 87c444d71..a4e4b4a8d 100644 --- a/src/cloud/azure/compute/disk/mode/diskio.pm +++ b/src/cloud/azure/compute/disk/mode/diskio.pm @@ -128,13 +128,13 @@ Check Azure Disk I/O volume and ops. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::compute::disks::plugin --mode=diskio --custommode=api --resource= --resource-group= --warning-disk-read-ops-persec=10 --critical-disk-read-ops-persec=10 -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::compute::disks::plugin --mode=diskio --custommode=api --resource='/subscriptions//resourceGroups//providers/microsoft.computeengine/disks/' @@ -146,11 +146,11 @@ Default aggregation: 'average'. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--warning-*> diff --git a/src/cloud/azure/compute/functions/mode/executions.pm b/src/cloud/azure/compute/functions/mode/executions.pm index 581d657c1..2024e61cf 100644 --- a/src/cloud/azure/compute/functions/mode/executions.pm +++ b/src/cloud/azure/compute/functions/mode/executions.pm @@ -111,13 +111,13 @@ Check Azure Functions App. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::web::appservice::plugin --mode=executions --custommode=api --resource= --resource-group= --aggregation='total' --warning-execution-count='80' --critical-execution-count='90' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::web::appservice::plugin --mode=executions --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.Web/sites/' @@ -129,11 +129,11 @@ Default aggregation: 'total' / 'minimum', 'maximum' and 'average' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--warning-*> diff --git a/src/cloud/azure/compute/virtualmachine/mode/cpu.pm b/src/cloud/azure/compute/virtualmachine/mode/cpu.pm index 92f4711f4..359fb3a4d 100644 --- a/src/cloud/azure/compute/virtualmachine/mode/cpu.pm +++ b/src/cloud/azure/compute/virtualmachine/mode/cpu.pm @@ -125,13 +125,13 @@ Check virtual machine resources CPU metrics. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::compute::virtualmachine::plugin --custommode=azcli --mode=cpu --resource=MYVMINSTANCE --resource-group=MYRSCGROUP --filter-metric='Credits' --critical-cpu-credits-remaining='10:' --verbose -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::compute::virtualmachine::plugin --custommode=azcli --mode=cpu --resource='/subscriptions/xxx/resourceGroups/xxx/providers/Microsoft.Compute/virtualMachines/xxx' @@ -143,16 +143,16 @@ Default aggregation: 'average' =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--filter-metric> -Filter metrics (Can be: 'CPU Credits Remaining', 'CPU Credits Consumed', -'Percentage CPU') (Can be a regexp). +Filter metrics (can be: 'CPU Credits Remaining', 'CPU Credits Consumed', +'Percentage CPU') (can be a regexp). =item B<--warning-$label$> diff --git a/src/cloud/azure/compute/virtualmachine/mode/diskio.pm b/src/cloud/azure/compute/virtualmachine/mode/diskio.pm index af3c404bc..77c96c241 100644 --- a/src/cloud/azure/compute/virtualmachine/mode/diskio.pm +++ b/src/cloud/azure/compute/virtualmachine/mode/diskio.pm @@ -132,12 +132,12 @@ Check virtual machine resources disk IO metrics. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::compute::virtualmachine::plugin --custommode=azcli --mode=diskio --resource=MYSQLINSTANCE --resource-group=MYHOSTGROUP --critical-write-ops-persecond='450' --verbose -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::compute::virtualmachine::plugin --custommode=azcli --mode=diskio --resource='/subscriptions/xxx/resourceGroups/xxx/providers/Microsoft.Compute/virtualMachines/xxx' --critical-write-ops-persecond='450' --verbose @@ -148,16 +148,16 @@ Default aggregation: 'total', 'average' / All aggregations are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--filter-metric> -Filter metrics (Can be: 'Disk Read Bytes', 'Disk Write Bytes', -'Disk Read Operations/Sec', 'Disk Write Operations/Sec') (Can be a regexp). +Filter metrics (can be: 'Disk Read Bytes', 'Disk Write Bytes', +'Disk Read Operations/Sec', 'Disk Write Operations/Sec') (can be a regexp). =item B<--warning-$label$> diff --git a/src/cloud/azure/compute/virtualmachine/mode/health.pm b/src/cloud/azure/compute/virtualmachine/mode/health.pm index b73d579d7..c7128524a 100644 --- a/src/cloud/azure/compute/virtualmachine/mode/health.pm +++ b/src/cloud/azure/compute/virtualmachine/mode/health.pm @@ -41,36 +41,36 @@ __END__ Check Virtual Machine health status. -(Useful to determine host status) +(useful to determine host status) =over 8 =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =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}, %{summary} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} =~ /^Unavailable$/'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} =~ /^Unavailable$/'). You can use the following variables: %{status}, %{summary} =item B<--unknown-status> -Define the conditions to match for the status to be UNKNOWN (Default: '%{status} =~ /^Unknown$/'). +Define the conditions to match for the status to be UNKNOWN (default: '%{status} =~ /^Unknown$/'). You can use the following variables: %{status}, %{summary} =item B<--ok-status> -Define the conditions to match for the status to be OK (Default: '%{status} =~ /^Available$/'). +Define the conditions to match for the status to be OK (default: '%{status} =~ /^Available$/'). You can use the following variables: %{status}, %{summary} =back diff --git a/src/cloud/azure/compute/virtualmachine/mode/listresources.pm b/src/cloud/azure/compute/virtualmachine/mode/listresources.pm index 30255d73f..9358e4b91 100644 --- a/src/cloud/azure/compute/virtualmachine/mode/listresources.pm +++ b/src/cloud/azure/compute/virtualmachine/mode/listresources.pm @@ -145,11 +145,11 @@ List virtual machines. =item B<--resource-group> -Set resource group (Optional). +Set resource group (optional). =item B<--filter-name> -Filter resource name (Can be a regexp). +Filter resource name (can be a regexp). =back diff --git a/src/cloud/azure/compute/virtualmachine/mode/memory.pm b/src/cloud/azure/compute/virtualmachine/mode/memory.pm index 2ce709847..fb391d626 100644 --- a/src/cloud/azure/compute/virtualmachine/mode/memory.pm +++ b/src/cloud/azure/compute/virtualmachine/mode/memory.pm @@ -115,11 +115,11 @@ the value drops below available memory ":" =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--warning-memory-available> diff --git a/src/cloud/azure/compute/virtualmachine/mode/network.pm b/src/cloud/azure/compute/virtualmachine/mode/network.pm index b6047f7e0..b132f4cea 100644 --- a/src/cloud/azure/compute/virtualmachine/mode/network.pm +++ b/src/cloud/azure/compute/virtualmachine/mode/network.pm @@ -117,12 +117,12 @@ Check virtual machine resources network metrics. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::compute::virtualmachine::plugin --custommode=azcli --mode=network --resource=MYVMNAME --resource-group=VMRESOURCEGROUP --critical-bytes-out='10000' --verbose -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::compute::virtualmachine::plugin --custommode=azcli --mode=network --resource='/subscriptions/xxx/resourceGroups/xxx/providers/Microsoft.Compute/virtualMachines/xxx' --critical-bytes-out='10000' --verbose @@ -133,15 +133,15 @@ Default aggregation: 'total' / All aggregations are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--filter-metric> -Filter metrics (Can be: 'Network In', 'Network Out') (Can be a regexp). +Filter metrics (can be: 'Network In', 'Network Out') (Can be a regexp). =item B<--warning-$label$> diff --git a/src/cloud/azure/compute/virtualmachine/mode/vmsizes.pm b/src/cloud/azure/compute/virtualmachine/mode/vmsizes.pm index d3d9c7940..3f953e264 100644 --- a/src/cloud/azure/compute/virtualmachine/mode/vmsizes.pm +++ b/src/cloud/azure/compute/virtualmachine/mode/vmsizes.pm @@ -196,12 +196,12 @@ List virtual machine resources sizes. =item B<--resource-group> -Set resource group (Optional). +Set resource group (optional). =item B<--filter-type> Filter by virtual machine type (regexp) -(Can be: 'general', 'compute', 'memory', 'storage', 'gpu', 'high_performance') +(can be: 'general', 'compute', 'memory', 'storage', 'gpu', 'high_performance') =item B<--filter-size> diff --git a/src/cloud/azure/compute/vmscalesets/mode/cpu.pm b/src/cloud/azure/compute/vmscalesets/mode/cpu.pm index bfc38c1ff..db2e43cc4 100644 --- a/src/cloud/azure/compute/vmscalesets/mode/cpu.pm +++ b/src/cloud/azure/compute/vmscalesets/mode/cpu.pm @@ -113,12 +113,12 @@ Check Azure Virtual Machine Scale Sets CPU usage. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::compute::vmscalesets::plugin --mode=cpu --custommode=api --resource= --resource-group= --warning-cpu-usage='80' --critical-cpu-usage='90' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::vmscalesets::plugin --mode=cpu --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.Compute/virtualMachineScaleSets/' @@ -128,11 +128,11 @@ perl centreon_plugins.pl --plugin=cloud::azure::vmscalesets::plugin --mode=cpu - =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--warning-cpu-usage> diff --git a/src/cloud/azure/compute/vmscalesets/mode/diskio.pm b/src/cloud/azure/compute/vmscalesets/mode/diskio.pm index 0c87734e9..40771a229 100644 --- a/src/cloud/azure/compute/vmscalesets/mode/diskio.pm +++ b/src/cloud/azure/compute/vmscalesets/mode/diskio.pm @@ -106,12 +106,12 @@ Check Azure Virtual Machine Scale Sets I/O operations per second. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::compute::vmscalesets::plugin --mode=diskio --custommode=api --resource= --resource-group= --warning-disk-read-ops-persec=10 --critical-disk-read-ops-persec=10 -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::compute::vmscalesets::plugin --mode=diskio --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.Compute/virtualMachineScaleSets/' @@ -121,11 +121,11 @@ perl centreon_plugins.pl --plugin=cloud::azure::compute::vmscalesets::plugin --m =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--warning-*> diff --git a/src/cloud/azure/compute/vmscalesets/mode/health.pm b/src/cloud/azure/compute/vmscalesets/mode/health.pm index 21760e083..da5f653b1 100644 --- a/src/cloud/azure/compute/vmscalesets/mode/health.pm +++ b/src/cloud/azure/compute/vmscalesets/mode/health.pm @@ -40,39 +40,39 @@ __END__ =head1 MODE Check Azure Virtual Machine Scale Sets Health. -(Useful to determine host status) +(useful to determine host status) =over 8 =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =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}, %{summary} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} =~ /^Unavailable$/'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} =~ /^Unavailable$/'). You can use the following variables: %{status}, %{summary} =item B<--unknown-status> -Define the conditions to match for the status to be UNKNOWN (Default: '%{status} =~ /^Unknown$/'). +Define the conditions to match for the status to be UNKNOWN (default: '%{status} =~ /^Unknown$/'). You can use the following variables: %{status}, %{summary} =item B<--ok-status> -Define the conditions to match for the status to be OK (Default: '%{status} =~ /^Available$/'). +Define the conditions to match for the status to be OK (default: '%{status} =~ /^Available$/'). You can use the following variables: %{status}, %{summary} diff --git a/src/cloud/azure/compute/vmscalesets/mode/memory.pm b/src/cloud/azure/compute/vmscalesets/mode/memory.pm index d7abe3187..866ad7c35 100644 --- a/src/cloud/azure/compute/vmscalesets/mode/memory.pm +++ b/src/cloud/azure/compute/vmscalesets/mode/memory.pm @@ -97,12 +97,12 @@ Check Azure Virtual Machine Scale Sets Available Memory. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::compute::vmscalesets::plugin --mode=memory --custommode=api --resource= --resource-group= --critical-memory-available='8GB:' --warning-memory-available='16GB:' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::vmscalesets::plugin --mode=memory --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.Compute/virtualMachineScaleSets/' @@ -112,11 +112,11 @@ perl centreon_plugins.pl --plugin=cloud::azure::vmscalesets::plugin --mode=memor =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--warning-memory-available> diff --git a/src/cloud/azure/compute/vmscalesets/mode/traffic.pm b/src/cloud/azure/compute/vmscalesets/mode/traffic.pm index d0768de29..7093a0c9d 100644 --- a/src/cloud/azure/compute/vmscalesets/mode/traffic.pm +++ b/src/cloud/azure/compute/vmscalesets/mode/traffic.pm @@ -104,12 +104,12 @@ Check Azure Virtual Machine Scale Sets Traffic In and Out. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::compute::vmscalesets::plugin --mode=traffic --custommode=api --resource= --resource-group= --warning-traffic-out=10000 --critical-traffic-in=15000 -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::vmscalesets::plugin --mode=traffic --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.Compute/virtualMachineScaleSets/' @@ -119,11 +119,11 @@ perl centreon_plugins.pl --plugin=cloud::azure::vmscalesets::plugin --mode=traff =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--warning-*> diff --git a/src/cloud/azure/custom/api.pm b/src/cloud/azure/custom/api.pm index 328a70e63..92adaf097 100644 --- a/src/cloud/azure/custom/api.pm +++ b/src/cloud/azure/custom/api.pm @@ -1257,7 +1257,7 @@ To connect to the Azure Rest API, you must register an application. Follow the 'How-to guide' at https://docs.microsoft.com/en-us/azure/active-directory/develop/howto-create-service-principal-portal -The application needs the 'Monitoring Reader' role (See https://docs.microsoft.com/en-us/azure/azure-monitor/platform/roles-permissions-security#monitoring-reader). +The application needs the 'Monitoring Reader' role (see https://docs.microsoft.com/en-us/azure/azure-monitor/platform/roles-permissions-security#monitoring-reader). This custom mode is using the 'OAuth 2.0 Client Credentials Grant Flow' @@ -1283,11 +1283,11 @@ Set Azure client secret. =item B<--login-endpoint> -Set Azure login endpoint URL (Default: 'https://login.microsoftonline.com') +Set Azure login endpoint URL (default: 'https://login.microsoftonline.com') =item B<--management-endpoint> -Set Azure management endpoint URL (Default: 'https://management.azure.com') +Set Azure management endpoint URL (default: 'https://management.azure.com') =item B<--timeframe> @@ -1295,11 +1295,11 @@ Set timeframe in seconds (i.e. 3600 to check last hour). =item B<--interval> -Set interval of the metric query (Can be : PT1M, PT5M, PT15M, PT30M, PT1H, PT6H, PT12H, PT24H). +Set interval of the metric query (can be : PT1M, PT5M, PT15M, PT30M, PT1H, PT6H, PT12H, PT24H). =item B<--aggregation> -Aggregate monitoring. Can apply to: 'minimum', 'maximum', 'average', 'total' +Define how the data must be aggregated. Available aggregations: 'minimum', 'maximum', 'average', 'total' and 'count'. Can be called multiple times. @@ -1310,7 +1310,7 @@ undefined. =item B<--timeout> -Set timeout in seconds (Default: 10). +Set timeout in seconds (default: 10). =back diff --git a/src/cloud/azure/custom/azcli.pm b/src/cloud/azure/custom/azcli.pm index 494c3e8fb..c869c2a9c 100644 --- a/src/cloud/azure/custom/azcli.pm +++ b/src/cloud/azure/custom/azcli.pm @@ -634,7 +634,7 @@ For futher informations, visit https://docs.microsoft.com/en-us/cli/azure/instal =item B<--subscription> -Set Azure subscription (Required if logged to several subscriptions). +Set Azure subscription (required if logged to several subscriptions). =item B<--timeframe> @@ -642,11 +642,11 @@ Set timeframe in seconds (i.e. 3600 to check last hour). =item B<--interval> -Set interval of the metric query (Can be : PT1M, PT5M, PT15M, PT30M, PT1H, PT6H, PT12H, PT24H). +Set interval of the metric query (can be : PT1M, PT5M, PT15M, PT30M, PT1H, PT6H, PT12H, PT24H). =item B<--aggregation> -Aggregate monitoring. Can apply to: 'minimum', 'maximum', 'average', 'total' +Define how the data must be aggregated. Available aggregations: 'minimum', 'maximum', 'average', 'total' and 'count'. Can be called multiple times. @@ -657,7 +657,7 @@ undefined. =item B<--timeout> -Set timeout in seconds (Default: 50). +Set timeout in seconds (default: 50). =item B<--sudo> @@ -665,16 +665,16 @@ Use 'sudo' to execute the command. =item B<--command> -Command to get information (Default: 'az'). +Command to get information (default: 'az'). 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> diff --git a/src/cloud/azure/database/cosmosdb/mode/availability.pm b/src/cloud/azure/database/cosmosdb/mode/availability.pm index 102652f62..1704a5986 100644 --- a/src/cloud/azure/database/cosmosdb/mode/availability.pm +++ b/src/cloud/azure/database/cosmosdb/mode/availability.pm @@ -104,13 +104,13 @@ Check Azure Cosmos DB Accounts availability statistics. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::database::cosmosdb::plugin --mode=availability --custommode=api --resource= --resource-group= --aggregation='average' --warning-service-availability-percentage='90:' --critical-service-availability-percentage='80:' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::database::cosmosdb::plugin --mode=availability --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.DocumentDB/databaseAccounts/' @@ -122,11 +122,11 @@ Default aggregation: 'average' / 'total', 'minimum' and 'maximum' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--warning-service-availability-percentage> diff --git a/src/cloud/azure/database/cosmosdb/mode/cache.pm b/src/cloud/azure/database/cosmosdb/mode/cache.pm index 5e2d88371..80922c360 100644 --- a/src/cloud/azure/database/cosmosdb/mode/cache.pm +++ b/src/cloud/azure/database/cosmosdb/mode/cache.pm @@ -125,13 +125,13 @@ Check Azure Cosmos DB Accounts integrated cache statistics. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::database::cosmosdb::plugin --mode=cache --custommode=api --resource= --resource-group= --aggregation='average' --warning-cache-hitrate-percentage='90:' --critical-cache-hitrate-percentage='80:' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::database::cosmosdb::plugin --mode=cache --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.DocumentDB/databaseAccounts/' @@ -143,11 +143,11 @@ Default aggregation: 'average' / 'total', 'minimum' and 'maximum' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--warning-*> diff --git a/src/cloud/azure/database/cosmosdb/mode/document.pm b/src/cloud/azure/database/cosmosdb/mode/document.pm index d41da00b2..e45def76b 100644 --- a/src/cloud/azure/database/cosmosdb/mode/document.pm +++ b/src/cloud/azure/database/cosmosdb/mode/document.pm @@ -110,13 +110,13 @@ Check Azure Cosmos DB Accounts document statistics. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::database::cosmosdb::plugin --mode=document --custommode=api --resource= --resource-group= --aggregation='total' --warning-document-count='80000' --critical-document-count='90000' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::database::cosmosdb::plugin --mode=document --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.DocumentDB/databaseAccounts/' @@ -128,11 +128,11 @@ Default aggregation: 'total' / 'minimum', 'maximum' and 'average' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--warning-*> diff --git a/src/cloud/azure/database/cosmosdb/mode/health.pm b/src/cloud/azure/database/cosmosdb/mode/health.pm index 97803a964..35cd3c5e1 100644 --- a/src/cloud/azure/database/cosmosdb/mode/health.pm +++ b/src/cloud/azure/database/cosmosdb/mode/health.pm @@ -45,30 +45,30 @@ Check Azure Cosmos DB Accounts health status. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =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}, %{summary} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} =~ /^Unavailable$/'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} =~ /^Unavailable$/'). You can use the following variables: %{status}, %{summary} =item B<--unknown-status> -Define the conditions to match for the status to be UNKNOWN (Default: '%{status} =~ /^Unknown$/'). +Define the conditions to match for the status to be UNKNOWN (default: '%{status} =~ /^Unknown$/'). You can use the following variables: %{status}, %{summary} =item B<--ok-status> -Define the conditions to match for the status to be OK (Default: '%{status} =~ /^Available$/'). +Define the conditions to match for the status to be OK (default: '%{status} =~ /^Available$/'). You can use the following variables: %{status}, %{summary} =back diff --git a/src/cloud/azure/database/cosmosdb/mode/latency.pm b/src/cloud/azure/database/cosmosdb/mode/latency.pm index 5173b7f08..18f1b846a 100644 --- a/src/cloud/azure/database/cosmosdb/mode/latency.pm +++ b/src/cloud/azure/database/cosmosdb/mode/latency.pm @@ -110,13 +110,13 @@ Check Azure Cosmos DB Accounts latency statistics. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::database::cosmosdb::plugin --mode=latency --custommode=api --resource= --resource-group= --aggregation='average' --warning-serverside-latency='800' --critical-serverside-latency='900' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::database::cosmosdb::plugin --mode=latency --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.DocumentDB/databaseAccounts/' @@ -128,11 +128,11 @@ Default aggregation: 'average' / 'total', 'minimum' and 'maximum' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--warning-*> diff --git a/src/cloud/azure/database/cosmosdb/mode/throughput.pm b/src/cloud/azure/database/cosmosdb/mode/throughput.pm index 9f8eb92a4..de822adca 100644 --- a/src/cloud/azure/database/cosmosdb/mode/throughput.pm +++ b/src/cloud/azure/database/cosmosdb/mode/throughput.pm @@ -110,13 +110,13 @@ Check Azure Cosmos DB Accounts throughput statistics. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::database::cosmosdb::plugin --mode=throughput --custommode=api --resource= --resource-group= --aggregation='maximum' --warning-provisioned-throughput='800' --critical-provisioned-throughput='900' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::database::cosmosdb::plugin --mode=throughput --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.DocumentDB/databaseAccounts/' @@ -128,11 +128,11 @@ Default aggregation: 'maximum' / 'total', 'minimum' and 'average' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--warning-*> diff --git a/src/cloud/azure/database/cosmosdb/mode/units.pm b/src/cloud/azure/database/cosmosdb/mode/units.pm index 1a2f80040..205796be2 100644 --- a/src/cloud/azure/database/cosmosdb/mode/units.pm +++ b/src/cloud/azure/database/cosmosdb/mode/units.pm @@ -103,13 +103,13 @@ Check Azure Cosmos DB Accounts request units statistics. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::database::cosmosdb::plugin --mode=units --custommode=api --resource= --resource-group= --aggregation='total' --warning-total-request-units='8000' --critical-total-request-units='9000' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::database::cosmosdb::plugin --mode=units --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.DocumentDB/databaseAccounts/' @@ -121,11 +121,11 @@ Default aggregation: 'total' / 'minimum', 'maximum' and 'average' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--warning-total-request-units> diff --git a/src/cloud/azure/database/cosmosdb/mode/usage.pm b/src/cloud/azure/database/cosmosdb/mode/usage.pm index 6cd71fe5b..6b2f7d858 100644 --- a/src/cloud/azure/database/cosmosdb/mode/usage.pm +++ b/src/cloud/azure/database/cosmosdb/mode/usage.pm @@ -111,13 +111,13 @@ Check Azure Cosmos DB Accounts usage statistics. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::database::cosmosdb::plugin --mode=usage --custommode=api --resource= --resource-group= --aggregation='total' --warning-data-usage='80000' --critical-data-usage='90000' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::database::cosmosdb::plugin --mode=usage --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.DocumentDB/databaseAccounts/' @@ -129,11 +129,11 @@ Default aggregation: 'total' / 'minimum', 'maximum' and 'average' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--warning-*> diff --git a/src/cloud/azure/database/elasticpool/mode/cpu.pm b/src/cloud/azure/database/elasticpool/mode/cpu.pm index 76ff15055..d65bd62a8 100644 --- a/src/cloud/azure/database/elasticpool/mode/cpu.pm +++ b/src/cloud/azure/database/elasticpool/mode/cpu.pm @@ -251,13 +251,13 @@ Check Azure SQL Elastic Pool CPU metrics. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::database::elasticpool::plugin --custommode=azcli --mode=cpu --resource=/elasticpools/ --resource-group= --aggregation='average' --critical-cpu-percent='90' --verbose -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::compute::virtualmachine::plugin --custommode=azcli --mode=cpu --resource='/subscriptions/xxx/resourceGroups/xxx/providers/Microsoft.Sql/servers/xxx/elasticpools/xxx' @@ -269,16 +269,16 @@ Default aggregation: 'average' / 'minimum' and 'maximum' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--filter-metric> Filter on specific metrics. The Azure format must be used, for example: 'cpu_percent' -(Can be a regexp). +(can be a regexp). =item B<--warning-*> diff --git a/src/cloud/azure/database/elasticpool/mode/dtu.pm b/src/cloud/azure/database/elasticpool/mode/dtu.pm index 7da61dacc..e29ad09e2 100644 --- a/src/cloud/azure/database/elasticpool/mode/dtu.pm +++ b/src/cloud/azure/database/elasticpool/mode/dtu.pm @@ -251,13 +251,13 @@ Check Azure SQL Elastic Pool DTU metrics. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::database::elasticpool::plugin --custommode=azcli --mode=dtu --resource=/elasticpools/ --resource-group= --aggregation='average' --critical-dtu-consumption-percent='90' --verbose -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::compute::virtualmachine::plugin --custommode=azcli --mode=dtu --resource='/subscriptions/xxx/resourceGroups/xxx/providers/Microsoft.Sql/servers/xxx/elasticpools/xxx' @@ -269,16 +269,16 @@ Default aggregation: 'average' / 'minimum' and 'maximum' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--filter-metric> Filter on specific metrics. The Azure format must be used, for example: 'dtu_consumption_percent' -(Can be a regexp). +(can be a regexp). =item B<--warning-*> diff --git a/src/cloud/azure/database/elasticpool/mode/log.pm b/src/cloud/azure/database/elasticpool/mode/log.pm index 33aaefd6a..31749f4bf 100644 --- a/src/cloud/azure/database/elasticpool/mode/log.pm +++ b/src/cloud/azure/database/elasticpool/mode/log.pm @@ -252,13 +252,13 @@ Check Azure SQL Elastic Pool Storage metrics. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::database::elasticpool::plugin --custommode=azcli --mode=storage --resource=/elasticpools/ --resource-group= --aggregation='average' --allocated-data-storage-percent='90' --verbose -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::compute::virtualmachine::plugin --custommode=azcli --mode=sessions --resource='/subscriptions/xxx/resourceGroups/xxx/providers/Microsoft.Sql/servers/xxx/elasticpools/xxx' @@ -270,16 +270,16 @@ Default aggregation: 'average' / 'minimum' and 'maximum' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--filter-metric> Filter on specific metrics. The Azure format must be used, for example: 'allocated_data_storage_percent' -(Can be a regexp). +(can be a regexp). =item B<--warning-*> diff --git a/src/cloud/azure/database/elasticpool/mode/sessions.pm b/src/cloud/azure/database/elasticpool/mode/sessions.pm index d224fdeed..dcf905b14 100644 --- a/src/cloud/azure/database/elasticpool/mode/sessions.pm +++ b/src/cloud/azure/database/elasticpool/mode/sessions.pm @@ -244,13 +244,13 @@ Check Azure SQL Elastic Pool Sessions metrics. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::database::elasticpool::plugin --custommode=azcli --mode=sessions --resource=/elasticpools/ --resource-group= --aggregation='average' --critical-sessions-percent='90' --verbose -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::compute::virtualmachine::plugin --custommode=azcli --mode=sessions --resource='/subscriptions/xxx/resourceGroups/xxx/providers/Microsoft.Sql/servers/xxx/elasticpools/xxx' @@ -262,16 +262,16 @@ Default aggregation: 'average' / 'minimum' and 'maximum' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--filter-metric> Filter on specific metrics. The Azure format must be used, for example: 'sessions_percent' -(Can be a regexp). +(can be a regexp). =item B<--warning-*> diff --git a/src/cloud/azure/database/elasticpool/mode/storage.pm b/src/cloud/azure/database/elasticpool/mode/storage.pm index 9c74b0600..4d38493fe 100644 --- a/src/cloud/azure/database/elasticpool/mode/storage.pm +++ b/src/cloud/azure/database/elasticpool/mode/storage.pm @@ -258,13 +258,13 @@ Check Azure SQL Elastic Pool Storage metrics. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::database::elasticpool::plugin --custommode=azcli --mode=storage --resource=/elasticpools/ --resource-group= --aggregation='average' --allocated-data-storage-percent='90' --verbose -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::compute::virtualmachine::plugin --custommode=azcli --mode=sessions --resource='/subscriptions/xxx/resourceGroups/xxx/providers/Microsoft.Sql/servers/xxx/elasticpools/xxx' @@ -276,16 +276,16 @@ Default aggregation: 'average' / 'minimum' and 'maximum' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--filter-metric> Filter on specific metrics. The Azure format must be used, for example: 'allocated_data_storage_percent' -(Can be a regexp). +(can be a regexp). =item B<--warning-*> diff --git a/src/cloud/azure/database/mariadb/mode/connections.pm b/src/cloud/azure/database/mariadb/mode/connections.pm index 66af4fbb8..c9a21cca9 100644 --- a/src/cloud/azure/database/mariadb/mode/connections.pm +++ b/src/cloud/azure/database/mariadb/mode/connections.pm @@ -121,13 +121,13 @@ Check Azure Database for MariaDB connections status. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::database::mariadb::plugin --mode=connections --custommode=api --resource= --resource-group= --aggregation='total' --warning-connections-active='1000' --critical-connections-active='2000' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::database::mariadb::plugin --mode=connections --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.DBforMariaDB/servers/' @@ -139,11 +139,11 @@ Default aggregation: 'total' / 'average', 'minimum' and 'maximum' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--warning-*> diff --git a/src/cloud/azure/database/mariadb/mode/cpu.pm b/src/cloud/azure/database/mariadb/mode/cpu.pm index 809663b31..2291ee4e6 100644 --- a/src/cloud/azure/database/mariadb/mode/cpu.pm +++ b/src/cloud/azure/database/mariadb/mode/cpu.pm @@ -106,13 +106,13 @@ Check Azure Database for MariaDB CPU usage. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::database::mariadb::plugin --mode=cpu --custommode=api --resource= --resource-group= --aggregation='average' --warning-cpu-usage='80' --critical-cpu-usage='90' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::database::mariadb::plugin --mode=cpu --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.DBforMariaDB/servers/' @@ -124,11 +124,11 @@ Default aggregation: 'average' / 'total', 'minimum' and 'maximum' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--warning-cpu-usage> diff --git a/src/cloud/azure/database/mariadb/mode/ioconsumption.pm b/src/cloud/azure/database/mariadb/mode/ioconsumption.pm index c61001c3f..0bb09b8b2 100644 --- a/src/cloud/azure/database/mariadb/mode/ioconsumption.pm +++ b/src/cloud/azure/database/mariadb/mode/ioconsumption.pm @@ -106,13 +106,13 @@ Check Azure Database for MariaDB IO comsuption usage. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::database::mariadb::plugin --mode=io-consumption --custommode=api --resource= --resource-group= --aggregation='maximum' --warning-ioconsumption-usage='80' --critical-ioconsumption-usage='90' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::database::mariadb::plugin --mode=io-consumption --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.DBforMariaDB/servers/' @@ -124,11 +124,11 @@ Default aggregation: 'average' / 'total', 'minimum' and 'maximum' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--warning-ioconsumption-usage> diff --git a/src/cloud/azure/database/mariadb/mode/memory.pm b/src/cloud/azure/database/mariadb/mode/memory.pm index aa63bd2bb..8cfbcba6b 100644 --- a/src/cloud/azure/database/mariadb/mode/memory.pm +++ b/src/cloud/azure/database/mariadb/mode/memory.pm @@ -106,13 +106,13 @@ Check Azure Database for MariaDB memory usage. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::database::mariadb::plugin --mode=memory --custommode=api --resource= --resource-group= --aggregation='average' --warning-memory-usage='80' --critical-memory-usage='90' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::database::mariadb::plugin --mode=memory --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.DBforMariaDB/servers/' @@ -124,11 +124,11 @@ Default aggregation: 'average' / 'total', 'minimum' and 'maximum' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--warning-memory-usage> diff --git a/src/cloud/azure/database/mariadb/mode/replication.pm b/src/cloud/azure/database/mariadb/mode/replication.pm index 247522afb..58b6ee802 100644 --- a/src/cloud/azure/database/mariadb/mode/replication.pm +++ b/src/cloud/azure/database/mariadb/mode/replication.pm @@ -114,13 +114,13 @@ Check Azure Database for MariaDB replication status. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::database::mariadb::plugin --mode=connections --custommode=api --resource= --resource-group= --aggregation='maximum' --warning-slave-latency-seconds='1000' --critical-slave-latency-seconds='2000' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::database::mariadb::plugin --mode=connections --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.DBforMariaDB/servers/' @@ -132,11 +132,11 @@ Default aggregation: 'maximum' / 'average', 'minimum' and 'total' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--warning-*> diff --git a/src/cloud/azure/database/mariadb/mode/storage.pm b/src/cloud/azure/database/mariadb/mode/storage.pm index b9e5f675a..09c1346bc 100644 --- a/src/cloud/azure/database/mariadb/mode/storage.pm +++ b/src/cloud/azure/database/mariadb/mode/storage.pm @@ -159,13 +159,13 @@ Check Azure Database for MariaDB storage usage. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::database::mariadb::plugin --mode=storage --custommode=api --resource= --resource-group= --aggregation='maximum' --warning-storage-used='1000' --critical-storage-used='2000' -Using resource id : +Using resource ID: perl centreon-plugins.pl --plugin=cloud::azure::database::mariadb::plugin --mode=storage --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.DBforMariaDB/servers/' @@ -177,11 +177,11 @@ Default aggregation: 'maximum' / 'average', 'minimum' and 'total' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--warning-*> diff --git a/src/cloud/azure/database/mariadb/mode/traffic.pm b/src/cloud/azure/database/mariadb/mode/traffic.pm index 0443a7393..1d1a11516 100644 --- a/src/cloud/azure/database/mariadb/mode/traffic.pm +++ b/src/cloud/azure/database/mariadb/mode/traffic.pm @@ -112,13 +112,13 @@ Check Azure Database for MariaDB network usage. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::database::mariadb::plugin --mode=traffic --custommode=api --resource= --resource-group= --aggregation='average' --warning-traffic-out='80' --critical-traffic-out='90' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::database::mariadb::plugin --mode=traffic --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.DBforMariaDB/servers/' @@ -130,11 +130,11 @@ Default aggregation: 'average' / 'total', 'minimum' and 'maximum' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--warning-*> diff --git a/src/cloud/azure/database/mysql/mode/connections.pm b/src/cloud/azure/database/mysql/mode/connections.pm index 91adb25d6..b03283896 100644 --- a/src/cloud/azure/database/mysql/mode/connections.pm +++ b/src/cloud/azure/database/mysql/mode/connections.pm @@ -143,13 +143,13 @@ Check Azure Database for MySQL connections status. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::database::mysql::plugin --mode=connections --custommode=api --resource= --resource-group= --aggregation='total' --warning-connections-active='1000' --critical-connections-active='2000' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::integration::servicebus::plugin --mode=connections --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.DBforMySQL/servers/' @@ -161,15 +161,15 @@ Default aggregation: 'total' / 'average', 'minimum' and 'maximum' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--resource-type> -Set resource type (Default: 'servers'). Can be 'servers', 'flexibleServers'. +Set resource type (default: 'servers'). Can be 'servers', 'flexibleServers'. =item B<--warning-*> diff --git a/src/cloud/azure/database/mysql/mode/cpu.pm b/src/cloud/azure/database/mysql/mode/cpu.pm index 98372ca6a..152b5b159 100644 --- a/src/cloud/azure/database/mysql/mode/cpu.pm +++ b/src/cloud/azure/database/mysql/mode/cpu.pm @@ -113,13 +113,13 @@ Check Azure Database for MySQL CPU usage. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::database::mysql::plugin --mode=cpu --custommode=api --resource= --resource-group= --aggregation='average' --warning-cpu-usage='80' --critical-cpu-usage='90' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::integration::servicebus::plugin --mode=cpu --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.DBforMySQL/servers/' @@ -131,15 +131,15 @@ Default aggregation: 'average' / 'total', 'minimum' and 'maximum' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--resource-type> -Set resource type (Default: 'servers'). Can be 'servers', 'flexibleServers'. +Set resource type (default: 'servers'). Can be 'servers', 'flexibleServers'. =item B<--warning-cpu-usage> diff --git a/src/cloud/azure/database/mysql/mode/ioconsumption.pm b/src/cloud/azure/database/mysql/mode/ioconsumption.pm index 7b0c16690..d1e9f0623 100644 --- a/src/cloud/azure/database/mysql/mode/ioconsumption.pm +++ b/src/cloud/azure/database/mysql/mode/ioconsumption.pm @@ -113,13 +113,13 @@ Check Azure Database for MySQL IO comsuption usage. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::database::mysql::plugin --mode=io-consumption --custommode=api --resource= --resource-group= --aggregation='maximum' --warning-ioconsumption-usage='80' --critical-ioconsumption-usage='90' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::integration::servicebus::plugin --mode=io-consumption --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.DBforMySQL/servers/' @@ -131,15 +131,15 @@ Default aggregation: 'average' / 'total', 'minimum' and 'maximum' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--resource-type> -Set resource type (Default: 'servers'). Can be 'servers', 'flexibleServers'. +Set resource type (default: 'servers'). Can be 'servers', 'flexibleServers'. =item B<--warning-ioconsumption-usage> diff --git a/src/cloud/azure/database/mysql/mode/memory.pm b/src/cloud/azure/database/mysql/mode/memory.pm index 95c94a022..23f07afb9 100644 --- a/src/cloud/azure/database/mysql/mode/memory.pm +++ b/src/cloud/azure/database/mysql/mode/memory.pm @@ -113,13 +113,13 @@ Check Azure Database for MySQL memory usage. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::database::mysql::plugin --mode=memory --custommode=api --resource= --resource-group= --aggregation='average' --warning-memory-usage='80' --critical-memory-usage='90' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::integration::servicebus::plugin --mode=memory --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.DBforMySQL/servers/' @@ -131,15 +131,15 @@ Default aggregation: 'average' / 'total', 'minimum' and 'maximum' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--resource-type> -Set resource type (Default: 'servers'). Can be 'servers', 'flexibleServers'. +Set resource type (default: 'servers'). Can be 'servers', 'flexibleServers'. =item B<--warning-memory-usage> diff --git a/src/cloud/azure/database/mysql/mode/queries.pm b/src/cloud/azure/database/mysql/mode/queries.pm index b5cfe9bb2..f19f956af 100644 --- a/src/cloud/azure/database/mysql/mode/queries.pm +++ b/src/cloud/azure/database/mysql/mode/queries.pm @@ -105,13 +105,13 @@ This is only available for the resource type flexibleServers. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::database::mysql::plugin --mode=queries --custommode=api --resource= --resource-group= --aggregation='total' --warning-queries='80' --critical-queries='90' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::integration::servicebus::plugin --mode=queries --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.DBforMySQL/servers/' @@ -123,11 +123,11 @@ Default aggregation: 'total' / 'average', 'minimum' and 'maximum' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--warning-queries> diff --git a/src/cloud/azure/database/mysql/mode/replication.pm b/src/cloud/azure/database/mysql/mode/replication.pm index e9cc7f334..79935a707 100644 --- a/src/cloud/azure/database/mysql/mode/replication.pm +++ b/src/cloud/azure/database/mysql/mode/replication.pm @@ -129,13 +129,13 @@ Check Azure Database for MySQL replication status. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::database::mysql::plugin --mode=connections --custommode=api --resource= --resource-group= --aggregation='maximum' --warning-replication-lag='1000' --critical-replication-lag='2000' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::integration::servicebus::plugin --mode=connections --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.DBforMySQL/servers/' @@ -147,15 +147,15 @@ Default aggregation: 'maximum' / 'average', 'minimum' and 'total' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--resource-type> -Set resource type (Default: 'servers'). Can be 'servers', 'flexibleServers'. +Set resource type (default: 'servers'). Can be 'servers', 'flexibleServers'. =item B<--warning-*> diff --git a/src/cloud/azure/database/mysql/mode/storage.pm b/src/cloud/azure/database/mysql/mode/storage.pm index 825079c8c..b7fa5bf75 100644 --- a/src/cloud/azure/database/mysql/mode/storage.pm +++ b/src/cloud/azure/database/mysql/mode/storage.pm @@ -166,13 +166,13 @@ Check Azure Database for MySQL storage usage. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::database::mysql::plugin --mode=storage --custommode=api --resource= --resource-group= --aggregation='maximum' --warning-storage_used='1000' --critical-storage_used='2000' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::integration::servicebus::plugin --mode=storage --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.DBforMySQL/servers/' @@ -184,15 +184,15 @@ Default aggregation: 'maximum' / 'average', 'minimum' and 'total' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--resource-type> -Set resource type (Default: 'servers'). Can be 'servers', 'flexibleServers'. +Set resource type (default: 'servers'). Can be 'servers', 'flexibleServers'. =item B<--warning-*> diff --git a/src/cloud/azure/database/mysql/mode/traffic.pm b/src/cloud/azure/database/mysql/mode/traffic.pm index 24deef2af..7d6b93af3 100644 --- a/src/cloud/azure/database/mysql/mode/traffic.pm +++ b/src/cloud/azure/database/mysql/mode/traffic.pm @@ -119,13 +119,13 @@ Check Azure Database for MySQL network usage. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::database::mysql::plugin --mode=traffic --custommode=api --resource= --resource-group= --aggregation='average' --warning-traffic-out='80' --critical-traffic-out='90' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::integration::servicebus::plugin --mode=traffic --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.DBforMySQL/servers/' @@ -137,15 +137,15 @@ Default aggregation: 'average' / 'total', 'minimum' and 'maximum' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--resource-type> -Set resource type (Default: 'servers'). Can be 'servers', 'flexibleServers'. +Set resource type (default: 'servers'). Can be 'servers', 'flexibleServers'. =item B<--warning-*> diff --git a/src/cloud/azure/database/postgres/mode/connections.pm b/src/cloud/azure/database/postgres/mode/connections.pm index 8ddd116d6..746414327 100644 --- a/src/cloud/azure/database/postgres/mode/connections.pm +++ b/src/cloud/azure/database/postgres/mode/connections.pm @@ -136,13 +136,13 @@ Check Azure Database for PostgreSQL connections status. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::database::postgres::plugin --mode=connections --custommode=api --resource= --resource-group= --aggregation='total' --warning-connections-active='1000' --critical-connections-active='2000' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::database::postgres::plugin --mode=connections --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.DBforPostgreSQL/servers/' @@ -154,15 +154,15 @@ Default aggregation: 'total' / 'average', 'minimum' and 'maximum' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--resource-type> -Set resource type (Default: 'servers'). Can be 'servers', 'flexibleServers'. +Set resource type (default: 'servers'). Can be 'servers', 'flexibleServers'. =item B<--warning-*> B<--critical-*> diff --git a/src/cloud/azure/database/postgres/mode/cpu.pm b/src/cloud/azure/database/postgres/mode/cpu.pm index 8f379e453..3f29fe01e 100644 --- a/src/cloud/azure/database/postgres/mode/cpu.pm +++ b/src/cloud/azure/database/postgres/mode/cpu.pm @@ -113,13 +113,13 @@ Check Azure Database for PostgreSQL CPU usage. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::database::postgres::plugin --mode=cpu --custommode=api --resource= --resource-group= --aggregation='average' --warning-cpu-usage='80' --critical-cpu-usage='90' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::database::postgres::plugin --mode=cpu --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.DBforPostgreSQL/servers/' @@ -131,15 +131,15 @@ Default aggregation: 'average' / 'total', 'minimum' and 'maximum' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--resource-type> -Set resource type (Default: 'servers'). Can be 'servers', 'flexibleServers'. +Set resource type (default: 'servers'). Can be 'servers', 'flexibleServers'. =item B<--warning-cpu-usage> diff --git a/src/cloud/azure/database/postgres/mode/ioconsumption.pm b/src/cloud/azure/database/postgres/mode/ioconsumption.pm index 3da78aa75..7f2dcde24 100644 --- a/src/cloud/azure/database/postgres/mode/ioconsumption.pm +++ b/src/cloud/azure/database/postgres/mode/ioconsumption.pm @@ -113,13 +113,13 @@ Check Azure Database for PostgreSQL IO comsuption usage. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::database::postgres::plugin --mode=io-consumption --custommode=api --resource= --resource-group= --aggregation='maximum' --warning-ioconsumption-usage='80' --critical-ioconsumption-usage='90' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::database::postgres::plugin --mode=io-consumption --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.DBforPostgreSQL/servers/' @@ -131,15 +131,15 @@ Default aggregation: 'average' / 'total', 'minimum' and 'maximum' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--resource-type> -Set resource type (Default: 'servers'). Can be 'servers', 'flexibleServers'. +Set resource type (default: 'servers'). Can be 'servers', 'flexibleServers'. =item B<--warning-ioconsumption-usage> diff --git a/src/cloud/azure/database/postgres/mode/memory.pm b/src/cloud/azure/database/postgres/mode/memory.pm index ce643bac5..0e91c0f84 100644 --- a/src/cloud/azure/database/postgres/mode/memory.pm +++ b/src/cloud/azure/database/postgres/mode/memory.pm @@ -113,13 +113,13 @@ Check Azure Database for PostgreSQL memory usage. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::database::postgres::plugin --mode=memory --custommode=api --resource= --resource-group= --aggregation='average' --warning-memory-usage='80' --critical-memory-usage='90' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::database::postgres::plugin --mode=memory --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.DBforPostgreSQL/servers/' @@ -131,15 +131,15 @@ Default aggregation: 'average' / 'total', 'minimum' and 'maximum' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--resource-type> -Set resource type (Default: 'servers'). Can be 'servers', 'flexibleServers'. +Set resource type (default: 'servers'). Can be 'servers', 'flexibleServers'. =item B<--warning-memory-usage> diff --git a/src/cloud/azure/database/postgres/mode/replication.pm b/src/cloud/azure/database/postgres/mode/replication.pm index 957deda82..3d3a2e517 100644 --- a/src/cloud/azure/database/postgres/mode/replication.pm +++ b/src/cloud/azure/database/postgres/mode/replication.pm @@ -122,13 +122,13 @@ Check Azure Database for PostgreSQL replication status. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::database::postgres::plugin --mode=connections --custommode=api --resource= --resource-group= --aggregation='maximum' --warning-replication-lag='1000' --critical-replication-lag='2000' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::database::postgres::plugin --mode=connections --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.DBforPostgreSQL/servers/' @@ -140,15 +140,15 @@ Default aggregation: 'maximum' / 'average', 'minimum' and 'total' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--resource-type> -Set resource type (Default: 'servers'). Can be 'servers', 'flexibleServers'. +Set resource type (default: 'servers'). Can be 'servers', 'flexibleServers'. =item B<--warning-*> B<--critical-*> diff --git a/src/cloud/azure/database/postgres/mode/storage.pm b/src/cloud/azure/database/postgres/mode/storage.pm index b4668967b..addbe7d8c 100644 --- a/src/cloud/azure/database/postgres/mode/storage.pm +++ b/src/cloud/azure/database/postgres/mode/storage.pm @@ -143,13 +143,13 @@ Check Azure Database for PostgreSQL storage usage. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::database::postgres::plugin --mode=storage --custommode=api --resource= --resource-group= --aggregation='maximum' --warning-storage-used='1000' --critical-storage-used='2000' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::database::postgres::plugin --mode=storage --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.DBforPostgreSQL/servers/' @@ -161,15 +161,15 @@ Default aggregation: 'maximum' / 'average', 'minimum' and 'total' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--resource-type> -Set resource type (Default: 'servers'). Can be 'servers', 'flexibleServers'. +Set resource type (default: 'servers'). Can be 'servers', 'flexibleServers'. =item B<--warning-*> B<--critical-*> diff --git a/src/cloud/azure/database/postgres/mode/traffic.pm b/src/cloud/azure/database/postgres/mode/traffic.pm index e99a9212d..a3b69931f 100644 --- a/src/cloud/azure/database/postgres/mode/traffic.pm +++ b/src/cloud/azure/database/postgres/mode/traffic.pm @@ -119,13 +119,13 @@ Check Azure Database for PostgreSQL network usage. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::database::postgres::plugin --mode=traffic --custommode=api --resource= --resource-group= --aggregation='average' --warning-traffic-out='80' --critical-traffic-out='90' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::database::postgres::plugin --mode=traffic --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.DBforPostgreSQL/servers/' @@ -137,15 +137,15 @@ Default aggregation: 'average' / 'total', 'minimum' and 'maximum' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--resource-type> -Set resource type (Default: 'servers'). Can be 'servers', 'flexibleServers'. +Set resource type (default: 'servers'). Can be 'servers', 'flexibleServers'. =item B<--warning-*> B<--critical-*> diff --git a/src/cloud/azure/database/redis/mode/cachelatency.pm b/src/cloud/azure/database/redis/mode/cachelatency.pm index d3659b16b..de2d32ed7 100644 --- a/src/cloud/azure/database/redis/mode/cachelatency.pm +++ b/src/cloud/azure/database/redis/mode/cachelatency.pm @@ -103,13 +103,13 @@ Check Azure Redis cache latency statistics. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::database::redis::plugin --mode=cache-latency --custommode=api --resource= --resource-group= --aggregation='average' --warning-cache-latency='8000' --critical-cache-latency='9000' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::database::redis::plugin --mode=cache-latency --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.Cache/Redis/' @@ -121,11 +121,11 @@ Default aggregation: 'average' / 'minimum', 'maximum' and 'total' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--warning-cache-latency> diff --git a/src/cloud/azure/database/redis/mode/cachethroughput.pm b/src/cloud/azure/database/redis/mode/cachethroughput.pm index 48dd9f918..655b83bbc 100644 --- a/src/cloud/azure/database/redis/mode/cachethroughput.pm +++ b/src/cloud/azure/database/redis/mode/cachethroughput.pm @@ -110,13 +110,13 @@ Check Azure Redis cache throughput statistics. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::database::redis::plugin --mode=cache-throughput --custommode=api --resource= --resource-group= --aggregation='maximum' --warning-cache-read-throughput='800000' --critical-cache-read-throughput='900000' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::database::redis::plugin --mode=cache-throughput --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.Cache/Redis/' @@ -129,11 +129,11 @@ Default aggregation: 'maximum' / 'minimum', 'total' and 'average' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--warning-*> diff --git a/src/cloud/azure/database/redis/mode/cacheusage.pm b/src/cloud/azure/database/redis/mode/cacheusage.pm index 23793fda8..1efea9fcc 100644 --- a/src/cloud/azure/database/redis/mode/cacheusage.pm +++ b/src/cloud/azure/database/redis/mode/cacheusage.pm @@ -110,13 +110,13 @@ Check Azure Redis cache usage statistics. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::database::redis::plugin --mode=cache-usage --custommode=api --resource= --resource-group= --aggregation='total' --warning-cache-misses='800' --critical-cache-misses='900' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::database::redis::plugin --mode=cache-usage --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.Cache/Redis/' @@ -129,11 +129,11 @@ Default aggregation: 'total' / 'minimum', 'maximum' and 'average' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--warning-*> diff --git a/src/cloud/azure/database/redis/mode/clients.pm b/src/cloud/azure/database/redis/mode/clients.pm index 5e698efb8..7cd47358b 100644 --- a/src/cloud/azure/database/redis/mode/clients.pm +++ b/src/cloud/azure/database/redis/mode/clients.pm @@ -103,13 +103,13 @@ Check Azure Redis clients statistics. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::database::redis::plugin --mode=clients --custommode=api --resource= --resource-group= --aggregation='average' --warning-connected-clients='800' --critical-connected-clients='900' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::database::redis::plugin --mode=clients --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.Cache/Redis/' @@ -121,11 +121,11 @@ Default aggregation: 'average' / 'minimum', 'maximum' and 'total' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--warning-*> diff --git a/src/cloud/azure/database/redis/mode/cpu.pm b/src/cloud/azure/database/redis/mode/cpu.pm index 3cc06fa71..64ffbd54e 100644 --- a/src/cloud/azure/database/redis/mode/cpu.pm +++ b/src/cloud/azure/database/redis/mode/cpu.pm @@ -104,13 +104,13 @@ Check Azure Redis CPU usage statistics. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::database::redis::plugin --mode=cpu --custommode=api --resource= --resource-group= --aggregation='maximum' --warning-cpu-usage-percentage='80' --critical-cpu-usage-percentage='90' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::database::redis::plugin --mode=cpu --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.Cache/Redis/' @@ -122,11 +122,11 @@ Default aggregation: 'maximum' / 'minimum', 'average' and 'total' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--warning-cpu-usage-percentage> diff --git a/src/cloud/azure/database/redis/mode/errors.pm b/src/cloud/azure/database/redis/mode/errors.pm index bf53e230e..cbb0dcc3b 100644 --- a/src/cloud/azure/database/redis/mode/errors.pm +++ b/src/cloud/azure/database/redis/mode/errors.pm @@ -103,13 +103,13 @@ Check Azure Redis errors statistics. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::database::redis::plugin --mode=errors --custommode=api --resource= --resource-group= --aggregation='total' --critical-errors-count='1' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::database::redis::plugin --mode=errors --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.Cache/Redis/' @@ -121,11 +121,11 @@ Default aggregation: 'total' / 'minimum', 'maximum' and 'average' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--warning-errors-count> diff --git a/src/cloud/azure/database/redis/mode/health.pm b/src/cloud/azure/database/redis/mode/health.pm index 6c217b308..4173f1501 100644 --- a/src/cloud/azure/database/redis/mode/health.pm +++ b/src/cloud/azure/database/redis/mode/health.pm @@ -45,30 +45,30 @@ Check Azure Redis cache health status. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =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}, %{summary} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} =~ /^Unavailable$/'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} =~ /^Unavailable$/'). You can use the following variables: %{status}, %{summary} =item B<--unknown-status> -Define the conditions to match for the status to be UNKNOWN (Default: '%{status} =~ /^Unknown$/'). +Define the conditions to match for the status to be UNKNOWN (default: '%{status} =~ /^Unknown$/'). You can use the following variables: %{status}, %{summary} =item B<--ok-status> -Define the conditions to match for the status to be OK (Default: '%{status} =~ /^Available$/'). +Define the conditions to match for the status to be OK (default: '%{status} =~ /^Available$/'). You can use the following variables: %{status}, %{summary} =back diff --git a/src/cloud/azure/database/redis/mode/load.pm b/src/cloud/azure/database/redis/mode/load.pm index 0107536a5..074763e75 100644 --- a/src/cloud/azure/database/redis/mode/load.pm +++ b/src/cloud/azure/database/redis/mode/load.pm @@ -104,13 +104,13 @@ Check Azure Redis server load statistics. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::database::redis::plugin --mode=load --custommode=api --resource= --resource-group= --aggregation='maximum' --warning-server-load-percentage='80' --critical-server-load-percentage='90' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::database::redis::plugin --mode=load --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.Cache/Redis/' @@ -122,11 +122,11 @@ Default aggregation: 'maximum' / 'minimum', 'maximum' and 'average' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--warning-server-load-percentage> diff --git a/src/cloud/azure/database/redis/mode/memory.pm b/src/cloud/azure/database/redis/mode/memory.pm index 1befc0e1e..e39f94bc7 100644 --- a/src/cloud/azure/database/redis/mode/memory.pm +++ b/src/cloud/azure/database/redis/mode/memory.pm @@ -104,13 +104,13 @@ Check Azure Redis memory statistics. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::database::redis::plugin --mode=memory --custommode=api --resource= --resource-group= --aggregation='maximum' --warning-memory-usage-percentage='80' --critical-memory-usage-percentage='90' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::database::redis::plugin --mode=memory --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.Cache/Redis/' @@ -122,11 +122,11 @@ Default aggregation: 'maximum' / 'minimum', 'average' and 'total' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--warning-memory-usage-percentage> diff --git a/src/cloud/azure/database/redis/mode/operations.pm b/src/cloud/azure/database/redis/mode/operations.pm index f226650b3..b66486f8a 100644 --- a/src/cloud/azure/database/redis/mode/operations.pm +++ b/src/cloud/azure/database/redis/mode/operations.pm @@ -103,13 +103,13 @@ Check Azure Redis operations statistics. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::database::redis::plugin --mode=operations --custommode=api --resource= --resource-group= --aggregation='maximum' --warning-operations-per-second='80' --critical-operations-per-second='90' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::database::redis::plugin --mode=operations --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.Cache/Redis/' @@ -121,11 +121,11 @@ Default aggregation: 'maximum' / 'minimum', 'average' and 'total' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--warning-operations-per-second> diff --git a/src/cloud/azure/database/sqldatabase/mode/appresources.pm b/src/cloud/azure/database/sqldatabase/mode/appresources.pm index 82d5b298c..b0582d163 100644 --- a/src/cloud/azure/database/sqldatabase/mode/appresources.pm +++ b/src/cloud/azure/database/sqldatabase/mode/appresources.pm @@ -118,13 +118,13 @@ Metrics are only available for: Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::database::sqldatabase::plugin --mode=app-resources --custommode=api --resource= --resource-group= --server= --aggregation='average' --critical-app-cpu='80'' --critical-app-memory='90' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::database::sqldatabase::plugin --mode=app-resources --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.Sql/servers//databases/' @@ -136,15 +136,15 @@ Default aggregation: 'average', other are not identified as relevant nor availab =item B<--resource> -Set resource name or id (Required). It is the database name. +Set resource name or ID (required). It is the database name. =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--server> -Set server name (Required if resource's name is used). +Set server name (required if resource's name is used). =item B<--warning-*> diff --git a/src/cloud/azure/database/sqldatabase/mode/connections.pm b/src/cloud/azure/database/sqldatabase/mode/connections.pm index 431e59cf7..215db4a08 100644 --- a/src/cloud/azure/database/sqldatabase/mode/connections.pm +++ b/src/cloud/azure/database/sqldatabase/mode/connections.pm @@ -129,13 +129,13 @@ Metrics are available with: Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::database::sqldatabase::plugin --mode=connections --custommode=api --resource= --resource-group= --server= --aggregation='total' --warning-connection-failed='10'' --critical-connection-failed='30' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::database::sqldatabase::plugin --mode=connections --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.Sql/servers//databases/' @@ -147,15 +147,15 @@ Default aggregation: 'maximum', other are not identified as relevant nor availab =item B<--resource> -Set resource name or id (Required). It is the database name. +Set resource name or ID (required). It is the database name. =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--server> -Set server name (Required if resource's name is used). +Set server name (required if resource's name is used). =item B<--warning-*> diff --git a/src/cloud/azure/database/sqldatabase/mode/cpu.pm b/src/cloud/azure/database/sqldatabase/mode/cpu.pm index 08d183209..e6621d965 100644 --- a/src/cloud/azure/database/sqldatabase/mode/cpu.pm +++ b/src/cloud/azure/database/sqldatabase/mode/cpu.pm @@ -112,13 +112,13 @@ Metrics are available with: Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::database::sqldatabase::plugin --mode=cpu --custommode=api --resource= --resource-group= --server= --aggregation='maximum' --warning-usage-percent='80'' --critical-usage-percent='90' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::database::sqldatabase::plugin --mode=cpu --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.Sql/servers//databases/' @@ -130,15 +130,15 @@ Default aggregation: 'maximum', other are not identified as relevant nor availab =item B<--resource> -Set resource name or id (Required). It is the database name. +Set resource name or ID (required). It is the database name. =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--server> -Set server name (Required if resource's name is used). +Set server name (required if resource's name is used). =item B<--warning-*> B<--critical-*> diff --git a/src/cloud/azure/database/sqldatabase/mode/deadlocks.pm b/src/cloud/azure/database/sqldatabase/mode/deadlocks.pm index cc5d65ccf..011dd96b7 100644 --- a/src/cloud/azure/database/sqldatabase/mode/deadlocks.pm +++ b/src/cloud/azure/database/sqldatabase/mode/deadlocks.pm @@ -112,13 +112,13 @@ Metrics are available with: Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::database::sqldatabase::plugin --mode=deadlocks --custommode=api --resource= --resource-group= --server= --aggregation='total' --critical-deadlock='0' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::database::sqldatabase::plugin --mode=deadlocks --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.Sql/servers//databases/' @@ -130,15 +130,15 @@ Default aggregation: 'total', other are not identified as relevant nor available =item B<--resource> -Set resource name or id (Required). It is the database name. +Set resource name or ID (required). It is the database name. =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--server> -Set server name (Required if resource's name is used). +Set server name (required if resource's name is used). =item B<--warning-deadlocks> diff --git a/src/cloud/azure/database/sqldatabase/mode/health.pm b/src/cloud/azure/database/sqldatabase/mode/health.pm index 34c3f8852..f4a1c3ce0 100644 --- a/src/cloud/azure/database/sqldatabase/mode/health.pm +++ b/src/cloud/azure/database/sqldatabase/mode/health.pm @@ -40,39 +40,39 @@ __END__ =head1 MODE Check SQL Database health status. -(Useful to determine host status) +(useful to determine host status) =over 8 =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =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}, %{summary} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} =~ /^Unavailable$/'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} =~ /^Unavailable$/'). You can use the following variables: %{status}, %{summary} =item B<--unknown-status> -Define the conditions to match for the status to be UNKNOWN (Default: '%{status} =~ /^Unknown$/'). +Define the conditions to match for the status to be UNKNOWN (default: '%{status} =~ /^Unknown$/'). You can use the following variables: %{status}, %{summary} =item B<--ok-status> -Define the conditions to match for the status to be OK (Default: '%{status} =~ /^Available$/'). +Define the conditions to match for the status to be OK (default: '%{status} =~ /^Available$/'). You can use the following variables: %{status}, %{summary} diff --git a/src/cloud/azure/database/sqldatabase/mode/listdatabases.pm b/src/cloud/azure/database/sqldatabase/mode/listdatabases.pm index f6ccc2637..7f016db60 100644 --- a/src/cloud/azure/database/sqldatabase/mode/listdatabases.pm +++ b/src/cloud/azure/database/sqldatabase/mode/listdatabases.pm @@ -139,15 +139,15 @@ List SQL databases. =item B<--resource-group> -Set resource group (Required). +Set resource group (required). =item B<--resource-group> -Set SQL erver (Required). +Set SQL erver (required). =item B<--filter-name> -Filter resource name (Can be a regexp). +Filter resource name (can be a regexp). =back diff --git a/src/cloud/azure/database/sqldatabase/mode/memory.pm b/src/cloud/azure/database/sqldatabase/mode/memory.pm index 9093d52e8..e37f061bc 100644 --- a/src/cloud/azure/database/sqldatabase/mode/memory.pm +++ b/src/cloud/azure/database/sqldatabase/mode/memory.pm @@ -112,13 +112,13 @@ Metrics are available with: Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::database::sqldatabase::plugin --mode=memory --custommode=api --resource= --resource-group= --server= --aggregation='maximum' --warning-usage-percent='80'' --critical-usage-percent='90' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::database::sqldatabase::plugin --mode=memory --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.Sql/servers//databases/' @@ -130,15 +130,15 @@ Default aggregation: 'maximum', other are not identified as relevant nor availab =item B<--resource> -Set resource name or id (Required). It is the database name. +Set resource name or ID (required). It is the database name. =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--server> -Set server name (Required if resource's name is used). +Set server name (required if resource's name is used). =item B<--warning-*> B<--critical-*> diff --git a/src/cloud/azure/database/sqldatabase/mode/sessions.pm b/src/cloud/azure/database/sqldatabase/mode/sessions.pm index 69463fed1..877ce55d3 100644 --- a/src/cloud/azure/database/sqldatabase/mode/sessions.pm +++ b/src/cloud/azure/database/sqldatabase/mode/sessions.pm @@ -112,13 +112,13 @@ Metrics are available with: Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::database::sqldatabase::plugin --mode=sessions --custommode=api --resource= --resource-group= --server= --aggregation='total' --critical-sessions='100' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::database::sqldatabase::plugin --mode=sessions --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.Sql/servers//databases/' @@ -130,15 +130,15 @@ Default aggregation: 'average', other are not identified as relevant nor availab =item B<--resource> -Set resource name or id (Required). It is the database name. +Set resource name or ID (required). It is the database name. =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--server> -Set server name (Required if resource's name is used). +Set server name (required if resource's name is used). =item B<--warning-sessions> diff --git a/src/cloud/azure/database/sqldatabase/mode/storage.pm b/src/cloud/azure/database/sqldatabase/mode/storage.pm index c3cf70adf..2aa4e3caa 100644 --- a/src/cloud/azure/database/sqldatabase/mode/storage.pm +++ b/src/cloud/azure/database/sqldatabase/mode/storage.pm @@ -120,13 +120,13 @@ Metrics are available with: Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::database::sqldatabase::plugin --mode=storage --custommode=api --resource= --resource-group= --server= --aggregation='maximum' --warning-usage-percent='80'' --critical-usage-percent='90' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::database::sqldatabase::plugin --mode=storage --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.Sql/servers//databases/' @@ -138,15 +138,15 @@ Default aggregation: 'maximum', other are not identified as relevant nor availab =item B<--resource> -Set resource name or id (Required). It is the database name. +Set resource name or ID (required). It is the database name. =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--server> -Set server name (Required if resource's name is used). +Set server name (required if resource's name is used). =item B<--warning-*> diff --git a/src/cloud/azure/database/sqldatabase/mode/workers.pm b/src/cloud/azure/database/sqldatabase/mode/workers.pm index d06be415c..00d60129f 100644 --- a/src/cloud/azure/database/sqldatabase/mode/workers.pm +++ b/src/cloud/azure/database/sqldatabase/mode/workers.pm @@ -112,13 +112,13 @@ Metrics are available with: Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::database::sqldatabase::plugin --mode=workers --custommode=api --resource= --resource-group= --server= --aggregation='total' --critical-workers='10' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::database::sqldatabase::plugin --mode=workers --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.Sql/servers//databases/' @@ -130,15 +130,15 @@ Default aggregation: 'average', other are not identified as relevant nor availab =item B<--resource> -Set resource name or id (Required). It is the database name. +Set resource name or ID (required). It is the database name. =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--server> -Set server name (Required if resource's name is used). +Set server name (required if resource's name is used). =item B<--warning-workers> diff --git a/src/cloud/azure/database/sqlmanagedinstance/mode/cpu.pm b/src/cloud/azure/database/sqlmanagedinstance/mode/cpu.pm index 8e7e2bfc5..356c8d63a 100644 --- a/src/cloud/azure/database/sqlmanagedinstance/mode/cpu.pm +++ b/src/cloud/azure/database/sqlmanagedinstance/mode/cpu.pm @@ -111,13 +111,13 @@ Check Azure SQL Managed Instance CPU. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::database::sqlmanagedinstance::plugin --mode=cpu --custommode=api --resource= --resource-group= --aggregation='average' --warning-cpu-average='80'' --critical-cpu-average='90' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::database::sqlmanagedinstance::plugin --mode=cpu --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.Sql/managedInstances/' @@ -129,11 +129,11 @@ Default aggregation: 'average' / 'minimum', 'maximum' and 'total' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--warning-*> diff --git a/src/cloud/azure/database/sqlmanagedinstance/mode/diskio.pm b/src/cloud/azure/database/sqlmanagedinstance/mode/diskio.pm index 5e3ffdb16..bd4c6bebb 100644 --- a/src/cloud/azure/database/sqlmanagedinstance/mode/diskio.pm +++ b/src/cloud/azure/database/sqlmanagedinstance/mode/diskio.pm @@ -119,13 +119,13 @@ Check Azure SQL Managed Instance disk IO. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::database::sqlmanagedinstance::plugin --mode=diskio --custommode=api --resource= --resource-group= --aggregation='average' --warning-bytes-written='80'' --critical-bytes-written='90' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::database::sqlmanagedinstance::plugin --mode=diskio --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.Sql/managedInstances/' @@ -137,11 +137,11 @@ Default aggregation: 'average' / 'minimum', 'maximum' and 'total' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--warning-*> diff --git a/src/cloud/azure/database/sqlmanagedinstance/mode/health.pm b/src/cloud/azure/database/sqlmanagedinstance/mode/health.pm index e92683642..9d0a88ff0 100644 --- a/src/cloud/azure/database/sqlmanagedinstance/mode/health.pm +++ b/src/cloud/azure/database/sqlmanagedinstance/mode/health.pm @@ -45,30 +45,30 @@ Check Azure SQL Managed Instance health status. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =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: ''). Special variables that can be used: %{status}, %{summary}. =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} =~ /^Unavailable$/'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} =~ /^Unavailable$/'). Special variables that can be used: %{status}, %{summary}. =item B<--unknown-status> -Define the conditions to match for the status to be UNKNOWN (Default: '%{status} =~ /^Unknown$/'). +Define the conditions to match for the status to be UNKNOWN (default: '%{status} =~ /^Unknown$/'). Special variables that can be used: %{status}, %{summary}. =item B<--ok-status> -Define the conditions to match for the status to be OK (Default: '%{status} =~ /^Available$/'). +Define the conditions to match for the status to be OK (default: '%{status} =~ /^Available$/'). Special variables that can be used: %{status}, %{summary}. =back diff --git a/src/cloud/azure/database/sqlmanagedinstance/mode/storage.pm b/src/cloud/azure/database/sqlmanagedinstance/mode/storage.pm index fe010f865..bcfe0bcd1 100644 --- a/src/cloud/azure/database/sqlmanagedinstance/mode/storage.pm +++ b/src/cloud/azure/database/sqlmanagedinstance/mode/storage.pm @@ -111,13 +111,13 @@ Check Azure SQL Managed Instance storage. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::database::sqlmanagedinstance::plugin --mode=storage --custommode=api --resource= --resource-group= --aggregation='average' --warning-used='80'' --critical-used='90' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::database::sqlmanagedinstance::plugin --mode=storage --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.Sql/managedInstances/' @@ -129,11 +129,11 @@ Default aggregation: 'average' / 'minimum', 'maximum' and 'total' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--warning-*> diff --git a/src/cloud/azure/database/sqlserver/mode/listservers.pm b/src/cloud/azure/database/sqlserver/mode/listservers.pm index 4195ce97e..e5e82fb18 100644 --- a/src/cloud/azure/database/sqlserver/mode/listservers.pm +++ b/src/cloud/azure/database/sqlserver/mode/listservers.pm @@ -140,7 +140,7 @@ Set resource location. =item B<--filter-name> -Filter resource name (Can be a regexp). +Filter resource name (can be a regexp). =back diff --git a/src/cloud/azure/database/sqlserver/mode/serverstatus.pm b/src/cloud/azure/database/sqlserver/mode/serverstatus.pm index bd2a0f9fc..299313175 100644 --- a/src/cloud/azure/database/sqlserver/mode/serverstatus.pm +++ b/src/cloud/azure/database/sqlserver/mode/serverstatus.pm @@ -122,16 +122,16 @@ Set resource location. =item B<--filter-name> -Filter server name (Can be a regexp). +Filter server name (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: %{state}, %{fqdn}, %{display} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{state} ne "Ready"'). +Define the conditions to match for the status to be CRITICAL (default: '%{state} ne "Ready"'). You can use the following variables: %{state}, %{fqdn}, %{display} =back diff --git a/src/cloud/azure/datafactory/factories/mode/factoryusage.pm b/src/cloud/azure/datafactory/factories/mode/factoryusage.pm index 9a1885556..b5ab4efa2 100644 --- a/src/cloud/azure/datafactory/factories/mode/factoryusage.pm +++ b/src/cloud/azure/datafactory/factories/mode/factoryusage.pm @@ -195,12 +195,12 @@ Check Azure Data Factory for factory size and resource usage. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::datafactory::factory::plugin --mode=factoryusage --custommode=api --resource= --resource-group= -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::datafactory::factory::plugin --mode=factoryusage --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.DataFactory/factories/' @@ -210,19 +210,19 @@ perl centreon_plugins.pl --plugin=cloud::azure::datafactory::factory::plugin --m =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--warning-$metric$> -Thresholds warning ($metric$ can be: 'factory-percentage-usage', 'resource-percentage-usage', 'factory-size', 'resource-count'). +Warning thresholds ($metric$ can be: 'factory-percentage-usage', 'resource-percentage-usage', 'factory-size', 'resource-count'). =item B<--critical-$metric$> -Thresholds critical ($metric$ can be: 'factory-percentage-usage', 'resource-percentage-usage', 'factory-size', 'resource-count'). +Critical thresholds ($metric$ can be: 'factory-percentage-usage', 'resource-percentage-usage', 'factory-size', 'resource-count'). =back diff --git a/src/cloud/azure/datafactory/factories/mode/integrationruntime.pm b/src/cloud/azure/datafactory/factories/mode/integrationruntime.pm index 21787741e..a0c30faf5 100644 --- a/src/cloud/azure/datafactory/factories/mode/integrationruntime.pm +++ b/src/cloud/azure/datafactory/factories/mode/integrationruntime.pm @@ -137,12 +137,12 @@ Check Azure Data Factory for factory integration runtime metrics. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::datafactory::factory::plugin --mode=factoryusage --custommode=api --resource= --resource-group= -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::datafactory::factory::plugin --mode=factoryusage --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.DataFactory/factories/' @@ -152,26 +152,26 @@ perl centreon_plugins.pl --plugin=cloud::azure::datafactory::factory::plugin --m =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--filter-metric> -Filter metrics (Can be: 'IntegrationRuntimeAvailableMemory', 'IntegrationRuntimeAvailableNodeNumber', +Filter metrics (can be: 'IntegrationRuntimeAvailableMemory', 'IntegrationRuntimeAvailableNodeNumber', 'IntegrationRuntimeAverageTaskPickupDelay', 'IntegrationRuntimeCpuPercentage', 'IntegrationRuntimeQueueLength') -(Can be a regexp). +(can be a regexp). =item B<--warning-$metric$> -Thresholds warning ($metric$ can be: 'available-memory', 'available-node-number', 'average-task-pickup-delay', +Warning thresholds ($metric$ can be: 'available-memory', 'available-node-number', 'average-task-pickup-delay', 'cpu-percentage', 'queue-length'). =item B<--critical-$metric$> -Thresholds critical ($metric$ can be: 'available-memory', 'available-node-number', 'average-task-pickup-delay', +Critical thresholds ($metric$ can be: 'available-memory', 'available-node-number', 'average-task-pickup-delay', 'cpu-percentage', 'queue-length'). =back diff --git a/src/cloud/azure/devtools/appconfiguration/mode/httprequests.pm b/src/cloud/azure/devtools/appconfiguration/mode/httprequests.pm index 15a3a0da7..f063f8256 100644 --- a/src/cloud/azure/devtools/appconfiguration/mode/httprequests.pm +++ b/src/cloud/azure/devtools/appconfiguration/mode/httprequests.pm @@ -117,13 +117,13 @@ Check Azure App Configuration HTTP requests. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::devtools::appconfiguration::plugin --mode=http-requests --custommode=api --resource= --resource-group= --aggregation='count' --warning-http-requests='1000' --critical-http-requests='2000' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::devtools::appconfiguration::plugin --mode=http-requests --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.AppConfiguration/configurationStores/' @@ -135,11 +135,11 @@ Default aggregation: 'count' / 'total', 'average', 'minimum' and 'maximum' are v =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--warning-*> diff --git a/src/cloud/azure/integration/eventgrid/mode/events.pm b/src/cloud/azure/integration/eventgrid/mode/events.pm index ec6f1ecfd..eff7aacba 100644 --- a/src/cloud/azure/integration/eventgrid/mode/events.pm +++ b/src/cloud/azure/integration/eventgrid/mode/events.pm @@ -157,13 +157,13 @@ Check Azure Event Grid events. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::integration::eventgrid::plugin --mode=events --custommode=api --resource= --resource-group= --aggregation='average' --warning-matched-events='20' --critical-matched-events='50' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::integration::eventgrid::plugin --mode=events --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.EventGrid//' @@ -175,15 +175,15 @@ Default aggregation: 'average' / 'total', 'minimum' and 'maximum' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--resource-type> -Set resource type (Default: 'topics'). Can be 'topics', +Set resource type (default: 'topics'). Can be 'topics', 'systemTopics', 'partnerTopics', 'partnerNamespaces', 'extensionTopics', 'extensionTopics', 'domains'). diff --git a/src/cloud/azure/integration/eventgrid/mode/eventstats.pm b/src/cloud/azure/integration/eventgrid/mode/eventstats.pm index f125634eb..8333639c7 100644 --- a/src/cloud/azure/integration/eventgrid/mode/eventstats.pm +++ b/src/cloud/azure/integration/eventgrid/mode/eventstats.pm @@ -185,13 +185,13 @@ Check Azure Event Grid delivery and publish events statistics. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::integration::eventgrid::plugin --mode=events-stats --custommode=api --resource= --resource-group= --aggregation='average' --warning-publish-failed='20' --critical-publish-failed='50' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::integration::eventgrid::plugin --mode=events-stats --custommode=api --resource='resource='/subscriptions//resourceGroups//providers/Microsoft.EventGrid//'' @@ -203,15 +203,15 @@ Default aggregation: 'average' / 'total', 'minimum' and 'maximum' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--resource-type> -Set resource type (Default: 'topics'). Can be 'topics', +Set resource type (default: 'topics'). Can be 'topics', 'systemTopics', 'partnerTopics', 'partnerNamespaces', 'extensionTopics', 'extensionTopics', 'domains'). diff --git a/src/cloud/azure/integration/eventgrid/mode/health.pm b/src/cloud/azure/integration/eventgrid/mode/health.pm index a318d6412..3d975c1b5 100644 --- a/src/cloud/azure/integration/eventgrid/mode/health.pm +++ b/src/cloud/azure/integration/eventgrid/mode/health.pm @@ -41,36 +41,36 @@ __END__ Check Event Grid namespace status. -(Useful to determine host status) +(useful to determine host status) =over 8 =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =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}, %{summary} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} =~ /^Unavailable$/'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} =~ /^Unavailable$/'). You can use the following variables: %{status}, %{summary} =item B<--unknown-status> -Define the conditions to match for the status to be UNKNOWN (Default: '%{status} =~ /^Unknown$/'). +Define the conditions to match for the status to be UNKNOWN (default: '%{status} =~ /^Unknown$/'). You can use the following variables: %{status}, %{summary} =item B<--ok-status> -Define the conditions to match for the status to be OK (Default: '%{status} =~ /^Available$/'). +Define the conditions to match for the status to be OK (default: '%{status} =~ /^Available$/'). You can use the following variables: %{status}, %{summary} =back diff --git a/src/cloud/azure/integration/servicebus/mode/connections.pm b/src/cloud/azure/integration/servicebus/mode/connections.pm index f12f13e83..27b7be54c 100644 --- a/src/cloud/azure/integration/servicebus/mode/connections.pm +++ b/src/cloud/azure/integration/servicebus/mode/connections.pm @@ -117,13 +117,13 @@ Check Azure Service Bus connections statistics. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::integration::servicebus::plugin --mode=connections --custommode=api --resource= --resource-group= --aggregation='average' --warning-servicebus-active-connections='1000' --critical-servicebus-active-connections='2000' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::integration::servicebus::plugin --mode=connections --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.ServiceBus/namespaces/' @@ -135,11 +135,11 @@ Default aggregation: 'average' / 'total', 'minimum' and 'maximum' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--warning-*> diff --git a/src/cloud/azure/integration/servicebus/mode/health.pm b/src/cloud/azure/integration/servicebus/mode/health.pm index 6331dd158..f86add527 100644 --- a/src/cloud/azure/integration/servicebus/mode/health.pm +++ b/src/cloud/azure/integration/servicebus/mode/health.pm @@ -41,36 +41,36 @@ __END__ Check Service Bus namespace status. -(Useful to determine host status) +(useful to determine host status) =over 8 =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =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}, %{summary} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} =~ /^Unavailable$/'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} =~ /^Unavailable$/'). You can use the following variables: %{status}, %{summary} =item B<--unknown-status> -Define the conditions to match for the status to be UNKNOWN (Default: '%{status} =~ /^Unknown$/'). +Define the conditions to match for the status to be UNKNOWN (default: '%{status} =~ /^Unknown$/'). You can use the following variables: %{status}, %{summary} =item B<--ok-status> -Define the conditions to match for the status to be OK (Default: '%{status} =~ /^Available$/'). +Define the conditions to match for the status to be OK (default: '%{status} =~ /^Available$/'). You can use the following variables: %{status}, %{summary} =back diff --git a/src/cloud/azure/integration/servicebus/mode/messages.pm b/src/cloud/azure/integration/servicebus/mode/messages.pm index e1b428c39..21667a5d9 100644 --- a/src/cloud/azure/integration/servicebus/mode/messages.pm +++ b/src/cloud/azure/integration/servicebus/mode/messages.pm @@ -139,13 +139,13 @@ Check Azure Service Bus messages metrics. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::integration::servicebus::plugin --mode=messages --custommode=api --resource= --resource-group= --aggregation='average' --warning-servicebus-active-messages='1000' --critical-servicebus-active-messages='2000' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::integration::servicebus::plugin --mode=messages --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.ServiceBus/namespaces/' @@ -157,11 +157,11 @@ Default aggregation: 'average' / 'total', 'minimum' and 'maximum' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--warning-*> diff --git a/src/cloud/azure/integration/servicebus/mode/namespaces.pm b/src/cloud/azure/integration/servicebus/mode/namespaces.pm index 14b7705b6..0fa06500b 100644 --- a/src/cloud/azure/integration/servicebus/mode/namespaces.pm +++ b/src/cloud/azure/integration/servicebus/mode/namespaces.pm @@ -112,13 +112,13 @@ Check Azure Service Bus namespace resources statistics. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::integration::servicebus::plugin --mode=namespaces --custommode=api --resource= --resource-group= --aggregation='average' --warning-cpu-usage-percentage='80' --critical-cpu-usage-percentage='90' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::integration::servicebus::plugin --mode=namespaces --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.ServiceBus/namespaces/' @@ -130,11 +130,11 @@ Default aggregation: 'maximum' / 'total', 'minimum' and 'average' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--warning-*> diff --git a/src/cloud/azure/integration/servicebus/mode/requests.pm b/src/cloud/azure/integration/servicebus/mode/requests.pm index 366ca708c..34495179e 100644 --- a/src/cloud/azure/integration/servicebus/mode/requests.pm +++ b/src/cloud/azure/integration/servicebus/mode/requests.pm @@ -117,13 +117,13 @@ Check Azure Service Bus requests statistics. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::integration::servicebus::plugin --mode=requests --custommode=api --resource= --resource-group= --aggregation='average' --warning-throttled-requests='300' --critical-throttled-requests='400' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::integration::servicebus::plugin --mode=requests --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.ServiceBus/namespaces/' @@ -135,11 +135,11 @@ Default aggregation: 'total' / 'minimum', 'maximum' and 'average' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--warning-*> diff --git a/src/cloud/azure/management/apimanagement/mode/capacity.pm b/src/cloud/azure/management/apimanagement/mode/capacity.pm index 9b117aad0..e87580b19 100644 --- a/src/cloud/azure/management/apimanagement/mode/capacity.pm +++ b/src/cloud/azure/management/apimanagement/mode/capacity.pm @@ -104,13 +104,13 @@ Check Azure API Management capacity statistics. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::management::apimanagement::plugin --mode=capacity --custommode=api --resource= --resource-group= --aggregation='average' --warning-capacity-percentage='80' --critical-capacity-percentage='90' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::management::apimanagement::plugin --mode=capacity --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.ApiManagement/service/' @@ -122,11 +122,11 @@ Default aggregation: 'average' / 'total', 'minimum' and 'maximum' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--warning-capacity-percentage> diff --git a/src/cloud/azure/management/apimanagement/mode/duration.pm b/src/cloud/azure/management/apimanagement/mode/duration.pm index 448cd31e2..f34820f75 100644 --- a/src/cloud/azure/management/apimanagement/mode/duration.pm +++ b/src/cloud/azure/management/apimanagement/mode/duration.pm @@ -110,13 +110,13 @@ Check Azure API Management requests duration statistics. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::management::apimanagement::plugin --mode=duration --custommode=api --resource= --resource-group= --aggregation='average' --warning-requests-duration='1000' --critical-requests-duration='2000' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::management::apimanagement::plugin --mode=requests --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.ApiManagement/service/' @@ -128,11 +128,11 @@ Default aggregation: 'average' / 'total', 'minimum' and 'maximum' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--warning-*> diff --git a/src/cloud/azure/management/apimanagement/mode/events.pm b/src/cloud/azure/management/apimanagement/mode/events.pm index 5738d50a9..19be053a6 100644 --- a/src/cloud/azure/management/apimanagement/mode/events.pm +++ b/src/cloud/azure/management/apimanagement/mode/events.pm @@ -152,13 +152,13 @@ Check Azure API Management events statistics. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::management::apimanagement::plugin --mode=events --custommode=api --resource= --resource-group= --aggregation='average' --warning-total-events='1000' --critical-total-events='2000' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::management::apimanagement::plugin --mode=events --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.ApiManagement/service/' @@ -170,11 +170,11 @@ Default aggregation: 'total' / 'average', 'minimum' and 'maximum' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--warning-*> diff --git a/src/cloud/azure/management/apimanagement/mode/requests.pm b/src/cloud/azure/management/apimanagement/mode/requests.pm index 95682d4ec..d55de038d 100644 --- a/src/cloud/azure/management/apimanagement/mode/requests.pm +++ b/src/cloud/azure/management/apimanagement/mode/requests.pm @@ -104,13 +104,13 @@ Check Azure API Management requests statistics. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::management::apimanagement::plugin --mode=requests --custommode=api --resource= --resource-group= --aggregation='average' --warning-requests='1000' --critical-requests='2000' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::management::apimanagement::plugin --mode=requests --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.ApiManagement/service/' @@ -122,11 +122,11 @@ Default aggregation: 'total' / 'average', 'minimum' and 'maximum' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--warning-requests> diff --git a/src/cloud/azure/management/applicationinsights/mode/availability.pm b/src/cloud/azure/management/applicationinsights/mode/availability.pm index 98fbeb4bd..ed32f3798 100644 --- a/src/cloud/azure/management/applicationinsights/mode/availability.pm +++ b/src/cloud/azure/management/applicationinsights/mode/availability.pm @@ -120,13 +120,13 @@ Check Azure Application Insights availability status. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::management::applicationinsights::plugin --mode=availability --custommode=api --resource= --resource-group= --aggregation='average' --warning-availability='80:' --critical-availability='90:' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::integration::servicebus::plugin --mode=availability --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.Insights/Components/' @@ -138,11 +138,11 @@ Default aggregation: 'average' / 'total', 'minimum' and 'maximum' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--warning-*> diff --git a/src/cloud/azure/management/applicationinsights/mode/browsertimings.pm b/src/cloud/azure/management/applicationinsights/mode/browsertimings.pm index 9aa685a7f..a15c0a216 100644 --- a/src/cloud/azure/management/applicationinsights/mode/browsertimings.pm +++ b/src/cloud/azure/management/applicationinsights/mode/browsertimings.pm @@ -136,13 +136,13 @@ Check Azure Application Insights browser timings. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::management::applicationinsights::plugin --mode=browser-timings --custommode=api --resource= --resource-group= --aggregation='average' --warning-total-duration='1' --critical-total-duration='2' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::integration::servicebus::plugin --mode=browser-timings --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.Insights/Components/' @@ -154,11 +154,11 @@ Default aggregation: 'average' / 'total', 'minimum' and 'maximum' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--warning-*> diff --git a/src/cloud/azure/management/applicationinsights/mode/cpu.pm b/src/cloud/azure/management/applicationinsights/mode/cpu.pm index 2edf1eb8a..a917990d9 100644 --- a/src/cloud/azure/management/applicationinsights/mode/cpu.pm +++ b/src/cloud/azure/management/applicationinsights/mode/cpu.pm @@ -112,13 +112,13 @@ Check Azure Application Insights CPU utilization. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::management::applicationinsights::plugin --mode=cpu --custommode=api --resource= --resource-group= --aggregation='average' --warning-nonidle-time-percentage='80' --critical-process='90' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::integration::servicebus::plugin --mode=cpu --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.Insights/Components/' @@ -130,11 +130,11 @@ Default aggregation: 'average' / 'total', 'minimum' and 'maximum' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--warning-*> diff --git a/src/cloud/azure/management/applicationinsights/mode/exceptions.pm b/src/cloud/azure/management/applicationinsights/mode/exceptions.pm index 3decbbb67..d610c136d 100644 --- a/src/cloud/azure/management/applicationinsights/mode/exceptions.pm +++ b/src/cloud/azure/management/applicationinsights/mode/exceptions.pm @@ -120,13 +120,13 @@ Check Azure Application Insights uncaught exceptions. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::management::applicationinsights::plugin --mode=exceptions --custommode=api --resource= --resource-group= --aggregation='total' --warning-total-exeptions-count='800' --critical-total-exeptions-count='900' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::integration::servicebus::plugin --mode=exceptions --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.Insights/Components/' @@ -138,11 +138,11 @@ Default aggregation: 'total' / 'average', 'minimum' and 'maximum' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--warning-*> diff --git a/src/cloud/azure/management/applicationinsights/mode/externalcalls.pm b/src/cloud/azure/management/applicationinsights/mode/externalcalls.pm index 9a00f4e28..d0056de4a 100644 --- a/src/cloud/azure/management/applicationinsights/mode/externalcalls.pm +++ b/src/cloud/azure/management/applicationinsights/mode/externalcalls.pm @@ -120,13 +120,13 @@ Check Azure Application Insights calls made by the application to external resou Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::management::applicationinsights::plugin --mode=externalcalls --custommode=api --resource= --resource-group= --aggregation='total' --warning-calls-count='800' --critical-calls-count='900' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::integration::servicebus::plugin --mode=externalcalls --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.Insights/Components/' @@ -138,11 +138,11 @@ Default aggregation: 'total' / 'average', 'minimum' and 'maximum' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--warning-*> diff --git a/src/cloud/azure/management/applicationinsights/mode/iooperations.pm b/src/cloud/azure/management/applicationinsights/mode/iooperations.pm index 175be73ea..5ab97147a 100644 --- a/src/cloud/azure/management/applicationinsights/mode/iooperations.pm +++ b/src/cloud/azure/management/applicationinsights/mode/iooperations.pm @@ -104,13 +104,13 @@ Check Azure Application Insights io-operations status. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::management::applicationinsights::plugin --mode=io-operations --custommode=api --resource= --resource-group= --aggregation='average' --warning-process-bytes-operations='8000' --critical-process-bytes-operations='9000' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::integration::servicebus::plugin --mode=io-operations --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.Insights/Components/' @@ -122,11 +122,11 @@ Default aggregation: 'average' / 'total', 'minimum' and 'maximum' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--warning-process-bytes-operations> diff --git a/src/cloud/azure/management/applicationinsights/mode/memory.pm b/src/cloud/azure/management/applicationinsights/mode/memory.pm index c9f6b4e4c..45962de0f 100644 --- a/src/cloud/azure/management/applicationinsights/mode/memory.pm +++ b/src/cloud/azure/management/applicationinsights/mode/memory.pm @@ -112,13 +112,13 @@ Check Azure Application Insights memory usage. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::management::applicationinsights::plugin --mode=memory --custommode=api --resource= --resource-group= --aggregation='average' --warning-memory-available='8000' --critical-memory-available='900' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::integration::servicebus::plugin --mode=memory --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.Insights/Components/' @@ -130,11 +130,11 @@ Default aggregation: 'average' / 'total', 'minimum' and 'maximum' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--warning-*> diff --git a/src/cloud/azure/management/applicationinsights/mode/pageviews.pm b/src/cloud/azure/management/applicationinsights/mode/pageviews.pm index 73a365229..bc0294e9f 100644 --- a/src/cloud/azure/management/applicationinsights/mode/pageviews.pm +++ b/src/cloud/azure/management/applicationinsights/mode/pageviews.pm @@ -112,13 +112,13 @@ Check Azure Application Insights page views statistics. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::management::applicationinsights::plugin --mode=pageviews --custommode=api --resource= --resource-group= --aggregation='total' --warning-views-count='800' --critical-views-count='900' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::integration::servicebus::plugin --mode=pageviews --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.Insights/Components/' @@ -130,11 +130,11 @@ Default aggregation: 'total' / 'average', 'minimum' and 'maximum' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--warning-*> diff --git a/src/cloud/azure/management/applicationinsights/mode/requests.pm b/src/cloud/azure/management/applicationinsights/mode/requests.pm index 916f858b6..709e1d280 100644 --- a/src/cloud/azure/management/applicationinsights/mode/requests.pm +++ b/src/cloud/azure/management/applicationinsights/mode/requests.pm @@ -152,13 +152,13 @@ Check Azure Application Insights HTTP request statistics. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::management::applicationinsights::plugin --mode=http-requests --custommode=api --resource= --resource-group= --aggregation='total' --warning-requests-count='800' --critical-requests-count='900' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::integration::servicebus::plugin --mode=http-requests --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.Insights/Components/' @@ -170,11 +170,11 @@ Default aggregation: 'total' / 'average', 'minimum' and 'maximum' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--warning-*> diff --git a/src/cloud/azure/management/automation/mode/jobs.pm b/src/cloud/azure/management/automation/mode/jobs.pm index 66f5c92a3..43406e54c 100644 --- a/src/cloud/azure/management/automation/mode/jobs.pm +++ b/src/cloud/azure/management/automation/mode/jobs.pm @@ -117,13 +117,13 @@ Check Azure Automation jobs. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::management::automation::plugin --mode=jobs --custommode=api --resource= --resource-group= --aggregation='total' --warning-jobs-total='20' --critical-jobs-total='50' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::management::automation::plugin --mode=jobs --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.Automation/automationAccounts/' @@ -135,11 +135,11 @@ Default aggregation: 'average' / 'total', 'minimum' and 'maximum' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--warning-*> diff --git a/src/cloud/azure/management/costs/mode/budgets.pm b/src/cloud/azure/management/costs/mode/budgets.pm index 158f724ae..f0175402c 100644 --- a/src/cloud/azure/management/costs/mode/budgets.pm +++ b/src/cloud/azure/management/costs/mode/budgets.pm @@ -190,15 +190,15 @@ you may have to increase timeout. =item B<--budget-name> -Set budget name (Required). +Set budget name (required). =item B<--resource-group> -Set resource group (Optional). +Set resource group (optional). =item B<--lookup-days> -Days backward to look up (Default: '30'). +Days backward to look up (default: '30'). =item B<--warning-cost> @@ -209,7 +209,7 @@ Set warning threshold for cost). Define the conditions to match for the status to be CRITICAL. =item B<--units> -Unit of thresholds (Default: '%') ('%', 'count'). +Unit of thresholds (default: '%') ('%', 'count'). =back diff --git a/src/cloud/azure/management/costs/mode/costsexplorer.pm b/src/cloud/azure/management/costs/mode/costsexplorer.pm index 5dd01bcf0..ff02af734 100644 --- a/src/cloud/azure/management/costs/mode/costsexplorer.pm +++ b/src/cloud/azure/management/costs/mode/costsexplorer.pm @@ -256,7 +256,7 @@ perl centreon_plugins.pl --plugin=cloud::azure::management::costs::plugin --mode =item B<--resource-group> -Set resource group (Optional). +Set resource group (optional). If you don't, you get costs for the whole subscription. @@ -265,14 +265,14 @@ Example: --resource-group=MYRESOURCEGROUP1 --resource-group=MYRESOURCEGROUP2 =item B<--tags> -Set tags to filter on (Optional). +Set tags to filter on (optional). You can specify multiple tags. You will get results for the resource groups matching all the tags specified. Example: --tags='Environment => DEV' --tags='managed_by => automation' =item B<--lookup-days> -Days backward to look up (Default: '30'). +Days backward to look up (default: '30'). =item B<--warning-subscription-costs> diff --git a/src/cloud/azure/management/costs/mode/hybridbenefits.pm b/src/cloud/azure/management/costs/mode/hybridbenefits.pm index 689d07187..b7d7c6b54 100644 --- a/src/cloud/azure/management/costs/mode/hybridbenefits.pm +++ b/src/cloud/azure/management/costs/mode/hybridbenefits.pm @@ -292,7 +292,7 @@ Set resource group. =item B<--exclude-name> -Exclude resource from check (Can be a regexp). +Exclude resource from check (can be a regexp). =item B<--warning-*> diff --git a/src/cloud/azure/management/costs/mode/orphanresources.pm b/src/cloud/azure/management/costs/mode/orphanresources.pm index ffed3885d..66b56547c 100644 --- a/src/cloud/azure/management/costs/mode/orphanresources.pm +++ b/src/cloud/azure/management/costs/mode/orphanresources.pm @@ -360,7 +360,7 @@ Set resource group. =item B<--exclude-name> -Exclude resource from check (Can be a regexp). +Exclude resource from check (can be a regexp). =item B<--warning-*> diff --git a/src/cloud/azure/management/costs/mode/tagscompliance.pm b/src/cloud/azure/management/costs/mode/tagscompliance.pm index 72c88b4e9..3c517c88d 100644 --- a/src/cloud/azure/management/costs/mode/tagscompliance.pm +++ b/src/cloud/azure/management/costs/mode/tagscompliance.pm @@ -173,11 +173,11 @@ Adding --verbose will display the item names. =item B<--resource-group> -Set resource group (Optional). +Set resource group (optional). =item B<--exclude-name> -Exclude resource from check (Can be a regexp). +Exclude resource from check (can be a regexp). =item B<--skip-vm> diff --git a/src/cloud/azure/management/insightsmetrics/mode/cpu.pm b/src/cloud/azure/management/insightsmetrics/mode/cpu.pm index fa20f9aa8..f04662e5c 100644 --- a/src/cloud/azure/management/insightsmetrics/mode/cpu.pm +++ b/src/cloud/azure/management/insightsmetrics/mode/cpu.pm @@ -167,7 +167,7 @@ perl centreon_plugins.pl --plugin=cloud::azure::management::insightsmetrics::plu =over 8 =item B<--workspace-id> -(Mandatory) +(mandatory) Specify the Azure Log Analytics Workspace ID. =item B<--filter-computer> diff --git a/src/cloud/azure/management/insightsmetrics/mode/listlogicaldisks.pm b/src/cloud/azure/management/insightsmetrics/mode/listlogicaldisks.pm index 45c524bab..9ef19f334 100644 --- a/src/cloud/azure/management/insightsmetrics/mode/listlogicaldisks.pm +++ b/src/cloud/azure/management/insightsmetrics/mode/listlogicaldisks.pm @@ -127,18 +127,18 @@ perl centreon_plugins.pl --plugin=cloud::azure::management::insightsmetrics::plu =over 8 =item B<--workspace-id> -(Mandatory) +(mandatory) Specify the Azure Log Analytics Workspace ID. =item B<--resource> -(Mandatory) +(mandatory) Specify the Azure VM Resource ID or name. Short name can be used if the option --name is defined. Example: --resource='/subscriptions/1234abcd-5678-defg-9012-3456789abcde/resourcegroups/my_resourcegroup/providers/microsoft.compute/virtualmachines/azure-vm1' =item B<--name> -(Optional) +(optional) Use only the name of the VM resource rather than the full ID. Example: --resource='azure-vm1' --name diff --git a/src/cloud/azure/management/insightsmetrics/mode/logicaldisks.pm b/src/cloud/azure/management/insightsmetrics/mode/logicaldisks.pm index 6ebe7e43b..ce56727bf 100644 --- a/src/cloud/azure/management/insightsmetrics/mode/logicaldisks.pm +++ b/src/cloud/azure/management/insightsmetrics/mode/logicaldisks.pm @@ -245,7 +245,7 @@ perl centreon_plugins.pl --plugin=cloud::azure::management::insightsmetrics::plu =over 8 =item B<--workspace-id> -(Mandatory) +(mandatory) Specify the Azure Log Analytics Workspace ID. =item B<--filter-computer> @@ -264,11 +264,11 @@ Filter on specific logical(s) disk(s). =item B<--warning-status> -Warning threshold on logical disk status (Default: none). +Warning threshold on logical disk status (default: none). =item B<--critical-status> -Critical threshold on logical disk status (Default: '%{status} eq "NOT OK"'). +Critical threshold on logical disk status (default: '%{status} eq "NOT OK"'). =item B<--warning-*> diff --git a/src/cloud/azure/management/insightsmetrics/mode/memory.pm b/src/cloud/azure/management/insightsmetrics/mode/memory.pm index 73f92b95b..017a6ab59 100644 --- a/src/cloud/azure/management/insightsmetrics/mode/memory.pm +++ b/src/cloud/azure/management/insightsmetrics/mode/memory.pm @@ -176,7 +176,7 @@ perl centreon_plugins.pl --plugin=cloud::azure::management::insightsmetrics::plu =over 8 =item B<--workspace-id> -(Mandatory) +(mandatory) Specify the Azure Log Analytics Workspace ID. =item B<--filter-computer> diff --git a/src/cloud/azure/management/loganalytics/mode/kustoquery.pm b/src/cloud/azure/management/loganalytics/mode/kustoquery.pm index 135f9a0f5..2edb09cbd 100644 --- a/src/cloud/azure/management/loganalytics/mode/kustoquery.pm +++ b/src/cloud/azure/management/loganalytics/mode/kustoquery.pm @@ -141,18 +141,18 @@ Exemple: 'Number of Syslog message collected %d' =item B<--query> -Set query (Required). +Set query (required). Syntax: https://docs.microsoft.com/en-us/azure/kusto/query/ =item B<--workspace-id> -Set workspace id (Required). +Set workspace ID (required). =item B<--timespan> Set Timespan of the query (Do not use it if time filters is included in the query) -(Can be : PT1M, PT5M, PT15M, PT30M, PT1H, PT6H, PT12H, PT24H). +(can be : PT1M, PT5M, PT15M, PT30M, PT1H, PT6H, PT12H, PT24H). =item B<--warning-match> B<--critical-match> diff --git a/src/cloud/azure/management/monitor/mode/alert.pm b/src/cloud/azure/management/monitor/mode/alert.pm index 85c0154e1..2f35ffd9c 100644 --- a/src/cloud/azure/management/monitor/mode/alert.pm +++ b/src/cloud/azure/management/monitor/mode/alert.pm @@ -139,11 +139,11 @@ Check alerts. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--filter> diff --git a/src/cloud/azure/management/monitor/mode/getmetrics.pm b/src/cloud/azure/management/monitor/mode/getmetrics.pm index 5805bfb25..bb31ee7a0 100644 --- a/src/cloud/azure/management/monitor/mode/getmetrics.pm +++ b/src/cloud/azure/management/monitor/mode/getmetrics.pm @@ -217,23 +217,23 @@ perl centreon_plugins.pl --plugin=cloud::azure::management::monitor::plugin --cu =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--resource-namespace> -Set resource namespace (Required if resource's name is used). +Set resource namespace (required if resource's name is used). =item B<--resource-type> -Set resource type (Required if resource's name is used). +Set resource type (required if resource's name is used). =item B<--metric> -Set monitor metrics (Required) (can be defined multiple times). +Set monitor metrics (required) (can be defined multiple times). =item B<--metric-namespace> diff --git a/src/cloud/azure/management/monitor/mode/health.pm b/src/cloud/azure/management/monitor/mode/health.pm index 62c86d3a4..506d56318 100644 --- a/src/cloud/azure/management/monitor/mode/health.pm +++ b/src/cloud/azure/management/monitor/mode/health.pm @@ -137,19 +137,19 @@ Check resource health status. Useful to determine host status (ie UP/DOWN). =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--resource-namespace> -Set resource namespace (Required if resource's name is used). +Set resource namespace (required if resource's name is used). =item B<--resource-type> -Set resource type (Required if resource's name is used). +Set resource type (required if resource's name is used). =back diff --git a/src/cloud/azure/management/recovery/mode/backupitemsstatus.pm b/src/cloud/azure/management/recovery/mode/backupitemsstatus.pm index 51237defd..d3ade6518 100644 --- a/src/cloud/azure/management/recovery/mode/backupitemsstatus.pm +++ b/src/cloud/azure/management/recovery/mode/backupitemsstatus.pm @@ -180,19 +180,19 @@ perl centreon_plugins.pl --plugin=cloud::azure::management::recovery::plugin --c =item B<--vault-name> -Set vault name (Required). +Set vault name (required). =item B<--resource-group> -Set resource group (Required). +Set resource group (required). =item B<--filter-name> -Filter item name (Can be a regexp). +Filter item name (can be a regexp). =item B<--filter-vmid> -Filter item virtualMachineId (Can be a regexp). +Filter item virtualMachineId (can be a regexp). =item B<--filter-counters> @@ -201,12 +201,12 @@ Example: --filter-counters='^total-completed$' =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: %{precheck_status}, %{last_backup_status}, %{display} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{precheck_status} ne "Passed" || %{last_backup_status} eq "Failed"'). +Define the conditions to match for the status to be CRITICAL (default: '%{precheck_status} ne "Passed" || %{last_backup_status} eq "Failed"'). You can use the following variables: %{precheck_status}, %{last_backup_status}, %{display} =item B<--warning-*> diff --git a/src/cloud/azure/management/recovery/mode/backupjobsstatus.pm b/src/cloud/azure/management/recovery/mode/backupjobsstatus.pm index 8c879b58a..f49a49c70 100644 --- a/src/cloud/azure/management/recovery/mode/backupjobsstatus.pm +++ b/src/cloud/azure/management/recovery/mode/backupjobsstatus.pm @@ -195,15 +195,15 @@ perl centreon_plugins.pl --plugin=cloud::azure::management::recovery::plugin --c =item B<--vault-name> -Set vault name (Required). +Set vault name (required). =item B<--resource-group> -Set resource group (Required). +Set resource group (required). =item B<--filter-name> -Filter job name (Can be a regexp). +Filter job name (can be a regexp). =item B<--filter-counters> @@ -218,12 +218,12 @@ Default: all existing job statuses are displayed. =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} eq "Failed"'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} eq "Failed"'). You can use the following variables: %{status}, %{display} =item B<--warning-*> diff --git a/src/cloud/azure/management/recovery/mode/listbackupjobs.pm b/src/cloud/azure/management/recovery/mode/listbackupjobs.pm index ada5ba1d8..b6b8e55ab 100644 --- a/src/cloud/azure/management/recovery/mode/listbackupjobs.pm +++ b/src/cloud/azure/management/recovery/mode/listbackupjobs.pm @@ -140,15 +140,15 @@ List backup jobs. =item B<--vault-name> -Set vault name (Mandatory). +Set vault name (mandatory). =item B<--resource-group> -Set resource group (Mandatory). +Set resource group (mandatory). =item B<--filter-name> -Filter job name (Can be a regexp). +Filter job name (can be a regexp). =back diff --git a/src/cloud/azure/management/recovery/mode/listreplicateditems.pm b/src/cloud/azure/management/recovery/mode/listreplicateditems.pm index 0bbfa6f72..8461c8cfc 100644 --- a/src/cloud/azure/management/recovery/mode/listreplicateditems.pm +++ b/src/cloud/azure/management/recovery/mode/listreplicateditems.pm @@ -137,15 +137,15 @@ List replicated items. =item B<--vault-name> -Set vault name (Mandatory). +Set vault name (mandatory). =item B<--resource-group> -Set resource group (Mandatory). +Set resource group (mandatory). =item B<--filter-name> -Filter on item name (Can be a regexp). +Filter on item name (can be a regexp). =back diff --git a/src/cloud/azure/management/recovery/mode/listvaults.pm b/src/cloud/azure/management/recovery/mode/listvaults.pm index e71816352..a305b254f 100644 --- a/src/cloud/azure/management/recovery/mode/listvaults.pm +++ b/src/cloud/azure/management/recovery/mode/listvaults.pm @@ -129,7 +129,7 @@ Set resource location. =item B<--filter-name> -Filter vault name (Can be a regexp). +Filter vault name (can be a regexp). =back diff --git a/src/cloud/azure/management/recovery/mode/replicationhealth.pm b/src/cloud/azure/management/recovery/mode/replicationhealth.pm index 44d340385..65bbfe379 100644 --- a/src/cloud/azure/management/recovery/mode/replicationhealth.pm +++ b/src/cloud/azure/management/recovery/mode/replicationhealth.pm @@ -145,34 +145,34 @@ Check replicated items replication and failover health. =item B<--vault-name> -Set vault name (Required). +Set vault name (required). =item B<--resource-group> -Set resource group (Required). +Set resource group (required). =item B<--filter-name> -Filter item name (Can be a regexp). +Filter item name (can be a regexp). =item B<--warning-replication-status> -Set warning threshold for replication health (Default: '%{replication_status} eq "Warning"'). +Set warning threshold for replication health (default: '%{replication_status} eq "Warning"'). You can use the following variables: %{status}, %{display} =item B<--critical-replication-status> -Set critical threshold for replication health (Default: '%{replication_status} eq "Critical"'). +Set critical threshold for replication health (default: '%{replication_status} eq "Critical"'). You can use the following variables: %{status}, %{display} =item B<--warning-failover-status> -Set warning threshold for failover status (Default: '%{failover_status} eq "Warning"'). +Set warning threshold for failover status (default: '%{failover_status} eq "Warning"'). You can use the following variables: %{status}, %{display} =item B<--critical-failover-status> -Set critical threshold for failover status (Default: '%{failover_status} eq "Critical"'). +Set critical threshold for failover status (default: '%{failover_status} eq "Critical"'). You can use the following variables: %{status}, %{display} =back diff --git a/src/cloud/azure/management/resource/mode/deploymentsstatus.pm b/src/cloud/azure/management/resource/mode/deploymentsstatus.pm index ecb5e21d8..a7e60d025 100644 --- a/src/cloud/azure/management/resource/mode/deploymentsstatus.pm +++ b/src/cloud/azure/management/resource/mode/deploymentsstatus.pm @@ -169,7 +169,7 @@ perl centreon_plugins.pl --plugin=cloud::azure::management::resource::plugin --c =item B<--resource-group> -Set resource group (Required). +Set resource group (required). =item B<--filter-counters> @@ -178,12 +178,12 @@ Example: --filter-counters='^total-succeeded$' =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} ne "Succeeded"'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} ne "Succeeded"'). You can use the following variables: %{status}, %{display} =item B<--warning-*> diff --git a/src/cloud/azure/management/resource/mode/items.pm b/src/cloud/azure/management/resource/mode/items.pm index 65d9ed9f1..386c5220d 100644 --- a/src/cloud/azure/management/resource/mode/items.pm +++ b/src/cloud/azure/management/resource/mode/items.pm @@ -165,11 +165,11 @@ perl centreon_plugins.pl --plugin=cloud::azure::management::resource::plugin --c =item B<--resource-group> -Set resource group (Optional). +Set resource group (optional). =item B<--filter-name> -Filter resource name (Can be a regexp). +Filter resource name (can be a regexp). =item B<--warning-*> diff --git a/src/cloud/azure/management/resource/mode/listgroups.pm b/src/cloud/azure/management/resource/mode/listgroups.pm index b519171e9..60096b6a0 100644 --- a/src/cloud/azure/management/resource/mode/listgroups.pm +++ b/src/cloud/azure/management/resource/mode/listgroups.pm @@ -112,11 +112,11 @@ List resources groups. =item B<--location> -Set group location (Can be a regexp). +Set group location (can be a regexp). =item B<--filter-name> -Filter group name (Can be a regexp). +Filter group name (can be a regexp). =back diff --git a/src/cloud/azure/management/resource/mode/listresources.pm b/src/cloud/azure/management/resource/mode/listresources.pm index cae1b3495..f60e83a0c 100644 --- a/src/cloud/azure/management/resource/mode/listresources.pm +++ b/src/cloud/azure/management/resource/mode/listresources.pm @@ -142,11 +142,11 @@ Set resource location. =item B<--filter-type> -Filter resource type (Can be a regexp). +Filter resource type (can be a regexp). =item B<--filter-name> -Filter resource name (Can be a regexp). +Filter resource name (can be a regexp). =back diff --git a/src/cloud/azure/network/appgateway/mode/backendhealth.pm b/src/cloud/azure/network/appgateway/mode/backendhealth.pm index 9d38c6155..cba1d97d7 100644 --- a/src/cloud/azure/network/appgateway/mode/backendhealth.pm +++ b/src/cloud/azure/network/appgateway/mode/backendhealth.pm @@ -110,13 +110,13 @@ Check Azure Application Gateway backend hosts health statistics. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::network::appgateway::plugin --mode=backend-health --custommode=api --resource= --resource-group= --aggregation='average' --warning-unhealthy-host-count='1' --critical-unhealthy-host-count='2' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::network::appgateway::plugin --mode=backend-health --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.Network/applicationGateways/' @@ -128,11 +128,11 @@ Default aggregation: 'average' / 'total', 'minimum' and 'maximum' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--warning-*> diff --git a/src/cloud/azure/network/appgateway/mode/backendstatus.pm b/src/cloud/azure/network/appgateway/mode/backendstatus.pm index ba1748d8c..14c339917 100644 --- a/src/cloud/azure/network/appgateway/mode/backendstatus.pm +++ b/src/cloud/azure/network/appgateway/mode/backendstatus.pm @@ -103,13 +103,13 @@ Check Azure Application Gateway backend response status. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::network::appgateway::plugin --mode=backend-status --custommode=api --resource= --resource-group= --aggregation='total' --warning-response-status='1000' --critical-response-status='2000' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::integration::servicebus::plugin --mode=backend-status --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.Network/applicationGateways/' @@ -121,11 +121,11 @@ Default aggregation: 'total' / 'average', 'minimum' and 'maximum' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--warning-response-status> diff --git a/src/cloud/azure/network/appgateway/mode/backendtime.pm b/src/cloud/azure/network/appgateway/mode/backendtime.pm index 9be485c32..f80fad7fd 100644 --- a/src/cloud/azure/network/appgateway/mode/backendtime.pm +++ b/src/cloud/azure/network/appgateway/mode/backendtime.pm @@ -117,13 +117,13 @@ Check Azure Application Gateway backend response time. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::network::appgateway::plugin --mode=backend-time --custommode=api --resource= --resource-group= --aggregation='average' --warning-lastbyte-response-time='1000' --critical-lastbyte-response-time='2000' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::integration::servicebus::plugin --mode=backend-time --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.Network/applicationGateways/' @@ -135,11 +135,11 @@ Default aggregation: 'average' / 'total', 'minimum' and 'maximum' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--warning-*> diff --git a/src/cloud/azure/network/appgateway/mode/clientstraffic.pm b/src/cloud/azure/network/appgateway/mode/clientstraffic.pm index 94d9ff7cd..16a62b832 100644 --- a/src/cloud/azure/network/appgateway/mode/clientstraffic.pm +++ b/src/cloud/azure/network/appgateway/mode/clientstraffic.pm @@ -110,13 +110,13 @@ Check Azure Application Gateway clients traffic statistics. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::network::appgateway::plugin --mode=clients-traffic --custommode=api --resource= --resource-group= --aggregation='total' --warning-lastbyte-response-time='1000' --critical-lastbyte-response-time='2000' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::integration::servicebus::plugin --mode=clients-traffic --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.Network/applicationGateways/' @@ -128,11 +128,11 @@ Default aggregation: 'total' / 'average', 'minimum' and 'maximum' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--warning-*> diff --git a/src/cloud/azure/network/appgateway/mode/connections.pm b/src/cloud/azure/network/appgateway/mode/connections.pm index 1863e3595..518c85238 100644 --- a/src/cloud/azure/network/appgateway/mode/connections.pm +++ b/src/cloud/azure/network/appgateway/mode/connections.pm @@ -103,13 +103,13 @@ Check Azure Application Gateway connections statistics. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::network::appgateway::plugin --mode=connections --custommode=api --resource= --resource-group= --aggregation='average' --warning-current-connections='1000' --critical-current-connections='2000' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::integration::servicebus::plugin --mode=connections --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.Network/applicationGateways/' @@ -121,11 +121,11 @@ Default aggregation: 'average' / 'total', 'minimum' and 'maximum' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--warning-current-connections> diff --git a/src/cloud/azure/network/appgateway/mode/gatewaytime.pm b/src/cloud/azure/network/appgateway/mode/gatewaytime.pm index 70986e8af..45f43d2e0 100644 --- a/src/cloud/azure/network/appgateway/mode/gatewaytime.pm +++ b/src/cloud/azure/network/appgateway/mode/gatewaytime.pm @@ -103,13 +103,13 @@ Check Azure Application Gateway total processing time. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::network::appgateway::plugin --mode=gateway-time --custommode=api --resource= --resource-group= --aggregation='average' --warning-total-time='1000' --critical-total-time='2000' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::integration::servicebus::plugin --mode=gateway-time --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.Network/applicationGateways/' @@ -121,11 +121,11 @@ Default aggregation: 'average' / 'total', 'minimum' and 'maximum' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--warning-total-time> diff --git a/src/cloud/azure/network/appgateway/mode/health.pm b/src/cloud/azure/network/appgateway/mode/health.pm index e1843ec40..2f3715b88 100644 --- a/src/cloud/azure/network/appgateway/mode/health.pm +++ b/src/cloud/azure/network/appgateway/mode/health.pm @@ -41,36 +41,36 @@ __END__ Check Azure Network Application Gateway status. -(Useful to determine host status) +(useful to determine host status) =over 8 =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =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}, %{summary} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} =~ /^Unavailable$/'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} =~ /^Unavailable$/'). You can use the following variables: %{status}, %{summary} =item B<--unknown-status> -Define the conditions to match for the status to be UNKNOWN (Default: '%{status} =~ /^Unknown$/'). +Define the conditions to match for the status to be UNKNOWN (default: '%{status} =~ /^Unknown$/'). You can use the following variables: %{status}, %{summary} =item B<--ok-status> -Define the conditions to match for the status to be OK (Default: '%{status} =~ /^Available$/'). +Define the conditions to match for the status to be OK (default: '%{status} =~ /^Available$/'). You can use the following variables: %{status}, %{summary} =back diff --git a/src/cloud/azure/network/appgateway/mode/requests.pm b/src/cloud/azure/network/appgateway/mode/requests.pm index 9063f9670..f11f83abe 100644 --- a/src/cloud/azure/network/appgateway/mode/requests.pm +++ b/src/cloud/azure/network/appgateway/mode/requests.pm @@ -110,13 +110,13 @@ Check Azure Application Gateway requests statistics. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::network::appgateway::plugin --mode=requests --custommode=api --resource= --resource-group= --aggregation='total' --warning-failed-requests='1000' --critical-failed-requests='2000' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::integration::servicebus::plugin --mode=requests --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.Network/applicationGateways/' @@ -128,11 +128,11 @@ Default aggregation: 'total' / 'average', 'minimum' and 'maximum' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--warning-*> diff --git a/src/cloud/azure/network/appgateway/mode/throughput.pm b/src/cloud/azure/network/appgateway/mode/throughput.pm index d781d6b19..6275c4b63 100644 --- a/src/cloud/azure/network/appgateway/mode/throughput.pm +++ b/src/cloud/azure/network/appgateway/mode/throughput.pm @@ -103,13 +103,13 @@ Check Azure Application Gateway throughput statistics. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::network::appgateway::plugin --mode=throughput --custommode=api --resource= --resource-group= --aggregation='average' --warning-throughput='1000' --critical-throughput='2000' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::integration::servicebus::plugin --mode=throughput --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.Network/applicationGateways/' @@ -121,11 +121,11 @@ Default aggregation: 'average' / 'total', 'minimum' and 'maximum' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--warning-throughput> diff --git a/src/cloud/azure/network/appgateway/mode/units.pm b/src/cloud/azure/network/appgateway/mode/units.pm index 6789b3411..29c051258 100644 --- a/src/cloud/azure/network/appgateway/mode/units.pm +++ b/src/cloud/azure/network/appgateway/mode/units.pm @@ -124,13 +124,13 @@ Check Azure Application Gateway units statistics. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::network::appgateway::plugin --mode=units --custommode=api --resource= --resource-group= --aggregation='average' --warning-compute-units='1000' --critical-compute-units='2000' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::integration::servicebus::plugin --mode=units --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.Network/applicationGateways/' @@ -142,11 +142,11 @@ Default aggregation: 'average' / 'total', 'minimum' and 'maximum' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--warning-*> diff --git a/src/cloud/azure/network/cdn/mode/hitratio.pm b/src/cloud/azure/network/cdn/mode/hitratio.pm index 57ba4b7ed..79f6952f5 100644 --- a/src/cloud/azure/network/cdn/mode/hitratio.pm +++ b/src/cloud/azure/network/cdn/mode/hitratio.pm @@ -104,13 +104,13 @@ Check Azure CDN byte hit ratio. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::network::cdn::plugin --mode=hit-ratio --custommode=api --resource= --resource-group= --aggregation='average' --warning-byte-hit-percentage='20:' --critical-byte-hit-percentage='10:' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::network::cdn::plugin --mode=hit-ratio --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.Cdn/profiles/' @@ -122,11 +122,11 @@ Default aggregation: 'average' / 'minimum', 'maximum' and 'total' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--warning-byte-hit-percentage> diff --git a/src/cloud/azure/network/cdn/mode/latency.pm b/src/cloud/azure/network/cdn/mode/latency.pm index c524ed3ed..d9e8c0f19 100644 --- a/src/cloud/azure/network/cdn/mode/latency.pm +++ b/src/cloud/azure/network/cdn/mode/latency.pm @@ -104,13 +104,13 @@ Check Azure CDN latency. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::network::cdn::plugin --mode=latency --custommode=api --resource= --resource-group= --aggregation='average' --warning-total-latency='50' --critical-total-latency='100' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::network::cdn::plugin --mode=latency --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.Cdn/profiles/' @@ -122,11 +122,11 @@ Default aggregation: 'average' / 'minimum', 'maximum' and 'total' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--warning-total-latency> diff --git a/src/cloud/azure/network/cdn/mode/requests.pm b/src/cloud/azure/network/cdn/mode/requests.pm index 38dc5a7d0..3b806cb58 100644 --- a/src/cloud/azure/network/cdn/mode/requests.pm +++ b/src/cloud/azure/network/cdn/mode/requests.pm @@ -104,13 +104,13 @@ Check Azure CDN request count. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::network::cdn::plugin --mode=requests --custommode=api --resource= --resource-group= --aggregation='count' --warning-requests-count='2000' --critical-requests-count='3000' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::network::cdn::plugin --mode=requests --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.Cdn/profiles/' @@ -122,11 +122,11 @@ Default aggregation: 'total' / 'minimum', 'maximum', 'count' and 'average' are v =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--warning-*> diff --git a/src/cloud/azure/network/cdn/mode/response.pm b/src/cloud/azure/network/cdn/mode/response.pm index 63b38a1e7..629ff4c95 100644 --- a/src/cloud/azure/network/cdn/mode/response.pm +++ b/src/cloud/azure/network/cdn/mode/response.pm @@ -104,13 +104,13 @@ Check Azure CDN response size. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::network::cdn::plugin --mode=response --custommode=api --resource= --resource-group= --aggregation='average' --warning-response-size='8000000' --critical-response-size='9000000' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::network::cdn::plugin --mode=response --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.Cdn/profiles/' @@ -122,11 +122,11 @@ Default aggregation: 'average / 'minimum', 'maximum' and 'total' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--warning-*> diff --git a/src/cloud/azure/network/expressroute/mode/circuitstatus.pm b/src/cloud/azure/network/expressroute/mode/circuitstatus.pm index 2abd5753c..da17c42f2 100644 --- a/src/cloud/azure/network/expressroute/mode/circuitstatus.pm +++ b/src/cloud/azure/network/expressroute/mode/circuitstatus.pm @@ -136,16 +136,16 @@ Set resource location. =item B<--filter-name> -Filter circuit name (Can be a regexp). +Filter circuit name (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: %{circuit_status}, %{provider_status}, %{display} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{circuit_status} ne "Enabled" || %{provider_status} ne "Provisioned"'). +Define the conditions to match for the status to be CRITICAL (default: '%{circuit_status} ne "Enabled" || %{provider_status} ne "Provisioned"'). You can use the following variables: %{circuit_status}, %{provider_status}, %{display} =back diff --git a/src/cloud/azure/network/expressroute/mode/health.pm b/src/cloud/azure/network/expressroute/mode/health.pm index d7d6faf22..98b6932ac 100644 --- a/src/cloud/azure/network/expressroute/mode/health.pm +++ b/src/cloud/azure/network/expressroute/mode/health.pm @@ -41,36 +41,36 @@ __END__ Check ExpressRoute Circuit health status. -(Useful to determine host status) +(useful to determine host status) =over 8 =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =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}, %{summary} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} =~ /^Unavailable$/'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} =~ /^Unavailable$/'). You can use the following variables: %{status}, %{summary} =item B<--unknown-status> -Define the conditions to match for the status to be UNKNOWN (Default: '%{status} =~ /^Unknown$/'). +Define the conditions to match for the status to be UNKNOWN (default: '%{status} =~ /^Unknown$/'). You can use the following variables: %{status}, %{summary} =item B<--ok-status> -Define the conditions to match for the status to be OK (Default: '%{status} =~ /^Available$/'). +Define the conditions to match for the status to be OK (default: '%{status} =~ /^Available$/'). You can use the following variables: %{status}, %{summary} =back diff --git a/src/cloud/azure/network/expressroute/mode/listcircuits.pm b/src/cloud/azure/network/expressroute/mode/listcircuits.pm index 5b0ff636a..ef947a871 100644 --- a/src/cloud/azure/network/expressroute/mode/listcircuits.pm +++ b/src/cloud/azure/network/expressroute/mode/listcircuits.pm @@ -136,7 +136,7 @@ Set resource location. =item B<--filter-name> -Filter resource name (Can be a regexp). +Filter resource name (can be a regexp). =back diff --git a/src/cloud/azure/network/expressroute/mode/traffic.pm b/src/cloud/azure/network/expressroute/mode/traffic.pm index 945b2a78a..759b3433d 100644 --- a/src/cloud/azure/network/expressroute/mode/traffic.pm +++ b/src/cloud/azure/network/expressroute/mode/traffic.pm @@ -115,13 +115,13 @@ Check circuit traffic metrics. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::network::expressroute::plugin --custommode=azcli --mode=traffic --resource=MYCIRCUIT --resource-group=MYHOSTGROUP --aggregation='average' --critical-bitsinpersecond-average='10' --verbose -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::network::expressroute::plugin --custommode=azcli --mode=traffic --resource='/subscriptions/xxx/resourceGroups/xxx/providers/Microsoft.Network/expressRouteCircuits/xxx' @@ -133,15 +133,15 @@ Default aggregation: 'average' / 'average', 'minimum' and 'maximum' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--filter-metric> -Filter metrics (Can be: 'BitsInPerSecond', 'BitsOutPerSecond') (Can be a regexp). +Filter metrics (can be: 'BitsInPerSecond', 'BitsOutPerSecond') (Can be a regexp). =item B<--warning-traffic-in> diff --git a/src/cloud/azure/network/firewall/mode/health.pm b/src/cloud/azure/network/firewall/mode/health.pm index f1ff3f57c..56536ad0c 100644 --- a/src/cloud/azure/network/firewall/mode/health.pm +++ b/src/cloud/azure/network/firewall/mode/health.pm @@ -104,13 +104,13 @@ Check Azure Network Firewall health metrics. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::network::firewall::plugin --mode=health --custommode=api --resource= --resource-group= --aggregation='average' --warning-firewall-health='100:' --critical-firewall-health='50:' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::network::firewall::plugin --mode=health --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.Network/azurefirewalls/' @@ -122,11 +122,11 @@ Default aggregation: 'average' / 'total', 'minimum' and 'maximum' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<---warning-firewall-health-percentage> diff --git a/src/cloud/azure/network/firewall/mode/hits.pm b/src/cloud/azure/network/firewall/mode/hits.pm index 6c7e1aaf0..072f8e975 100644 --- a/src/cloud/azure/network/firewall/mode/hits.pm +++ b/src/cloud/azure/network/firewall/mode/hits.pm @@ -111,13 +111,13 @@ Check Azure Network Firewall hits metrics. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::network::firewall::plugin --mode=hits --custommode=api --resource= --resource-group= --aggregation='total' --warning-application-rules-hits='5000' --critical-application-rules-hits='10000' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::network::firewall::plugin --mode=hits --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.Network/azurefirewalls/' @@ -129,11 +129,11 @@ Default aggregation: 'total' / 'average', 'minimum' and 'maximum' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<---warning-*> diff --git a/src/cloud/azure/network/firewall/mode/throughput.pm b/src/cloud/azure/network/firewall/mode/throughput.pm index 1a5505d6c..28e860fb3 100644 --- a/src/cloud/azure/network/firewall/mode/throughput.pm +++ b/src/cloud/azure/network/firewall/mode/throughput.pm @@ -111,13 +111,13 @@ Check Azure Network Firewall throughput metrics. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::network::firewall::plugin --mode=throughput --custommode=api --resource= --resource-group= --aggregation='average' --warning-throughput='50000' --critical-throughput='100000' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::network::firewall::plugin --mode=throughput --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.Network/azurefirewalls/' @@ -129,11 +129,11 @@ Default aggregation: 'average' / 'total', 'minimum' and 'maximum' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<---warning-*> diff --git a/src/cloud/azure/network/frontdoor/mode/backendhealth.pm b/src/cloud/azure/network/frontdoor/mode/backendhealth.pm index cb3ceb7d4..aefdd6b85 100644 --- a/src/cloud/azure/network/frontdoor/mode/backendhealth.pm +++ b/src/cloud/azure/network/frontdoor/mode/backendhealth.pm @@ -103,13 +103,13 @@ Check Azure Front Door backend health. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::network::frontdoor::plugin --mode=backendhealth --custommode=api --resource= --resource-group= --aggregation='average' --warning-backend-health-percentage='100:' --critical-backend-health-percentage='90:' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::network::frontdoor::plugin --mode=backendhealth --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.Network/frontdoors/' @@ -121,11 +121,11 @@ Default aggregation: 'average' / 'minimum', 'maximum' and 'total' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--warning-backend-health-percentage> diff --git a/src/cloud/azure/network/frontdoor/mode/health.pm b/src/cloud/azure/network/frontdoor/mode/health.pm index b03ddf340..4c4f842f4 100644 --- a/src/cloud/azure/network/frontdoor/mode/health.pm +++ b/src/cloud/azure/network/frontdoor/mode/health.pm @@ -45,30 +45,30 @@ Check Azure Front Door health status. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =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: ''). Special variables that can be used: %{status}, %{summary}. =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} =~ /^Unavailable$/'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} =~ /^Unavailable$/'). Special variables that can be used: %{status}, %{summary}. =item B<--unknown-status> -Define the conditions to match for the status to be UNKNOWN (Default: '%{status} =~ /^Unknown$/'). +Define the conditions to match for the status to be UNKNOWN (default: '%{status} =~ /^Unknown$/'). Special variables that can be used: %{status}, %{summary}. =item B<--ok-status> -Define the conditions to match for the status to be OK (Default: '%{status} =~ /^Available$/'). +Define the conditions to match for the status to be OK (default: '%{status} =~ /^Available$/'). Special variables that can be used: %{status}, %{summary}. =back diff --git a/src/cloud/azure/network/frontdoor/mode/latency.pm b/src/cloud/azure/network/frontdoor/mode/latency.pm index f433725d8..ebba33374 100644 --- a/src/cloud/azure/network/frontdoor/mode/latency.pm +++ b/src/cloud/azure/network/frontdoor/mode/latency.pm @@ -112,13 +112,13 @@ Check Azure Front Door latency. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::network::frontdoor::plugin --mode=latency --custommode=api --resource= --resource-group= --aggregation='average' --warning-total-latency='50' --critical-total-latency='100' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::network::frontdoor::plugin --mode=latency --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.Network/frontdoors/' @@ -130,11 +130,11 @@ Default aggregation: 'average' / 'minimum', 'maximum' and 'total' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--warning-*> diff --git a/src/cloud/azure/network/frontdoor/mode/requests.pm b/src/cloud/azure/network/frontdoor/mode/requests.pm index b9cda04e9..8b8733c94 100644 --- a/src/cloud/azure/network/frontdoor/mode/requests.pm +++ b/src/cloud/azure/network/frontdoor/mode/requests.pm @@ -120,13 +120,13 @@ Check Azure Front Door latency. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::network::frontdoor::plugin --mode=requests --custommode=api --resource= --resource-group= --aggregation='total' --warning-total-requests-count='3000' --critical-total-requests-count='4000' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::network::frontdoor::plugin --mode=requests --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.Network/frontdoors/' @@ -138,11 +138,11 @@ Default aggregation: 'total' / 'minimum', 'maximum' and 'average' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--warning-*> diff --git a/src/cloud/azure/network/frontdoor/mode/size.pm b/src/cloud/azure/network/frontdoor/mode/size.pm index 7023de9ce..c135293a8 100644 --- a/src/cloud/azure/network/frontdoor/mode/size.pm +++ b/src/cloud/azure/network/frontdoor/mode/size.pm @@ -120,13 +120,13 @@ Check Azure Front Door requests size. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::network::frontdoor::plugin --mode=size --custommode=api --resource= --resource-group= --aggregation='total' --warning-requests-size='300000' --critical-requests-size='400000' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::network::frontdoor::plugin --mode=size --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.Network/frontdoors/' @@ -138,11 +138,11 @@ Default aggregation: 'total' / 'minimum', 'maximum' and 'average' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--warning-*> diff --git a/src/cloud/azure/network/loadbalancer/mode/datapath.pm b/src/cloud/azure/network/loadbalancer/mode/datapath.pm index 3e5e1b37b..8891045c4 100644 --- a/src/cloud/azure/network/loadbalancer/mode/datapath.pm +++ b/src/cloud/azure/network/loadbalancer/mode/datapath.pm @@ -104,13 +104,13 @@ Check Azure Network Load Balancers Data Path metrics. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::network::loadbalancer::plugin --mode=datapath --custommode=azcli --resource= --resource-group= --aggregation='average' --warning-datapath-availability-percentage='100:' --critical-datapath-availability-percentage='50:' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::network::loadbalancer::plugin --mode=datapath --custommode=azcli --resource='/subscriptions//resourceGroups//providers/Microsoft.Network/loadBalancers/' @@ -122,11 +122,11 @@ Default aggregation: 'average' / 'total', 'minimum' and 'maximum' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--warning-datapath-availability-percentage> diff --git a/src/cloud/azure/network/loadbalancer/mode/healthprobe.pm b/src/cloud/azure/network/loadbalancer/mode/healthprobe.pm index 606cad74f..3186a1337 100644 --- a/src/cloud/azure/network/loadbalancer/mode/healthprobe.pm +++ b/src/cloud/azure/network/loadbalancer/mode/healthprobe.pm @@ -105,13 +105,13 @@ Check Azure Network Load Balancers DIP metrics. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::network::loadbalancer::plugin --mode=healthprobe --custommode=azcli --resource= --resource-group= --aggregation='average' --warning-healthprobe-availibility-percentage=100: --critical-healthprobe-availibility-percentage='50:' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::network::loadbalancer::plugin --mode=datapath --custommode=azcli --resource='/subscriptions//resourceGroups//providers/Microsoft.Network/loadBalancers/' @@ -123,11 +123,11 @@ Default aggregation: 'average' / 'total', 'minimum' and 'maximum' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<---warning-healthprobe-availibility-percentage> diff --git a/src/cloud/azure/network/loadbalancer/mode/snat.pm b/src/cloud/azure/network/loadbalancer/mode/snat.pm index 15505cf9b..992626d6d 100644 --- a/src/cloud/azure/network/loadbalancer/mode/snat.pm +++ b/src/cloud/azure/network/loadbalancer/mode/snat.pm @@ -119,13 +119,13 @@ Check Azure Network Load Balancers SNAT metrics. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::network::loadbalancer::plugin --mode=snat --custommode=azcli --resource= --resource-group= --aggregation='average' --warning-snat-connection-count='800' --critical-snat-connection-count=='900' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::network::loadbalancer::plugin --mode=datapath --custommode=azcli --resource='/subscriptions//resourceGroups//providers/Microsoft.Network/loadBalancers/' @@ -137,16 +137,16 @@ Default aggregation: 'average' / 'total', 'minimum' and 'maximum' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--filter-metric> Filter on specific metrics. The Azure format must be used, for example: 'sessions_percent' -(Can be a regexp). +(can be a regexp). =item B<---warning-*> diff --git a/src/cloud/azure/network/loadbalancer/mode/throughput.pm b/src/cloud/azure/network/loadbalancer/mode/throughput.pm index 33f8e713d..a2eb5cfd2 100644 --- a/src/cloud/azure/network/loadbalancer/mode/throughput.pm +++ b/src/cloud/azure/network/loadbalancer/mode/throughput.pm @@ -111,12 +111,12 @@ Check Azure Network Load Balancers throughput metrics. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::network::loadbalancer::plugin --mode=throughput --custommode=azcli --resource= --resource-group= --aggregation='average' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::network::loadbalancer::plugin --mode=datapath --custommode=azcli --resource='/subscriptions//resourceGroups//providers/Microsoft.Network/loadBalancers/' @@ -128,16 +128,16 @@ Default aggregation: 'average' / 'minimum' and 'maximum' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--filter-metric> Filter on specific metrics. The Azure format must be used, for example: 'sessions_percent' -(Can be a regexp). +(can be a regexp). =item B<---warning-*> diff --git a/src/cloud/azure/network/networkinterface/mode/listresources.pm b/src/cloud/azure/network/networkinterface/mode/listresources.pm index 58f5c722b..27c864c69 100644 --- a/src/cloud/azure/network/networkinterface/mode/listresources.pm +++ b/src/cloud/azure/network/networkinterface/mode/listresources.pm @@ -137,7 +137,7 @@ Set resource location. =item B<--filter-name> -Filter resource name (Can be a regexp). +Filter resource name (can be a regexp). =back diff --git a/src/cloud/azure/network/networkinterface/mode/traffic.pm b/src/cloud/azure/network/networkinterface/mode/traffic.pm index 4a9658690..a19c9f650 100644 --- a/src/cloud/azure/network/networkinterface/mode/traffic.pm +++ b/src/cloud/azure/network/networkinterface/mode/traffic.pm @@ -258,13 +258,13 @@ Check network interface resources traffic metrics. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::network::networkinterface::plugin --custommode=azcli --mode=traffic --resource=MYNIC --resource-group=MYHOSTGROUP --aggregation='total' --critical-bytesreceivedrate-total='10' --verbose -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::network::networkinterface::plugin --custommode=azcli --mode=traffic --resource='/subscriptions/xxx/resourceGroups/xxx/providers/Microsoft.Network/networkInterfaces/xxx' @@ -276,25 +276,25 @@ Default aggregation: 'total' / All aggregations are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--filter-metric> -Filter metrics (Can be: 'BytesReceivedRate', 'BytesSentRate', -'PacketsSentRate', 'PacketsReceivedRate') (Can be a regexp). +Filter metrics (can be: 'BytesReceivedRate', 'BytesSentRate', +'PacketsSentRate', 'PacketsReceivedRate') (can be a regexp). =item B<--warning-$metric$-$aggregation$> -Thresholds warning ($metric$ can be: 'bytesreceivedrate', 'bytessentrate', 'packetssentrate', +Warning thresholds ($metric$ can be: 'bytesreceivedrate', 'bytessentrate', 'packetssentrate', 'packetsreceivedrate', $aggregation$ can be: 'minimum', 'maximum', 'average', 'total'). =item B<--critical-$metric$-$aggregation$> -Thresholds critical ($metric$ can be: 'bytesreceivedrate', 'bytessentrate', 'packetssentrate', +Critical thresholds ($metric$ can be: 'bytesreceivedrate', 'bytessentrate', 'packetssentrate', 'packetsreceivedrate', $aggregation$ can be: 'minimum', 'maximum', 'average', 'total'). =item B<--per-sec> diff --git a/src/cloud/azure/network/publicip/mode/ddostraffic.pm b/src/cloud/azure/network/publicip/mode/ddostraffic.pm index c5aa1d872..c68724f8c 100644 --- a/src/cloud/azure/network/publicip/mode/ddostraffic.pm +++ b/src/cloud/azure/network/publicip/mode/ddostraffic.pm @@ -139,13 +139,13 @@ Check Azure Public IP DDOS traffic metrics. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::network::publicip::plugin --mode=ddos-traffic --custommode=api --resource= --resource-group= --aggregation='maximum' --warning-ddos-inbound-packets='1000' --critical-ddos-inbound-packets='2000' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::network::publicip::plugin --mode=ddos-traffic --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.Network/publicIPAddresses/' @@ -157,11 +157,11 @@ Default aggregation: 'maximum' / 'average', 'total', 'minimum' and 'maximum' are =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<---warning-*> diff --git a/src/cloud/azure/network/publicip/mode/status.pm b/src/cloud/azure/network/publicip/mode/status.pm index ceb35f54c..6be26a73d 100644 --- a/src/cloud/azure/network/publicip/mode/status.pm +++ b/src/cloud/azure/network/publicip/mode/status.pm @@ -155,13 +155,13 @@ Check Azure Public IP status. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::network::publicip::plugin --mode=status --custommode=api --resource= --resource-group= --critical-provisioning-state='%{state} =~ /Failed/i' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::network::publicip::plugin --mode=status --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.Network/publicIPAddresses/' @@ -175,27 +175,27 @@ Default aggregation: 'maximum' / 'average', 'total', 'minimum' and 'maximum' are =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--warning-ddos-status> -Warning threshold for DDOS attack status (Default: ''). +Warning threshold for DDOS attack status (default: ''). =item B<--critical-ddos-status> -Critical threshold for DDOS attack status (Default: '%{status} =~ /DDOS Attack ongoing/i'). +Critical threshold for DDOS attack status (default: '%{status} =~ /DDOS Attack ongoing/i'). =item B<--warning-provisioning-state> -Warning threshold for provisioning state (Default: ''). +Warning threshold for provisioning state (default: ''). =item B<--critical-provisioning-state> -Critical threshold for provisioning state (Default: '%{state} =~ /Failed/i'). +Critical threshold for provisioning state (default: '%{state} =~ /Failed/i'). =back diff --git a/src/cloud/azure/network/trafficmanager/mode/endpointstatus.pm b/src/cloud/azure/network/trafficmanager/mode/endpointstatus.pm index 0e2bb0cc7..b7bf71e64 100644 --- a/src/cloud/azure/network/trafficmanager/mode/endpointstatus.pm +++ b/src/cloud/azure/network/trafficmanager/mode/endpointstatus.pm @@ -105,13 +105,13 @@ Check Azure Traffic Manager endpoint status. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::network::trafficmanager::plugin --mode=backendhealth --custommode=api --resource= --resource-group= --aggregation='Maximum' --warning-endpoint-status='1:' --critical-endpoint-status='0.9:' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::network::trafficmanager::plugin --mode=backendhealth --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.Network/trafficmanagerprofiles/' @@ -123,11 +123,11 @@ Default aggregation: 'maximum' / 'minimum', 'average' and 'total' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--warning-endpoint-status> diff --git a/src/cloud/azure/network/trafficmanager/mode/health.pm b/src/cloud/azure/network/trafficmanager/mode/health.pm index 5e0621831..339dc9d79 100644 --- a/src/cloud/azure/network/trafficmanager/mode/health.pm +++ b/src/cloud/azure/network/trafficmanager/mode/health.pm @@ -45,30 +45,30 @@ Check Azure Traffic Manager health status. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =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: ''). Special variables that can be used: %{status}, %{summary}. =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} =~ /^Unavailable$/'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} =~ /^Unavailable$/'). Special variables that can be used: %{status}, %{summary}. =item B<--unknown-status> -Define the conditions to match for the status to be UNKNOWN (Default: '%{status} =~ /^Unknown$/'). +Define the conditions to match for the status to be UNKNOWN (default: '%{status} =~ /^Unknown$/'). Special variables that can be used: %{status}, %{summary}. =item B<--ok-status> -Define the conditions to match for the status to be OK (Default: '%{status} =~ /^Available$/'). +Define the conditions to match for the status to be OK (default: '%{status} =~ /^Available$/'). Special variables that can be used: %{status}, %{summary}. =back diff --git a/src/cloud/azure/network/trafficmanager/mode/queries.pm b/src/cloud/azure/network/trafficmanager/mode/queries.pm index 20e9cba97..5e60b1466 100644 --- a/src/cloud/azure/network/trafficmanager/mode/queries.pm +++ b/src/cloud/azure/network/trafficmanager/mode/queries.pm @@ -106,13 +106,13 @@ Meaning the number of times a Traffic Manager endpoint was returned in the given Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::network::trafficmanager::plugin --mode=queries --custommode=api --resource= --resource-group= --aggregation='Total' --warning-queries-persecond='3000' --critical-queries-persecond='4000' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::network::trafficmanager::plugin --mode=queries --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.Network/trafficmanagerprofiles/' @@ -124,11 +124,11 @@ Default aggregation: 'total' / 'minimum', 'maximum' and 'average' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--warning-queries-persecond> diff --git a/src/cloud/azure/network/virtualnetwork/mode/listvirtualnetworks.pm b/src/cloud/azure/network/virtualnetwork/mode/listvirtualnetworks.pm index 79aad4467..e70b03bc1 100644 --- a/src/cloud/azure/network/virtualnetwork/mode/listvirtualnetworks.pm +++ b/src/cloud/azure/network/virtualnetwork/mode/listvirtualnetworks.pm @@ -143,7 +143,7 @@ Set resource location. =item B<--filter-name> -Filter resource name (Can be a regexp). +Filter resource name (can be a regexp). =back diff --git a/src/cloud/azure/network/virtualnetwork/mode/peeringsstatus.pm b/src/cloud/azure/network/virtualnetwork/mode/peeringsstatus.pm index 0e5ea2a79..19a99a1b1 100644 --- a/src/cloud/azure/network/virtualnetwork/mode/peeringsstatus.pm +++ b/src/cloud/azure/network/virtualnetwork/mode/peeringsstatus.pm @@ -145,24 +145,24 @@ perl centreon_plugins.pl --plugin=cloud::azure::network::virtualnetwork::plugin =item B<--resource-group> -Set resource group (Required). +Set resource group (required). =item B<--resource> -Set virtual network name (Required). +Set virtual network name (required). =item B<--filter-name> -Filter peering name (Can be a regexp). +Filter peering name (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: %{peering_state}, %{provisioning_state}, %{peer}, %{display} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{peering_state} ne "Connected" || %{provisioning_state} ne "Succeeded"'). +Define the conditions to match for the status to be CRITICAL (default: '%{peering_state} ne "Connected" || %{provisioning_state} ne "Succeeded"'). You can use the following variables: %{peering_state}, %{provisioning_state}, %{peer}, %{display} =back diff --git a/src/cloud/azure/network/vpngateway/mode/health.pm b/src/cloud/azure/network/vpngateway/mode/health.pm index 526b58be1..951579965 100644 --- a/src/cloud/azure/network/vpngateway/mode/health.pm +++ b/src/cloud/azure/network/vpngateway/mode/health.pm @@ -41,36 +41,36 @@ __END__ Check Virtual Machine health status. -(Useful to determine host status) +(useful to determine host status) =over 8 =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =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}, %{summary} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} =~ /^Unavailable$/'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} =~ /^Unavailable$/'). You can use the following variables: %{status}, %{summary} =item B<--unknown-status> -Define the conditions to match for the status to be UNKNOWN (Default: '%{status} =~ /^Unknown$/'). +Define the conditions to match for the status to be UNKNOWN (default: '%{status} =~ /^Unknown$/'). You can use the following variables: %{status}, %{summary} =item B<--ok-status> -Define the conditions to match for the status to be OK (Default: '%{status} =~ /^Available$/'). +Define the conditions to match for the status to be OK (default: '%{status} =~ /^Available$/'). You can use the following variables: %{status}, %{summary} =back diff --git a/src/cloud/azure/network/vpngateway/mode/sitetraffic.pm b/src/cloud/azure/network/vpngateway/mode/sitetraffic.pm index dda974a0f..b4d0e1688 100644 --- a/src/cloud/azure/network/vpngateway/mode/sitetraffic.pm +++ b/src/cloud/azure/network/vpngateway/mode/sitetraffic.pm @@ -127,13 +127,13 @@ Check VPN gateway site traffic metrics. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::network::vpngateway::plugin --custommode=azcli --mode=site-traffic --resource=MyResource --resource-group=MYRGROUP --aggregation='average' --aggregation='total' --critical-bandwidth-average='10' --verbose -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::network::vpngateway::plugin --custommode=azcli --mode=site-traffic --resource='/subscriptions/xxx/resourceGroups/xxx/providers/Microsoft.Network/virtualNetworkGateways/xxx' @@ -145,16 +145,16 @@ Default aggregation: 'average' (*Bandwidth), 'total' (P2SConnectionCount) =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--filter-metric> -Filter metrics (Can be: 'AverageBandwidth', 'P2SBandwidth', 'P2SConnectionCount') -(Can be a regexp). +Filter metrics (can be: 'AverageBandwidth', 'P2SBandwidth', 'P2SConnectionCount') +(can be a regexp). =item B<--warning-$label$> diff --git a/src/cloud/azure/network/vpngateway/mode/tunneltraffic.pm b/src/cloud/azure/network/vpngateway/mode/tunneltraffic.pm index 716f3bf47..3c4c3a95d 100644 --- a/src/cloud/azure/network/vpngateway/mode/tunneltraffic.pm +++ b/src/cloud/azure/network/vpngateway/mode/tunneltraffic.pm @@ -147,13 +147,13 @@ Check VPN gateway tunnels traffic metrics. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::network::vpngateway::plugin --custommode=azcli --mode=tunnel-traffic --resource=MyResource --resource-group=MYRGROUP --aggregation='total' --critical-traffic-in='10' --verbose -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::network::vpngateway::plugin --custommode=azcli --mode=tunnel-traffic --resource='/subscriptions/xxx/resourceGroups/xxx/providers/Microsoft.Network/virtualNetworkGateways/xxx' @@ -163,17 +163,17 @@ perl centreon_plugins.pl --plugin=cloud::azure::network::vpngateway::plugin --cu =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--filter-metric> -Filter metrics (Can be: 'TunnelIngressBytes', 'TunnelEgressBytes', 'TunnelIngressPackets', +Filter metrics (can be: 'TunnelIngressBytes', 'TunnelEgressBytes', 'TunnelIngressPackets', 'TunnelEgressPackets', 'TunnelIngressPacketDropTSMismatch', 'TunnelEgressPacketDropTSMismatch') -(Can be a regexp). +(can be a regexp). =item B<--warning-$label$> diff --git a/src/cloud/azure/network/vpngateway/mode/vpngatewaystatus.pm b/src/cloud/azure/network/vpngateway/mode/vpngatewaystatus.pm index e8449115b..2929b6e6f 100644 --- a/src/cloud/azure/network/vpngateway/mode/vpngatewaystatus.pm +++ b/src/cloud/azure/network/vpngateway/mode/vpngatewaystatus.pm @@ -127,20 +127,20 @@ perl centreon_plugins.pl --plugin=cloud::azure::network::vpngateway::plugin --cu =item B<--resource-group> -Set resource group (Required). +Set resource group (required). =item B<--filter-name> -Filter vpn name (Can be a regexp). +Filter vpn name (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: %{provisioning_state}, %{gateway_type}, %{vpn_type}, %{display} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{provisioning_state} ne "Succeeded"'). +Define the conditions to match for the status to be CRITICAL (default: '%{provisioning_state} ne "Succeeded"'). You can use the following variables: %{provisioning_state}, %{gateway_type}, %{vpn_type}, %{display} =back diff --git a/src/cloud/azure/policyinsights/policystates/mode/compliance.pm b/src/cloud/azure/policyinsights/policystates/mode/compliance.pm index d86eabf89..7a921a045 100644 --- a/src/cloud/azure/policyinsights/policystates/mode/compliance.pm +++ b/src/cloud/azure/policyinsights/policystates/mode/compliance.pm @@ -140,19 +140,19 @@ The virtual resource under PolicyStates resource type. In a given time range, 'l =item B<--resource-group> -Set resource group (Optional). +Set resource group (optional). =item B<--resource-location> -Set resource location (Optional). +Set resource location (optional). =item B<--resource-type> -Set resource type (Optional). +Set resource type (optional). =item B<--policy-name> -Set policy name (Optional). +Set policy name (optional). =item B<--warning-*> B<--critical-*> diff --git a/src/cloud/azure/security/keyvault/mode/serviceapi.pm b/src/cloud/azure/security/keyvault/mode/serviceapi.pm index 65207a1e5..e0a8a3d0e 100644 --- a/src/cloud/azure/security/keyvault/mode/serviceapi.pm +++ b/src/cloud/azure/security/keyvault/mode/serviceapi.pm @@ -117,13 +117,13 @@ Check Azure Security Key Vault serviceAPI statistics. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::security::keyvault::plugin --mode=service-api --custommode=api --resource= --resource-group= --aggregation='average' --warning-serviceapi-latency='20' --critical-serviceapi-latency='50' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::security::keyvault::plugin --mode=service-api --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.KeyVault/vaults/' @@ -135,11 +135,11 @@ Default aggregation: 'average' / 'total', 'minimum' and 'maximum' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--warning-*> diff --git a/src/cloud/azure/security/keyvault/mode/vaultavailability.pm b/src/cloud/azure/security/keyvault/mode/vaultavailability.pm index 431f7222e..9b119474c 100644 --- a/src/cloud/azure/security/keyvault/mode/vaultavailability.pm +++ b/src/cloud/azure/security/keyvault/mode/vaultavailability.pm @@ -104,13 +104,13 @@ Check Azure Security Key Vault availability. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::security::keyvault::plugin --mode=vault-availability --custommode=api --resource= --resource-group= --aggregation='average' --warning-vault-availability-percentage='100:' --critical-vault-availability-percentage='50:' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::security::keyvault::plugin --mode=vault-availability --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.KeyVault/vaults/' @@ -122,11 +122,11 @@ Default aggregation: 'average' / 'total', 'minimum' and 'maximum' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--warning-vault-availability-percentage> diff --git a/src/cloud/azure/security/keyvault/mode/vaultcapacity.pm b/src/cloud/azure/security/keyvault/mode/vaultcapacity.pm index db3434380..d500ecdb1 100644 --- a/src/cloud/azure/security/keyvault/mode/vaultcapacity.pm +++ b/src/cloud/azure/security/keyvault/mode/vaultcapacity.pm @@ -104,13 +104,13 @@ Check Azure Security Key Vault capacity. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::security::keyvault::plugin --mode=vault-capacity --custommode=api --resource= --resource-group= --aggregation='average' --warning-vault-saturation-percentage='80' --critical-vault-saturation-percentage='90' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::security::keyvault::plugin --mode=vault-capacity --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.KeyVault/vaults/' @@ -122,11 +122,11 @@ Default aggregation: 'average' / 'total', 'minimum' and 'maximum' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--warning-vault-saturation-percentage> diff --git a/src/cloud/azure/storage/acr/mode/storageusage.pm b/src/cloud/azure/storage/acr/mode/storageusage.pm index 3b950df30..709da3c9c 100644 --- a/src/cloud/azure/storage/acr/mode/storageusage.pm +++ b/src/cloud/azure/storage/acr/mode/storageusage.pm @@ -104,13 +104,13 @@ Check Azure Container Registry (ACR) service. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::storage::acr::plugin --mode=storage-usage --custommode=api --resource= --resource-group= --aggregation='average' --warning-storage-used='450000000000' --warning-storage-used='470000000000' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::storage::acr::plugin --mode=storage-usage --custommode=api --resource='/subscriptions//resourceGroups//providers/microsoft..containerregistry/registries/' @@ -122,11 +122,11 @@ Default aggregation: 'average'. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--warning-storage-used> diff --git a/src/cloud/azure/storage/storageaccount/mode/listresources.pm b/src/cloud/azure/storage/storageaccount/mode/listresources.pm index 571f3f2f8..ba0eb7508 100644 --- a/src/cloud/azure/storage/storageaccount/mode/listresources.pm +++ b/src/cloud/azure/storage/storageaccount/mode/listresources.pm @@ -137,7 +137,7 @@ Set resource location. =item B<--filter-name> -Filter resource name (Can be a regexp). +Filter resource name (can be a regexp). =back diff --git a/src/cloud/azure/storage/storagesync/mode/filessync.pm b/src/cloud/azure/storage/storagesync/mode/filessync.pm index ee15c6129..7b87e2303 100644 --- a/src/cloud/azure/storage/storagesync/mode/filessync.pm +++ b/src/cloud/azure/storage/storagesync/mode/filessync.pm @@ -120,13 +120,13 @@ Check Azure Storage Sync Service Files Synced and Errors. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::storage::storagesync::plugin --mode=files-synced --custommode=api --resource= --resource-group= --aggregation='total' --warning-item-errors='15' --critical-item-errors='20' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::storage::storagesync::plugin --mode=files-synced --custommode=api --resource='/subscriptions//resourceGroups//providers/microsoft.storagesync/storageSyncServices/' @@ -138,11 +138,11 @@ Default aggregation: 'total' / 'minimum', 'maximum' and 'average' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--warning-*> diff --git a/src/cloud/azure/storage/storagesync/mode/recalls.pm b/src/cloud/azure/storage/storagesync/mode/recalls.pm index 138d6994c..60318e5c6 100644 --- a/src/cloud/azure/storage/storagesync/mode/recalls.pm +++ b/src/cloud/azure/storage/storagesync/mode/recalls.pm @@ -136,13 +136,13 @@ Check Azure Storage Sync Service Files data recalls statistics. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::storage::storagesync::plugin --mode=recalls --custommode=api --resource= --resource-group= --aggregation='total' --warning-recalls-size='15' --critical-recalls-size='20' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::storage::storagesync::plugin --mode=recalls --custommode=api --resource='/subscriptions//resourceGroups//providers/microsoft.storagesync/storageSyncServices/' @@ -154,11 +154,11 @@ Default aggregation: 'total' / 'minimum', 'maximum' and 'average' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--warning-*> diff --git a/src/cloud/azure/storage/storagesync/mode/serverstatus.pm b/src/cloud/azure/storage/storagesync/mode/serverstatus.pm index 2b4a440ff..e5c6b088b 100644 --- a/src/cloud/azure/storage/storagesync/mode/serverstatus.pm +++ b/src/cloud/azure/storage/storagesync/mode/serverstatus.pm @@ -104,13 +104,13 @@ Check Azure Storage Sync server online status. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::storage::storagesync::plugin --mode=server-status --custommode=api --resource= --resource-group= --aggregation='maximum' --critical-heartbeat='1:1' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::storage::storagesync::plugin --mode=server-status --custommode=api --resource='/subscriptions//resourceGroups//providers/microsoft.storagesync/storageSyncServices/' @@ -122,11 +122,11 @@ Default aggregation: 'maximum' / 'minimum', 'average' and 'total' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--warning-heartbeat> diff --git a/src/cloud/azure/web/appserviceplan/mode/cpu.pm b/src/cloud/azure/web/appserviceplan/mode/cpu.pm index 09a36f5d5..6074e510e 100644 --- a/src/cloud/azure/web/appserviceplan/mode/cpu.pm +++ b/src/cloud/azure/web/appserviceplan/mode/cpu.pm @@ -104,13 +104,13 @@ Check Azure App Service Plan CPU statistics. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::web::appserviceplan::plugin --mode=cpu --custommode=api --resource= --resource-group= --aggregation='average' --warning-cpu-usage-percentage='80' --critical-cpu-usage-percentage='90' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::web::appserviceplan::plugin --mode=cpu --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.Web/serverFarms/' @@ -122,11 +122,11 @@ Default aggregation: 'average' / 'total', 'minimum' and 'maximum' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--warning-cpu-usage-percentage> diff --git a/src/cloud/azure/web/appserviceplan/mode/data.pm b/src/cloud/azure/web/appserviceplan/mode/data.pm index bbe928763..36c53b2da 100644 --- a/src/cloud/azure/web/appserviceplan/mode/data.pm +++ b/src/cloud/azure/web/appserviceplan/mode/data.pm @@ -110,13 +110,13 @@ Check Azure App Service Plan data statistics. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::web::appserviceplan::plugin --mode=data --custommode=api --resource= --resource-group= --aggregation='total' --warning-data-in='10000' --critical-data-in='20000' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::web::appserviceplan::plugin --mode=data --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.Web/serverFarms/' @@ -128,11 +128,11 @@ Default aggregation: 'total' / 'average', 'minimum' and 'maximum' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--warning-*> diff --git a/src/cloud/azure/web/appserviceplan/mode/health.pm b/src/cloud/azure/web/appserviceplan/mode/health.pm index e05e5500a..7124c8fa2 100644 --- a/src/cloud/azure/web/appserviceplan/mode/health.pm +++ b/src/cloud/azure/web/appserviceplan/mode/health.pm @@ -41,36 +41,36 @@ __END__ Check Azure Web App Service Plan status. -(Useful to determine host status) +(useful to determine host status) =over 8 =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =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}, %{summary} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} =~ /^Unavailable$/'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} =~ /^Unavailable$/'). You can use the following variables: %{status}, %{summary} =item B<--unknown-status> -Define the conditions to match for the status to be UNKNOWN (Default: '%{status} =~ /^Unknown$/'). +Define the conditions to match for the status to be UNKNOWN (default: '%{status} =~ /^Unknown$/'). You can use the following variables: %{status}, %{summary} =item B<--ok-status> -Define the conditions to match for the status to be OK (Default: '%{status} =~ /^Available$/'). +Define the conditions to match for the status to be OK (default: '%{status} =~ /^Available$/'). You can use the following variables: %{status}, %{summary} =back diff --git a/src/cloud/azure/web/appserviceplan/mode/memory.pm b/src/cloud/azure/web/appserviceplan/mode/memory.pm index 988e3e43c..7ca76e126 100644 --- a/src/cloud/azure/web/appserviceplan/mode/memory.pm +++ b/src/cloud/azure/web/appserviceplan/mode/memory.pm @@ -104,13 +104,13 @@ Check Azure App Service Plan memory statistics. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::web::appserviceplan::plugin --mode=memory --custommode=api --resource= --resource-group= --aggregation='average' --warning-memory-percentage='80' --critical-memory-percentage='90' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::web::appserviceplan::plugin --mode=memory --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.Web/serverFarms/' @@ -122,11 +122,11 @@ Default aggregation: 'average' / 'total', 'minimum' and 'maximum' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--warning-memory-percentage> diff --git a/src/cloud/azure/web/appserviceplan/mode/queue.pm b/src/cloud/azure/web/appserviceplan/mode/queue.pm index 31779e89b..d72901107 100644 --- a/src/cloud/azure/web/appserviceplan/mode/queue.pm +++ b/src/cloud/azure/web/appserviceplan/mode/queue.pm @@ -112,13 +112,13 @@ Check Azure App Service Plan queue statistics. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::web::appserviceplan::plugin --mode=queue --custommode=api --resource= --resource-group= --aggregation='average' --warning-disk-queue-length='8' --critical-disk-queue-length='9' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::web::appserviceplan::plugin --mode=queue --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.Web/serverFarms/' @@ -130,11 +130,11 @@ Default aggregation: 'average' / 'total', 'minimum' and 'maximum' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--warning-*> diff --git a/src/cloud/azure/web/appserviceplan/mode/socket.pm b/src/cloud/azure/web/appserviceplan/mode/socket.pm index 159ad74c2..3dad005be 100644 --- a/src/cloud/azure/web/appserviceplan/mode/socket.pm +++ b/src/cloud/azure/web/appserviceplan/mode/socket.pm @@ -137,13 +137,13 @@ Check Azure App Service Plan socket statistics. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::web::appserviceplan::plugin --mode=socket --custommode=api --resource= --resource-group= --aggregation='average' --warning-socket-outbound-timewait='10000' --critical-socket-outbound-timewait='20000' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::web::appserviceplan::plugin --mode=socket --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.Web/serverFarms/' @@ -155,11 +155,11 @@ Default aggregation: 'average' / 'total', 'minimum' and 'maximum' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--warning-*> diff --git a/src/cloud/azure/web/appserviceplan/mode/tcpconnections.pm b/src/cloud/azure/web/appserviceplan/mode/tcpconnections.pm index ba0323821..9e05cd55c 100644 --- a/src/cloud/azure/web/appserviceplan/mode/tcpconnections.pm +++ b/src/cloud/azure/web/appserviceplan/mode/tcpconnections.pm @@ -144,13 +144,13 @@ Check Azure App Service Plan TCP connections statistics. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::web::appserviceplan::plugin --mode=tcp-connections --custommode=api --resource= --resource-group= --aggregation='average' --warning-tcp-closewait='1000' --critical-tcp-closewait='2000' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::web::appserviceplan::plugin --mode=tcp-connections --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.Web/serverFarms/' @@ -162,11 +162,11 @@ Default aggregation: 'average' / 'total', 'minimum' and 'maximum' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--warning-*> diff --git a/src/cloud/azure/web/signalr/mode/errors.pm b/src/cloud/azure/web/signalr/mode/errors.pm index 024b5a548..d00cb93be 100644 --- a/src/cloud/azure/web/signalr/mode/errors.pm +++ b/src/cloud/azure/web/signalr/mode/errors.pm @@ -112,13 +112,13 @@ Check Azure Web SignalR errors. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::web::signalr::plugin --mode=errors --custommode=api --resource= --resource-group= --aggregation='maximum' --warning-user-errors='800' --critical-user-errors='900' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::web::signalr::plugin --mode=errors --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.SignalRService/SignalR/' @@ -130,11 +130,11 @@ Default aggregation: 'maximum' / 'minimum', 'total' and 'average' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--warning-*> diff --git a/src/cloud/azure/web/signalr/mode/health.pm b/src/cloud/azure/web/signalr/mode/health.pm index 207685df5..2a778d7bd 100644 --- a/src/cloud/azure/web/signalr/mode/health.pm +++ b/src/cloud/azure/web/signalr/mode/health.pm @@ -45,30 +45,30 @@ Check Azure Web SignalR health status. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =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}, %{summary} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} =~ /^Unavailable$/'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} =~ /^Unavailable$/'). You can use the following variables: %{status}, %{summary} =item B<--unknown-status> -Define the conditions to match for the status to be UNKNOWN (Default: '%{status} =~ /^Unknown$/'). +Define the conditions to match for the status to be UNKNOWN (default: '%{status} =~ /^Unknown$/'). You can use the following variables: %{status}, %{summary} =item B<--ok-status> -Define the conditions to match for the status to be OK (Default: '%{status} =~ /^Available$/'). +Define the conditions to match for the status to be OK (default: '%{status} =~ /^Available$/'). You can use the following variables: %{status}, %{summary} =back diff --git a/src/cloud/azure/web/signalr/mode/traffic.pm b/src/cloud/azure/web/signalr/mode/traffic.pm index 87942d2f5..f247c100c 100644 --- a/src/cloud/azure/web/signalr/mode/traffic.pm +++ b/src/cloud/azure/web/signalr/mode/traffic.pm @@ -110,13 +110,13 @@ Check Azure Web SignalR traffic. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::web::signalr::plugin --mode=traffic --custommode=api --resource= --resource-group= --aggregation='total' --warning-inbound-traffic='80000' --critical-inbound-traffic='90000' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::web::signalr::plugin --mode=traffic --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.SignalRService/SignalR/' @@ -128,11 +128,11 @@ Default aggregation: 'total' / 'minimum', 'maximum' and 'average' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--warning-*> diff --git a/src/cloud/azure/web/signalr/mode/usage.pm b/src/cloud/azure/web/signalr/mode/usage.pm index 9130af79a..638459bb3 100644 --- a/src/cloud/azure/web/signalr/mode/usage.pm +++ b/src/cloud/azure/web/signalr/mode/usage.pm @@ -110,13 +110,13 @@ Check Azure Web SignalR usage. Example: -Using resource name : +Using resource name: perl centreon_plugins.pl --plugin=cloud::azure::web::signalr::plugin --mode=usage --custommode=api --resource= --resource-group= --aggregation='total' --warning-connection-count='800' --critical-connection-count='900' -Using resource id : +Using resource ID: perl centreon_plugins.pl --plugin=cloud::azure::web::signalr::plugin --mode=usage --custommode=api --resource='/subscriptions//resourceGroups//providers/Microsoft.SignalRService/SignalR/' @@ -128,11 +128,11 @@ Default aggregation: 'total' / 'minimum', 'maximum' and 'average' are valid. =item B<--resource> -Set resource name or id (Required). +Set resource name or ID (required). =item B<--resource-group> -Set resource group (Required if resource's name is used). +Set resource group (required if resource's name is used). =item B<--warning-*> diff --git a/src/cloud/cadvisor/restapi/custom/api.pm b/src/cloud/cadvisor/restapi/custom/api.pm index 9982d8ee2..73fd87abb 100644 --- a/src/cloud/cadvisor/restapi/custom/api.pm +++ b/src/cloud/cadvisor/restapi/custom/api.pm @@ -374,43 +374,43 @@ IP Addr/FQDN of the cadvisor node (can be multiple). =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<--api-path> -Path used (Default: '/containers/docker') +Define the path of the endpoint to query (default: '/containers/docker') =item B<--credentials> -Specify this option if you access webpage over basic authentification +Specify this option if you are accessing a web page using authentication. =item B<--username> -Specify username for basic authentification (Mandatory if --credentials is specidied) +Specify the username for authentication (mandatory if --credentials is specified). =item B<--password> -Specify password for basic authentification (Mandatory if --credentials is specidied) +Specify the password for authentication (mandatory if --credentials is specified). =item B<--timeout> -Threshold for HTTP timeout (Default: 10) +Threshold for HTTP timeout (default: 10) =item B<--cert-file> -Specify certificate to send to the webserver +Specify certificate to send to the web server =item B<--key-file> -Specify key to send to the webserver +Specify key to send to the web server =item B<--cacert-file> -Specify root certificate to send to the webserver +Specify root certificate to send to the web server =item B<--cert-pwd> @@ -418,7 +418,7 @@ Specify certificate's password =item B<--cert-pkcs12> -Specify type of certificate (PKCS12) +Specify that the type of certificate is PKCS1. =back diff --git a/src/cloud/cloudfoundry/restapi/custom/api.pm b/src/cloud/cloudfoundry/restapi/custom/api.pm index 582dbd626..42ba5729e 100644 --- a/src/cloud/cloudfoundry/restapi/custom/api.pm +++ b/src/cloud/cloudfoundry/restapi/custom/api.pm @@ -269,7 +269,7 @@ Cloud Foundry API hostname. =item B<--api-path> -Cloud Foundry API url path (Default: '/v2') +Cloud Foundry API url path (default: '/v2') =item B<--api-username> @@ -281,19 +281,19 @@ Cloud Foundry API password. =item B<--port> -Cloud Foundry API port (Default: 443) +Cloud Foundry API port (default: 443) =item B<--proto> -Specify https if needed (Default: 'https') +Specify https if needed (default: 'https') =item B<--username> -Authorization endpoint username (Default: 'cf') +Authorization endpoint username (default: 'cf') =item B<--password> -Authorization endpoint password (Default: '') +Authorization endpoint password (default: '') =item B<--timeout> diff --git a/src/cloud/cloudfoundry/restapi/mode/appsstate.pm b/src/cloud/cloudfoundry/restapi/mode/appsstate.pm index 47219ccd5..108aeaa3b 100644 --- a/src/cloud/cloudfoundry/restapi/mode/appsstate.pm +++ b/src/cloud/cloudfoundry/restapi/mode/appsstate.pm @@ -158,17 +158,17 @@ Warning threshold. =item B<--critical-state> -Critical threshold (Default: '%{state} !~ /STARTED/i'). +Critical threshold (default: '%{state} !~ /STARTED/i'). =item B<--warning-*> Warning threshold for apps count based -on state (Can be: 'started', 'stopped') +on state (can be: 'started', 'stopped') =item B<--critical-*> Critical threshold for apps count based -on state (Can be: 'started', 'stopped'). +on state (can be: 'started', 'stopped'). =back diff --git a/src/cloud/cloudfoundry/restapi/mode/instancesstate.pm b/src/cloud/cloudfoundry/restapi/mode/instancesstate.pm index 62c126445..49545d587 100644 --- a/src/cloud/cloudfoundry/restapi/mode/instancesstate.pm +++ b/src/cloud/cloudfoundry/restapi/mode/instancesstate.pm @@ -171,7 +171,7 @@ Warning threshold for app state. =item B<--critical-app-state> -Critical threshold for app state (Default: '%{state} !~ /STARTED/i'). +Critical threshold for app state (default: '%{state} !~ /STARTED/i'). =item B<--warning-instance-state> @@ -179,17 +179,17 @@ Warning threshold for instances state. =item B<--critical-instance-state> -Critical threshold for instances state (Default: '%{state} !~ /RUNNING/i'). +Critical threshold for instances state (default: '%{state} !~ /RUNNING/i'). =item B<--warning-*> Warning threshold for instances count based -on state (Can be: 'running', 'stopped', 'crashed') +on state (can be: 'running', 'stopped', 'crashed') =item B<--critical-*> Critical threshold for instances count based -on state (Can be: 'running', 'stopped', 'crashed'). +on state (can be: 'running', 'stopped', 'crashed'). =back diff --git a/src/cloud/docker/restapi/custom/api.pm b/src/cloud/docker/restapi/custom/api.pm index 50fcaca11..0f612bd8a 100644 --- a/src/cloud/docker/restapi/custom/api.pm +++ b/src/cloud/docker/restapi/custom/api.pm @@ -519,11 +519,11 @@ IP Addr/FQDN of the docker node (can be multiple). =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<--credentials> @@ -531,35 +531,35 @@ 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> -Threshold for HTTP timeout (Default: 10) +Threshold for HTTP timeout (default: 10) =item B<--cert-file> -Specify certificate to send to the webserver +Specify certificate to send to the web server =item B<--key-file> -Specify key to send to the webserver +Specify key to send to the web server =item B<--cacert-file> -Specify root certificate to send to the webserver +Specify root certificate to send to the web server =item B<--cert-pwd> diff --git a/src/cloud/docker/restapi/mode/nodestatus.pm b/src/cloud/docker/restapi/mode/nodestatus.pm index ab3ff2bc0..753cdaa79 100644 --- a/src/cloud/docker/restapi/mode/nodestatus.pm +++ b/src/cloud/docker/restapi/mode/nodestatus.pm @@ -139,12 +139,12 @@ Check node status. =item B<--warning-node-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}, %{status}, %{manager_status}. =item B<--critical-node-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} !~ /ready/ || %{manager_status} !~ /reachable|-/'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} !~ /ready/ || %{manager_status} !~ /reachable|-/'). You can use the following variables: %{display}, %{status}, %{manager_status}. =item B<--warning-*> diff --git a/src/cloud/docker/restapi/mode/servicestatus.pm b/src/cloud/docker/restapi/mode/servicestatus.pm index 874aadb69..afe1ca7b0 100644 --- a/src/cloud/docker/restapi/mode/servicestatus.pm +++ b/src/cloud/docker/restapi/mode/servicestatus.pm @@ -165,7 +165,7 @@ You can use the following variables: %{service_id}, %{task_id}, %{service_name}, =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{desired_state} ne %{state} and %{state} !~ /complete|preparing|assigned/'). +Define the conditions to match for the status to be CRITICAL (default: '%{desired_state} ne %{state} and %{state} !~ /complete|preparing|assigned/'). You can use the following variables: %{service_id}, %{task_id}, %{service_name}, %{node_name}, %{node_id}, %{desired_state}, %{state_message}, %{container_id}. =item B<--warning-*> B<--critical-*> diff --git a/src/cloud/google/gcp/cloudsql/common/mode/cpu.pm b/src/cloud/google/gcp/cloudsql/common/mode/cpu.pm index 5c678abd2..ebafaf645 100644 --- a/src/cloud/google/gcp/cloudsql/common/mode/cpu.pm +++ b/src/cloud/google/gcp/cloudsql/common/mode/cpu.pm @@ -109,20 +109,20 @@ Default aggregation: 'average' / All aggregations are valid. =item B<--dimension-name> -Set dimension name (Default: 'resource.labels.database_id'). Can be: 'resources.labels.region'. +Set dimension name (default: 'resource.labels.database_id'). Can be: 'resources.labels.region'. =item B<--dimension-operator> -Set dimension operator (Default: 'equals'. Can also be: 'regexp', 'starts'). +Set dimension operator (default: 'equals'. Can also be: 'regexp', 'starts'). =item B<--dimension-value> -Set dimension value (Required). +Set dimension value (required). =item B<--filter-metric> -Filter metrics (Can be: 'database/cpu/utilization', -'database/cpu/reserved_cores') (Can be a regexp). +Filter metrics (can be: 'database/cpu/utilization', +'database/cpu/reserved_cores') (can be a regexp). =item B<--timeframe> @@ -130,13 +130,13 @@ Set timeframe in seconds (i.e. 3600 to check last hour). =item B<--aggregation> -Aggregate monitoring. Can apply to: 'minimum', 'maximum', 'average', 'total' +Define how the data must be aggregated. Available aggregations: 'minimum', 'maximum', 'average', 'total' and 'count'. Can be called multiple times. =item B<--warning-*> B<--critical-*> -Thresholds (Can be: 'utilization', 'cores-reserved'). +Thresholds (can be: 'utilization', 'cores-reserved'). =back diff --git a/src/cloud/google/gcp/cloudsql/common/mode/network.pm b/src/cloud/google/gcp/cloudsql/common/mode/network.pm index 4301222a4..59321b7a6 100644 --- a/src/cloud/google/gcp/cloudsql/common/mode/network.pm +++ b/src/cloud/google/gcp/cloudsql/common/mode/network.pm @@ -138,20 +138,20 @@ Default aggregation: 'average' / All aggregations are valid. =item B<--dimension-name> -Set dimension name (Default: 'resource.labels.database_id'). Can be: 'resources.labels.region'. +Set dimension name (default: 'resource.labels.database_id'). Can be: 'resources.labels.region'. =item B<--dimension-operator> -Set dimension operator (Default: 'equals'. Can also be: 'regexp', 'starts'). +Set dimension operator (default: 'equals'. Can also be: 'regexp', 'starts'). =item B<--dimension-value> -Set dimension value (Required). +Set dimension value (required). =item B<--filter-metric> -Filter metrics (Can be: 'database/network/received_bytes_count', -'database/network/sent_bytes_count', 'database/network/connections') (Can be a regexp). +Filter metrics (can be: 'database/network/received_bytes_count', +'database/network/sent_bytes_count', 'database/network/connections') (can be a regexp). =item B<--timeframe> @@ -159,13 +159,13 @@ Set timeframe in seconds (i.e. 3600 to check last hour). =item B<--aggregation> -Aggregate monitoring. Can apply to: 'minimum', 'maximum', 'average', 'total' +Define how the data must be aggregated. Available aggregations: 'minimum', 'maximum', 'average', 'total' and 'count'. Can be called multiple times. =item B<--warning-*> B<--critical-*> -Thresholds (Can be: 'received-volume', 'sent-volume', +Thresholds (can be: 'received-volume', 'sent-volume', 'connections'). =item B<--per-second> diff --git a/src/cloud/google/gcp/cloudsql/common/mode/storage.pm b/src/cloud/google/gcp/cloudsql/common/mode/storage.pm index 7e307dddd..979e78219 100644 --- a/src/cloud/google/gcp/cloudsql/common/mode/storage.pm +++ b/src/cloud/google/gcp/cloudsql/common/mode/storage.pm @@ -127,20 +127,20 @@ Default aggregation: 'average' / All aggregations are valid. =item B<--dimension-name> -Set dimension name (Default: 'resource.labels.database_id'). Can be: 'resources.labels.region'. +Set dimension name (default: 'resource.labels.database_id'). Can be: 'resources.labels.region'. =item B<--dimension-operator> -Set dimension operator (Default: 'equals'. Can also be: 'regexp', 'starts'). +Set dimension operator (default: 'equals'. Can also be: 'regexp', 'starts'). =item B<--dimension-value> -Set dimension value (Required). +Set dimension value (required). =item B<--filter-metric> -Filter metrics (Can be: 'database/disk/bytes_used', -'database/disk/read_ops_count', 'databse/disk/write_ops_count') (Can be a regexp). +Filter metrics (can be: 'database/disk/bytes_used', +'database/disk/read_ops_count', 'databse/disk/write_ops_count') (can be a regexp). =item B<--timeframe> @@ -148,13 +148,13 @@ Set timeframe in seconds (i.e. 3600 to check last hour). =item B<--aggregation> -Aggregate monitoring. Can apply to: 'minimum', 'maximum', 'average', 'total' +Define how the data must be aggregated. Available aggregations: 'minimum', 'maximum', 'average', 'total' and 'count'. Can be called multiple times. =item B<--warning-*> B<--critical-*> -Thresholds (Can be: 'space-usage', 'read-operations', 'write-operations'). +Thresholds (can be: 'space-usage', 'read-operations', 'write-operations'). =item B<--per-second> diff --git a/src/cloud/google/gcp/cloudsql/mysql/mode/innodb.pm b/src/cloud/google/gcp/cloudsql/mysql/mode/innodb.pm index f8236b2dd..f9f303901 100644 --- a/src/cloud/google/gcp/cloudsql/mysql/mode/innodb.pm +++ b/src/cloud/google/gcp/cloudsql/mysql/mode/innodb.pm @@ -152,20 +152,20 @@ Default aggregation: 'average' / All aggregations are valid. =item B<--dimension-name> -Set dimension name (Default: 'resource.labels.database_id'). Can be: 'resources.labels.region'. +Set dimension name (default: 'resource.labels.database_id'). Can be: 'resources.labels.region'. =item B<--dimension-operator> -Set dimension operator (Default: 'equals'. Can also be: 'regexp', 'starts'). +Set dimension operator (default: 'equals'. Can also be: 'regexp', 'starts'). =item B<--dimension-value> -Set dimension value (Required). +Set dimension value (required). =item B<--filter-metric> -Filter metrics (Can be: 'database/mysql/innodb_data_fsyncs', 'database/mysql/innodb_os_log_fsyncs', -'database/mysql/innodb_pages_read', 'database/mysql/innodb_pages_write') (Can be a regexp). +Filter metrics (can be: 'database/mysql/innodb_data_fsyncs', 'database/mysql/innodb_os_log_fsyncs', +'database/mysql/innodb_pages_read', 'database/mysql/innodb_pages_write') (can be a regexp). =item B<--timeframe> @@ -173,13 +173,13 @@ Set timeframe in seconds (i.e. 3600 to check last hour). =item B<--aggregation> -Aggregate monitoring. Can apply to: 'minimum', 'maximum', 'average', 'total' +Define how the data must be aggregated. Available aggregations: 'minimum', 'maximum', 'average', 'total' and 'count'. Can be called multiple times. =item B<--warning-*> B<--critical-*> -Thresholds (Can be: 'fsyncs-calls', 'fsync-calls-logfile', +Thresholds (can be: 'fsyncs-calls', 'fsync-calls-logfile', 'pages-read', 'pages-written'). =item B<--per-second> diff --git a/src/cloud/google/gcp/cloudsql/mysql/mode/queries.pm b/src/cloud/google/gcp/cloudsql/mysql/mode/queries.pm index f91938494..805ca7946 100644 --- a/src/cloud/google/gcp/cloudsql/mysql/mode/queries.pm +++ b/src/cloud/google/gcp/cloudsql/mysql/mode/queries.pm @@ -118,19 +118,19 @@ Default aggregation: 'average' / All aggregations are valid. =item B<--dimension-name> -Set dimension name (Default: 'resource.labels.database_id'). Can be: 'resources.labels.region'. +Set dimension name (default: 'resource.labels.database_id'). Can be: 'resources.labels.region'. =item B<--dimension-operator> -Set dimension operator (Default: 'equals'. Can also be: 'regexp', 'starts'). +Set dimension operator (default: 'equals'. Can also be: 'regexp', 'starts'). =item B<--dimension-value> -Set dimension value (Required). +Set dimension value (required). =item B<--filter-metric> -Filter metrics (Can be: 'database/mysql/questions', 'database/mysql/queries') (Can be a regexp). +Filter metrics (can be: 'database/mysql/questions', 'database/mysql/queries') (Can be a regexp). =item B<--timeframe> @@ -138,13 +138,13 @@ Set timeframe in seconds (i.e. 3600 to check last hour). =item B<--aggregation> -Aggregate monitoring. Can apply to: 'minimum', 'maximum', 'average', 'total' +Define how the data must be aggregated. Available aggregations: 'minimum', 'maximum', 'average', 'total' and 'count'. Can be called multiple times. =item B<--warning-*> B<--critical-*> -Thresholds (Can be: 'queries', 'questions'). +Thresholds (can be: 'queries', 'questions'). =item B<--per-second> diff --git a/src/cloud/google/gcp/compute/computeengine/mode/cpu.pm b/src/cloud/google/gcp/compute/computeengine/mode/cpu.pm index 93da84f2b..fb6ad35e3 100644 --- a/src/cloud/google/gcp/compute/computeengine/mode/cpu.pm +++ b/src/cloud/google/gcp/compute/computeengine/mode/cpu.pm @@ -109,20 +109,20 @@ Default aggregation: 'average' / All aggregations are valid. =item B<--dimension-name> -Set dimension name (Default: 'metric.labels.instance_name'). +Set dimension name (default: 'metric.labels.instance_name'). =item B<--dimension-operator> -Set dimension operator (Default: 'equals'. Can also be: 'regexp', 'starts'). +Set dimension operator (default: 'equals'. Can also be: 'regexp', 'starts'). =item B<--dimension-value> -Set dimension value (Required). +Set dimension value (required). =item B<--filter-metric> -Filter metrics (Can be: 'instance/cpu/utilization', -'instance/cpu/reserved_cores') (Can be a regexp). +Filter metrics (can be: 'instance/cpu/utilization', +'instance/cpu/reserved_cores') (can be a regexp). =item B<--timeframe> @@ -130,13 +130,13 @@ Set timeframe in seconds (i.e. 3600 to check last hour). =item B<--aggregation> -Aggregate monitoring. Can apply to: 'minimum', 'maximum', 'average', 'total' +Define how the data must be aggregated. Available aggregations: 'minimum', 'maximum', 'average', 'total' and 'count'. Can be called multiple times. =item B<--warning-*> B<--critical-*> -Thresholds (Can be: 'utilization', 'cores-reserved'). +Thresholds (can be: 'utilization', 'cores-reserved'). =back diff --git a/src/cloud/google/gcp/compute/computeengine/mode/diskio.pm b/src/cloud/google/gcp/compute/computeengine/mode/diskio.pm index f94c33995..a1186315b 100644 --- a/src/cloud/google/gcp/compute/computeengine/mode/diskio.pm +++ b/src/cloud/google/gcp/compute/computeengine/mode/diskio.pm @@ -190,21 +190,21 @@ Default aggregation: 'average' / All aggregations are valid. =item B<--dimension-name> -Set dimension name (Default: 'metric.labels.instance_name'). +Set dimension name (default: 'metric.labels.instance_name'). =item B<--dimension-operator> -Set dimension operator (Default: 'equals'. Can also be: 'regexp', 'starts'). +Set dimension operator (default: 'equals'. Can also be: 'regexp', 'starts'). =item B<--dimension-value> -Set dimension value (Required). +Set dimension value (required). =item B<--filter-metric> -Filter metrics (Can be: 'instance/disk/read_bytes_count', 'instance/disk/throttled_read_bytes_count', +Filter metrics (can be: 'instance/disk/read_bytes_count', 'instance/disk/throttled_read_bytes_count', 'instance/disk/write_bytes_count', 'instance/disk/throttled_write_bytes_count', -'instance/disk/read_ops_count', 'instance/disk/write_ops_count') (Can be a regexp). +'instance/disk/read_ops_count', 'instance/disk/write_ops_count') (can be a regexp). =item B<--timeframe> @@ -212,13 +212,13 @@ Set timeframe in seconds (i.e. 3600 to check last hour). =item B<--aggregation> -Aggregate monitoring. Can apply to: 'minimum', 'maximum', 'average', 'total' +Define how the data must be aggregated. Available aggregations: 'minimum', 'maximum', 'average', 'total' and 'count'. Can be called multiple times. =item B<--warning-*> B<--critical-*> -Thresholds (Can be: 'read-volume', 'throttled-read-volume', +Thresholds (can be: 'read-volume', 'throttled-read-volume', 'write-volume', 'throttled-write-volume', 'read-ops', 'write-ops'). =item B<--per-second> diff --git a/src/cloud/google/gcp/compute/computeengine/mode/network.pm b/src/cloud/google/gcp/compute/computeengine/mode/network.pm index 42db9fe9d..e3d473c24 100644 --- a/src/cloud/google/gcp/compute/computeengine/mode/network.pm +++ b/src/cloud/google/gcp/compute/computeengine/mode/network.pm @@ -156,21 +156,21 @@ Default aggregation: 'average' / All aggregations are valid. =item B<--dimension-name> -Set dimension name (Default: 'metric.labels.instance_name'). +Set dimension name (default: 'metric.labels.instance_name'). =item B<--dimension-operator> -Set dimension operator (Default: 'equals'. Can also be: 'regexp', 'starts'). +Set dimension operator (default: 'equals'. Can also be: 'regexp', 'starts'). =item B<--dimension-value> -Set dimension value (Required). +Set dimension value (required). =item B<--filter-metric> -Filter metrics (Can be: 'instance/network/received_bytes_count', +Filter metrics (can be: 'instance/network/received_bytes_count', 'instance/network/sent_bytes_count', 'instance/network/received_packets_count', -'instance/network/sent_packets_count') (Can be a regexp). +'instance/network/sent_packets_count') (can be a regexp). =item B<--timeframe> @@ -178,13 +178,13 @@ Set timeframe in seconds (i.e. 3600 to check last hour). =item B<--aggregation> -Aggregate monitoring. Can apply to: 'minimum', 'maximum', 'average', 'total' +Define how the data must be aggregated. Available aggregations: 'minimum', 'maximum', 'average', 'total' and 'count'. Can be called multiple times. =item B<--warning-*> B<--critical-*> -Thresholds (Can be: 'received-volume', 'sent-volume', +Thresholds (can be: 'received-volume', 'sent-volume', 'received-packets', 'sent-packets'). =item B<--per-second> diff --git a/src/cloud/google/gcp/custom/api.pm b/src/cloud/google/gcp/custom/api.pm index 11941cfb3..35afc83f4 100644 --- a/src/cloud/google/gcp/custom/api.pm +++ b/src/cloud/google/gcp/custom/api.pm @@ -484,15 +484,15 @@ Set GCP key file path. =item B<--authorization-endpoint> -Set GCP authorization endpoint URL (Default: 'https://www.googleapis.com/oauth2/v4/token') +Set GCP authorization endpoint URL (default: 'https://www.googleapis.com/oauth2/v4/token') =item B<--monitoring-endpoint> -Set GCP monitoring endpoint URL (Default: 'https://monitoring.googleapis.com/v3') +Set GCP monitoring endpoint URL (default: 'https://monitoring.googleapis.com/v3') =item B<--scope-endpoint> -Set GCP scope endpoint URL (Default: 'https://www.googleapis.com/auth/cloud-platform') +Set GCP scope endpoint URL (default: 'https://www.googleapis.com/auth/cloud-platform') =item B<--zeroed> @@ -501,7 +501,7 @@ does not return value when not defined. =item B<--timeout> -Set timeout in seconds (Default: 10). +Set timeout in seconds (default: 10). =back diff --git a/src/cloud/google/gcp/management/stackdriver/mode/getmetrics.pm b/src/cloud/google/gcp/management/stackdriver/mode/getmetrics.pm index 1c2063336..b90a28654 100644 --- a/src/cloud/google/gcp/management/stackdriver/mode/getmetrics.pm +++ b/src/cloud/google/gcp/management/stackdriver/mode/getmetrics.pm @@ -203,27 +203,27 @@ perl centreon_plugins.pl --plugin=cloud::google::gcp::management::stackdriver::p =item B<--api> -Set GCP API (Required). +Set GCP API (required). =item B<--metric> -Set stackdriver metric (Required). +Set stackdriver metric (required). =item B<--dimension-name> -Set dimension name (Required). +Set dimension name (required). =item B<--dimension-operator> -Set dimension operator (Default: 'equals'. Can also be: 'regexp', 'starts'). +Set dimension operator (default: 'equals'. Can also be: 'regexp', 'starts'). =item B<--dimension-value> -Set dimension value (Required). +Set dimension value (required). =item B<--instance-key> -Set instance key (By default, --dimension-name option is used). +Set instance key (by default, --dimension-name option is used). =item B<--timeframe> @@ -231,7 +231,7 @@ Set timeframe in seconds (i.e. 3600 to check last hour). =item B<--aggregation> -Aggregate monitoring. Can apply to: 'minimum', 'maximum', 'average', 'total' +Define how the data must be aggregated. Available aggregations: 'minimum', 'maximum', 'average', 'total' and 'count'. Can be called multiple times. diff --git a/src/cloud/google/gcp/storage/mode/bucket.pm b/src/cloud/google/gcp/storage/mode/bucket.pm index e807c8a8b..132a37af6 100644 --- a/src/cloud/google/gcp/storage/mode/bucket.pm +++ b/src/cloud/google/gcp/storage/mode/bucket.pm @@ -138,20 +138,20 @@ Default aggregation: 'average' / All aggregations are valid. =item B<--dimension-name> -Set dimension name (Default: 'resource.labels.bucket_name'). Can be: 'resources.labels.location'. +Set dimension name (default: 'resource.labels.bucket_name'). Can be: 'resources.labels.location'. =item B<--dimension-operator> -Set dimension operator (Default: 'equals'. Can also be: 'regexp', 'starts'). +Set dimension operator (default: 'equals'. Can also be: 'regexp', 'starts'). =item B<--dimension-value> -Set dimension value (Required). +Set dimension value (required). =item B<--filter-metric> -Filter metrics (Can be: 'storage/object_count', 'network/received_bytes_count', -'network/sent_bytes_count') (Can be a regexp). +Filter metrics (can be: 'storage/object_count', 'network/received_bytes_count', +'network/sent_bytes_count') (can be a regexp). =item B<--timeframe> @@ -159,13 +159,13 @@ Set timeframe in seconds (i.e. 3600 to check last hour). =item B<--aggregation> -Aggregate monitoring. Can apply to: 'minimum', 'maximum', 'average', 'total' +Define how the data must be aggregated. Available aggregations: 'minimum', 'maximum', 'average', 'total' and 'count'. Can be called multiple times. =item B<--warning-*> B<--critical-*> -Thresholds (Can be: 'bucket-objects', 'received-volume', 'sent-volume'). +Thresholds (can be: 'bucket-objects', 'received-volume', 'sent-volume'). =item B<--per-second> diff --git a/src/cloud/ibm/softlayer/custom/xmlapi.pm b/src/cloud/ibm/softlayer/custom/xmlapi.pm index d6bb87b4c..de461b852 100644 --- a/src/cloud/ibm/softlayer/custom/xmlapi.pm +++ b/src/cloud/ibm/softlayer/custom/xmlapi.pm @@ -195,19 +195,19 @@ IBM SoftLayer XML API =item B<--hostname> -API hostname (Default: 'api.softlayer.com'). +API hostname (default: 'api.softlayer.com'). =item B<--url-path> -API url path (Default: '/soap/v3') +API url path (default: '/soap/v3') =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> diff --git a/src/cloud/ibm/softlayer/mode/events.pm b/src/cloud/ibm/softlayer/mode/events.pm index 13ee7cd17..81fc72a1a 100644 --- a/src/cloud/ibm/softlayer/mode/events.pm +++ b/src/cloud/ibm/softlayer/mode/events.pm @@ -194,7 +194,7 @@ Check events status and number of impacted ressources =item B<--filter-status> -Filter events status (Default: 'Active') +Filter events status (default: 'Active') =item B<--warning-event> @@ -204,7 +204,7 @@ You can use the following variables: %{id}, %{subject}, %{status}, %{items}, =item B<--critical-event> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} =~ /Active/ && %{items} > 0'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} =~ /Active/ && %{items} > 0'). You can use the following variables: %{id}, %{subject}, %{status}, %{items}, %{start_date}, %{since_start}, %{end_date}, %{since_end}. diff --git a/src/cloud/ibm/softlayer/mode/opentickets.pm b/src/cloud/ibm/softlayer/mode/opentickets.pm index b5146a239..813eff179 100644 --- a/src/cloud/ibm/softlayer/mode/opentickets.pm +++ b/src/cloud/ibm/softlayer/mode/opentickets.pm @@ -154,7 +154,7 @@ Check if there is open tickets =item B<--ticket-group> -Name of the ticket group (Can be a regexp). +Name of the ticket group (can be a regexp). =item B<--warning-ticket> diff --git a/src/cloud/iics/restapi/custom/api.pm b/src/cloud/iics/restapi/custom/api.pm index f75af5b8d..7ad41791c 100644 --- a/src/cloud/iics/restapi/custom/api.pm +++ b/src/cloud/iics/restapi/custom/api.pm @@ -257,7 +257,7 @@ API password. =item B<--timeout> -Set timeout in seconds (Default: 30). +Set timeout in seconds (default: 30). =back diff --git a/src/cloud/iics/restapi/mode/agents.pm b/src/cloud/iics/restapi/mode/agents.pm index b81cce6e5..cca0d8300 100644 --- a/src/cloud/iics/restapi/mode/agents.pm +++ b/src/cloud/iics/restapi/mode/agents.pm @@ -233,7 +233,7 @@ You can use the following variables: %{active}, %{readyToRun}, %{id}, %{name} =item B<--critical-agent-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{active} eq "yes" and %{readyToRun} eq "no"'). +Define the conditions to match for the status to be CRITICAL (default: '%{active} eq "yes" and %{readyToRun} eq "no"'). You can use the following variables: %{active}, %{readyToRun}, %{id}, %{name} =item B<--unknown-engine-status> diff --git a/src/cloud/kubernetes/custom/api.pm b/src/cloud/kubernetes/custom/api.pm index 102639144..09bd322ff 100644 --- a/src/cloud/kubernetes/custom/api.pm +++ b/src/cloud/kubernetes/custom/api.pm @@ -351,11 +351,11 @@ Kubernetes API hostname. =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<--timeout> diff --git a/src/cloud/kubernetes/custom/kubectl.pm b/src/cloud/kubernetes/custom/kubectl.pm index ff2811a6d..7da47f4f5 100644 --- a/src/cloud/kubernetes/custom/kubectl.pm +++ b/src/cloud/kubernetes/custom/kubectl.pm @@ -331,8 +331,8 @@ Kubernetes CLI (kubectl) =item B<--config-file> -Kubernetes configuration file path (Default: '~/.kube/config'). -(Example: --config-file='/root/.kube/config'). +Kubernetes configuration file path (default: '~/.kube/config'). +(example: --config-file='/root/.kube/config'). =item B<--context> @@ -344,7 +344,7 @@ Set namespace to get informations. =item B<--timeout> -Set timeout in seconds (Default: 10). +Set timeout in seconds (default: 10). =item B<--sudo> @@ -352,16 +352,16 @@ Use 'sudo' to execute the command. =item B<--command> -Command to get information (Default: 'kubectl'). +Command to get information (default: 'kubectl'). 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> diff --git a/src/cloud/kubernetes/mode/clusterevents.pm b/src/cloud/kubernetes/mode/clusterevents.pm index f26c0e890..24b77b435 100644 --- a/src/cloud/kubernetes/mode/clusterevents.pm +++ b/src/cloud/kubernetes/mode/clusterevents.pm @@ -204,13 +204,13 @@ Filter namespace (can be a regexp). =item B<--warning-status> -Define the conditions to match for the status to be WARNING (Default: '%{type} =~ /warning/i') +Define the conditions to match for the status to be WARNING (default: '%{type} =~ /warning/i') Can use special variables like: %{name}, %{namespace}, %{type}, %{object}, %{message}, %{count}, %{first_seen}, %{last_seen}. =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{type} =~ /error/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{type} =~ /error/i'). Can use special variables like: %{name}, %{namespace}, %{type}, %{object}, %{message}, %{count}, %{first_seen}, %{last_seen}. diff --git a/src/cloud/kubernetes/mode/cronjobstatus.pm b/src/cloud/kubernetes/mode/cronjobstatus.pm index 889c97763..094b981f5 100644 --- a/src/cloud/kubernetes/mode/cronjobstatus.pm +++ b/src/cloud/kubernetes/mode/cronjobstatus.pm @@ -167,13 +167,13 @@ Filter CronJob namespace (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: %{name}, %{namespace}, %{active}, %{last_schedule}. =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: %{name}, %{namespace}, %{active}, %{last_schedule}. diff --git a/src/cloud/kubernetes/mode/daemonsetstatus.pm b/src/cloud/kubernetes/mode/daemonsetstatus.pm index 557cbffaf..ab6ad2e86 100644 --- a/src/cloud/kubernetes/mode/daemonsetstatus.pm +++ b/src/cloud/kubernetes/mode/daemonsetstatus.pm @@ -185,13 +185,13 @@ Filter DaemonSet namespace (can be a regexp). =item B<--warning-status> -Define the conditions to match for the status to be WARNING (Default: '%{up_to_date} < %{desired}') +Define the conditions to match for the status to be WARNING (default: '%{up_to_date} < %{desired}') You can use the following variables: %{name}, %{namespace}, %{desired}, %{current}, %{available}, %{unavailable}, %{up_to_date}, %{ready}, %{misscheduled}. =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{available} < %{desired}'). +Define the conditions to match for the status to be CRITICAL (default: '%{available} < %{desired}'). You can use the following variables: %{name}, %{namespace}, %{desired}, %{current}, %{available}, %{unavailable}, %{up_to_date}, %{ready}, %{misscheduled}. diff --git a/src/cloud/kubernetes/mode/deploymentstatus.pm b/src/cloud/kubernetes/mode/deploymentstatus.pm index 948014a56..1b3df4721 100644 --- a/src/cloud/kubernetes/mode/deploymentstatus.pm +++ b/src/cloud/kubernetes/mode/deploymentstatus.pm @@ -172,13 +172,13 @@ Filter deployment namespace (can be a regexp). =item B<--warning-status> -Define the conditions to match for the status to be WARNING (Default: '%{up_to_date} < %{desired}') +Define the conditions to match for the status to be WARNING (default: '%{up_to_date} < %{desired}') You can use the following variables: %{name}, %{namespace}, %{desired}, %{current}, %{available}, %{unavailable}, %{up_to_date}. =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{available} < %{desired}'). +Define the conditions to match for the status to be CRITICAL (default: '%{available} < %{desired}'). You can use the following variables: %{name}, %{namespace}, %{desired}, %{current}, %{available}, %{unavailable}, %{up_to_date}. diff --git a/src/cloud/kubernetes/mode/discovery.pm b/src/cloud/kubernetes/mode/discovery.pm index 9a287bd1a..af6e1b7a8 100644 --- a/src/cloud/kubernetes/mode/discovery.pm +++ b/src/cloud/kubernetes/mode/discovery.pm @@ -150,7 +150,7 @@ Nodes discovery. =item B<--resource-type> -Choose the type of resources to discover (Can be: 'node', 'namespace'). +Choose the type of resources to discover (can be: 'node', 'namespace'). =item B<--prettify> diff --git a/src/cloud/kubernetes/mode/nodestatus.pm b/src/cloud/kubernetes/mode/nodestatus.pm index a866f2f63..f9d13a7b9 100644 --- a/src/cloud/kubernetes/mode/nodestatus.pm +++ b/src/cloud/kubernetes/mode/nodestatus.pm @@ -146,12 +146,12 @@ Filter node name (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}, %{status}, %{reason}, %{message}, %{name}. =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '(%{type} =~ /Ready/i && %{status} !~ /True/i) || (%{type} =~ /.*Pressure/i && %{status} !~ /False/i)'). +Define the conditions to match for the status to be CRITICAL (default: '(%{type} =~ /Ready/i && %{status} !~ /True/i) || (%{type} =~ /.*Pressure/i && %{status} !~ /False/i)'). You can use the following variables: %{type}, %{status}, %{reason}, %{message}, %{name}. =back diff --git a/src/cloud/kubernetes/mode/persistentvolumestatus.pm b/src/cloud/kubernetes/mode/persistentvolumestatus.pm index bfe917029..14f6cf847 100644 --- a/src/cloud/kubernetes/mode/persistentvolumestatus.pm +++ b/src/cloud/kubernetes/mode/persistentvolumestatus.pm @@ -115,12 +115,12 @@ Filter persistent volume name (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: %{name}, %{phase}. =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{phase} !~ /Bound|Available|Released/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{phase} !~ /Bound|Available|Released/i'). You can use the following variables: %{name}, %{phase}. =back diff --git a/src/cloud/kubernetes/mode/podstatus.pm b/src/cloud/kubernetes/mode/podstatus.pm index 7669d811e..3803ecd87 100644 --- a/src/cloud/kubernetes/mode/podstatus.pm +++ b/src/cloud/kubernetes/mode/podstatus.pm @@ -304,22 +304,22 @@ Example : --extra-filter='app=mynewapp' =item B<--warning-pod-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}, %{name}, %{namespace}. =item B<--critical-pod-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} !~ /running/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} !~ /running/i'). You can use the following variables: %{status}, %{name}, %{namespace}. =item B<--warning-container-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}, %{name}. =item B<--critical-container-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} !~ /running/i || %{state} !~ /^ready$/'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} !~ /running/i || %{state} !~ /^ready$/'). You can use the following variables: %{status}, %{state}, %{name}. =item B<--warning-*> @@ -334,7 +334,7 @@ Can be: 'containers-ready', 'total-restarts-count' (count), 'restarts-count' (co =item B<--units> -Units of thresholds (Default: '%') ('%', 'count'). +Units of thresholds (default: '%') ('%', 'count'). =back diff --git a/src/cloud/kubernetes/mode/replicasetstatus.pm b/src/cloud/kubernetes/mode/replicasetstatus.pm index 81fa34c74..a24e71d97 100644 --- a/src/cloud/kubernetes/mode/replicasetstatus.pm +++ b/src/cloud/kubernetes/mode/replicasetstatus.pm @@ -152,13 +152,13 @@ Filter ReplicaSet namespace (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: %{name}, %{namespace}, %{desired}, %{current}, %{ready}. =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{ready} < %{desired}'). +Define the conditions to match for the status to be CRITICAL (default: '%{ready} < %{desired}'). You can use the following variables: %{name}, %{namespace}, %{desired}, %{current}, %{ready}. diff --git a/src/cloud/kubernetes/mode/replicationcontrollerstatus.pm b/src/cloud/kubernetes/mode/replicationcontrollerstatus.pm index c3bb4dca0..621312137 100644 --- a/src/cloud/kubernetes/mode/replicationcontrollerstatus.pm +++ b/src/cloud/kubernetes/mode/replicationcontrollerstatus.pm @@ -152,13 +152,13 @@ Filter ReplicationController namespace (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: %{name}, %{namespace}, %{desired}, %{current}, %{ready}. =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{ready} < %{desired}'). +Define the conditions to match for the status to be CRITICAL (default: '%{ready} < %{desired}'). You can use the following variables: %{name}, %{namespace}, %{desired}, %{current}, %{ready}. diff --git a/src/cloud/kubernetes/mode/statefulsetstatus.pm b/src/cloud/kubernetes/mode/statefulsetstatus.pm index 96df0c115..703e82290 100644 --- a/src/cloud/kubernetes/mode/statefulsetstatus.pm +++ b/src/cloud/kubernetes/mode/statefulsetstatus.pm @@ -165,13 +165,13 @@ Filter StatefulSet namespace (can be a regexp). =item B<--warning-status> -Define the conditions to match for the status to be WARNING (Default: '%{up_to_date} < %{desired}') +Define the conditions to match for the status to be WARNING (default: '%{up_to_date} < %{desired}') You can use the following variables: %{name}, %{namespace}, %{desired}, %{current}, %{up_to_date}, %{ready}. =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{ready} < %{desired}'). +Define the conditions to match for the status to be CRITICAL (default: '%{ready} < %{desired}'). You can use the following variables: %{name}, %{namespace}, %{desired}, %{current}, %{up_to_date}, %{ready}. diff --git a/src/cloud/microsoft/office365/azuread/mode/directorysizeusage.pm b/src/cloud/microsoft/office365/azuread/mode/directorysizeusage.pm index 3b2f5d8fd..b7f43b4dd 100644 --- a/src/cloud/microsoft/office365/azuread/mode/directorysizeusage.pm +++ b/src/cloud/microsoft/office365/azuread/mode/directorysizeusage.pm @@ -143,7 +143,7 @@ Critical threshold. =item B<--units> -Unit of thresholds (Default: '%') ('%', 'count'). +Unit of thresholds (default: '%') ('%', 'count'). =back diff --git a/src/cloud/microsoft/office365/custom/graphapi.pm b/src/cloud/microsoft/office365/custom/graphapi.pm index b67e698a9..0e196d7d4 100644 --- a/src/cloud/microsoft/office365/custom/graphapi.pm +++ b/src/cloud/microsoft/office365/custom/graphapi.pm @@ -529,15 +529,15 @@ Set Office 365 client secret. =item B<--login-endpoint> -Set Office 365 login endpoint URL (Default: 'https://login.microsoftonline.com') +Set Office 365 login endpoint URL (default: 'https://login.microsoftonline.com') =item B<--graph-endpoint> -Set Office 365 graph endpoint URL (Default: 'https://graph.microsoft.com') +Set Office 365 graph endpoint URL (default: 'https://graph.microsoft.com') =item B<--timeout> -Set timeout in seconds (Default: 10). +Set timeout in seconds (default: 10). =back diff --git a/src/cloud/microsoft/office365/custom/managementapi.pm b/src/cloud/microsoft/office365/custom/managementapi.pm index ea77e7b6e..3d6a8d124 100644 --- a/src/cloud/microsoft/office365/custom/managementapi.pm +++ b/src/cloud/microsoft/office365/custom/managementapi.pm @@ -271,15 +271,15 @@ Set Office 365 client secret. =item B<--login-endpoint> -Set Office 365 login endpoint URL (Default: 'https://login.windows.net') +Set Office 365 login endpoint URL (default: 'https://login.windows.net') =item B<--management-endpoint> -Set Office 365 management endpoint URL (Default: 'https://manage.office.com') +Set Office 365 management endpoint URL (default: 'https://manage.office.com') =item B<--timeout> -Set timeout in seconds (Default: 10). +Set timeout in seconds (default: 10). =back diff --git a/src/cloud/microsoft/office365/exchange/mode/emailactivity.pm b/src/cloud/microsoft/office365/exchange/mode/emailactivity.pm index 5701c850a..4f4e5a6c6 100644 --- a/src/cloud/microsoft/office365/exchange/mode/emailactivity.pm +++ b/src/cloud/microsoft/office365/exchange/mode/emailactivity.pm @@ -247,7 +247,7 @@ __END__ Check email activity (reporting period over the last refreshed day). -(See link for details about metrics : +(see link for details about metrics : https://docs.microsoft.com/en-us/office365/admin/activity-reports/email-activity?view=o365-worldwide) =over 8 @@ -274,11 +274,11 @@ Can be: 'active-users', 'total-send-count' (count), Only display some counters (regexp can be used). Example to hide per user counters: --filter-counters='active|total' -(Default: 'active|total') +(default: 'active|total') =item B<--units> -Unit of thresholds (Default: '%') ('%', 'count'). +Unit of thresholds (default: '%') ('%', 'count'). =back diff --git a/src/cloud/microsoft/office365/exchange/mode/mailboxusage.pm b/src/cloud/microsoft/office365/exchange/mode/mailboxusage.pm index 2e4b52b1f..8bb275669 100644 --- a/src/cloud/microsoft/office365/exchange/mode/mailboxusage.pm +++ b/src/cloud/microsoft/office365/exchange/mode/mailboxusage.pm @@ -280,7 +280,7 @@ __END__ Check mailbox usage (reporting period over the last refreshed day). -(See link for details about metrics : +(see link for details about metrics : https://docs.microsoft.com/en-us/office365/admin/activity-reports/mailbox-usage?view=o365-worldwide) =over 8 @@ -303,13 +303,13 @@ Can be: 'active-mailboxes', 'total-usage-active' (count), =item B<--warning-status> -Define the conditions to match for the status to be WARNING (Default: '%{used} > %{issue_warning_quota}'). +Define the conditions to match for the status to be WARNING (default: '%{used} > %{issue_warning_quota}'). You can use the following variables: %{used}, %{issue_warning_quota}, %{prohibit_send_quota}, %{prohibit_send_receive_quota} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{used} > %{prohibit_send_quota}'). +Define the conditions to match for the status to be CRITICAL (default: '%{used} > %{prohibit_send_quota}'). You can use the following variables: %{used}, %{issue_warning_quota}, %{prohibit_send_quota}, %{prohibit_send_receive_quota} @@ -317,11 +317,11 @@ You can use the following variables: %{used}, %{issue_warning_quota}, Only display some counters (regexp can be used). Example to hide per user counters: --filter-counters='active|total' -(Default: 'active|total') +(default: 'active|total') =item B<--units> -Unit of thresholds (Default: '%') ('%', 'count'). +Unit of thresholds (default: '%') ('%', 'count'). =back diff --git a/src/cloud/microsoft/office365/management/mode/appcredentials.pm b/src/cloud/microsoft/office365/management/mode/appcredentials.pm index 7470e3600..285e7a5ec 100644 --- a/src/cloud/microsoft/office365/management/mode/appcredentials.pm +++ b/src/cloud/microsoft/office365/management/mode/appcredentials.pm @@ -243,7 +243,7 @@ You can use the following variables: %{status}, %{id}, %{app_name}. =item B<--critical-key-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} =~ /expired/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} =~ /expired/i'). You can use the following variables: %{status}, %{id}, %{app_name}. =item B<--warning-password-status> @@ -253,13 +253,12 @@ You can use the following variables: %{status}, %{id}, %{app_name}. =item B<--critical-password-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} =~ /expired/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} =~ /expired/i'). You can use the following variables: %{status}, %{id}, %{app_name}. =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 secondss. =item B<--warning-*> B<--critical-*> diff --git a/src/cloud/microsoft/office365/management/mode/servicestatus.pm b/src/cloud/microsoft/office365/management/mode/servicestatus.pm index fb9d19eae..aff124e55 100644 --- a/src/cloud/microsoft/office365/management/mode/servicestatus.pm +++ b/src/cloud/microsoft/office365/management/mode/servicestatus.pm @@ -140,7 +140,7 @@ You can use the following variables: %{service_name}, %{status}, %{classificatio =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} !~ /serviceOperational|serviceRestored/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} !~ /serviceOperational|serviceRestored/i'). You can use the following variables: %{service_name}, %{status}, %{classification} =back diff --git a/src/cloud/microsoft/office365/management/mode/subscriptions.pm b/src/cloud/microsoft/office365/management/mode/subscriptions.pm index 139c98cfb..78f43692c 100644 --- a/src/cloud/microsoft/office365/management/mode/subscriptions.pm +++ b/src/cloud/microsoft/office365/management/mode/subscriptions.pm @@ -166,7 +166,7 @@ Filter subscriptions by SKU part number (can be a regexp). =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: %{capabilityStatus}, %{skuPartNumber} =item B<--critical-status> diff --git a/src/cloud/microsoft/office365/onedrive/mode/siteusage.pm b/src/cloud/microsoft/office365/onedrive/mode/siteusage.pm index accff3495..528063fce 100644 --- a/src/cloud/microsoft/office365/onedrive/mode/siteusage.pm +++ b/src/cloud/microsoft/office365/onedrive/mode/siteusage.pm @@ -351,7 +351,7 @@ __END__ Check sites usage (reporting period over the last refreshed day). -(See link for details about metrics : +(see link for details about metrics : https://docs.microsoft.com/en-us/microsoft-365/admin/activity-reports/onedrive-for-business-usage?view=o365-worldwide) =over 8 @@ -383,11 +383,11 @@ Can be: 'active-sites', Only display some counters (regexp can be used). Example to hide per user counters: --filter-counters='active-sites|total' -(Default: 'active-sites|total') +(default: 'active-sites|total') =item B<--units> -Unit of thresholds (Default: '%') ('%', 'count'). +Unit of thresholds (default: '%') ('%', 'count'). =back diff --git a/src/cloud/microsoft/office365/onedrive/mode/usersactivity.pm b/src/cloud/microsoft/office365/onedrive/mode/usersactivity.pm index 7b55254f3..1bef945d6 100644 --- a/src/cloud/microsoft/office365/onedrive/mode/usersactivity.pm +++ b/src/cloud/microsoft/office365/onedrive/mode/usersactivity.pm @@ -270,7 +270,7 @@ __END__ Check users activity (reporting period over the last refreshed day). -(See link for details about metrics : +(see link for details about metrics : https://docs.microsoft.com/en-us/microsoft-365/admin/activity-reports/onedrive-for-business-activity?view=o365-worldwide) =over 8 @@ -301,11 +301,11 @@ Can be: 'active-users', Only display some counters (regexp can be used). Example to hide per user counters: --filter-counters='active|total' -(Default: 'active|total') +(default: 'active|total') =item B<--units> -Unit of thresholds (Default: '%') ('%', 'count'). +Unit of thresholds (default: '%') ('%', 'count'). =back diff --git a/src/cloud/microsoft/office365/sharepoint/mode/siteusage.pm b/src/cloud/microsoft/office365/sharepoint/mode/siteusage.pm index 5637e4b6d..9fe914337 100644 --- a/src/cloud/microsoft/office365/sharepoint/mode/siteusage.pm +++ b/src/cloud/microsoft/office365/sharepoint/mode/siteusage.pm @@ -390,7 +390,7 @@ __END__ Check sites usage (reporting period over the last refreshed day). -(See link for details about metrics : +(see link for details about metrics : https://docs.microsoft.com/en-us/microsoft-365/admin/activity-reports/sharepoint-site-usage?view=o365-worldwide) =over 8 @@ -399,7 +399,7 @@ https://docs.microsoft.com/en-us/microsoft-365/admin/activity-reports/sharepoint Only display some counters (regexp can be used). Example to hide per user counters: --filter-counters='active-sites|total' -(Default: 'active-sites|total') +(default: 'active-sites|total') =item B<--filter-*> @@ -423,7 +423,7 @@ Can be: 'active-sites', =item B<--units> -Unit of thresholds (Default: '%') ('%', 'count'). +Unit of thresholds (default: '%') ('%', 'count'). =back diff --git a/src/cloud/microsoft/office365/sharepoint/mode/usersactivity.pm b/src/cloud/microsoft/office365/sharepoint/mode/usersactivity.pm index 210f5fe0b..bed09ccc9 100644 --- a/src/cloud/microsoft/office365/sharepoint/mode/usersactivity.pm +++ b/src/cloud/microsoft/office365/sharepoint/mode/usersactivity.pm @@ -289,7 +289,7 @@ __END__ Check users activity (reporting period over the last refreshed day). -(See link for details about metrics : +(see link for details about metrics : https://docs.microsoft.com/en-us/microsoft-365/admin/activity-reports/sharepoint-activity?view=o365-worldwide) =over 8 @@ -324,11 +324,11 @@ Can be: 'active-users', Only display some counters (regexp can be used). Example to hide per user counters: --filter-counters='active|total' -(Default: 'active|total') +(default: 'active|total') =item B<--units> -Unit of thresholds (Default: '%') ('%', 'count'). +Unit of thresholds (default: '%') ('%', 'count'). =back diff --git a/src/cloud/microsoft/office365/skype/mode/devicesusage.pm b/src/cloud/microsoft/office365/skype/mode/devicesusage.pm index b580656dd..961791057 100644 --- a/src/cloud/microsoft/office365/skype/mode/devicesusage.pm +++ b/src/cloud/microsoft/office365/skype/mode/devicesusage.pm @@ -230,7 +230,7 @@ __END__ Check devices usage (reporting period over the last refreshed day). -(See link for details about metrics : +(see link for details about metrics : https://docs.microsoft.com/en-us/SkypeForBusiness/skype-for-business-online-reporting/device-usage-report) =over 8 @@ -260,7 +260,7 @@ Example to hide per user counters: --filter-counters='windows' =item B<--units> -Unit of thresholds (Default: '%') ('%', 'count'). +Unit of thresholds (default: '%') ('%', 'count'). =back diff --git a/src/cloud/microsoft/office365/skype/mode/usersactivity.pm b/src/cloud/microsoft/office365/skype/mode/usersactivity.pm index 1ddfa6815..7ab193767 100644 --- a/src/cloud/microsoft/office365/skype/mode/usersactivity.pm +++ b/src/cloud/microsoft/office365/skype/mode/usersactivity.pm @@ -246,7 +246,7 @@ __END__ Check users activity (reporting period over the last refreshed day). -(See link for details about metrics : +(see link for details about metrics : https://docs.microsoft.com/en-us/SkypeForBusiness/skype-for-business-online-reporting/activity-report) =over 8 @@ -275,11 +275,11 @@ Can be: 'active-users', 'total-peer-to-peer-sessions' (count), Only display some counters (regexp can be used). Example to hide per user counters: --filter-counters='total' -(Default: 'active|total') +(default: 'active|total') =item B<--units> -Unit of thresholds (Default: '%') ('%', 'count'). +Unit of thresholds (default: '%') ('%', 'count'). =back diff --git a/src/cloud/microsoft/office365/teams/mode/devicesusage.pm b/src/cloud/microsoft/office365/teams/mode/devicesusage.pm index 606a9d546..4decc45f3 100644 --- a/src/cloud/microsoft/office365/teams/mode/devicesusage.pm +++ b/src/cloud/microsoft/office365/teams/mode/devicesusage.pm @@ -234,7 +234,7 @@ __END__ Check devices usage (reporting period over the last refreshed day). -(See link for details about metrics : +(see link for details about metrics : https://docs.microsoft.com/en-us/office365/admin/activity-reports/microsoft-teams-device-usage?view=o365-worldwide) =over 8 @@ -264,7 +264,7 @@ Example to hide per user counters: --filter-counters='windows' =item B<--units> -Unit of thresholds (Default: '%') ('%', 'count'). +Unit of thresholds (default: '%') ('%', 'count'). =back diff --git a/src/cloud/microsoft/office365/teams/mode/usersactivity.pm b/src/cloud/microsoft/office365/teams/mode/usersactivity.pm index 31f7cbcec..42f0f21bb 100644 --- a/src/cloud/microsoft/office365/teams/mode/usersactivity.pm +++ b/src/cloud/microsoft/office365/teams/mode/usersactivity.pm @@ -266,7 +266,7 @@ __END__ Check users activity (reporting period over the last refreshed day). -(See link for details about metrics : +(see link for details about metrics : https://docs.microsoft.com/en-us/office365/admin/activity-reports/microsoft-teams-user-activity?view=o365-worldwide) =over 8 @@ -293,11 +293,11 @@ Can be: 'active-users', 'total-team-chat' (count), 'total-private-chat' (count), Only display some counters (regexp can be used). Example to hide per user counters: --filter-counters='total' -(Default: 'active|total') +(default: 'active|total') =item B<--units> -Unit of thresholds (Default: '%') ('%', 'count'). +Unit of thresholds (default: '%') ('%', 'count'). =back diff --git a/src/cloud/nutanix/snmp/mode/clusterusage.pm b/src/cloud/nutanix/snmp/mode/clusterusage.pm index 8310e6a9c..2fceee441 100644 --- a/src/cloud/nutanix/snmp/mode/clusterusage.pm +++ b/src/cloud/nutanix/snmp/mode/clusterusage.pm @@ -256,7 +256,7 @@ Can be: 'usage', 'avg-latency', 'iops'. =item B<--units> -Units of thresholds (Default: '%') ('%', 'B'). +Units of thresholds (default: '%') ('%', 'B'). =item B<--free> diff --git a/src/cloud/nutanix/snmp/mode/containerusage.pm b/src/cloud/nutanix/snmp/mode/containerusage.pm index 2e6867b5e..326895692 100644 --- a/src/cloud/nutanix/snmp/mode/containerusage.pm +++ b/src/cloud/nutanix/snmp/mode/containerusage.pm @@ -237,7 +237,7 @@ Can be: 'usage', 'avg-latency', 'iops'. =item B<--units> -Units of thresholds (Default: '%') ('%', 'B'). +Units of thresholds (default: '%') ('%', 'B'). =item B<--free> diff --git a/src/cloud/nutanix/snmp/mode/diskusage.pm b/src/cloud/nutanix/snmp/mode/diskusage.pm index 975e28be0..7cf62507c 100644 --- a/src/cloud/nutanix/snmp/mode/diskusage.pm +++ b/src/cloud/nutanix/snmp/mode/diskusage.pm @@ -373,7 +373,7 @@ Can be: 'usage', 'inodes' (%), 'avg-latency', 'iops'. =item B<--units> -Units of thresholds (Default: '%') ('%', 'B'). +Units of thresholds (default: '%') ('%', 'B'). =item B<--free> diff --git a/src/cloud/nutanix/snmp/mode/storagepoolusage.pm b/src/cloud/nutanix/snmp/mode/storagepoolusage.pm index 851698354..f2f9f4e6a 100644 --- a/src/cloud/nutanix/snmp/mode/storagepoolusage.pm +++ b/src/cloud/nutanix/snmp/mode/storagepoolusage.pm @@ -238,7 +238,7 @@ Can be: 'usage', 'avg-latency', 'iops'. =item B<--units> -Units of thresholds (Default: '%') ('%', 'B'). +Units of thresholds (default: '%') ('%', 'B'). =item B<--free> diff --git a/src/cloud/outscale/custom/http.pm b/src/cloud/outscale/custom/http.pm index 012100aaf..e49be0721 100644 --- a/src/cloud/outscale/custom/http.pm +++ b/src/cloud/outscale/custom/http.pm @@ -376,15 +376,15 @@ Set Outscale access key. =item B<--region> -Set the region name (Required). +Set the region name (required). =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<--token> @@ -392,7 +392,7 @@ API token. =item B<--timeout> -Set timeout in seconds (Default: 50). +Set timeout in seconds (default: 50). =back diff --git a/src/cloud/outscale/custom/osccli.pm b/src/cloud/outscale/custom/osccli.pm index adb43e4e1..ff16f9335 100644 --- a/src/cloud/outscale/custom/osccli.pm +++ b/src/cloud/outscale/custom/osccli.pm @@ -435,7 +435,7 @@ Set python virtual environment (to be used if osc-cli is installed in python ven =item B<--timeout> -Set timeout in seconds (Default: 50). +Set timeout in seconds (default: 50). =item B<--sudo> @@ -443,16 +443,16 @@ Use 'sudo' to execute the command. =item B<--command> -Command to get information (Default: 'osc-cli'). +Command to get information (default: 'osc-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). Only use for testing purpose, when you want to set ALL parameters of a command by yourself. =item B<--proxyurl> diff --git a/src/cloud/outscale/mode/accountconsumptions.pm b/src/cloud/outscale/mode/accountconsumptions.pm index 1bcedf9c0..93e505a58 100644 --- a/src/cloud/outscale/mode/accountconsumptions.pm +++ b/src/cloud/outscale/mode/accountconsumptions.pm @@ -192,7 +192,7 @@ Filter account consumptions by region. =item B<--timeframe> -Set timeframe in days (Default: 1). +Set timeframe in days (default: 1). =item B<--warning-*> B<--critical-*> diff --git a/src/cloud/outscale/mode/clientgateways.pm b/src/cloud/outscale/mode/clientgateways.pm index 2f2cc02c3..6f622ee4f 100644 --- a/src/cloud/outscale/mode/clientgateways.pm +++ b/src/cloud/outscale/mode/clientgateways.pm @@ -170,7 +170,7 @@ Filter client gateways by name. =item B<--cg-tag-name> -Client gateway tags to be used for the name (Default: 'name'). +Client gateway tags to be used for the name (default: 'name'). =item B<--unknown-cg-status> diff --git a/src/cloud/outscale/mode/internetservices.pm b/src/cloud/outscale/mode/internetservices.pm index feeb88fc4..dc3d72642 100644 --- a/src/cloud/outscale/mode/internetservices.pm +++ b/src/cloud/outscale/mode/internetservices.pm @@ -147,7 +147,7 @@ Filter internet services by name. =item B<--internet-service-tag-name> -Internet service tag to be used for the name (Default: 'name'). +Internet service tag to be used for the name (default: 'name'). =item B<--unknown-internet-service-status> diff --git a/src/cloud/outscale/mode/loadbalancers.pm b/src/cloud/outscale/mode/loadbalancers.pm index 4790b768c..ae4ec5c4d 100644 --- a/src/cloud/outscale/mode/loadbalancers.pm +++ b/src/cloud/outscale/mode/loadbalancers.pm @@ -198,7 +198,7 @@ Filter load balancers by name. =item B<--vm-tag-name> -Virtual machine tags to used for the name (Default: 'name'). +Virtual machine tags to used for the name (default: 'name'). =item B<--unknown-vm-status> diff --git a/src/cloud/outscale/mode/natservices.pm b/src/cloud/outscale/mode/natservices.pm index 82de0d6c7..b09373019 100644 --- a/src/cloud/outscale/mode/natservices.pm +++ b/src/cloud/outscale/mode/natservices.pm @@ -147,7 +147,7 @@ Filter nat services by name. =item B<--nat-tag-name> -Nat service tag to be used for the name (Default: 'name'). +Nat service tag to be used for the name (default: 'name'). =item B<--unknown-nat-service-status> diff --git a/src/cloud/outscale/mode/nets.pm b/src/cloud/outscale/mode/nets.pm index 4d6062991..fd8251516 100644 --- a/src/cloud/outscale/mode/nets.pm +++ b/src/cloud/outscale/mode/nets.pm @@ -140,7 +140,7 @@ Filter nets by name. =item B<--net-tag-name> -Nets tag to be used for the name (Default: 'name'). +Nets tag to be used for the name (default: 'name'). =item B<--unknown-net-status> diff --git a/src/cloud/outscale/mode/quotas.pm b/src/cloud/outscale/mode/quotas.pm index ef64a0f83..c9638f91a 100644 --- a/src/cloud/outscale/mode/quotas.pm +++ b/src/cloud/outscale/mode/quotas.pm @@ -172,7 +172,7 @@ Filter nets by name. =item B<--net-tag-name> -Nets tag to be used for the name (Default: 'name'). +Nets tag to be used for the name (default: 'name'). =item B<--unknown-net-status> diff --git a/src/cloud/outscale/mode/subnets.pm b/src/cloud/outscale/mode/subnets.pm index 5f17e0e2b..5b2be0bbb 100644 --- a/src/cloud/outscale/mode/subnets.pm +++ b/src/cloud/outscale/mode/subnets.pm @@ -185,7 +185,7 @@ Filter subnets by name. =item B<--subnet-tag-name> -Subnet tags to be used for the name (Default: 'name'). +Subnet tags to be used for the name (default: 'name'). =item B<--unknown-subnet-status> diff --git a/src/cloud/outscale/mode/virtualgateways.pm b/src/cloud/outscale/mode/virtualgateways.pm index 0efc407fd..200f17a03 100644 --- a/src/cloud/outscale/mode/virtualgateways.pm +++ b/src/cloud/outscale/mode/virtualgateways.pm @@ -170,7 +170,7 @@ Filter virtual gateways by name. =item B<--vg-tag-name> -Virtual gateway tag to be used for the name (Default: 'name'). +Virtual gateway tag to be used for the name (default: 'name'). =item B<--unknown-vg-status> diff --git a/src/cloud/outscale/mode/vms.pm b/src/cloud/outscale/mode/vms.pm index 54b164d59..345256e18 100644 --- a/src/cloud/outscale/mode/vms.pm +++ b/src/cloud/outscale/mode/vms.pm @@ -147,7 +147,7 @@ Filter virtual machines by name. =item B<--vm-tag-name> -Virtual machine tag to be used for the name (Default: 'name'). +Virtual machine tag to be used for the name (default: 'name'). =item B<--unknown-vm-status> diff --git a/src/cloud/outscale/mode/volumes.pm b/src/cloud/outscale/mode/volumes.pm index eb939af6b..74b48f8e8 100644 --- a/src/cloud/outscale/mode/volumes.pm +++ b/src/cloud/outscale/mode/volumes.pm @@ -190,7 +190,7 @@ Filter volumes by id. =item B<--vm-tag-name> -Virtual machine tags to used for the name (Default: 'name'). +Virtual machine tags to used for the name (default: 'name'). =item B<--unknown-volume-status> diff --git a/src/cloud/outscale/mode/vpnconnections.pm b/src/cloud/outscale/mode/vpnconnections.pm index d6b26adef..fc08ad571 100644 --- a/src/cloud/outscale/mode/vpnconnections.pm +++ b/src/cloud/outscale/mode/vpnconnections.pm @@ -187,7 +187,7 @@ Filter virtual connections by name. =item B<--vpn-tag-name> -Vpn connection tag to be used for the name (Default: 'name'). +Vpn connection tag to be used for the name (default: 'name'). =item B<--unknown-vpn-connection-status> diff --git a/src/cloud/ovh/restapi/mode/quotausage.pm b/src/cloud/ovh/restapi/mode/quotausage.pm index abbd54a7a..ecf34edfc 100644 --- a/src/cloud/ovh/restapi/mode/quotausage.pm +++ b/src/cloud/ovh/restapi/mode/quotausage.pm @@ -183,7 +183,7 @@ Can be: 'usage'. =item B<--units> -Units of thresholds (Default: '%') ('%', 'B'). +Units of thresholds (default: '%') ('%', 'B'). =item B<--free> diff --git a/src/cloud/prometheus/direct/kubernetes/mode/containerstatus.pm b/src/cloud/prometheus/direct/kubernetes/mode/containerstatus.pm index f13ac3cea..dc3ee2bd2 100644 --- a/src/cloud/prometheus/direct/kubernetes/mode/containerstatus.pm +++ b/src/cloud/prometheus/direct/kubernetes/mode/containerstatus.pm @@ -207,20 +207,20 @@ Check container status. =item B<--container> -Filter on a specific container (Must be a PromQL filter, Default: 'container=~".*"') +Filter on a specific container (must be a PromQL filter, Default: 'container=~".*"') =item B<--pod> -Filter on a specific pod (Must be a PromQL filter, Default: 'pod=~".*"') +Filter on a specific pod (must be a PromQL filter, Default: 'pod=~".*"') =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}, %{state}, %{reason} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} !~ /running/ || %{state} !~ /ready/'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} !~ /running/ || %{state} !~ /ready/'). You can use the following variables: %{status}, %{state}, %{reason} =item B<--warning-restarts-count> diff --git a/src/cloud/prometheus/direct/kubernetes/mode/daemonsetstatus.pm b/src/cloud/prometheus/direct/kubernetes/mode/daemonsetstatus.pm index c8c2b7cf5..1f903b5c8 100644 --- a/src/cloud/prometheus/direct/kubernetes/mode/daemonsetstatus.pm +++ b/src/cloud/prometheus/direct/kubernetes/mode/daemonsetstatus.pm @@ -235,17 +235,17 @@ Check daemonset status. =item B<--daemonset> -Filter on a specific daemonset (Must be a PromQL filter, Default: 'daemonset=~".*"') +Filter on a specific daemonset (must be a PromQL filter, Default: 'daemonset=~".*"') =item B<--warning-status> -Define the conditions to match for the status to be WARNING (Default: '%{up_to_date} < %{desired}') +Define the conditions to match for the status to be WARNING (default: '%{up_to_date} < %{desired}') You can use the following variables: %{display}, %{desired}, %{current}, %{available}, %{unavailable}, %{up_to_date}, %{ready}, %{misscheduled} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{available} < %{desired}'). +Define the conditions to match for the status to be CRITICAL (default: '%{available} < %{desired}'). You can use the following variables: %{display}, %{desired}, %{current}, %{available}, %{unavailable}, %{up_to_date}, %{ready}, %{misscheduled} diff --git a/src/cloud/prometheus/direct/kubernetes/mode/deploymentstatus.pm b/src/cloud/prometheus/direct/kubernetes/mode/deploymentstatus.pm index 2fc94f743..c2183b11c 100644 --- a/src/cloud/prometheus/direct/kubernetes/mode/deploymentstatus.pm +++ b/src/cloud/prometheus/direct/kubernetes/mode/deploymentstatus.pm @@ -210,17 +210,17 @@ Check deployment status. =item B<--deployment> -Filter on a specific deployment (Must be a PromQL filter, Default: 'deployment=~".*"') +Filter on a specific deployment (must be a PromQL filter, Default: 'deployment=~".*"') =item B<--warning-status> -Define the conditions to match for the status to be WARNING (Default: '%{up_to_date} < %{desired}') +Define the conditions to match for the status to be WARNING (default: '%{up_to_date} < %{desired}') You can use the following variables: %{display}, %{desired}, %{current}, %{available}, %{unavailable}, %{up_to_date} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{available} < %{desired}'). +Define the conditions to match for the status to be CRITICAL (default: '%{available} < %{desired}'). You can use the following variables: %{display}, %{desired}, %{current}, %{available}, %{unavailable}, %{up_to_date} diff --git a/src/cloud/prometheus/direct/kubernetes/mode/listcontainers.pm b/src/cloud/prometheus/direct/kubernetes/mode/listcontainers.pm index 81d1f1723..5aa75792d 100644 --- a/src/cloud/prometheus/direct/kubernetes/mode/listcontainers.pm +++ b/src/cloud/prometheus/direct/kubernetes/mode/listcontainers.pm @@ -128,19 +128,19 @@ List containers. =item B<--container> -Filter on a specific container (Must be a PromQL filter, Default: 'container_name=~".*"') +Filter on a specific container (must be a PromQL filter, Default: 'container_name=~".*"') =item B<--pod> -Filter on a specific pod (Must be a PromQL filter, Default: 'pod_name=~".*"') +Filter on a specific pod (must be a PromQL filter, Default: 'pod_name=~".*"') =item B<--namespace> -Filter on a specific namespace (Must be a PromQL filter, Default: 'namespace=~".*"') +Filter on a specific namespace (must be a PromQL filter, Default: 'namespace=~".*"') =item B<--image> -Filter on a specific image (Must be a PromQL filter, Default: 'image=~".*"') +Filter on a specific image (must be a PromQL filter, Default: 'image=~".*"') =item B<--extra-filter> diff --git a/src/cloud/prometheus/direct/kubernetes/mode/listdaemonsets.pm b/src/cloud/prometheus/direct/kubernetes/mode/listdaemonsets.pm index 79ce1cd9e..dc2c9bf1d 100644 --- a/src/cloud/prometheus/direct/kubernetes/mode/listdaemonsets.pm +++ b/src/cloud/prometheus/direct/kubernetes/mode/listdaemonsets.pm @@ -122,11 +122,11 @@ List daemonsets. =item B<--daemonset> -Filter on a specific daemonset (Must be a PromQL filter, Default: 'daemonset=~".*"') +Filter on a specific daemonset (must be a PromQL filter, Default: 'daemonset=~".*"') =item B<--namespace> -Filter on a specific namespace (Must be a PromQL filter, Default: 'namespace=~".*"') +Filter on a specific namespace (must be a PromQL filter, Default: 'namespace=~".*"') =item B<--extra-filter> diff --git a/src/cloud/prometheus/direct/kubernetes/mode/listdeployments.pm b/src/cloud/prometheus/direct/kubernetes/mode/listdeployments.pm index a94064cd3..b8047265d 100644 --- a/src/cloud/prometheus/direct/kubernetes/mode/listdeployments.pm +++ b/src/cloud/prometheus/direct/kubernetes/mode/listdeployments.pm @@ -119,7 +119,7 @@ List deployments. =item B<--deployment> -Filter on a specific deployment (Must be a PromQL filter, Default: 'deployment=~".*"') +Filter on a specific deployment (must be a PromQL filter, Default: 'deployment=~".*"') =item B<--extra-filter> diff --git a/src/cloud/prometheus/direct/kubernetes/mode/listnamespaces.pm b/src/cloud/prometheus/direct/kubernetes/mode/listnamespaces.pm index 39e27126b..4d7faf965 100644 --- a/src/cloud/prometheus/direct/kubernetes/mode/listnamespaces.pm +++ b/src/cloud/prometheus/direct/kubernetes/mode/listnamespaces.pm @@ -119,7 +119,7 @@ List namespaces. =item B<--namespace> -Filter on a specific namespace (Must be a PromQL filter, Default: 'namespace=~".*"') +Filter on a specific namespace (must be a PromQL filter, Default: 'namespace=~".*"') =item B<--extra-filter> diff --git a/src/cloud/prometheus/direct/kubernetes/mode/listnodes.pm b/src/cloud/prometheus/direct/kubernetes/mode/listnodes.pm index 2a9351e99..c2b858246 100644 --- a/src/cloud/prometheus/direct/kubernetes/mode/listnodes.pm +++ b/src/cloud/prometheus/direct/kubernetes/mode/listnodes.pm @@ -138,27 +138,27 @@ List nodes. =item B<--node> -Filter on a specific node (Must be a PromQL filter, Default: 'node=~".*"') +Filter on a specific node (must be a PromQL filter, Default: 'node=~".*"') =item B<--os-image> -Filter on a specific os image (Must be a PromQL filter, Default: 'os_image=~".*"') +Filter on a specific os image (must be a PromQL filter, Default: 'os_image=~".*"') =item B<--kubelet-version> -Filter on a specific kubelet version (Must be a PromQL filter, Default: 'kubelet_version=~".*"') +Filter on a specific kubelet version (must be a PromQL filter, Default: 'kubelet_version=~".*"') =item B<--kubeproxy-version> -Filter on a specific kubeproxy version (Must be a PromQL filter, Default: 'kubeproxy_version=~".*"') +Filter on a specific kubeproxy version (must be a PromQL filter, Default: 'kubeproxy_version=~".*"') =item B<--kernel-version> -Filter on a specific kernel version (Must be a PromQL filter, Default: 'kernel_version=~".*"') +Filter on a specific kernel version (must be a PromQL filter, Default: 'kernel_version=~".*"') =item B<--container-runtime-version> -Filter on a specific container runtime version (Must be a PromQL filter, Default: 'container_runtime_version=~".*"') +Filter on a specific container runtime version (must be a PromQL filter, Default: 'container_runtime_version=~".*"') =item B<--extra-filter> diff --git a/src/cloud/prometheus/direct/kubernetes/mode/listservices.pm b/src/cloud/prometheus/direct/kubernetes/mode/listservices.pm index d3501ca8a..7ed1237da 100644 --- a/src/cloud/prometheus/direct/kubernetes/mode/listservices.pm +++ b/src/cloud/prometheus/direct/kubernetes/mode/listservices.pm @@ -122,11 +122,11 @@ List services. =item B<--service> -Filter on a specific service (Must be a PromQL filter, Default: 'service=~".*"') +Filter on a specific service (must be a PromQL filter, Default: 'service=~".*"') =item B<--cluster-ip> -Filter on a specific cluster ip (Must be a PromQL filter, Default: 'cluster_ip=~".*"') +Filter on a specific cluster ip (must be a PromQL filter, Default: 'cluster_ip=~".*"') =item B<--extra-filter> diff --git a/src/cloud/prometheus/direct/kubernetes/mode/namespacestatus.pm b/src/cloud/prometheus/direct/kubernetes/mode/namespacestatus.pm index e4ed1e809..9930ede76 100644 --- a/src/cloud/prometheus/direct/kubernetes/mode/namespacestatus.pm +++ b/src/cloud/prometheus/direct/kubernetes/mode/namespacestatus.pm @@ -184,20 +184,20 @@ Check namespace status phase. =item B<--namespace> -Filter on a specific namespace (Must be a PromQL filter, Default: 'namespace=~".*"') +Filter on a specific namespace (must be a PromQL filter, Default: 'namespace=~".*"') =item B<--phase> -Filter on a specific phase (Must be a PromQL filter, Default: 'phase=~".*"') +Filter on a specific phase (must be a PromQL filter, Default: 'phase=~".*"') =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}, %{phase}. =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{phase} !~ /Active/'). +Define the conditions to match for the status to be CRITICAL (default: '%{phase} !~ /Active/'). You can use the following variables: %{display}, %{phase} =item B<--extra-filter> diff --git a/src/cloud/prometheus/direct/kubernetes/mode/nodestatus.pm b/src/cloud/prometheus/direct/kubernetes/mode/nodestatus.pm index 72348bb1a..538fade8c 100644 --- a/src/cloud/prometheus/direct/kubernetes/mode/nodestatus.pm +++ b/src/cloud/prometheus/direct/kubernetes/mode/nodestatus.pm @@ -247,16 +247,16 @@ Check node status. =item B<--node> -Filter on a specific node (Must be a PromQL filter, Default: 'node=~".*"') +Filter on a specific node (must be a PromQL filter, Default: 'node=~".*"') =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}, %{status}, %{schedulable} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} !~ /Ready/ || %{schedulable} != /false/'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} !~ /Ready/ || %{schedulable} != /false/'). You can use the following variables: %{display}, %{status}, %{schedulable} =item B<--warning-allocated-pods> @@ -269,7 +269,7 @@ Critical threshold for pods allocation. =item B<--units> -Units of thresholds (Default: '') (Can be '%'). +Units of thresholds (default: '') (can be '%'). =item B<--extra-filter> diff --git a/src/cloud/prometheus/exporters/cadvisor/mode/cpu.pm b/src/cloud/prometheus/exporters/cadvisor/mode/cpu.pm index a92768d7f..91b2be5cf 100644 --- a/src/cloud/prometheus/exporters/cadvisor/mode/cpu.pm +++ b/src/cloud/prometheus/exporters/cadvisor/mode/cpu.pm @@ -158,15 +158,15 @@ Check containers CPU usage and throttled. =item B<--cpu-attribute> -Set the cpu attribute to match element (Must be a PromQL filter, Default: 'cpu="total"') +Set the cpu attribute to match element (must be a PromQL filter, Default: 'cpu="total"') =item B<--container> -Filter on a specific container (Must be a PromQL filter, Default: 'container_name!~".*POD.*"') +Filter on a specific container (must be a PromQL filter, Default: 'container_name!~".*POD.*"') =item B<--pod> -Filter on a specific pod (Must be a PromQL filter, Default: 'pod_name=~".*"') +Filter on a specific pod (must be a PromQL filter, Default: 'pod_name=~".*"') =item B<--warning-*> diff --git a/src/cloud/prometheus/exporters/cadvisor/mode/listcontainers.pm b/src/cloud/prometheus/exporters/cadvisor/mode/listcontainers.pm index b0bc826b8..988665479 100644 --- a/src/cloud/prometheus/exporters/cadvisor/mode/listcontainers.pm +++ b/src/cloud/prometheus/exporters/cadvisor/mode/listcontainers.pm @@ -127,15 +127,15 @@ List containers. =item B<--container> -Filter on a specific container (Must be a PromQL filter, Default: 'container_name!~".*POD.*"') +Filter on a specific container (must be a PromQL filter, Default: 'container_name!~".*POD.*"') =item B<--pod> -Filter on a specific pod (Must be a PromQL filter, Default: 'pod_name=~".*"') +Filter on a specific pod (must be a PromQL filter, Default: 'pod_name=~".*"') =item B<--namespace> -Filter on a specific namespace (Must be a PromQL filter, Default: 'namespace=~".*"') +Filter on a specific namespace (must be a PromQL filter, Default: 'namespace=~".*"') =item B<--extra-filter> diff --git a/src/cloud/prometheus/exporters/cadvisor/mode/load.pm b/src/cloud/prometheus/exporters/cadvisor/mode/load.pm index e90d6cade..15ec9d70c 100644 --- a/src/cloud/prometheus/exporters/cadvisor/mode/load.pm +++ b/src/cloud/prometheus/exporters/cadvisor/mode/load.pm @@ -141,11 +141,11 @@ Check containers load. =item B<--container> -Filter on a specific container (Must be a PromQL filter, Default: 'container_name!~".*POD.*"') +Filter on a specific container (must be a PromQL filter, Default: 'container_name!~".*POD.*"') =item B<--pod> -Filter on a specific pod (Must be a PromQL filter, Default: 'pod_name=~".*"') +Filter on a specific pod (must be a PromQL filter, Default: 'pod_name=~".*"') =item B<--warning-load> diff --git a/src/cloud/prometheus/exporters/cadvisor/mode/memory.pm b/src/cloud/prometheus/exporters/cadvisor/mode/memory.pm index ffe99bb9e..73835be4e 100644 --- a/src/cloud/prometheus/exporters/cadvisor/mode/memory.pm +++ b/src/cloud/prometheus/exporters/cadvisor/mode/memory.pm @@ -280,11 +280,11 @@ Check containers memory usage. =item B<--container> -Filter on a specific container (Must be a PromQL filter, Default: 'container_name!~".*POD.*"') +Filter on a specific container (must be a PromQL filter, Default: 'container_name!~".*POD.*"') =item B<--pod> -Filter on a specific pod (Must be a PromQL filter, Default: 'pod_name=~".*"') +Filter on a specific pod (must be a PromQL filter, Default: 'pod_name=~".*"') =item B<--warning-*> @@ -298,7 +298,7 @@ Can be: 'usage', 'working', 'cache' (B), 'rss' (B), 'swap' (B). =item B<--units> -Units of thresholds (Default: '%') ('%', 'B'). +Units of thresholds (default: '%') ('%', 'B'). =item B<--extra-filter> diff --git a/src/cloud/prometheus/exporters/cadvisor/mode/storage.pm b/src/cloud/prometheus/exporters/cadvisor/mode/storage.pm index a856b796c..31c6bcb84 100644 --- a/src/cloud/prometheus/exporters/cadvisor/mode/storage.pm +++ b/src/cloud/prometheus/exporters/cadvisor/mode/storage.pm @@ -239,19 +239,19 @@ Check containers storages usage. =item B<--container> -Filter on a specific container (Must be a PromQL filter, Default: 'container_name!~".*POD.*"') +Filter on a specific container (must be a PromQL filter, Default: 'container_name!~".*POD.*"') =item B<--pod> -Filter on a specific pod (Must be a PromQL filter, Default: 'pod_name=~".*"') +Filter on a specific pod (must be a PromQL filter, Default: 'pod_name=~".*"') =item B<--device> -Filter on a specific device (Must be a PromQL filter, Default: 'device=~".*"') +Filter on a specific device (must be a PromQL filter, Default: 'device=~".*"') =item B<--units> -Units of thresholds (Default: '%') ('%', 'B'). +Units of thresholds (default: '%') ('%', 'B'). =item B<--free> diff --git a/src/cloud/prometheus/exporters/cadvisor/mode/taskstate.pm b/src/cloud/prometheus/exporters/cadvisor/mode/taskstate.pm index 7fbdee8d5..5772c2b15 100644 --- a/src/cloud/prometheus/exporters/cadvisor/mode/taskstate.pm +++ b/src/cloud/prometheus/exporters/cadvisor/mode/taskstate.pm @@ -177,15 +177,15 @@ Check containers number of tasks in given state. =item B<--container> -Filter on a specific container (Must be a PromQL filter, Default: 'container_name!~".*POD.*"') +Filter on a specific container (must be a PromQL filter, Default: 'container_name!~".*POD.*"') =item B<--pod> -Filter on a specific pod (Must be a PromQL filter, Default: 'pod_name=~".*"') +Filter on a specific pod (must be a PromQL filter, Default: 'pod_name=~".*"') =item B<--state> -Filter on a specific state (Must be a PromQL filter, Default: 'state=~".*"') +Filter on a specific state (must be a PromQL filter, Default: 'state=~".*"') =item B<--warning-*> diff --git a/src/cloud/prometheus/exporters/nodeexporter/mode/cpu.pm b/src/cloud/prometheus/exporters/nodeexporter/mode/cpu.pm index 7b3608581..4b1c4ebe1 100644 --- a/src/cloud/prometheus/exporters/nodeexporter/mode/cpu.pm +++ b/src/cloud/prometheus/exporters/nodeexporter/mode/cpu.pm @@ -178,11 +178,11 @@ Check CPU usage for nodes and each of their cores. =item B<--instance> -Filter on a specific instance (Must be a PromQL filter, Default: 'instance=~".*"') +Filter on a specific instance (must be a PromQL filter, Default: 'instance=~".*"') =item B<--cpu> -Filter on a specific cpu (Must be a PromQL filter, Default: 'cpu=~".*"') +Filter on a specific cpu (must be a PromQL filter, Default: 'cpu=~".*"') =item B<--warning-*> diff --git a/src/cloud/prometheus/exporters/nodeexporter/mode/cpudetailed.pm b/src/cloud/prometheus/exporters/nodeexporter/mode/cpudetailed.pm index 8da4b29ec..4c5e2ba8f 100644 --- a/src/cloud/prometheus/exporters/nodeexporter/mode/cpudetailed.pm +++ b/src/cloud/prometheus/exporters/nodeexporter/mode/cpudetailed.pm @@ -308,15 +308,15 @@ Check CPU detailed usage for nodes and each of their cores. =item B<--instance> -Filter on a specific instance (Must be a PromQL filter, Default: 'instance=~".*"') +Filter on a specific instance (must be a PromQL filter, Default: 'instance=~".*"') =item B<--cpu> -Filter on a specific cpu (Must be a PromQL filter, Default: 'cpu=~".*"') +Filter on a specific cpu (must be a PromQL filter, Default: 'cpu=~".*"') =item B<--type> -Filter on a specific type (Must be a PromQL filter, Default: 'mode=~".*"') +Filter on a specific type (must be a PromQL filter, Default: 'mode=~".*"') =item B<--warning-*> diff --git a/src/cloud/prometheus/exporters/nodeexporter/mode/load.pm b/src/cloud/prometheus/exporters/nodeexporter/mode/load.pm index ad3e1387b..e4c51cf57 100644 --- a/src/cloud/prometheus/exporters/nodeexporter/mode/load.pm +++ b/src/cloud/prometheus/exporters/nodeexporter/mode/load.pm @@ -157,7 +157,7 @@ Check nodes load. =item B<--instance> -Filter on a specific instance (Must be a PromQL filter, Default: 'instance=~".*"') +Filter on a specific instance (must be a PromQL filter, Default: 'instance=~".*"') =item B<--warning-*> diff --git a/src/cloud/prometheus/exporters/nodeexporter/mode/memory.pm b/src/cloud/prometheus/exporters/nodeexporter/mode/memory.pm index cb9e57f03..8e43e51fb 100644 --- a/src/cloud/prometheus/exporters/nodeexporter/mode/memory.pm +++ b/src/cloud/prometheus/exporters/nodeexporter/mode/memory.pm @@ -223,7 +223,7 @@ Check memory usage. =item B<--instance> -Filter on a specific instance (Must be a PromQL filter, Default: 'instance=~".*"') +Filter on a specific instance (must be a PromQL filter, Default: 'instance=~".*"') =item B<--warning-*> @@ -237,7 +237,7 @@ Can be: 'usage', 'buffer', 'cached'. =item B<--units> -Units of thresholds (Default: '%') ('%', 'B'). +Units of thresholds (default: '%') ('%', 'B'). =item B<--extra-filter> diff --git a/src/cloud/prometheus/exporters/nodeexporter/mode/storage.pm b/src/cloud/prometheus/exporters/nodeexporter/mode/storage.pm index baefc54af..d5c44142a 100644 --- a/src/cloud/prometheus/exporters/nodeexporter/mode/storage.pm +++ b/src/cloud/prometheus/exporters/nodeexporter/mode/storage.pm @@ -249,19 +249,19 @@ Check storages usage. =item B<--instance> -Filter on a specific instance (Must be a PromQL filter, Default: 'instance=~".*"') +Filter on a specific instance (must be a PromQL filter, Default: 'instance=~".*"') =item B<--mountpoint> -Filter on a specific mountpoint (Must be a PromQL filter, Default: 'mountpoint=~".*"') +Filter on a specific mountpoint (must be a PromQL filter, Default: 'mountpoint=~".*"') =item B<--fstype> -Filter on a specific fstype (Must be a PromQL filter, Default: 'fstype!~"linuxfs|rootfs|tmpfs"') +Filter on a specific fstype (must be a PromQL filter, Default: 'fstype!~"linuxfs|rootfs|tmpfs"') =item B<--units> -Units of thresholds (Default: '%') ('%', 'B'). +Units of thresholds (default: '%') ('%', 'B'). =item B<--free> diff --git a/src/cloud/prometheus/restapi/custom/api.pm b/src/cloud/prometheus/restapi/custom/api.pm index 0f901ff3b..c7318f253 100644 --- a/src/cloud/prometheus/restapi/custom/api.pm +++ b/src/cloud/prometheus/restapi/custom/api.pm @@ -242,7 +242,7 @@ Set timeframe in seconds (i.e. 3600 to check last hour). =item B<--step> -Set the step of the metric query (Examples: '30s', '1m', '15m', '1h'). +Set the step of the metric query (examples: '30s', '1m', '15m', '1h'). =item B<--hostname> @@ -250,15 +250,15 @@ Prometheus hostname. =item B<--url-path> -API url path (Default: '/api/v1') +API url path (default: '/api/v1') =item B<--port> -API port (Default: 9090) +API port (default: 9090) =item B<--proto> -Specify https if needed (Default: 'http') +Specify https if needed (default: 'http') =item B<--credentials> @@ -266,19 +266,19 @@ Specify this option if you access the API 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 the API over basic authentication and don't want a '401 UNAUTHORIZED' error to be logged on your webserver. +Specify this option if you access the API over basic authentication and don't want a '401 UNAUTHORIZED' error to be logged on your web server. Specify this option if you access the API over hidden basic authentication or you'll get a '404 NOT FOUND' error. -(Use with --credentials) +(use with --credentials) =item B<--timeout> @@ -286,7 +286,7 @@ Set HTTP timeout =item B<--header> -Set HTTP header (Can be multiple, example: --header='Authorization:Bearer ABCD') +Set HTTP header (can be multiple, example: --header='Authorization:Bearer ABCD') Useful to access Prometheus API hosted in a specific environment. diff --git a/src/cloud/prometheus/restapi/mode/expression.pm b/src/cloud/prometheus/restapi/mode/expression.pm index 098fc5450..bc3af2d1f 100644 --- a/src/cloud/prometheus/restapi/mode/expression.pm +++ b/src/cloud/prometheus/restapi/mode/expression.pm @@ -248,27 +248,27 @@ This query type uses --step, --timeframe and --aggregation options to compute th =item B<--instance> -Set the instance label on which the results should be calculate for (Example: --instance='name'). +Set the instance label on which the results should be calculate for (example: --instance='name'). =item B<--output> -Set the output for each instances (Example: --output='Container %{instance} value is %{label}'). +Set the output for each instances (example: --output='Container %{instance} value is %{label}'). =item B<--multiple-output> Set the global output in case everything is fine for multiple instances -(Example: --multiple-output='Containers are OK'). +(example: --multiple-output='Containers are OK'). =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 %{instance} and any other labels you set through --query and --query-range options. =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: ''). Can use special variables like %{instance} and any other labels you set through --query and --query-range options. @@ -276,17 +276,17 @@ labels you set through --query and --query-range options. =item B<--timeframe> Set timeframe in seconds (i.e. 3600 to check last hour) -(Required for --query-range queries, Default: '900'). +(required for --query-range queries, Default: '900'). =item B<--step> -Set the step of the metric query (Examples: '30s', '1m', '15m', '1h') -(Required for --query-range queries, Default: '1m'). +Set the step of the metric query (examples: '30s', '1m', '15m', '1h') +(required for --query-range queries, Default: '1m'). =item B<--aggregation> -Set the aggregation on metric values (Can be: 'average', 'min', 'max', 'sum') -(Required for --query-range queries, Default: 'average'). +Set the aggregation on metric values (can be: 'average', 'min', 'max', 'sum') +(required for --query-range queries, Default: 'average'). =back diff --git a/src/cloud/prometheus/restapi/mode/targetstatus.pm b/src/cloud/prometheus/restapi/mode/targetstatus.pm index 14ba99f6b..5073fdd5a 100644 --- a/src/cloud/prometheus/restapi/mode/targetstatus.pm +++ b/src/cloud/prometheus/restapi/mode/targetstatus.pm @@ -202,16 +202,16 @@ Check targets status. =item B<--filter-label> -Set filter on label (Regexp, can be defined multiple times) (Example: --filter-label='job,kube.*'). +Set filter on label (regexp, can be defined multiple times) (example: --filter-label='job,kube.*'). =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}, %{health}. =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{health} !~ /up/'). +Define the conditions to match for the status to be CRITICAL (default: '%{health} !~ /up/'). You can use the following variables: %{display}, %{health} =item B<--warning-*> diff --git a/src/cloud/talend/tmc/custom/api.pm b/src/cloud/talend/tmc/custom/api.pm index 506a653f6..b35ddd55b 100644 --- a/src/cloud/talend/tmc/custom/api.pm +++ b/src/cloud/talend/tmc/custom/api.pm @@ -389,15 +389,15 @@ Rest API custom mode =item B<--region> -Region (Required). Can be: eu, us, us-west, ap, au. +Region (required). Can be: eu, us, us-west, ap, au. =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-token> diff --git a/src/cloud/talend/tmc/mode/plans.pm b/src/cloud/talend/tmc/mode/plans.pm index 4c58cf678..229245d8a 100644 --- a/src/cloud/talend/tmc/mode/plans.pm +++ b/src/cloud/talend/tmc/mode/plans.pm @@ -359,8 +359,7 @@ Time period to get plans execution informations (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 the last execution time thresholds. May be 's' for seconds, 'm' for minutes, 'h' for hours, 'd' for days, 'w' for weeks. Default is secondss. =item B<--unknown-execution-status> @@ -374,7 +373,7 @@ You can use the following variables: %{status}, %{planName} =item B<--critical-execution-status> -Set critical threshold for last plan execution status (Default: '{status} =~ /execution_failed/i'). +Set critical threshold for last plan execution status (default: '{status} =~ /execution_failed/i'). You can use the following variables: %{status}, %{planName} =item B<--warning-*> B<--critical-*> diff --git a/src/cloud/talend/tmc/mode/remoteengines.pm b/src/cloud/talend/tmc/mode/remoteengines.pm index 25737cf94..326923f7f 100644 --- a/src/cloud/talend/tmc/mode/remoteengines.pm +++ b/src/cloud/talend/tmc/mode/remoteengines.pm @@ -147,11 +147,11 @@ Check remote engines. =item B<--filter-name> -Remote engine name filter (Can be a regexp). +Remote engine name filter (can be a regexp). =item B<--filter-environment-name> -Environment filter (Can be a regexp). +Environment filter (can be a regexp). =item B<--unknown-status> @@ -165,7 +165,7 @@ You can use the following variables: %{status}, %{availability}, %{name} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{availability} !~ /retired/ and %{status} =~ /unpaired/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{availability} !~ /retired/ and %{status} =~ /unpaired/i'). You can use the following variables: %{status}, %{availability}, %{name} =item B<--warning-*> B<--critical-*> diff --git a/src/cloud/talend/tmc/mode/tasks.pm b/src/cloud/talend/tmc/mode/tasks.pm index 48148903f..196cf5d88 100644 --- a/src/cloud/talend/tmc/mode/tasks.pm +++ b/src/cloud/talend/tmc/mode/tasks.pm @@ -359,8 +359,7 @@ Time period to get tasks execution informations (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 the last execution time thresholds. May be 's' for seconds, 'm' for minutes, 'h' for hours, 'd' for days, 'w' for weeks. Default is secondss. =item B<--unknown-execution-status> @@ -374,7 +373,7 @@ You can use the following variables: %{status}, %{taskName} =item B<--critical-execution-status> -Set critical threshold for last task execution status (Default: %{status} =~ /deploy_failed|execution_rejected|execution_failed|terminated_timeout/i). +Set critical threshold for last task execution status (default: %{status} =~ /deploy_failed|execution_rejected|execution_failed|terminated_timeout/i). You can use the following variables: %{status}, %{taskName} =item B<--warning-*> B<--critical-*> diff --git a/src/cloud/vmware/velocloud/restapi/custom/api.pm b/src/cloud/vmware/velocloud/restapi/custom/api.pm index 5a54ae153..3af92b5aa 100644 --- a/src/cloud/vmware/velocloud/restapi/custom/api.pm +++ b/src/cloud/vmware/velocloud/restapi/custom/api.pm @@ -476,15 +476,15 @@ VMware VeloCloud Orchestrator 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<--cache-expires-in> -Cache (application) expires each X secondes (Default: 7200) +Cache (application) expires each X seconds (default: 7200) =item B<--username> @@ -500,15 +500,15 @@ Set if the user is an operator. =item B<--api-path> -API base url path (Default: '/portal/rest'). +API base url path (default: '/portal/rest'). =item B<--timeframe> -Set timeframe in seconds (Default: 900). +Set timeframe in seconds (default: 900). =item B<--timeout> -Set HTTP timeout in seconds (Default: '10'). +Set HTTP timeout in seconds (default: '10'). =back diff --git a/src/cloud/vmware/velocloud/restapi/mode/applicationusage.pm b/src/cloud/vmware/velocloud/restapi/mode/applicationusage.pm index c941db5a7..38c8dc5f5 100644 --- a/src/cloud/vmware/velocloud/restapi/mode/applicationusage.pm +++ b/src/cloud/vmware/velocloud/restapi/mode/applicationusage.pm @@ -192,11 +192,11 @@ Check applications usage per edges. =item B<--filter-edge-name> -Filter edge by name (Can be a regexp). +Filter edge by name (can be a regexp). =item B<--filter-application-name> -Filter application by name (Can be a regexp). +Filter application by name (can be a regexp). =item B<--warning-*> B<--critical-*> diff --git a/src/cloud/vmware/velocloud/restapi/mode/categoryusage.pm b/src/cloud/vmware/velocloud/restapi/mode/categoryusage.pm index 1b45d6cbf..bea7193ee 100644 --- a/src/cloud/vmware/velocloud/restapi/mode/categoryusage.pm +++ b/src/cloud/vmware/velocloud/restapi/mode/categoryusage.pm @@ -187,11 +187,11 @@ Check categories usage per edges. =item B<--filter-edge-name> -Filter edge by name (Can be a regexp). +Filter edge by name (can be a regexp). =item B<--filter-category-name> -Filter category by name (Can be a regexp). +Filter category by name (can be a regexp). =item B<--warning-*> B<--critical-*> diff --git a/src/cloud/vmware/velocloud/restapi/mode/edgeqoe.pm b/src/cloud/vmware/velocloud/restapi/mode/edgeqoe.pm index 1357714dd..a3cadde33 100644 --- a/src/cloud/vmware/velocloud/restapi/mode/edgeqoe.pm +++ b/src/cloud/vmware/velocloud/restapi/mode/edgeqoe.pm @@ -216,11 +216,11 @@ Check links QOE before and global QOE after VeloCloud Enhancements. =item B<--filter-edge-name> -Filter edge by name (Can be a regexp). +Filter edge by name (can be a regexp). =item B<--filter-link-name> -Filter link by name (Can be a regexp). +Filter link by name (can be a regexp). =item B<--warning-*> B<--critical-*> diff --git a/src/cloud/vmware/velocloud/restapi/mode/edgestatus.pm b/src/cloud/vmware/velocloud/restapi/mode/edgestatus.pm index 120ca9145..e9b33990f 100644 --- a/src/cloud/vmware/velocloud/restapi/mode/edgestatus.pm +++ b/src/cloud/vmware/velocloud/restapi/mode/edgestatus.pm @@ -123,23 +123,23 @@ Check edge status. =item B<--filter-name> -Filter edge by name (Can be a regexp). +Filter edge by name (can be a regexp). =item B<--unknown-status> -Define the conditions to match for the status to be UNKNOWN (Default: '%{edge_state} =~ /NEVER_ACTIVATED/'). +Define the conditions to match for the status to be UNKNOWN (default: '%{edge_state} =~ /NEVER_ACTIVATED/'). You can use the following variables: %{edge_state}, %{service_state}, %{ha_state}, %{activation_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: %{edge_state}, %{service_state}, %{ha_state}, %{activation_state}. =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{edge_state} !~ /CONNECTED/ && %{edge_state} !~ /NEVER_ACTIVATED/'). +Define the conditions to match for the status to be CRITICAL (default: '%{edge_state} !~ /CONNECTED/ && %{edge_state} !~ /NEVER_ACTIVATED/'). You can use the following variables: %{edge_state}, %{service_state}, %{ha_state}, %{activation_state}. diff --git a/src/cloud/vmware/velocloud/restapi/mode/linkstatus.pm b/src/cloud/vmware/velocloud/restapi/mode/linkstatus.pm index c83bf183a..16cda4464 100644 --- a/src/cloud/vmware/velocloud/restapi/mode/linkstatus.pm +++ b/src/cloud/vmware/velocloud/restapi/mode/linkstatus.pm @@ -177,15 +177,15 @@ Check edge links status. =item B<--filter-edge-name> -Filter edge by name (Can be a regexp). +Filter edge by name (can be a regexp). =item B<--filter-link-name> -Filter link by name (Can be a regexp). +Filter link by name (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: %{state}, %{vpn_state}, %{backup_state}. =item B<--warning-*> B<--critical-*> diff --git a/src/cloud/vmware/velocloud/restapi/mode/linkusage.pm b/src/cloud/vmware/velocloud/restapi/mode/linkusage.pm index f4e500edf..8b7870f82 100644 --- a/src/cloud/vmware/velocloud/restapi/mode/linkusage.pm +++ b/src/cloud/vmware/velocloud/restapi/mode/linkusage.pm @@ -248,11 +248,11 @@ Check links usage per edges. =item B<--filter-edge-name> -Filter edge by name (Can be a regexp). +Filter edge by name (can be a regexp). =item B<--filter-link-name> -Filter link by name (Can be a regexp). +Filter link by name (can be a regexp). =item B<--warning-*> B<--critical-*> diff --git a/src/cloud/vmware/velocloud/restapi/mode/listlinks.pm b/src/cloud/vmware/velocloud/restapi/mode/listlinks.pm index 96c1ec439..59660957d 100644 --- a/src/cloud/vmware/velocloud/restapi/mode/listlinks.pm +++ b/src/cloud/vmware/velocloud/restapi/mode/listlinks.pm @@ -123,7 +123,7 @@ List links. =item B<--filter-edge-name> -Filter edge by name (Can be a regexp). +Filter edge by name (can be a regexp). =back diff --git a/src/contrib/collection/README.md b/src/contrib/collection/README.md index 566653343..2b70dfca8 100644 --- a/src/contrib/collection/README.md +++ b/src/contrib/collection/README.md @@ -3,7 +3,7 @@ Centreon developed a method to scrap monitoring indicators, and It’s called ** This kind of mode is handy if you are in one of the following situations: * You can't find an existing plugin to monitor what you want or fulfill your particular need. -* You need to gather data from a in-house, black box, or third-party application and transform it to be easier to analyze. +* You need to gather data from a in-house, black box, or third party application and transform it to be easier to analyze. * Writing (or asking for) a dedicated plugin appears overkill because you simply want to monitor values and apply thresholds over them. You can find more information on [The Watch](https://thewatch.centreon.com/data-collection-6/centreon-plugins-discover-collection-modes-131), the Centreon User Community. @@ -15,4 +15,4 @@ Currently, Collection modes are available for: Feel free to share here the file that you have developed. * SNMP - * [moxa-iologik-collection.json](snmp/moxa-iologik-collection.json): to monitor the DI channel status (OID [diStatus](http://www.circitor.fr/Mibs/Html/M/MOXA-IO-E2210-MIB.php#DiEntry) .1.3.6.1.4.1.8691.10.2210.10.1.1.4 of MOXA ioLogik device \ No newline at end of file + * [moxa-iologik-collection.json](snmp/moxa-iologik-collection.json): to monitor the DI channel status (OID [diStatus](http://www.circitor.fr/Mibs/Html/M/MOXA-IO-E2210-MIB.php#DiEntry) .1.3.6.1.4.1.8691.10.2210.10.1.1.4 of MOXA ioLogik device diff --git a/src/database/couchdb/restapi/custom/api.pm b/src/database/couchdb/restapi/custom/api.pm index aa120ca9e..1be87d5f5 100644 --- a/src/database/couchdb/restapi/custom/api.pm +++ b/src/database/couchdb/restapi/custom/api.pm @@ -175,11 +175,11 @@ CouchDB hostname. =item B<--port> -Port used (Default: 5984) +Port used (default: 5984) =item B<--proto> -Specify https if needed (Default: 'http') +Specify https if needed (default: 'http') =item B<--api-username> @@ -191,11 +191,11 @@ API password. =item B<--timeout> -Set timeout in seconds (Default: 10). +Set timeout in seconds (default: 10). =item B<--unknown-http-status> -Threshold unknown for http response code (Default: '%{http_code} < 200 or (%{http_code} >= 300 && %{http_code} != 404)') +Threshold unknown for http response code (default: '%{http_code} < 200 or (%{http_code} >= 300 && %{http_code} != 404)') =item B<--warning-http-status> diff --git a/src/database/couchdb/restapi/mode/server.pm b/src/database/couchdb/restapi/mode/server.pm index 05cd2f37d..7b2039af8 100644 --- a/src/database/couchdb/restapi/mode/server.pm +++ b/src/database/couchdb/restapi/mode/server.pm @@ -209,32 +209,32 @@ Filter database name (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: %{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: ''). You can use the following variables: %{status} =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} =item B<--unknown-compaction-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: %{compaction_status}, %{display} =item B<--warning-compaction-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: %{compaction_status}, %{display} =item B<--critical-compaction-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: %{compaction_status}, %{display} =item B<--warning-*> B<--critical-*> diff --git a/src/database/db2/mode/connectedusers.pm b/src/database/db2/mode/connectedusers.pm index eed0f9f8d..1157e5bf8 100644 --- a/src/database/db2/mode/connectedusers.pm +++ b/src/database/db2/mode/connectedusers.pm @@ -97,11 +97,11 @@ Check connected users. =item B<--filter-appl-name> -Filter users by application name (Can be a regex). +Filter users by application name (can be a regex). =item B<--exclude-appl-name> -Exclude users by application name (Can be a regex). +Exclude users by application name (can be a regex). =item B<--warning-*> B<--critical-*> diff --git a/src/database/db2/mode/hadr.pm b/src/database/db2/mode/hadr.pm index d367846ea..d5dee5dca 100644 --- a/src/database/db2/mode/hadr.pm +++ b/src/database/db2/mode/hadr.pm @@ -220,12 +220,12 @@ You can use the following variables: %{status}, %{primaryMember}, %{standbyMemb =item B<--warning-connection-status> -Set warning threshold for connection status (Default: '%{status} eq "congested"'). +Set warning threshold for connection status (default: '%{status} eq "congested"'). You can use the following variables: %{status}, %{primaryMember}, %{standbyMember}, %{standbyId} =item B<--critical-connection-status> -Set critical threshold for connection status (Default: '%{status} eq "disconnected"'). +Set critical threshold for connection status (default: '%{status} eq "disconnected"'). You can use the following variables: %{status}, %{primaryMember}, %{standbyMember}, %{standbyId} =item B<--unknown-state> @@ -240,7 +240,7 @@ You can use the following variables: %{state}, %{primaryMember}, %{standbyMember =item B<--critical-state> -Set critical threshold for state (Default: '%{state} ne "peer"'). +Set critical threshold for state (default: '%{state} ne "peer"'). You can use the following variables: %{state}, %{primaryMember}, %{standbyMember}, %{standbyId} =item B<--unknown-role> diff --git a/src/database/db2/mode/tablespaces.pm b/src/database/db2/mode/tablespaces.pm index 340bcb0ef..69013c0fb 100644 --- a/src/database/db2/mode/tablespaces.pm +++ b/src/database/db2/mode/tablespaces.pm @@ -300,7 +300,7 @@ You can use the following variables: %{tbsname}, %{type}, %{state} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{state} !~ /normal/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{state} !~ /normal/i'). You can use the following variables: %{tbsname}, %{type}, %{state} =item B<--warning-*> B<--critical-*> diff --git a/src/database/elasticsearch/restapi/custom/api.pm b/src/database/elasticsearch/restapi/custom/api.pm index aa6309425..90d0abb4c 100644 --- a/src/database/elasticsearch/restapi/custom/api.pm +++ b/src/database/elasticsearch/restapi/custom/api.pm @@ -155,11 +155,11 @@ Elasticsearch hostname. =item B<--port> -Port used (Default: 9200) +Port used (default: 9200) =item B<--proto> -Specify https if needed (Default: 'http') +Specify https if needed (default: 'http') =item B<--username> diff --git a/src/database/elasticsearch/restapi/mode/clusterstatistics.pm b/src/database/elasticsearch/restapi/mode/clusterstatistics.pm index 1320329fe..9d53f02a2 100644 --- a/src/database/elasticsearch/restapi/mode/clusterstatistics.pm +++ b/src/database/elasticsearch/restapi/mode/clusterstatistics.pm @@ -278,12 +278,12 @@ Can be: 'nodes-total', 'nodes-data', 'nodes-coordinating', =item B<--warning-status> -Define the conditions to match for the status to be WARNING (Default: '%{status} =~ /yellow/i') +Define the conditions to match for the status to be WARNING (default: '%{status} =~ /yellow/i') You can use the following variables: %{status}. =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} =~ /red/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} =~ /red/i'). You can use the following variables: %{status}. =back diff --git a/src/database/elasticsearch/restapi/mode/indicestatistics.pm b/src/database/elasticsearch/restapi/mode/indicestatistics.pm index 6f97afd80..236ab3b8e 100644 --- a/src/database/elasticsearch/restapi/mode/indicestatistics.pm +++ b/src/database/elasticsearch/restapi/mode/indicestatistics.pm @@ -198,12 +198,12 @@ Can be: 'documents-total', 'data-size-primaries', =item B<--warning-status> -Define the conditions to match for the status to be WARNING (Default: '%{status} =~ /yellow/i') +Define the conditions to match for the status to be WARNING (default: '%{status} =~ /yellow/i') 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} =~ /red/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} =~ /red/i'). You can use the following variables: %{display}, %{status}. =back diff --git a/src/database/elasticsearch/restapi/mode/license.pm b/src/database/elasticsearch/restapi/mode/license.pm index 34c1db7b8..3be29e481 100644 --- a/src/database/elasticsearch/restapi/mode/license.pm +++ b/src/database/elasticsearch/restapi/mode/license.pm @@ -101,7 +101,7 @@ You can use the following variables: %{status}, %{type}, %{issued_to}, %{expiry_ =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}, %{type}, %{issued_to}, %{expiry_date_in_seconds}. =back diff --git a/src/database/firebird/mode/longqueries.pm b/src/database/firebird/mode/longqueries.pm index 9145737d7..ba34c1652 100644 --- a/src/database/firebird/mode/longqueries.pm +++ b/src/database/firebird/mode/longqueries.pm @@ -129,7 +129,7 @@ Critical threshold (number of long queries). =item B<--seconds> -Filter queries over X seconds (Default: 60). +Filter queries over X seconds (default: 60). =item B<--filter-user> diff --git a/src/database/firebird/plugin.pm b/src/database/firebird/plugin.pm index 41f1a9dee..def308bce 100644 --- a/src/database/firebird/plugin.pm +++ b/src/database/firebird/plugin.pm @@ -99,7 +99,7 @@ Database Server Port. =item B<--database> -Path to Database. (eg:/opt/firebird/examples/empbuild/employee.fdb) +Path to Database. (example: /opt/firebird/examples/empbuild/employee.fdb) =back diff --git a/src/database/influxdb/custom/api.pm b/src/database/influxdb/custom/api.pm index 8b38499d1..78fbeac2f 100644 --- a/src/database/influxdb/custom/api.pm +++ b/src/database/influxdb/custom/api.pm @@ -234,28 +234,28 @@ Remote hostname or IP address. =item B<--port> -Port used (Default: 8086) +Port used (default: 8086) =item B<--proto> -Specify https if needed (Default: 'http') +Specify https if needed (default: 'http') =item B<--username> -Specify username for authentication. +Specify the username for authentication. =item B<--password> -Specify password for authentication. +Specify the password for authentication. =item B<--timeout> -Set timeout in seconds (Default: 10). +Set timeout in seconds (default: 10). =item B<--unknown-http-status> Threshold unknown for http response code. -(Default: '%{http_code} < 200 or %{http_code} >= 300') +(default: '%{http_code} < 200 or %{http_code} >= 300') =item B<--warning-http-status> diff --git a/src/database/influxdb/mode/databasestatistics.pm b/src/database/influxdb/mode/databasestatistics.pm index 3815edb0f..605210ebe 100644 --- a/src/database/influxdb/mode/databasestatistics.pm +++ b/src/database/influxdb/mode/databasestatistics.pm @@ -118,7 +118,7 @@ Check databases statistics =item B<--filter-database> -Filter database name (Can use regexp). +Filter database name (can use regexp). =item B<--warning-*> diff --git a/src/database/influxdb/mode/query.pm b/src/database/influxdb/mode/query.pm index bdd42d406..0150e32c4 100644 --- a/src/database/influxdb/mode/query.pm +++ b/src/database/influxdb/mode/query.pm @@ -202,42 +202,42 @@ Set a InfluxQL query. Query option must be like --query='label,query'. Query must contain an "AS" keyword to rename the column of the selected data, and must match the label. -(Example: --query='mymetric,SELECT the_data AS "mymetric" +(example: --query='mymetric,SELECT the_data AS "mymetric" FROM "database"."retention"."measurement" GROUP BY "instance"') =item B<--instance> -Set the instance label on which the results should be calculate for (Example: --instance='name'). +Set the instance label on which the results should be calculate for (example: --instance='name'). The instance label must be the same label as the "GROUP BY" keyword. =item B<--output> -Set the output for each instances (Example: --output='Object %{instance} value is {label}'). +Set the output for each instances (example: --output='Object %{instance} value is {label}'). =item B<--multiple-output> Set the global output in case everything is fine for multiple instances -(Example: --multiple-output='All instance values are ok'). +(example: --multiple-output='All instance values are ok'). =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 %{instance} and any other labels you set through --query. =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: ''). Can use special variables like %{instance} and any other labels you set through --query. =item B<--aggregation> -Set the aggregation on metric values (Can be: 'average', 'min', 'max', 'sum') -(Default: 'average'). +Set the aggregation on metric values (can be: 'average', 'min', 'max', 'sum') +(default: 'average'). =over 8 diff --git a/src/database/informix/snmp/mode/chunkstatus.pm b/src/database/informix/snmp/mode/chunkstatus.pm index dec682bd8..beced37f3 100644 --- a/src/database/informix/snmp/mode/chunkstatus.pm +++ b/src/database/informix/snmp/mode/chunkstatus.pm @@ -157,17 +157,17 @@ Filter chunk name (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: %{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} =~ /inconsistent/'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} =~ /inconsistent/'). You can use the following variables: %{status}, %{display} =back diff --git a/src/database/informix/sql/mode/chunkstates.pm b/src/database/informix/sql/mode/chunkstates.pm index 3fa680c9e..4c299f909 100644 --- a/src/database/informix/sql/mode/chunkstates.pm +++ b/src/database/informix/sql/mode/chunkstates.pm @@ -139,19 +139,19 @@ Critical threshold (can check 1 or 0). =item B<--chunk-state> -State to check (Can be: is_offline, is_recovering, is_blobchunk, is_inconsistent). +State to check (can be: is_offline, is_recovering, is_blobchunk, is_inconsistent). =item B<--error-msg> -Display message when you have an error. (Default: 'Chunk %s has a problem') +Display message when you have an error. (default: 'Chunk %s has a problem') =item B<--ok-msg> -Display message when chunk is ok. (Default: 'Chunk %s is ok') +Display message when chunk is ok. (default: 'Chunk %s is ok') =item B<--global-ok-msg> -Display global message when you have no errors. (Default: 'All chunks are ok') +Display global message when you have no errors. (default: 'All chunks are ok') =item B<--name> diff --git a/src/database/mongodb/custom/driver.pm b/src/database/mongodb/custom/driver.pm index 3a019c577..bd27c40ae 100644 --- a/src/database/mongodb/custom/driver.pm +++ b/src/database/mongodb/custom/driver.pm @@ -210,7 +210,7 @@ Port used by MongoDB. =item B<--protocol> -Protocol used (Default: mongodb) +Protocol used (default: mongodb) DNS Seedlist Connection Format can be specified, i.e. 'mongodb+srv' =item B<--username> @@ -223,7 +223,7 @@ MongoDB password. =item B<--timeout> -Set timeout in seconds (Default: 10). +Set timeout in seconds (default: 10). =item B<--ssl-opt> diff --git a/src/database/mongodb/mode/collectionstatistics.pm b/src/database/mongodb/mode/collectionstatistics.pm index 81756f986..b6af74b07 100644 --- a/src/database/mongodb/mode/collectionstatistics.pm +++ b/src/database/mongodb/mode/collectionstatistics.pm @@ -224,11 +224,11 @@ Check collections statistics per databases =item B<--filter-database> -Filter databases by name (Can use regexp). +Filter databases by name (can use regexp). =item B<--filter-shard> -Filter shards by name (Can use regexp). +Filter shards by name (can use regexp). =item B<--add-shards> diff --git a/src/database/mongodb/mode/databasestatistics.pm b/src/database/mongodb/mode/databasestatistics.pm index d1bd560c6..07198d1d8 100644 --- a/src/database/mongodb/mode/databasestatistics.pm +++ b/src/database/mongodb/mode/databasestatistics.pm @@ -254,11 +254,11 @@ Check databases statistics =item B<--filter-database> -Filter databases by name (Can use regexp). +Filter databases by name (can use regexp). =item B<--filter-shard> -Filter shards by name (Can use regexp). +Filter shards by name (can use regexp). =item B<--add-shards> diff --git a/src/database/mssql/mode/backupage.pm b/src/database/mssql/mode/backupage.pm index 14bbed406..f9912aa0a 100644 --- a/src/database/mssql/mode/backupage.pm +++ b/src/database/mssql/mode/backupage.pm @@ -350,8 +350,7 @@ Last incremental backup time uses last full backup time only if full is newer th =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 days. +Select the time unit for thresholds. May be 's' for seconds, 'm' for minutes, 'h' for hours, 'd' for days, 'w' for weeks. Default is days. =item B<--warning-*> B<--critical-*> diff --git a/src/database/mssql/mode/databasessize.pm b/src/database/mssql/mode/databasessize.pm index ff950a825..53496e9ee 100644 --- a/src/database/mssql/mode/databasessize.pm +++ b/src/database/mssql/mode/databasessize.pm @@ -383,7 +383,7 @@ Check database data and log files. =item B<--filter-database> -Filter database by name (Can be a regex). +Filter the databases to monitor with a regular expression. =item B<--filter-database-state> diff --git a/src/database/mssql/mode/deadlocks.pm b/src/database/mssql/mode/deadlocks.pm index 777c5a79f..236d47433 100644 --- a/src/database/mssql/mode/deadlocks.pm +++ b/src/database/mssql/mode/deadlocks.pm @@ -101,7 +101,7 @@ Critical threshold number of dead locks per second. =item B<--filter-database> -Filter database to check. +Filter the databases to monitor with a regular expression. =back diff --git a/src/database/mssql/mode/listdatabases.pm b/src/database/mssql/mode/listdatabases.pm index 5e6334c90..4645750ae 100644 --- a/src/database/mssql/mode/listdatabases.pm +++ b/src/database/mssql/mode/listdatabases.pm @@ -118,7 +118,7 @@ List MSSQL databases =item B<--filter-database> -Filter database by name (Can be a regex). +Filter the databases to monitor with a regular expression. =back diff --git a/src/database/mssql/mode/lockswaits.pm b/src/database/mssql/mode/lockswaits.pm index 50168dc8a..467add54d 100644 --- a/src/database/mssql/mode/lockswaits.pm +++ b/src/database/mssql/mode/lockswaits.pm @@ -101,7 +101,7 @@ Critical threshold number of lock-waits per second. =item B<--filter-database> -Filter database to check. +Filter the databases to monitor with a regular expression. =back diff --git a/src/database/mssql/mode/tables.pm b/src/database/mssql/mode/tables.pm index 974496ece..f351ad08b 100644 --- a/src/database/mssql/mode/tables.pm +++ b/src/database/mssql/mode/tables.pm @@ -209,7 +209,7 @@ Check tables size. =item B<--filter-database> -Filter tables by database name (Can be a regexp). +Filter tables by database name (can be a regexp). =item B<--filter-database-state> diff --git a/src/database/mysql/mode/backup.pm b/src/database/mysql/mode/backup.pm index e595d6daf..96725800d 100644 --- a/src/database/mysql/mode/backup.pm +++ b/src/database/mysql/mode/backup.pm @@ -167,7 +167,7 @@ You can use the following variables: %{has_backup}, %{last_error}, %{exit_state} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{has_backup} eq "yes" and %{exit_state} ne "SUCCESS" and %{last_error} ne "NO_ERROR"'). +Define the conditions to match for the status to be CRITICAL (default: '%{has_backup} eq "yes" and %{exit_state} ne "SUCCESS" and %{last_error} ne "NO_ERROR"'). You can use the following variables: %{has_backup}, %{last_error}, %{exit_state}, %{type} =item B<--warning-*> B<--critical-*> diff --git a/src/database/mysql/mode/databasessize.pm b/src/database/mysql/mode/databasessize.pm index 05e5c22b6..17ab2255e 100644 --- a/src/database/mysql/mode/databasessize.pm +++ b/src/database/mysql/mode/databasessize.pm @@ -236,7 +236,7 @@ Check MySQL databases size and tables. =item B<--filter-database> -Filter database to checks (Can be a regexp). +Filter the databases to monitor with a regular expression. =item B<--filter-table> @@ -244,7 +244,7 @@ Filter table name (can be a regexp). =item B<--warning-*> B<--critical-*> -Thresholds (Can be: 'total-usage', 'total-free', 'db-usage', +Thresholds (can be: 'total-usage', 'total-free', 'db-usage', 'db-free', 'table-usage', 'table-free', 'table-frag'). =back diff --git a/src/database/mysql/mode/longqueries.pm b/src/database/mysql/mode/longqueries.pm index ab608f658..1b72b8796 100644 --- a/src/database/mysql/mode/longqueries.pm +++ b/src/database/mysql/mode/longqueries.pm @@ -133,7 +133,7 @@ Critical threshold (number of long queries). =item B<--seconds> -The minimum execution time in seconds for a long query (Default: 60). +The minimum execution time in seconds for a long query (default: 60). =item B<--filter-user> diff --git a/src/database/mysql/mode/passwordexpiration.pm b/src/database/mysql/mode/passwordexpiration.pm index a8398138f..16e371d94 100644 --- a/src/database/mysql/mode/passwordexpiration.pm +++ b/src/database/mysql/mode/passwordexpiration.pm @@ -215,7 +215,7 @@ You can use the following variables: %{user}, %{expire}, %{expire_time} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{expire} ne "never" and %{expire_time} == 0'). +Define the conditions to match for the status to be CRITICAL (default: '%{expire} ne "never" and %{expire_time} == 0'). You can use the following variables: %{user}, %{expire}, %{expire_time} =back diff --git a/src/database/mysql/mode/replication.pm b/src/database/mysql/mode/replication.pm index 3917d3876..fd6da7296 100644 --- a/src/database/mysql/mode/replication.pm +++ b/src/database/mysql/mode/replication.pm @@ -377,22 +377,22 @@ You can use the following variables: %{status}, %{error_message}, %{display} =item B<--critical-connection-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} ne "ok"'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} ne "ok"'). You can use the following variables: %{status}, %{error_message}, %{display} =item B<--unknown-replication-status> -Define the conditions to match for the status to be UNKNOWN (Default: '%{replication_status} =~ /configurationIssue/i'). +Define the conditions to match for the status to be UNKNOWN (default: '%{replication_status} =~ /configurationIssue/i'). You can use the following variables: %{replication_status}, %{display} =item B<--warning-replication-status> -Define the conditions to match for the status to be WARNING (Default: '%{replication_status} =~ /inProgress/i'). +Define the conditions to match for the status to be WARNING (default: '%{replication_status} =~ /inProgress/i'). You can use the following variables: %{replication_status}, %{display} =item B<--critical-replication-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{replication_status} =~ /connectIssueToMaster/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{replication_status} =~ /connectIssueToMaster/i'). You can use the following variables: %{replication_status}, %{display} =item B<--warning-*> B<--critical-*> diff --git a/src/database/mysql/mysqlcmd.pm b/src/database/mysql/mysqlcmd.pm index d25da5988..6f3266fc3 100644 --- a/src/database/mysql/mysqlcmd.pm +++ b/src/database/mysql/mysqlcmd.pm @@ -319,7 +319,7 @@ mysqlcmd class =item B<--mysql-cmd> -mysql command (Default: '/usr/bin/mysql'). +mysql command (default: '/usr/bin/mysql'). =item B<--host> diff --git a/src/database/oracle/mode/asmdiskgroupusage.pm b/src/database/oracle/mode/asmdiskgroupusage.pm index 27383849b..68cc0d65a 100644 --- a/src/database/oracle/mode/asmdiskgroupusage.pm +++ b/src/database/oracle/mode/asmdiskgroupusage.pm @@ -280,17 +280,17 @@ You can use the following variables: %{status}, %{display} =item B<--warning-offline-disks> -Set warning threshold for offline disks (Default: '(%{offline_disks} > 0 && %{type} eq "extern") || (%{offline_disks} > 1 && %{type} eq "high")'). +Set warning threshold for offline disks (default: '(%{offline_disks} > 0 && %{type} eq "extern") || (%{offline_disks} > 1 && %{type} eq "high")'). You can use the following variables: %{offline_disks}, %{type}, %{display} =item B<--critical-offline-disks> -Set critical threshold for offline disks (Default: '%{offline_disks} > 0 && %{type} =~ /^normal|high$/'). +Set critical threshold for offline disks (default: '%{offline_disks} > 0 && %{type} =~ /^normal|high$/'). You can use the following variables: %{offline_disks}, %{type}, %{display} =item B<--units> -Units of thresholds (Default: '%') ('%', 'B'). +Units of thresholds (default: '%') ('%', 'B'). =item B<--free> diff --git a/src/database/oracle/mode/datafilesstatus.pm b/src/database/oracle/mode/datafilesstatus.pm index 166254fbf..bac6a2533 100644 --- a/src/database/oracle/mode/datafilesstatus.pm +++ b/src/database/oracle/mode/datafilesstatus.pm @@ -245,22 +245,22 @@ Filter data file name (can be a regexp). =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} =~ /offline|invalid/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} =~ /offline|invalid/i'). You can use the following variables: %{display}, %{status} =item B<--warning-online-status> -Set warning threshold for online status (Default: '%{online_status} =~ /sysoff/i'). +Set warning threshold for online status (default: '%{online_status} =~ /sysoff/i'). You can use the following variables: %{display}, %{online_status} =item B<--critical-online-status> -Set critical threshold for online status (Default: '%{online_status} =~ /offline|recover/i'). +Set critical threshold for online status (default: '%{online_status} =~ /offline|recover/i'). You can use the following variables: %{display}, %{online_status} =item B<--warning-*> B<--critical-*> diff --git a/src/database/oracle/mode/dataguard.pm b/src/database/oracle/mode/dataguard.pm index 9af16236b..7dab07482 100644 --- a/src/database/oracle/mode/dataguard.pm +++ b/src/database/oracle/mode/dataguard.pm @@ -192,17 +192,17 @@ Check oracle dataguard. =item B<--unknown-status> -Define the conditions to match for the status to be UNKNOWN (Default: '%{mrp_status} =~ /undefined/ || %{log_transport} =~ /undefined/'). +Define the conditions to match for the status to be UNKNOWN (default: '%{mrp_status} =~ /undefined/ || %{log_transport} =~ /undefined/'). You can use the following variables: %{roleLast}, %{role}, %{open_mode}, %{mrp_status}, %{mrp_process}, %{log_transport} =item B<--warning-status> -Define the conditions to match for the status to be WARNING (Default: '%{mrp_status} =~ /WAIT_FOR_LOG/i and %{log_transport} =~ /LGWR/i'). +Define the conditions to match for the status to be WARNING (default: '%{mrp_status} =~ /WAIT_FOR_LOG/i and %{log_transport} =~ /LGWR/i'). You can use the following variables: %{roleLast}, %{role}, %{open_mode}, %{mrp_status}, %{mrp_process}, %{log_transport} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{roleLast} ne %{role} || %{mrp_status} !~ /undefined|APPLYING_LOG|WAIT_FOR_LOG/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{roleLast} ne %{role} || %{mrp_status} !~ /undefined|APPLYING_LOG|WAIT_FOR_LOG/i'). You can use the following variables: %{roleLast}, %{role}, %{open_mode}, %{mrp_status}, %{mrp_process}, %{log_transport} =item B<--warning-*> B<--critical-*> diff --git a/src/database/oracle/mode/longqueries.pm b/src/database/oracle/mode/longqueries.pm index 6b2352967..a38d21c71 100644 --- a/src/database/oracle/mode/longqueries.pm +++ b/src/database/oracle/mode/longqueries.pm @@ -181,17 +181,17 @@ Check long sql queries. =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: %{username}, %{sql_text}, %{since}, %{status} =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: %{username}, %{sql_text}, %{since}, %{status} =item B<--timezone> -Timezone of oracle server (If not set, we use current server execution timezone). +Timezone of oracle server (if not set, we use current server execution timezone). =item B<--memory> diff --git a/src/database/oracle/mode/passwordexpiration.pm b/src/database/oracle/mode/passwordexpiration.pm index 9bc2875cd..a538bb0b7 100644 --- a/src/database/oracle/mode/passwordexpiration.pm +++ b/src/database/oracle/mode/passwordexpiration.pm @@ -148,17 +148,17 @@ Check user password expiration. =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: %{username}, %{account_status}, %{expire} =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: %{username}, %{account_status}, %{expire} =item B<--timezone> -Timezone of oracle server (If not set, we use current server execution timezone). +Timezone of oracle server (if not set, we use current server execution timezone). =back diff --git a/src/database/oracle/mode/rmanbackupage.pm b/src/database/oracle/mode/rmanbackupage.pm index 3cbbfba50..de9357dd8 100644 --- a/src/database/oracle/mode/rmanbackupage.pm +++ b/src/database/oracle/mode/rmanbackupage.pm @@ -229,7 +229,7 @@ Return ok if no backup found. =item B<--timezone> -Timezone of oracle server (If not set, we use current server execution timezone). +Timezone of oracle server (if not set, we use current server execution timezone). =item B<--incremental-level> diff --git a/src/database/oracle/mode/rmanonlinebackupage.pm b/src/database/oracle/mode/rmanonlinebackupage.pm index 4e0b85910..17d9b00a6 100644 --- a/src/database/oracle/mode/rmanonlinebackupage.pm +++ b/src/database/oracle/mode/rmanonlinebackupage.pm @@ -135,7 +135,7 @@ Critical threshold in seconds. =item B<--timezone> -Timezone of oracle server (If not set, we use current server execution timezone) +Timezone of oracle server (if not set, we use current server execution timezone) =back diff --git a/src/database/oracle/sqlpluscmd.pm b/src/database/oracle/sqlpluscmd.pm index 66ffdc01f..5e75d1781 100644 --- a/src/database/oracle/sqlpluscmd.pm +++ b/src/database/oracle/sqlpluscmd.pm @@ -418,7 +418,7 @@ sqlpluscmd class =item B<--sqlplus-cmd> -sqlplus command (Default: 'sqlplus'). +sqlplus command (default: 'sqlplus'). =item B<--oracle-home> diff --git a/src/database/postgres/mode/bloat.pm b/src/database/postgres/mode/bloat.pm index 718abc372..452b984c9 100644 --- a/src/database/postgres/mode/bloat.pm +++ b/src/database/postgres/mode/bloat.pm @@ -215,7 +215,7 @@ Filter indexes by name (can be a regexp). =item B<--filter-size> -Filter tables and indexes if size (in bytes) is over X. +Filter tables and indexes by size (in bytes) keeping only sizes greater than the given value. =item B<--warning-*> B<--critical-*> diff --git a/src/database/postgres/mode/databasesize.pm b/src/database/postgres/mode/databasesize.pm index e03425ea0..e45539030 100644 --- a/src/database/postgres/mode/databasesize.pm +++ b/src/database/postgres/mode/databasesize.pm @@ -105,7 +105,7 @@ Check databases size =item B<--filter-database> -Filter database to checks (Can use regexp). +Filter the databases to monitor with a regular expression. =item B<--warning-size> diff --git a/src/database/postgres/psqlcmd.pm b/src/database/postgres/psqlcmd.pm index 877087eb7..5be314624 100644 --- a/src/database/postgres/psqlcmd.pm +++ b/src/database/postgres/psqlcmd.pm @@ -315,7 +315,7 @@ psqlcmd class =item B<--psql-cmd> -postgres command (Default: '/usr/bin/psql'). +postgres command (default: '/usr/bin/psql'). =item B<--host> diff --git a/src/database/redis/custom/cli.pm b/src/database/redis/custom/cli.pm index 996d533d6..a26d72b5f 100644 --- a/src/database/redis/custom/cli.pm +++ b/src/database/redis/custom/cli.pm @@ -259,7 +259,7 @@ Redis server. =item B<--port> -Redis port (Default: 6379). +Redis port (default: 6379). =item B<--tls> @@ -271,7 +271,7 @@ CA Certificate file to verify with (redis-cli >= 6.x mandatory). =item B<--insecure> -Allow insecure TLS connection by skipping cert validation (Since redis-cli 6.2.0). +Allow insecure TLS connection by skipping cert validation (since redis-cli 6.2.0). =item B<--username> @@ -287,7 +287,7 @@ Sentinel server. Alternative of server option. service option is required. =item B<--sentinel-port> -Sentinel port (Default: 26379). +Sentinel port (default: 26379). =item B<--service> @@ -299,7 +299,7 @@ Remote ssh redis-cli execution. =item B<--timeout> -Timeout in seconds for the command (Default: 10). +Timeout in seconds for the command (default: 10). =back diff --git a/src/database/redis/custom/perlmod.pm b/src/database/redis/custom/perlmod.pm index 10d1e8a3d..2bbc32a20 100644 --- a/src/database/redis/custom/perlmod.pm +++ b/src/database/redis/custom/perlmod.pm @@ -160,7 +160,7 @@ Redis server. =item B<--port> -Redis port (Default: 6379). +Redis port (default: 6379). =item B<--password> @@ -172,7 +172,7 @@ Sentinel server. Alternative of server option. service option is required. =item B<--sentinel-port> -Sentinel port (Default: 26379). +Sentinel port (default: 26379). =item B<--service> diff --git a/src/database/redis/mode/memory.pm b/src/database/redis/mode/memory.pm index 81da535b0..ef1f8208c 100644 --- a/src/database/redis/mode/memory.pm +++ b/src/database/redis/mode/memory.pm @@ -259,7 +259,7 @@ Check memory utilization =item B<--units> -Units of thresholds (Default: '%') ('%', 'B'). +Units of thresholds (default: '%') ('%', 'B'). =item B<--free> diff --git a/src/database/redis/mode/persistence.pm b/src/database/redis/mode/persistence.pm index eeb072d02..c3dacc6dd 100644 --- a/src/database/redis/mode/persistence.pm +++ b/src/database/redis/mode/persistence.pm @@ -139,12 +139,12 @@ Check RDB persistence status. =item B<--warning-status> -Define the conditions to match for the status to be WARNING (Default: '%{progress_status} =~ /in progress/i'). +Define the conditions to match for the status to be WARNING (default: '%{progress_status} =~ /in progress/i'). You can use the following variables: %{progress_status}, %{status} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} =~ /fail/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} =~ /fail/i'). You can use the following variables: %{progress_status}, %{status} =item B<--warning-*> diff --git a/src/database/redis/mode/replication.pm b/src/database/redis/mode/replication.pm index 2e4796386..abc33382b 100644 --- a/src/database/redis/mode/replication.pm +++ b/src/database/redis/mode/replication.pm @@ -171,12 +171,12 @@ Check replication status. =item B<--warning-status> -Define the conditions to match for the status to be WARNING (Default: '%{sync_status} =~ /in progress/i'). +Define the conditions to match for the status to be WARNING (default: '%{sync_status} =~ /in progress/i'). You can use the following variables: %{sync_status}, %{link_status}, %{cluster_state} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{link_status} =~ /down/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{link_status} =~ /down/i'). You can use the following variables: %{sync_status}, %{link_status}, %{cluster_state} =item B<--warning-*> diff --git a/src/database/rrdtool/local/custom/cli.pm b/src/database/rrdtool/local/custom/cli.pm index 133fe553b..088dfcece 100644 --- a/src/database/rrdtool/local/custom/cli.pm +++ b/src/database/rrdtool/local/custom/cli.pm @@ -195,7 +195,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> diff --git a/src/database/sap/hana/mode/connectedusers.pm b/src/database/sap/hana/mode/connectedusers.pm index f6395c4a7..8a89d2510 100644 --- a/src/database/sap/hana/mode/connectedusers.pm +++ b/src/database/sap/hana/mode/connectedusers.pm @@ -105,7 +105,7 @@ Check connected users. =item B<--filter-username> -Filter connected username. (Can be a regex) +Filter connected username. (can be a regex) =item B<--warning-*> diff --git a/src/database/sap/hana/mode/diskusage.pm b/src/database/sap/hana/mode/diskusage.pm index fd357ee8b..d1c917108 100644 --- a/src/database/sap/hana/mode/diskusage.pm +++ b/src/database/sap/hana/mode/diskusage.pm @@ -184,7 +184,7 @@ Critical threshold. =item B<--filter-name> -Filter disk name. (Can be a regex) +Filter disk name. (can be a regex) =item B<--units> diff --git a/src/database/sap/hana/mode/volumeusage.pm b/src/database/sap/hana/mode/volumeusage.pm index f9c2d63bb..26a23bb61 100644 --- a/src/database/sap/hana/mode/volumeusage.pm +++ b/src/database/sap/hana/mode/volumeusage.pm @@ -184,7 +184,7 @@ Critical threshold. =item B<--filter-name> -Filter volume name. (Can be a regex) +Filter volume name. (can be a regex) =item B<--units> diff --git a/src/database/sybase/mode/databasessize.pm b/src/database/sybase/mode/databasessize.pm index bc2c9d2ef..126ccbf40 100644 --- a/src/database/sybase/mode/databasessize.pm +++ b/src/database/sybase/mode/databasessize.pm @@ -198,7 +198,7 @@ Filter database by name. Can be a regex =item B<--units> -Units of thresholds (Default: '%') ('%', 'B'). +Units of thresholds (default: '%') ('%', 'B'). =item B<--free> diff --git a/src/database/sybase/plugin.pm b/src/database/sybase/plugin.pm index 04ec3d79f..f8820d85a 100644 --- a/src/database/sybase/plugin.pm +++ b/src/database/sybase/plugin.pm @@ -94,11 +94,11 @@ Hostname to query. =item B<--port> -Database Server Port (Default: 2638). +Database Server Port (default: 2638). =item B<--tds-level> -TDS protocol level to use (Default: 'CS_TDS_50') +TDS protocol level to use (default: 'CS_TDS_50') =back diff --git a/src/example/mode/launchcmd.pm b/src/example/mode/launchcmd.pm index 6b26e753d..1d63cbcf3 100644 --- a/src/example/mode/launchcmd.pm +++ b/src/example/mode/launchcmd.pm @@ -99,7 +99,7 @@ Command to execute. =item B<--timeout> -Timeout in seconds for the command (Default: 30). +Timeout in seconds for the command (default: 30). =back diff --git a/src/hardware/ats/apc/snmp/mode/devicestatus.pm b/src/hardware/ats/apc/snmp/mode/devicestatus.pm index 0372c1e90..79f0291cc 100644 --- a/src/hardware/ats/apc/snmp/mode/devicestatus.pm +++ b/src/hardware/ats/apc/snmp/mode/devicestatus.pm @@ -81,7 +81,7 @@ Check device status. =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'entity'. =item B<--filter> diff --git a/src/hardware/ats/apc/snmp/mode/ntp.pm b/src/hardware/ats/apc/snmp/mode/ntp.pm index aab4d2173..f2a0345da 100644 --- a/src/hardware/ats/apc/snmp/mode/ntp.pm +++ b/src/hardware/ats/apc/snmp/mode/ntp.pm @@ -63,7 +63,7 @@ Set the ntp hostname (if not set, localtime is used). =item B<--ntp-port> -Set the ntp port (Default: 123). +Set the ntp port (default: 123). =item B<--timezone> diff --git a/src/hardware/ats/apc/snmp/mode/outputlines.pm b/src/hardware/ats/apc/snmp/mode/outputlines.pm index 0d2a6cc8f..9bf5f7cc4 100644 --- a/src/hardware/ats/apc/snmp/mode/outputlines.pm +++ b/src/hardware/ats/apc/snmp/mode/outputlines.pm @@ -198,12 +198,12 @@ Can be: 'voltage', 'current', 'power', 'load', 'load-capacity'. =item B<--warning-status> -Define the conditions to match for the status to be WARNING (Default: '%{status} =~ /nearoverload/'). +Define the conditions to match for the status to be WARNING (default: '%{status} =~ /nearoverload/'). 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} =~ /^(lowload|overload)$/'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} =~ /^(lowload|overload)$/'). You can use the following variables: %{status}, %{display} =back diff --git a/src/hardware/ats/eaton/snmp/mode/system.pm b/src/hardware/ats/eaton/snmp/mode/system.pm index 501973e0a..32240765c 100644 --- a/src/hardware/ats/eaton/snmp/mode/system.pm +++ b/src/hardware/ats/eaton/snmp/mode/system.pm @@ -164,17 +164,17 @@ Example: --filter-counters='^status$' =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: operation_mode =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: operation_mode =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{operation_mode} !~ /source1|source2/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{operation_mode} !~ /source1|source2/i'). You can use the following variables: %{operation_mode} =item B<--warning-*> diff --git a/src/hardware/devices/aeg/acm/snmp/mode/acstatus.pm b/src/hardware/devices/aeg/acm/snmp/mode/acstatus.pm index c726c6bbc..d2059cd07 100644 --- a/src/hardware/devices/aeg/acm/snmp/mode/acstatus.pm +++ b/src/hardware/devices/aeg/acm/snmp/mode/acstatus.pm @@ -132,12 +132,12 @@ Check AC plant 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: ''). You can use the following variables: %{status} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} =~ /true/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} =~ /true/i'). You can use the following variables: %{status} =back diff --git a/src/hardware/devices/aeg/acm/snmp/mode/alarmsstatus.pm b/src/hardware/devices/aeg/acm/snmp/mode/alarmsstatus.pm index 26ce59166..11d9367d5 100644 --- a/src/hardware/devices/aeg/acm/snmp/mode/alarmsstatus.pm +++ b/src/hardware/devices/aeg/acm/snmp/mode/alarmsstatus.pm @@ -76,7 +76,7 @@ Check alarms status. =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'alarm'. =item B<--filter> diff --git a/src/hardware/devices/aeg/acm/snmp/mode/batterystatus.pm b/src/hardware/devices/aeg/acm/snmp/mode/batterystatus.pm index d73f5cba5..251804653 100644 --- a/src/hardware/devices/aeg/acm/snmp/mode/batterystatus.pm +++ b/src/hardware/devices/aeg/acm/snmp/mode/batterystatus.pm @@ -237,12 +237,12 @@ Example: --filter-counters='^status|current$' =item B<--warning-status> -Define the conditions to match for the status to be WARNING (Default: '%{status} =~ /onBattery/i'). +Define the conditions to match for the status to be WARNING (default: '%{status} =~ /onBattery/i'). You can use the following variables: %{status} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} =~ /disconnected/i || %{status} =~ /shutdown/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} =~ /disconnected/i || %{status} =~ /shutdown/i'). You can use the following variables: %{status} =item B<--warning-*> diff --git a/src/hardware/devices/aeg/acm/snmp/mode/rectifierstatus.pm b/src/hardware/devices/aeg/acm/snmp/mode/rectifierstatus.pm index da204c3e5..5b1c346f8 100644 --- a/src/hardware/devices/aeg/acm/snmp/mode/rectifierstatus.pm +++ b/src/hardware/devices/aeg/acm/snmp/mode/rectifierstatus.pm @@ -193,12 +193,12 @@ Example: --filter-counters='^status|current$' =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} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} !~ /ok|notInstalled/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} !~ /ok|notInstalled/i'). You can use the following variables: %{status} =item B<--warning-*> diff --git a/src/hardware/devices/barco/cs/restapi/custom/api.pm b/src/hardware/devices/barco/cs/restapi/custom/api.pm index 361ea99b5..70fd952f0 100644 --- a/src/hardware/devices/barco/cs/restapi/custom/api.pm +++ b/src/hardware/devices/barco/cs/restapi/custom/api.pm @@ -176,11 +176,11 @@ Barco ClickShare hostname. =item B<--port> -Port used (Default: 4001) +Port used (default: 4001) =item B<--proto> -Specify https if needed (Default: 'https') +Specify https if needed (default: 'https') =item B<--api-username> @@ -192,7 +192,7 @@ API password. =item B<--timeout> -Set timeout in seconds (Default: 10). +Set timeout in seconds (default: 10). =back diff --git a/src/hardware/devices/barco/cs/restapi/mode/device.pm b/src/hardware/devices/barco/cs/restapi/mode/device.pm index f1d15e64d..329cb5b36 100644 --- a/src/hardware/devices/barco/cs/restapi/mode/device.pm +++ b/src/hardware/devices/barco/cs/restapi/mode/device.pm @@ -253,12 +253,12 @@ Example: --filter-counters='status' =item B<--warning-device-status> -Set warning threshold (Default: '%{status} =~ /warning/'). +Set warning threshold (default: '%{status} =~ /warning/'). You can use the following variables: %{status} =item B<--critical-device-status> -Set critical threshold (Default: '%{status} =~ /error/'). +Set critical threshold (default: '%{status} =~ /error/'). You can use the following variables: %{status} =item B<--warning-process-status> diff --git a/src/hardware/devices/camera/hanwha/snmp/mode/hardware.pm b/src/hardware/devices/camera/hanwha/snmp/mode/hardware.pm index 7e96d02ea..931901c15 100644 --- a/src/hardware/devices/camera/hanwha/snmp/mode/hardware.pm +++ b/src/hardware/devices/camera/hanwha/snmp/mode/hardware.pm @@ -74,12 +74,12 @@ Check hardware. =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'service', 'sdcard'. =item B<--filter> -Exclude some parts (comma seperated list) +Exclude some parts (comma separated list) You can also exclude items from specific instances: --filter=instance,relayOutput1 =item B<--no-component> diff --git a/src/hardware/devices/camera/hikvision/snmp/mode/time.pm b/src/hardware/devices/camera/hikvision/snmp/mode/time.pm index ec9d54ed0..30691b4c1 100644 --- a/src/hardware/devices/camera/hikvision/snmp/mode/time.pm +++ b/src/hardware/devices/camera/hikvision/snmp/mode/time.pm @@ -92,7 +92,7 @@ Set the ntp hostname (if not set, localtime is used). =item B<--ntp-port> -Set the ntp port (Default: 123). +Set the ntp port (default: 123). =item B<--timezone> diff --git a/src/hardware/devices/camera/optelecom/snmp/mode/interfaces.pm b/src/hardware/devices/camera/optelecom/snmp/mode/interfaces.pm index a0663d456..4115cae2d 100644 --- a/src/hardware/devices/camera/optelecom/snmp/mode/interfaces.pm +++ b/src/hardware/devices/camera/optelecom/snmp/mode/interfaces.pm @@ -45,7 +45,7 @@ Check interfaces. =item B<--add-global> -Check global port statistics (By default if no --add-* option is set). +Check global port statistics (by default if no --add-* option is set). =item B<--add-status> @@ -77,7 +77,7 @@ Check interface data volume between two checks (not supposed to be graphed, usef =item B<--check-metrics> -If the expression is true, metrics are checked (Default: '%{opstatus} eq "up"'). +If the expression is true, metrics are checked (default: '%{opstatus} eq "up"'). =item B<--warning-status> @@ -86,7 +86,7 @@ You can use the following variables: %{admstatus}, %{opstatus}, %{duplexstatus}, =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{admstatus} eq "up" and %{opstatus} ne "up"'). +Define the conditions to match for the status to be CRITICAL (default: '%{admstatus} eq "up" and %{opstatus} ne "up"'). You can use the following variables: %{admstatus}, %{opstatus}, %{duplexstatus}, %{display} =item B<--warning-*> B<--critical-*> @@ -99,15 +99,15 @@ Can be: 'total-port', 'total-admin-up', 'total-admin-down', 'total-oper-up', 'to =item B<--units-traffic> -Units of thresholds for the traffic (Default: 'percent_delta') ('percent_delta', 'bps', 'counter'). +Units of thresholds for the traffic (default: 'percent_delta') ('percent_delta', 'bps', 'counter'). =item B<--units-errors> -Units of thresholds for errors/discards (Default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). +Units of thresholds for errors/discards (default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). =item B<--units-cast> -Units of thresholds for communication types (Default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). +Units of thresholds for communication types (default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). =item B<--nagvis-perfdata> @@ -115,7 +115,7 @@ Display traffic perfdata to be compatible with nagvis widget. =item B<--interface> -Set the interface (number expected) ex: 1,2,... (empty means 'check all interfaces'). +Set the interface (number expected) example: 1,2,... (empty means 'check all interfaces'). =item B<--name> @@ -169,7 +169,7 @@ Add an OID to display. Modify the interface name displayed by using a regular expression. -Eg: adding --display-transform-src='eth' --display-transform-dst='ens' will replace all occurrences of 'eth' with 'ens' +Example: adding --display-transform-src='eth' --display-transform-dst='ens' will replace all occurrences of 'eth' with 'ens' =item B<--show-cache> diff --git a/src/hardware/devices/camera/optelecom/snmp/mode/uptime.pm b/src/hardware/devices/camera/optelecom/snmp/mode/uptime.pm index 8c0de2c22..ff16b4da9 100644 --- a/src/hardware/devices/camera/optelecom/snmp/mode/uptime.pm +++ b/src/hardware/devices/camera/optelecom/snmp/mode/uptime.pm @@ -66,12 +66,11 @@ With that option, we manage the counter going back. But there is a few chance we =item B<--reboot-window> -To be used with check-overload option. Time in milliseconds (Default: 5000) +To be used with check-overload option. Time in milliseconds (default: 5000) You increase the chance of not missing a reboot if you decrease that value. =item B<--unit> -Select the unit for performance data and thresholds. 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 performance data and thresholds. May be 's' for seconds, 'm' for minutes, 'h' for hours, 'd' for days, 'w' for weeks. Default is seconds. =back diff --git a/src/hardware/devices/cisco/ces/restapi/custom/api.pm b/src/hardware/devices/cisco/ces/restapi/custom/api.pm index c74a96c47..9c7539410 100644 --- a/src/hardware/devices/cisco/ces/restapi/custom/api.pm +++ b/src/hardware/devices/cisco/ces/restapi/custom/api.pm @@ -227,11 +227,11 @@ Set hostname. =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> @@ -243,7 +243,7 @@ Set password. =item B<--timeout> -Threshold for HTTP timeout (Default: '30'). +Threshold for HTTP timeout (default: '30'). =item B<--no-session> diff --git a/src/hardware/devices/cisco/ces/restapi/mode/components.pm b/src/hardware/devices/cisco/ces/restapi/mode/components.pm index 4be5bf4d8..e4776987f 100644 --- a/src/hardware/devices/cisco/ces/restapi/mode/components.pm +++ b/src/hardware/devices/cisco/ces/restapi/mode/components.pm @@ -135,14 +135,14 @@ Check components. =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'ad' (audio device), 'aic' (audio input connectors), 'aoc' (audio output connectors), 'camera', 'st' (speakerTrack), 'software', 'temperature', 'vic' (video input connectors), 'vis' (video input source), 'voc', (video output connectors), 'webex'. =item B<--filter> -Exclude some parts (comma seperated list) +Exclude some parts (comma separated list) You can also exclude items from specific instances: --filter='aic,Microphone.1' =item B<--no-component> diff --git a/src/hardware/devices/cisco/ces/restapi/mode/diagnostics.pm b/src/hardware/devices/cisco/ces/restapi/mode/diagnostics.pm index d3258366a..676cf3c65 100644 --- a/src/hardware/devices/cisco/ces/restapi/mode/diagnostics.pm +++ b/src/hardware/devices/cisco/ces/restapi/mode/diagnostics.pm @@ -150,12 +150,12 @@ Use old legacy command. =item B<--warning-status> -Define the conditions to match for the status to be WARNING (Default: '%{level} =~ /warning|minor/i') +Define the conditions to match for the status to be WARNING (default: '%{level} =~ /warning|minor/i') You can use the following variables: %{description}, %{level}, %{type} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{level} =~ /critical|major/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{level} =~ /critical|major/i'). You can use the following variables: %{description}, %{level}, %{type} =back diff --git a/src/hardware/devices/cisco/ces/restapi/mode/peripherals.pm b/src/hardware/devices/cisco/ces/restapi/mode/peripherals.pm index 3e2b8a36b..1874821cf 100644 --- a/src/hardware/devices/cisco/ces/restapi/mode/peripherals.pm +++ b/src/hardware/devices/cisco/ces/restapi/mode/peripherals.pm @@ -114,7 +114,7 @@ Check peripherals device connected (since TC 7.2). =item B<--filter-since> -Filter by since X seconds (Default: 86400). +Filter by since X seconds (default: 86400). =item B<--warning-*> B<--critical-*> diff --git a/src/hardware/devices/cisco/cts/snmp/mode/peripherals.pm b/src/hardware/devices/cisco/cts/snmp/mode/peripherals.pm index e49cb5596..b03b7f589 100644 --- a/src/hardware/devices/cisco/cts/snmp/mode/peripherals.pm +++ b/src/hardware/devices/cisco/cts/snmp/mode/peripherals.pm @@ -149,7 +149,7 @@ You can use the following variables: %{status}, %{description} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} !~ /^registered/'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} !~ /^registered/'). You can use the following variables: %{status}, %{description} =item B<--warning-*> B<--critical-*> diff --git a/src/hardware/devices/eltek/enexus/snmp/mode/alarms.pm b/src/hardware/devices/eltek/enexus/snmp/mode/alarms.pm index 1da59a245..b56f3e459 100644 --- a/src/hardware/devices/eltek/enexus/snmp/mode/alarms.pm +++ b/src/hardware/devices/eltek/enexus/snmp/mode/alarms.pm @@ -152,17 +152,17 @@ Filter name (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: %{state}, %{status}, %{lastOpError}, %{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: %{name}, %{status} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} eq "alarm"). +Define the conditions to match for the status to be CRITICAL (default: '%{status} eq "alarm"). You can use the following variables: %{name}, %{status} =item B<--warning-*> B<--critical-*> diff --git a/src/hardware/devices/eltek/enexus/snmp/mode/battery.pm b/src/hardware/devices/eltek/enexus/snmp/mode/battery.pm index 14aec6534..d81ca0709 100644 --- a/src/hardware/devices/eltek/enexus/snmp/mode/battery.pm +++ b/src/hardware/devices/eltek/enexus/snmp/mode/battery.pm @@ -305,12 +305,12 @@ You can use the following variables: %{status} =item B<--warning-status> -Define the conditions to match for the status to be WARNING (Default: '%{status} =~ /minor|warning/i'). +Define the conditions to match for the status to be WARNING (default: '%{status} =~ /minor|warning/i'). You can use the following variables: %{status} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} =~ /error|major|critical/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} =~ /error|major|critical/i'). You can use the following variables: %{status} =item B<--warning-*> B<--critical-*> diff --git a/src/hardware/devices/eltek/enexus/snmp/mode/load.pm b/src/hardware/devices/eltek/enexus/snmp/mode/load.pm index d4a575c67..641f9bd27 100644 --- a/src/hardware/devices/eltek/enexus/snmp/mode/load.pm +++ b/src/hardware/devices/eltek/enexus/snmp/mode/load.pm @@ -202,12 +202,12 @@ You can use the following variables: %{status} =item B<--warning-status> -Define the conditions to match for the status to be WARNING (Default: '%{status} =~ /minor|warning/i'). +Define the conditions to match for the status to be WARNING (default: '%{status} =~ /minor|warning/i'). You can use the following variables: %{status} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} =~ /error|major|critical/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} =~ /error|major|critical/i'). You can use the following variables: %{status} =item B<--warning-*> B<--critical-*> diff --git a/src/hardware/devices/eltek/enexus/snmp/mode/outputs.pm b/src/hardware/devices/eltek/enexus/snmp/mode/outputs.pm index 80b4fb662..b82c8c998 100644 --- a/src/hardware/devices/eltek/enexus/snmp/mode/outputs.pm +++ b/src/hardware/devices/eltek/enexus/snmp/mode/outputs.pm @@ -185,7 +185,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} =~ /notenergized|disconnected/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} =~ /notenergized|disconnected/i'). You can use the following variables: %{status}, %{name} =item B<--warning-*> B<--critical-*> diff --git a/src/hardware/devices/gorgy/ntpserver/snmp/mode/globalstatus.pm b/src/hardware/devices/gorgy/ntpserver/snmp/mode/globalstatus.pm index c66b023a8..1baabd415 100644 --- a/src/hardware/devices/gorgy/ntpserver/snmp/mode/globalstatus.pm +++ b/src/hardware/devices/gorgy/ntpserver/snmp/mode/globalstatus.pm @@ -175,22 +175,22 @@ Example: --filter-counters='^sync-status$' =item B<--warning-sync-status> -Define the conditions to match for the status to be WARNING (Default: '%{sync_status} =~ /Running with autonomy|Free running/i'). +Define the conditions to match for the status to be WARNING (default: '%{sync_status} =~ /Running with autonomy|Free running/i'). You can use the following variables: %{sync_status} =item B<--critical-sync-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{sync_status} =~ /Server locked|Never synchronized|Server not synchronized/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{sync_status} =~ /Server locked|Never synchronized|Server not synchronized/i'). You can use the following variables: %{sync_status} =item B<--warning-timebase-status> -Define the conditions to match for the status to be WARNING (Default: '%{timebase_status} =~ /^(?!(XO|XO OK|TCXO Precision < 2usec|OCXO Precision < 1usec)$)/i'). +Define the conditions to match for the status to be WARNING (default: '%{timebase_status} =~ /^(?!(XO|XO OK|TCXO Precision < 2usec|OCXO Precision < 1usec)$)/i'). You can use the following variables: %{timebase_status} =item B<--critical-timebase-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{timebase_status} =~ /^XO$/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{timebase_status} =~ /^XO$/i'). You can use the following variables: %{timebase_status} =item B<--warning-*> diff --git a/src/hardware/devices/hikvision/nvr/isapi/custom/api.pm b/src/hardware/devices/hikvision/nvr/isapi/custom/api.pm index 35a4729d6..be0c74598 100644 --- a/src/hardware/devices/hikvision/nvr/isapi/custom/api.pm +++ b/src/hardware/devices/hikvision/nvr/isapi/custom/api.pm @@ -181,11 +181,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> @@ -197,7 +197,7 @@ API password. =item B<--timeout> -Set timeout in seconds (Default: 50). +Set timeout in seconds (default: 50). =back diff --git a/src/hardware/devices/hikvision/nvr/isapi/mode/disks.pm b/src/hardware/devices/hikvision/nvr/isapi/mode/disks.pm index cc53ad10d..9fd1d3dc5 100644 --- a/src/hardware/devices/hikvision/nvr/isapi/mode/disks.pm +++ b/src/hardware/devices/hikvision/nvr/isapi/mode/disks.pm @@ -195,12 +195,12 @@ You can use the following variables: %{status}, %{name} =item B<--warning-status> -Define the conditions to match for the status to be WARNING (Default: '%{status} =~ /reparing/i'). +Define the conditions to match for the status to be WARNING (default: '%{status} =~ /reparing/i'). 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} =~ /error|smartFailed/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} =~ /error|smartFailed/i'). You can use the following variables: %{status}, %{name} =item B<--warning-*> B<--critical-*> diff --git a/src/hardware/devices/hikvision/nvr/isapi/mode/time.pm b/src/hardware/devices/hikvision/nvr/isapi/mode/time.pm index 4c5adbc05..5069ff796 100644 --- a/src/hardware/devices/hikvision/nvr/isapi/mode/time.pm +++ b/src/hardware/devices/hikvision/nvr/isapi/mode/time.pm @@ -167,7 +167,7 @@ Set the ntp hostname (if not set, localtime is used). =item B<--ntp-port> -Set the ntp port (Default: 123). +Set the ntp port (default: 123). =item B<--timezone> diff --git a/src/hardware/devices/hikvision/nvr/isapi/mode/uptime.pm b/src/hardware/devices/hikvision/nvr/isapi/mode/uptime.pm index b77af2202..10edf14b8 100644 --- a/src/hardware/devices/hikvision/nvr/isapi/mode/uptime.pm +++ b/src/hardware/devices/hikvision/nvr/isapi/mode/uptime.pm @@ -135,8 +135,7 @@ Critical threshold. =item B<--unit> -Select the unit for performance data and thresholds. 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 performance data and thresholds. May be 's' for seconds, 'm' for minutes, 'h' for hours, 'd' for days, 'w' for weeks. Default is seconds. =back diff --git a/src/hardware/devices/hikvision/nvr/snmp/mode/disks.pm b/src/hardware/devices/hikvision/nvr/snmp/mode/disks.pm index 2487b60b4..66dec7b18 100644 --- a/src/hardware/devices/hikvision/nvr/snmp/mode/disks.pm +++ b/src/hardware/devices/hikvision/nvr/snmp/mode/disks.pm @@ -212,12 +212,12 @@ You can use the following variables: %{status}, %{name} =item B<--warning--status> -Define the conditions to match for the status to be WARNING (Default: '%{status} =~ /reparing|formatting/i'). +Define the conditions to match for the status to be WARNING (default: '%{status} =~ /reparing|formatting/i'). 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} =~ /abnormal|smartfailed/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} =~ /abnormal|smartfailed/i'). You can use the following variables: %{status}, %{name} =item B<--warning-*> B<--critical-*> diff --git a/src/hardware/devices/hikvision/nvr/snmp/mode/uptime.pm b/src/hardware/devices/hikvision/nvr/snmp/mode/uptime.pm index 7c1cc498b..0103e0c68 100644 --- a/src/hardware/devices/hikvision/nvr/snmp/mode/uptime.pm +++ b/src/hardware/devices/hikvision/nvr/snmp/mode/uptime.pm @@ -66,12 +66,11 @@ With that option, we manage the counter going back. But there is a few chance we =item B<--reboot-window> -To be used with check-overload option. Time in milliseconds (Default: 5000) +To be used with check-overload option. Time in milliseconds (default: 5000) You increase the chance of not missing a reboot if you decrease that value. =item B<--unit> -Select the unit for performance data and thresholds. 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 performance data and thresholds. May be 's' for seconds, 'm' for minutes, 'h' for hours, 'd' for days, 'w' for weeks. Default is seconds. =back diff --git a/src/hardware/devices/hms/ewon/snmp/mode/tags.pm b/src/hardware/devices/hms/ewon/snmp/mode/tags.pm index 80be8e97d..e0ee93dbb 100644 --- a/src/hardware/devices/hms/ewon/snmp/mode/tags.pm +++ b/src/hardware/devices/hms/ewon/snmp/mode/tags.pm @@ -286,11 +286,11 @@ Filter tags by name (can be a regexp). =item B<--cache-expires-in> -Cache expires each X secondes (Default: 7200) +Cache expires each X seconds (default: 7200) =item B<--tag-output-value> -Change tag output (syntax: [regexp,]output) (Default: 'value: %s'). +Change tag output (syntax: [regexp,]output) (default: 'value: %s'). E.g: --tag-output-value='tagNameMatch,remaining: %s%%' =item B<--tag-threshold-warning> B<--tag-threshold-critical> @@ -305,7 +305,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} =~ /alarm/'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} =~ /alarm/'). You can use the following variables: %{status}, %{name} =item B<--warning-*> B<--critical-*> diff --git a/src/hardware/devices/hms/netbiter/argos/restapi/custom/api.pm b/src/hardware/devices/hms/netbiter/argos/restapi/custom/api.pm index 577ead319..f3a572911 100644 --- a/src/hardware/devices/hms/netbiter/argos/restapi/custom/api.pm +++ b/src/hardware/devices/hms/netbiter/argos/restapi/custom/api.pm @@ -264,19 +264,19 @@ Netbiter Argos RestAPI =item B<--hostname> -Argos API hostname (Default: api.netbiter.net). +Argos API hostname (default: api.netbiter.net). =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-endpoint> -Argos API requests endpoint (Default: '/operation/v1/rest/json') +Argos API requests endpoint (default: '/operation/v1/rest/json') =item B<--access-key> @@ -295,7 +295,7 @@ Must be used with --api-username option. =item B<--timeout> -Set timeout in seconds (Default: 10). +Set timeout in seconds (default: 10). =back diff --git a/src/hardware/devices/hms/netbiter/argos/restapi/mode/alarms.pm b/src/hardware/devices/hms/netbiter/argos/restapi/mode/alarms.pm index 8bdb9a41d..3e19565ac 100644 --- a/src/hardware/devices/hms/netbiter/argos/restapi/mode/alarms.pm +++ b/src/hardware/devices/hms/netbiter/argos/restapi/mode/alarms.pm @@ -199,7 +199,7 @@ More information on'https://apidocs.netbiter.net/?page=methods&show=getSystemAla =item B<--system-id> -Set the Netbiter Argos System ID (Mandatory). +Set the Netbiter Argos System ID (mandatory). =item B<--filter-acked> @@ -217,22 +217,22 @@ Only one value can be set (no multiple values). =item B<--warning-active-status> -Set warning threshold for active status (Default: ''). +Set warning threshold for active status (default: ''). Typical syntax: --warning-active-status='%{active} =~ "true"' =item B<--critical-active-status> -Set critical threshold for active status (Default: '%{active} =~ "true"'). +Set critical threshold for active status (default: '%{active} =~ "true"'). Typical syntax: --critical-active-status='%{active} =~ "true"' =item B<--warning-acked-status> -Set warning threshold for acked status (Default: '%{acked} =~ "false"'). +Set warning threshold for acked status (default: '%{acked} =~ "false"'). Typical syntax: --warning-acked-status='%{acked} =~ "false"' =item B<--critical-acked-status> -Set critical threshold for acked status (Default: ''). +Set critical threshold for acked status (default: ''). Typical syntax: --critical-acked-status='%{acked} =~ "false"' =item B<--warning-*> B<--critical-*> diff --git a/src/hardware/devices/hms/netbiter/argos/restapi/mode/listsensors.pm b/src/hardware/devices/hms/netbiter/argos/restapi/mode/listsensors.pm index 6b93243df..a67150645 100644 --- a/src/hardware/devices/hms/netbiter/argos/restapi/mode/listsensors.pm +++ b/src/hardware/devices/hms/netbiter/argos/restapi/mode/listsensors.pm @@ -111,7 +111,7 @@ List Netbiter log sensors using Argos RestAPI. =item B<--system-id> -Set the Netbiter Argos System ID (Mandatory). +Set the Netbiter Argos System ID (mandatory). =back diff --git a/src/hardware/devices/hms/netbiter/argos/restapi/mode/sensors.pm b/src/hardware/devices/hms/netbiter/argos/restapi/mode/sensors.pm index 03d444821..950225c68 100644 --- a/src/hardware/devices/hms/netbiter/argos/restapi/mode/sensors.pm +++ b/src/hardware/devices/hms/netbiter/argos/restapi/mode/sensors.pm @@ -152,21 +152,21 @@ More information on'https://apidocs.netbiter.net/?page=methods&show=getSystemLog =item B<--system-id> -Set the Netbiter Argos System ID (Mandatory). +Set the Netbiter Argos System ID (mandatory). =item B<--filter-id> -Filter by sensor ID (Regexp can be used). +Filter by sensor ID (regexp can be used). Example: --filter-id='^1234.5678$' =item B<--filter-device> -Filter by device name (Regexp can be used). +Filter by device name (regexp can be used). Example: --filter-device='^ZONE(1|2)$' =item B<--filter-name> -Filter by sensor name (Regexp can be used). +Filter by sensor name (regexp can be used). Example: --filter-name='^temperature_(in|out)$' =item B<--warning-sensor-value> diff --git a/src/hardware/devices/masterclock/ntp100gps/snmp/mode/gpsstatus.pm b/src/hardware/devices/masterclock/ntp100gps/snmp/mode/gpsstatus.pm index 625be2e38..8702da21f 100644 --- a/src/hardware/devices/masterclock/ntp100gps/snmp/mode/gpsstatus.pm +++ b/src/hardware/devices/masterclock/ntp100gps/snmp/mode/gpsstatus.pm @@ -119,12 +119,12 @@ Check GPS status =item B<--warning-status> -Define the conditions to match for the status to be WARNING (Default: '%{satellites} =~ /No satellites in view/') +Define the conditions to match for the status to be WARNING (default: '%{satellites} =~ /No satellites in view/') You can use the following variables: %{health}, %{satellites}, %{latitude}, %{longitude} =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: %{health}, %{satellites}, %{latitude}, %{longitude} =back diff --git a/src/hardware/devices/masterclock/ntp100gps/snmp/mode/ntpperformance.pm b/src/hardware/devices/masterclock/ntp100gps/snmp/mode/ntpperformance.pm index a1f822a50..6185c5e4e 100644 --- a/src/hardware/devices/masterclock/ntp100gps/snmp/mode/ntpperformance.pm +++ b/src/hardware/devices/masterclock/ntp100gps/snmp/mode/ntpperformance.pm @@ -140,12 +140,12 @@ Check NTP performances =item B<--warning-status> -Define the conditions to match for the status to be WARNING (Default: '%{health} !~ /No leap second today/') +Define the conditions to match for the status to be WARNING (default: '%{health} !~ /No leap second today/') You can use the following variables: %{leap} =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: %{health} =item B<--warning-*> diff --git a/src/hardware/devices/pexip/infinity/managementapi/custom/api.pm b/src/hardware/devices/pexip/infinity/managementapi/custom/api.pm index b0db2c882..96fa681f2 100644 --- a/src/hardware/devices/pexip/infinity/managementapi/custom/api.pm +++ b/src/hardware/devices/pexip/infinity/managementapi/custom/api.pm @@ -197,11 +197,11 @@ Pexip manager 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> @@ -213,7 +213,7 @@ API password. =item B<--timeout> -Set timeout in seconds (Default: 10). +Set timeout in seconds (default: 10). =back diff --git a/src/hardware/devices/pexip/infinity/managementapi/mode/alarms.pm b/src/hardware/devices/pexip/infinity/managementapi/mode/alarms.pm index 18b4e1a98..77e13d699 100644 --- a/src/hardware/devices/pexip/infinity/managementapi/mode/alarms.pm +++ b/src/hardware/devices/pexip/infinity/managementapi/mode/alarms.pm @@ -154,12 +154,12 @@ Filter by alert name (can be a regexp). =item B<--warning-status> -Define the conditions to match for the status to be WARNING (Default: '%{level} =~ /warning|minor/i') +Define the conditions to match for the status to be WARNING (default: '%{level} =~ /warning|minor/i') You can use the following variables: %{level}, %{details}, %{name} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{level} =~ /critical|major|error/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{level} =~ /critical|major|error/i'). You can use the following variables: %{level}, %{details}, %{name} =item B<--memory> diff --git a/src/hardware/devices/polycom/dma/snmp/mode/alerts.pm b/src/hardware/devices/polycom/dma/snmp/mode/alerts.pm index b36c9a9aa..90cfb5ef3 100644 --- a/src/hardware/devices/polycom/dma/snmp/mode/alerts.pm +++ b/src/hardware/devices/polycom/dma/snmp/mode/alerts.pm @@ -184,12 +184,12 @@ Filter by message (can be a regexp). =item B<--warning-status> -Define the conditions to match for the status to be WARNING (Default: '%{severity} =~ /warn/i') +Define the conditions to match for the status to be WARNING (default: '%{severity} =~ /warn/i') Can use special variables like: %{severity}, %{text}, %{code}, %{since} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{severity} =~ /severe/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{severity} =~ /severe/i'). Can use special variables like: %{severity}, %{text}, %{source}, %{since} =item B<--memory> diff --git a/src/hardware/devices/polycom/dma/snmp/mode/clusters.pm b/src/hardware/devices/polycom/dma/snmp/mode/clusters.pm index ff02ccc46..63dd10f25 100644 --- a/src/hardware/devices/polycom/dma/snmp/mode/clusters.pm +++ b/src/hardware/devices/polycom/dma/snmp/mode/clusters.pm @@ -208,27 +208,27 @@ Filter on one or several cluster (POSIX regexp) =item B<--warning-cluster-status> -Custom Warning threshold of the cluster state (Default: none) +Custom Warning threshold of the cluster state (default: none) Syntax: --warning-cluster-status='%{cluster_status} =~ /busyOut/i' =item B<--critical-cluster-status> Custom Critical threshold of the cluster state -(Default: '%{cluster_status} =~ /outOfService/i' ) +(default: '%{cluster_status} =~ /outOfService/i' ) Syntax: --critical-cluster-status='%{cluster_status} =~ /busyOut/i' =item B<--warning-license-status> -Custom Warning threshold of the cluster license state (Default: none) +Custom Warning threshold of the cluster license state (default: none) Syntax: --warning-license-status='%{license_status} =~ /notinstalled/i' =item B<--critical-license-status> Custom Critical threshold of the cluster license state -(Default: '%{license_status} =~ /invalid/i') +(default: '%{license_status} =~ /invalid/i') Syntax: --critical-license-status='%{license_status} =~ /notinstalled/i' =item B<--warning-* --critical-*> diff --git a/src/hardware/devices/polycom/rprm/snmp/mode/clusterstatus.pm b/src/hardware/devices/polycom/rprm/snmp/mode/clusterstatus.pm index ba9d03bde..87fcf5daa 100644 --- a/src/hardware/devices/polycom/rprm/snmp/mode/clusterstatus.pm +++ b/src/hardware/devices/polycom/rprm/snmp/mode/clusterstatus.pm @@ -102,23 +102,23 @@ Check Polycom HA SuperCluster status =item B<--warning-cluster-status> -Custom Warning threshold of the cluster state (Default: none) +Custom Warning threshold of the cluster state (default: none) Syntax: --warning-cluster-status='%{cluster_status} =~ /busyOut/i' =item B<--critical-cluster-status> Custom Critical threshold of the cluster state -(Default: '%{cluster_status} =~ /outOfService/i' ) +(default: '%{cluster_status} =~ /outOfService/i' ) Syntax: --critical-cluster-status='%{cluster_status} =~ /failed/i' =item B<--warning-cluster-change-cause> -Custom Warning threshold of the cluster state change cause (Default: none) +Custom Warning threshold of the cluster state change cause (default: none) Syntax: --warning-cluster-change-cause='%{cluster_change_cause} =~ /manualFailover/i' =item B<--critical-cluster-change-cause> -Custom Critical threshold of the cluster state change cause (Default: none) +Custom Critical threshold of the cluster state change cause (default: none) Syntax: --critical-cluster-change-cause='%{cluster_change_cause} =~ /manualFailover/i' =back diff --git a/src/hardware/devices/polycom/rprm/snmp/mode/provisioning.pm b/src/hardware/devices/polycom/rprm/snmp/mode/provisioning.pm index 9a9d04fbe..9ac644fc6 100644 --- a/src/hardware/devices/polycom/rprm/snmp/mode/provisioning.pm +++ b/src/hardware/devices/polycom/rprm/snmp/mode/provisioning.pm @@ -120,13 +120,13 @@ Check Polycom RPRM provisioning jobs =item B<--warning-provisioning-status> -Custom Warning threshold of the provisioning state (Default: none) +Custom Warning threshold of the provisioning state (default: none) Syntax: --warning-provisioning-status='%{provisioning_status} =~ /clear/i' =item B<--critical-provisioning-status> Custom Critical threshold of the provisioning state -(Default: '%{provisioning_status} =~ /failed/i' ) +(default: '%{provisioning_status} =~ /failed/i' ) Syntax: --critical-provisioning-status='%{provisioning_status} =~ /failed/i' =item B<--warning-* --critical-*> diff --git a/src/hardware/devices/polycom/rprm/snmp/mode/sitelinks.pm b/src/hardware/devices/polycom/rprm/snmp/mode/sitelinks.pm index 94ec1f6e8..cbdbac112 100644 --- a/src/hardware/devices/polycom/rprm/snmp/mode/sitelinks.pm +++ b/src/hardware/devices/polycom/rprm/snmp/mode/sitelinks.pm @@ -215,13 +215,13 @@ Filter on one or several SiteLinks (POSIX regexp) =item B<--warning-sitelink-status> -Custom Warning threshold of the SiteLink state (Default: none) +Custom Warning threshold of the SiteLink state (default: none) Syntax: --warning-sitelink-status='%{sitelink_status} =~ /disabled/i' =item B<--critical-sitelink-status> Custom Critical threshold of the SiteLink state -(Default: '%{sitelink_status} =~ /failed/i' ) +(default: '%{sitelink_status} =~ /failed/i' ) Syntax: --critical-sitelink-status='%{sitelink_status} =~ /failed/i' =item B<--warning-* --critical-*> diff --git a/src/hardware/devices/polycom/rprm/snmp/mode/updates.pm b/src/hardware/devices/polycom/rprm/snmp/mode/updates.pm index 3ae498e48..a3f1c213b 100644 --- a/src/hardware/devices/polycom/rprm/snmp/mode/updates.pm +++ b/src/hardware/devices/polycom/rprm/snmp/mode/updates.pm @@ -120,13 +120,13 @@ Check Polycom RPRM updates jobs =item B<--warning-updates-status> -Custom Warning threshold of the updates state (Default: none) +Custom Warning threshold of the updates state (default: none) Syntax: --warning-updates-status='%{updates_status} =~ /clear/i' =item B<--critical-updates-status> Custom Critical threshold of the updates state -(Default: '%{updates_status} =~ /failed/i' ) +(default: '%{updates_status} =~ /failed/i' ) Syntax: --critical-updates-status='%{updates_status} =~ /failed/i' =item B<--warning-* --critical-*> diff --git a/src/hardware/devices/polycom/trio/restapi/custom/api.pm b/src/hardware/devices/polycom/trio/restapi/custom/api.pm index e93f9a113..3a36b5c71 100644 --- a/src/hardware/devices/polycom/trio/restapi/custom/api.pm +++ b/src/hardware/devices/polycom/trio/restapi/custom/api.pm @@ -214,11 +214,11 @@ Set hostname. =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> @@ -230,11 +230,11 @@ Set password. =item B<--lockfile-dir> -Specify the lock file directory (Default: '/var/lib/centreon/centplugins'). +Specify the lock file directory (default: '/var/lib/centreon/centplugins'). =item B<--timeout> -Threshold for HTTP timeout (Default: '30'). +Threshold for HTTP timeout (default: '30'). =back diff --git a/src/hardware/devices/polycom/trio/restapi/mode/device.pm b/src/hardware/devices/polycom/trio/restapi/mode/device.pm index 464df89af..67bce56f1 100644 --- a/src/hardware/devices/polycom/trio/restapi/mode/device.pm +++ b/src/hardware/devices/polycom/trio/restapi/mode/device.pm @@ -148,12 +148,12 @@ Check device cpu, memory and 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: %{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: %{status} =item B<--warning-*> B<--critical-*> diff --git a/src/hardware/devices/polycom/trio/restapi/mode/registration.pm b/src/hardware/devices/polycom/trio/restapi/mode/registration.pm index 2c8296a41..4dc8498aa 100644 --- a/src/hardware/devices/polycom/trio/restapi/mode/registration.pm +++ b/src/hardware/devices/polycom/trio/restapi/mode/registration.pm @@ -95,7 +95,7 @@ You can use the following variables: %{status} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} !~ /registred/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} !~ /registred/i'). You can use the following variables: %{status} =back diff --git a/src/hardware/devices/timelinkmicro/tms6001/snmp/mode/antenna.pm b/src/hardware/devices/timelinkmicro/tms6001/snmp/mode/antenna.pm index 81a09aac0..5d1481b02 100644 --- a/src/hardware/devices/timelinkmicro/tms6001/snmp/mode/antenna.pm +++ b/src/hardware/devices/timelinkmicro/tms6001/snmp/mode/antenna.pm @@ -107,12 +107,12 @@ You can use the following variables: %{status} =item B<--warning-status> -Define the conditions to match for the status to be WARNING (Default: '%{status} =~ /shorted/i'). +Define the conditions to match for the status to be WARNING (default: '%{status} =~ /shorted/i'). You can use the following variables: %{status} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} =~ /notConnected/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} =~ /notConnected/i'). You can use the following variables: %{status} =back diff --git a/src/hardware/devices/timelinkmicro/tms6001/snmp/mode/gnss.pm b/src/hardware/devices/timelinkmicro/tms6001/snmp/mode/gnss.pm index 88a321801..3297186d8 100644 --- a/src/hardware/devices/timelinkmicro/tms6001/snmp/mode/gnss.pm +++ b/src/hardware/devices/timelinkmicro/tms6001/snmp/mode/gnss.pm @@ -106,7 +106,7 @@ You can use the following variables: %{status} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} !~ /nominal/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} !~ /nominal/i'). You can use the following variables: %{status} =back diff --git a/src/hardware/devices/video/appeartv/snmp/mode/alarms.pm b/src/hardware/devices/video/appeartv/snmp/mode/alarms.pm index 2d75662c0..33ca4e95b 100644 --- a/src/hardware/devices/video/appeartv/snmp/mode/alarms.pm +++ b/src/hardware/devices/video/appeartv/snmp/mode/alarms.pm @@ -172,12 +172,12 @@ Filter by message (can be a regexp). =item B<--warning-status> -Define the conditions to match for the status to be WARNING (Default: '%{severity} =~ /minor|warning/i') +Define the conditions to match for the status to be WARNING (default: '%{severity} =~ /minor|warning/i') You can use the following variables: %{severity}, %{text}, %{source}, %{since} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{severity} =~ /critical|major/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{severity} =~ /critical|major/i'). You can use the following variables: %{severity}, %{text}, %{source}, %{since} =item B<--memory> diff --git a/src/hardware/devices/video/axis/snmp/mode/environment.pm b/src/hardware/devices/video/axis/snmp/mode/environment.pm index 839bcc837..ab277ef5c 100644 --- a/src/hardware/devices/video/axis/snmp/mode/environment.pm +++ b/src/hardware/devices/video/axis/snmp/mode/environment.pm @@ -97,7 +97,7 @@ Check videos (AXIS-VIDEO-MIB). =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'video', 'psu', 'fan', 'temperature', 'audio', 'storage', 'casing'. =item B<--filter> @@ -107,7 +107,7 @@ You can also exclude items from specific instances: --filter=video,fan.1 =item B<--absent-problem> -Return an error if an entity is not 'present' (default is skipping) (comma seperated list) +Return an error if an entity is not 'present' (default is skipping) (comma separated list) Can be specific or global: --absent-problem=video,temperature.2 =item B<--no-component> diff --git a/src/hardware/kvm/adder/aim/snmp/mode/deviceusage.pm b/src/hardware/kvm/adder/aim/snmp/mode/deviceusage.pm index 9d2b14442..23f1432e3 100644 --- a/src/hardware/kvm/adder/aim/snmp/mode/deviceusage.pm +++ b/src/hardware/kvm/adder/aim/snmp/mode/deviceusage.pm @@ -177,7 +177,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: 'not %{status} =~ /online|rebooting|upgrading/i'). +Define the conditions to match for the status to be CRITICAL (default: 'not %{status} =~ /online|rebooting|upgrading/i'). You can use the following variables: %{status}, %{display} =item B<--warning-*> diff --git a/src/hardware/kvm/avocent/acs/6000/snmp/mode/hardware.pm b/src/hardware/kvm/avocent/acs/6000/snmp/mode/hardware.pm index 904204e0c..79e6c0034 100644 --- a/src/hardware/kvm/avocent/acs/6000/snmp/mode/hardware.pm +++ b/src/hardware/kvm/avocent/acs/6000/snmp/mode/hardware.pm @@ -71,7 +71,7 @@ Check hardware. =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'psu'. =item B<--filter> @@ -81,7 +81,7 @@ You can also exclude items from specific instances: --filter=psu,1 =item B<--absent-problem> -Return an error if an entity is not 'present' (default is skipping) (comma seperated list) +Return an error if an entity is not 'present' (default is skipping) (comma separated list) Can be specific or global: --absent-problem=psu =item B<--no-component> diff --git a/src/hardware/kvm/avocent/acs/8000/snmp/mode/hardware.pm b/src/hardware/kvm/avocent/acs/8000/snmp/mode/hardware.pm index 5aa62ac2f..d2490cd8d 100644 --- a/src/hardware/kvm/avocent/acs/8000/snmp/mode/hardware.pm +++ b/src/hardware/kvm/avocent/acs/8000/snmp/mode/hardware.pm @@ -71,7 +71,7 @@ Check hardware. =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'psu'. =item B<--filter> @@ -81,7 +81,7 @@ You can also exclude items from specific instances: --filter=psu,1 =item B<--absent-problem> -Return an error if an entity is not 'present' (default is skipping) (comma seperated list) +Return an error if an entity is not 'present' (default is skipping) (comma separated list) Can be specific or global: --absent-problem=psu =item B<--no-component> diff --git a/src/hardware/pdu/apc/snmp/mode/hardware.pm b/src/hardware/pdu/apc/snmp/mode/hardware.pm index a7abf231d..bc15acd25 100644 --- a/src/hardware/pdu/apc/snmp/mode/hardware.pm +++ b/src/hardware/pdu/apc/snmp/mode/hardware.pm @@ -89,7 +89,7 @@ Check components (humidity, temperature, power supplies). =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'psu', 'humidity', 'temperature'. =item B<--filter> @@ -99,7 +99,7 @@ You can also exclude items from specific instances: --filter=temperature,1 =item B<--absent-problem> -Return an error if an entity is not 'present' (default is skipping) (comma seperated list) +Return an error if an entity is not 'present' (default is skipping) (comma separated list) Can be specific or global: --absent-problem=psu =item B<--no-component> diff --git a/src/hardware/pdu/apc/snmp/mode/load.pm b/src/hardware/pdu/apc/snmp/mode/load.pm index 608cb986d..9619b50b2 100644 --- a/src/hardware/pdu/apc/snmp/mode/load.pm +++ b/src/hardware/pdu/apc/snmp/mode/load.pm @@ -294,12 +294,12 @@ You can use the following variables: %{type}, %{status}, %{display} =item B<--warning-bank-status> -Define the conditions to match for the status to be WARNING (Default: '%{status} =~ /low|nearOverload/i'). +Define the conditions to match for the status to be WARNING (default: '%{status} =~ /low|nearOverload/i'). You can use the following variables: %{type}, %{status}, %{display} =item B<--critical-bank-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} =~ /^overload/'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} =~ /^overload/'). You can use the following variables: %{type}, %{status}, %{display} =item B<--unknown-phase-status> @@ -309,12 +309,12 @@ You can use the following variables: %{status}, %{display} =item B<--warning-phase-status> -Define the conditions to match for the status to be WARNING (Default: '%{status} =~ /low|nearOverload/i'). +Define the conditions to match for the status to be WARNING (default: '%{status} =~ /low|nearOverload/i'). You can use the following variables: %{status}, %{display} =item B<--critical-phase-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} =~ /^overload/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} =~ /^overload/i'). You can use the following variables: %{status}, %{display} =item B<--warning-*> B<--critical-*> diff --git a/src/hardware/pdu/apc/snmp/mode/ntp.pm b/src/hardware/pdu/apc/snmp/mode/ntp.pm index f44548bba..73ee21a8a 100644 --- a/src/hardware/pdu/apc/snmp/mode/ntp.pm +++ b/src/hardware/pdu/apc/snmp/mode/ntp.pm @@ -63,7 +63,7 @@ Set the ntp hostname (if not set, localtime is used). =item B<--ntp-port> -Set the ntp port (Default: 123). +Set the ntp port (default: 123). =item B<--timezone> diff --git a/src/hardware/pdu/apc/snmp/mode/outlet.pm b/src/hardware/pdu/apc/snmp/mode/outlet.pm index df39c394a..2a8fd73db 100644 --- a/src/hardware/pdu/apc/snmp/mode/outlet.pm +++ b/src/hardware/pdu/apc/snmp/mode/outlet.pm @@ -249,12 +249,12 @@ 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}, %{phase}, %{bank}, %{display} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} =~ /off/'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} =~ /off/'). You can use the following variables: %{status}, %{phase}, %{bank}, %{display} =item B<--warning-*> B<--critical-*> diff --git a/src/hardware/pdu/cyberpower/snmp/mode/load.pm b/src/hardware/pdu/cyberpower/snmp/mode/load.pm index 7fc2f7316..52f457b94 100644 --- a/src/hardware/pdu/cyberpower/snmp/mode/load.pm +++ b/src/hardware/pdu/cyberpower/snmp/mode/load.pm @@ -291,12 +291,12 @@ You can use the following variables: %{state}, %{display} =item B<--warning-bank-status> -Define the conditions to match for the status to be WARNING (Default: '%{state} =~ /low|nearOverload/i'). +Define the conditions to match for the status to be WARNING (default: '%{state} =~ /low|nearOverload/i'). You can use the following variables: %{state}, %{display} =item B<--critical-bank-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{state} =~ /^overload/'). +Define the conditions to match for the status to be CRITICAL (default: '%{state} =~ /^overload/'). You can use the following variables: %{state}, %{display} =item B<--unknown-phase-status> @@ -306,12 +306,12 @@ You can use the following variables: %{state}, %{display} =item B<--warning-phase-status> -Define the conditions to match for the status to be WARNING (Default: '%{state} =~ /low|nearOverload/i'). +Define the conditions to match for the status to be WARNING (default: '%{state} =~ /low|nearOverload/i'). You can use the following variables: %{state}, %{display} =item B<--critical-phase-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{state} =~ /^overload/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{state} =~ /^overload/i'). You can use the following variables: %{state}, %{display} =item B<--warning-*> B<--critical-*> diff --git a/src/hardware/pdu/cyberpower/snmp/mode/outlets.pm b/src/hardware/pdu/cyberpower/snmp/mode/outlets.pm index 7ecd041bf..896fdc812 100644 --- a/src/hardware/pdu/cyberpower/snmp/mode/outlets.pm +++ b/src/hardware/pdu/cyberpower/snmp/mode/outlets.pm @@ -294,7 +294,7 @@ You can use the following variables: %{state}, %{phase}, %{bank}, %{display} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{state} =~ /off/'). +Define the conditions to match for the status to be CRITICAL (default: '%{state} =~ /off/'). You can use the following variables: %{state}, %{phase}, %{bank}, %{display} =item B<--warning-*> B<--critical-*> diff --git a/src/hardware/pdu/eaton/snmp/mode/environment.pm b/src/hardware/pdu/eaton/snmp/mode/environment.pm index 7e1fee7ee..7cc1e283e 100644 --- a/src/hardware/pdu/eaton/snmp/mode/environment.pm +++ b/src/hardware/pdu/eaton/snmp/mode/environment.pm @@ -232,32 +232,32 @@ Check pdu environmental sensors. =item B<--unknown-temperature-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: %{status}, %{display} =item B<--warning-temperature-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-temperature-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} eq "bad"'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} eq "bad"'). You can use the following variables: %{status}, %{display} =item B<--unknown-humidity-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: %{status}, %{display} =item B<--warning-humidity-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-humidity-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} eq "bad"'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} eq "bad"'). You can use the following variables: %{status}, %{display} =item B<--warning-*> B<--critical-*> diff --git a/src/hardware/pdu/emerson/snmp/mode/globalstatus.pm b/src/hardware/pdu/emerson/snmp/mode/globalstatus.pm index 1bae26f8a..92afed14c 100644 --- a/src/hardware/pdu/emerson/snmp/mode/globalstatus.pm +++ b/src/hardware/pdu/emerson/snmp/mode/globalstatus.pm @@ -157,12 +157,12 @@ Filter PDU name (can be a regexp). =item B<--warning-status> -Define the conditions to match for the status to be WARNING (Default: '%{status} =~ /normalWithWarning/i'). +Define the conditions to match for the status to be WARNING (default: '%{status} =~ /normalWithWarning/i'). 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} =~ /normalWithAlarm|abnormalOperation/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} =~ /normalWithAlarm|abnormalOperation/i'). You can use the following variables: %{status}, %{display} =back diff --git a/src/hardware/pdu/emerson/snmp/mode/receptacles.pm b/src/hardware/pdu/emerson/snmp/mode/receptacles.pm index fcc9cb100..9bb53be5f 100644 --- a/src/hardware/pdu/emerson/snmp/mode/receptacles.pm +++ b/src/hardware/pdu/emerson/snmp/mode/receptacles.pm @@ -254,17 +254,17 @@ Filter receptable branch name (can be a regexp). =item B<--unknown-rcp-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: %{oper_state}, %{power_state}, %{display} =item B<--warning-rcp-status> -Define the conditions to match for the status to be WARNING (Default: '%{oper_state} =~ /warning|alarm/'). +Define the conditions to match for the status to be WARNING (default: '%{oper_state} =~ /warning|alarm/'). You can use the following variables: %{oper_state}, %{power_state}, %{display} =item B<--critical-rcp-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{oper_state} =~ /abnormal/'). +Define the conditions to match for the status to be CRITICAL (default: '%{oper_state} =~ /abnormal/'). You can use the following variables: %{oper_state}, %{power_state}, %{display} =item B<--warning-*> B<--critical-*> diff --git a/src/hardware/pdu/gude/epc/snmp/mode/powerchannels.pm b/src/hardware/pdu/gude/epc/snmp/mode/powerchannels.pm index 3ab38773f..236af515f 100644 --- a/src/hardware/pdu/gude/epc/snmp/mode/powerchannels.pm +++ b/src/hardware/pdu/gude/epc/snmp/mode/powerchannels.pm @@ -244,7 +244,7 @@ Warning threshold for channel status. =item B<--critical-status> -Critical threshold for channel status (Default: '%{status} !~ /valid/i') +Critical threshold for channel status (default: '%{status} !~ /valid/i') =item B<--warning-ovp-status> @@ -252,7 +252,7 @@ Warning threshold for OVP (OverVoltage Protection) status. =item B<--critical-ovp-status> -Critical threshold for OVP (OverVoltage Protection) status (Default: '%{ovp_status} !~ /ok/i') +Critical threshold for OVP (OverVoltage Protection) status (default: '%{ovp_status} !~ /ok/i') =item B<--warning-ps-status> @@ -260,7 +260,7 @@ Warning threshold for power supply status. =item B<--critical-ps-status> -Critical threshold for power supply status (Default: '%{ps_status} !~ /up/i') +Critical threshold for power supply status (default: '%{ps_status} !~ /up/i') =item B<--warning-*> diff --git a/src/hardware/pdu/raritan/snmp/mode/externalsensors.pm b/src/hardware/pdu/raritan/snmp/mode/externalsensors.pm index 669bf2fc7..d7d6141cf 100644 --- a/src/hardware/pdu/raritan/snmp/mode/externalsensors.pm +++ b/src/hardware/pdu/raritan/snmp/mode/externalsensors.pm @@ -114,7 +114,7 @@ Check external sensors. =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). =item B<--filter> diff --git a/src/hardware/pdu/raritan/snmp/mode/inletsensors.pm b/src/hardware/pdu/raritan/snmp/mode/inletsensors.pm index 2a5b3d996..81d042cc7 100644 --- a/src/hardware/pdu/raritan/snmp/mode/inletsensors.pm +++ b/src/hardware/pdu/raritan/snmp/mode/inletsensors.pm @@ -106,7 +106,7 @@ Check inlet sensors. =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). =item B<--filter> diff --git a/src/hardware/pdu/raritan/snmp/mode/ocprotsensors.pm b/src/hardware/pdu/raritan/snmp/mode/ocprotsensors.pm index 20abb3983..edd759846 100644 --- a/src/hardware/pdu/raritan/snmp/mode/ocprotsensors.pm +++ b/src/hardware/pdu/raritan/snmp/mode/ocprotsensors.pm @@ -106,7 +106,7 @@ Check overcurrent protectors sensors. =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). =item B<--filter> diff --git a/src/hardware/pdu/raritan/snmp/mode/outletsensors.pm b/src/hardware/pdu/raritan/snmp/mode/outletsensors.pm index 1b21577f6..eeb533ed5 100644 --- a/src/hardware/pdu/raritan/snmp/mode/outletsensors.pm +++ b/src/hardware/pdu/raritan/snmp/mode/outletsensors.pm @@ -106,7 +106,7 @@ Check outlet sensors. =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). =item B<--filter> diff --git a/src/hardware/pdu/schleifenbauer/gateway/snmp/mode/sensors.pm b/src/hardware/pdu/schleifenbauer/gateway/snmp/mode/sensors.pm index 4a9c1170b..8f5b7eaa8 100644 --- a/src/hardware/pdu/schleifenbauer/gateway/snmp/mode/sensors.pm +++ b/src/hardware/pdu/schleifenbauer/gateway/snmp/mode/sensors.pm @@ -69,7 +69,7 @@ Check sensors. =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'temperature', 'humidity', 'contact'. =item B<--filter> diff --git a/src/hardware/printers/standard/rfc3805/mode/coverstatus.pm b/src/hardware/printers/standard/rfc3805/mode/coverstatus.pm index f12dadc63..d7c3db174 100644 --- a/src/hardware/printers/standard/rfc3805/mode/coverstatus.pm +++ b/src/hardware/printers/standard/rfc3805/mode/coverstatus.pm @@ -110,12 +110,12 @@ Check covers of the printer. =item B<--unknown-status> -Define the conditions to match for the status to be UNKNOWN (Default: '%%{status} =~ /other|unknown/'). +Define the conditions to match for the status to be UNKNOWN (default: '%%{status} =~ /other|unknown/'). You can use the following variables: %{status}, %{description} =item B<--warning-status> -Define the conditions to match for the status to be WARNING (Default: '%%{status} =~ /coverOpen|interlockOpen/'). +Define the conditions to match for the status to be WARNING (default: '%%{status} =~ /coverOpen|interlockOpen/'). You can use the following variables: %{status}, %{description} =item B<--critical-status> diff --git a/src/hardware/sensors/akcp/snmp/mode/sensors.pm b/src/hardware/sensors/akcp/snmp/mode/sensors.pm index fd0e87956..ade51d403 100644 --- a/src/hardware/sensors/akcp/snmp/mode/sensors.pm +++ b/src/hardware/sensors/akcp/snmp/mode/sensors.pm @@ -85,7 +85,7 @@ Check sensors. =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'temperature', 'humidity', 'switch', 'serial', 'water'. =item B<--filter> diff --git a/src/hardware/sensors/apc/snmp/mode/sensors.pm b/src/hardware/sensors/apc/snmp/mode/sensors.pm index 5853aff9d..b885c6a16 100644 --- a/src/hardware/sensors/apc/snmp/mode/sensors.pm +++ b/src/hardware/sensors/apc/snmp/mode/sensors.pm @@ -93,7 +93,7 @@ Check sensors. =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'temperature', 'humidity', 'fluid'. =item B<--filter> diff --git a/src/hardware/sensors/hwgste/snmp/mode/sensors.pm b/src/hardware/sensors/hwgste/snmp/mode/sensors.pm index dfc38293f..36eab222a 100644 --- a/src/hardware/sensors/hwgste/snmp/mode/sensors.pm +++ b/src/hardware/sensors/hwgste/snmp/mode/sensors.pm @@ -84,7 +84,7 @@ Check HWg-STE sensors. =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'temperature', 'humidity'. =item B<--filter> diff --git a/src/hardware/sensors/jacarta/snmp/mode/sensors.pm b/src/hardware/sensors/jacarta/snmp/mode/sensors.pm index 989238040..7354b727e 100644 --- a/src/hardware/sensors/jacarta/snmp/mode/sensors.pm +++ b/src/hardware/sensors/jacarta/snmp/mode/sensors.pm @@ -116,7 +116,7 @@ Check sensors. =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'temperature', 'humidity', 'input'. =item B<--filter> diff --git a/src/hardware/sensors/netbotz/snmp/mode/sensors.pm b/src/hardware/sensors/netbotz/snmp/mode/sensors.pm index b1c8dc199..c8408a88e 100644 --- a/src/hardware/sensors/netbotz/snmp/mode/sensors.pm +++ b/src/hardware/sensors/netbotz/snmp/mode/sensors.pm @@ -100,7 +100,7 @@ Check sensors. =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'temperature', 'humidity', 'dewpoint', 'airflow', 'doorswitch', 'camera', 'otherstate'. diff --git a/src/hardware/sensors/rittal/cmc3/snmp/mode/uptime.pm b/src/hardware/sensors/rittal/cmc3/snmp/mode/uptime.pm index a2ebddae0..a486e5c35 100644 --- a/src/hardware/sensors/rittal/cmc3/snmp/mode/uptime.pm +++ b/src/hardware/sensors/rittal/cmc3/snmp/mode/uptime.pm @@ -71,7 +71,6 @@ You increase the chance of not missing a reboot if you decrease that value. =item B<--unit> -Select the unit for performance data and thresholds. 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 performance data and thresholds. May be 's' for seconds, 'm' for minutes, 'h' for hours, 'd' for days, 'w' for weeks. Default is secondss. =back diff --git a/src/hardware/sensors/sensorip/snmp/mode/sensors.pm b/src/hardware/sensors/sensorip/snmp/mode/sensors.pm index 79d2e9b90..db472155c 100644 --- a/src/hardware/sensors/sensorip/snmp/mode/sensors.pm +++ b/src/hardware/sensors/sensorip/snmp/mode/sensors.pm @@ -84,7 +84,7 @@ Check sensor components. =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'sp', 'temperature', 'humidity', 'switch'. =item B<--filter> @@ -94,7 +94,7 @@ You can also exclude items from specific instances: --filter=humidty,0 =item B<--absent-problem> -Return an error if an entity is not 'present' (default is skipping) (comma seperated list) +Return an error if an entity is not 'present' (default is skipping) (comma separated list) Can be specific or global: --absent-problem=temperature#2# =item B<--no-component> diff --git a/src/hardware/sensors/sensormetrix/em01/web/mode/contact.pm b/src/hardware/sensors/sensormetrix/em01/web/mode/contact.pm index 959a732cb..8c7affc4d 100644 --- a/src/hardware/sensors/sensormetrix/em01/web/mode/contact.pm +++ b/src/hardware/sensors/sensormetrix/em01/web/mode/contact.pm @@ -102,7 +102,7 @@ Check sensor contact. =item B<--hostname> -IP Addr/FQDN of the webserver host +IP Addr/FQDN of the web server host =item B<--port> @@ -114,7 +114,7 @@ Specify https if needed =item B<--urlpath> -Set path to get server-status page in auto mode (Default: '/index.htm?eL') +Set path to get server-status page in auto mode (default: '/index.htm?eL') =item B<--credentials> @@ -122,19 +122,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> diff --git a/src/hardware/sensors/sensormetrix/em01/web/mode/flood.pm b/src/hardware/sensors/sensormetrix/em01/web/mode/flood.pm index 7ca31d67a..172c075ac 100644 --- a/src/hardware/sensors/sensormetrix/em01/web/mode/flood.pm +++ b/src/hardware/sensors/sensormetrix/em01/web/mode/flood.pm @@ -102,7 +102,7 @@ Check sensor flood. =item B<--hostname> -IP Addr/FQDN of the webserver host +IP Addr/FQDN of the web server host =item B<--port> @@ -114,7 +114,7 @@ Specify https if needed =item B<--urlpath> -Set path to get server-status page in auto mode (Default: '/') +Set path to get server-status page in auto mode (default: '/') =item B<--credentials> @@ -122,19 +122,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> diff --git a/src/hardware/sensors/sensormetrix/em01/web/mode/humidity.pm b/src/hardware/sensors/sensormetrix/em01/web/mode/humidity.pm index 306998a5c..0929a19ea 100644 --- a/src/hardware/sensors/sensormetrix/em01/web/mode/humidity.pm +++ b/src/hardware/sensors/sensormetrix/em01/web/mode/humidity.pm @@ -103,7 +103,7 @@ Check sensor Humidity. =item B<--hostname> -IP Addr/FQDN of the webserver host +IP Addr/FQDN of the web server host =item B<--port> @@ -115,7 +115,7 @@ Specify https if needed =item B<--urlpath> -Set path to get server-status page in auto mode (Default: '/index.htm?em') +Set path to get server-status page in auto mode (default: '/index.htm?em') =item B<--credentials> @@ -123,19 +123,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> diff --git a/src/hardware/sensors/sensormetrix/em01/web/mode/illumination.pm b/src/hardware/sensors/sensormetrix/em01/web/mode/illumination.pm index e8f68a379..d8bdaa159 100644 --- a/src/hardware/sensors/sensormetrix/em01/web/mode/illumination.pm +++ b/src/hardware/sensors/sensormetrix/em01/web/mode/illumination.pm @@ -103,7 +103,7 @@ Check sensor Illumination. =item B<--hostname> -IP Addr/FQDN of the webserver host +IP Addr/FQDN of the web server host =item B<--port> @@ -115,7 +115,7 @@ Specify https if needed =item B<--urlpath> -Set path to get server-status page in auto mode (Default: '/index.htm?em') +Set path to get server-status page in auto mode (default: '/index.htm?em') =item B<--credentials> @@ -123,19 +123,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> diff --git a/src/hardware/sensors/sensormetrix/em01/web/mode/temperature.pm b/src/hardware/sensors/sensormetrix/em01/web/mode/temperature.pm index 2aeec3a98..937ddb18d 100644 --- a/src/hardware/sensors/sensormetrix/em01/web/mode/temperature.pm +++ b/src/hardware/sensors/sensormetrix/em01/web/mode/temperature.pm @@ -102,7 +102,7 @@ Check sensor Temperature. =item B<--hostname> -IP Addr/FQDN of the webserver host +IP Addr/FQDN of the web server host =item B<--port> @@ -114,7 +114,7 @@ Specify https if needed =item B<--urlpath> -Set path to get server-status page in auto mode (Default: '/index.htm?em') +Set path to get server-status page in auto mode (default: '/index.htm?em') =item B<--credentials> @@ -122,19 +122,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> diff --git a/src/hardware/sensors/sensormetrix/em01/web/mode/thermistor.pm b/src/hardware/sensors/sensormetrix/em01/web/mode/thermistor.pm index 43d1185be..ed9289e6a 100644 --- a/src/hardware/sensors/sensormetrix/em01/web/mode/thermistor.pm +++ b/src/hardware/sensors/sensormetrix/em01/web/mode/thermistor.pm @@ -102,7 +102,7 @@ Check sensor thermistor temperature. =item B<--hostname> -IP Addr/FQDN of the webserver host +IP Addr/FQDN of the web server host =item B<--port> @@ -114,7 +114,7 @@ Specify https if needed =item B<--urlpath> -Set path to get server-status page in auto mode (Default: '/index.htm?eR') +Set path to get server-status page in auto mode (default: '/index.htm?eR') =item B<--credentials> @@ -122,19 +122,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> diff --git a/src/hardware/sensors/sensormetrix/em01/web/mode/voltage.pm b/src/hardware/sensors/sensormetrix/em01/web/mode/voltage.pm index bba6158b9..c3a7d1893 100644 --- a/src/hardware/sensors/sensormetrix/em01/web/mode/voltage.pm +++ b/src/hardware/sensors/sensormetrix/em01/web/mode/voltage.pm @@ -103,7 +103,7 @@ Check sensor voltage. =item B<--hostname> -IP Addr/FQDN of the webserver host +IP Addr/FQDN of the web server host =item B<--port> @@ -115,7 +115,7 @@ Specify https if needed =item B<--urlpath> -Set path to get server-status page in auto mode (Default: '/index.htm?ev') +Set path to get server-status page in auto mode (default: '/index.htm?ev') =item B<--credentials> @@ -123,19 +123,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> diff --git a/src/hardware/sensors/sensormetrix/em01/web/plugin.pm b/src/hardware/sensors/sensormetrix/em01/web/plugin.pm index 179f1c66f..a07692ed7 100644 --- a/src/hardware/sensors/sensormetrix/em01/web/plugin.pm +++ b/src/hardware/sensors/sensormetrix/em01/web/plugin.pm @@ -49,6 +49,6 @@ __END__ =head1 PLUGIN DESCRIPTION -Check Sensormetrix em01 sensors through webpage. +Check Sensormetrix em01 sensors through a web page. =cut diff --git a/src/hardware/sensors/serverscheck/sensorgateway/snmp/mode/sensors.pm b/src/hardware/sensors/serverscheck/sensorgateway/snmp/mode/sensors.pm index ba23f7c12..d93b4c606 100644 --- a/src/hardware/sensors/serverscheck/sensorgateway/snmp/mode/sensors.pm +++ b/src/hardware/sensors/serverscheck/sensorgateway/snmp/mode/sensors.pm @@ -72,7 +72,7 @@ Check sensors components (Sensor Probes). =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'sensors'. =item B<--filter> diff --git a/src/hardware/sensors/temperhum/local/mode/environment.pm b/src/hardware/sensors/temperhum/local/mode/environment.pm index f53297f1d..fc9c2baab 100644 --- a/src/hardware/sensors/temperhum/local/mode/environment.pm +++ b/src/hardware/sensors/temperhum/local/mode/environment.pm @@ -126,7 +126,7 @@ Command used: '/opt/PCsensor/TEMPered/utils/tempered' =item B<--filter-drive> -Filter by drive name (e.g --filter-drive raw4) +Filter by drive name (example: --filter-drive raw4) =item B<--warning-*> B<--critical-*> diff --git a/src/hardware/server/cisco/ucs/snmp/mode/auditlogs.pm b/src/hardware/server/cisco/ucs/snmp/mode/auditlogs.pm index c9b42c564..5e77392ae 100644 --- a/src/hardware/server/cisco/ucs/snmp/mode/auditlogs.pm +++ b/src/hardware/server/cisco/ucs/snmp/mode/auditlogs.pm @@ -209,12 +209,12 @@ Check audit logs. =item B<--warning-status> -Define the conditions to match for the status to be WARNING (Default: '%{severity} =~ /minor|warning/') +Define the conditions to match for the status to be WARNING (default: '%{severity} =~ /minor|warning/') You can use the following variables: %{severity}, %{description}, %{dn} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{severity} =~ /major|critical/'). +Define the conditions to match for the status to be CRITICAL (default: '%{severity} =~ /major|critical/'). You can use the following variables: %{severity}, %{description}, %{dn} =item B<--memory> @@ -223,7 +223,7 @@ Only check new audit. =item B<--filter-message> -Filter on event message. (Default: none) +Filter on event message. (default: none) =item B<--retention> diff --git a/src/hardware/server/cisco/ucs/snmp/mode/equipment.pm b/src/hardware/server/cisco/ucs/snmp/mode/equipment.pm index 73054b957..e610d0070 100644 --- a/src/hardware/server/cisco/ucs/snmp/mode/equipment.pm +++ b/src/hardware/server/cisco/ucs/snmp/mode/equipment.pm @@ -66,7 +66,7 @@ Check Hardware (Fans, Power supplies, chassis, io cards, blades, fabric extender =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'fan', 'psu', 'chassis', 'iocard', 'blade', 'fex', 'cpu', 'memory', 'localdisk'. =item B<--filter> @@ -76,7 +76,7 @@ You can also exclude items from specific instances: --filter=fan,/sys/chassis-7/ =item B<--absent-problem> -Return an error if an entity is not 'present' (default is skipping) (comma seperated list) +Return an error if an entity is not 'present' (default is skipping) (comma separated list) Can be specific or global: --absent-problem=fan,/sys/chassis-7/fan-module-1-7/fan-1 =item B<--no-component> @@ -86,7 +86,7 @@ Define the expected status if no components are found (default: critical). =item B<--threshold-overload> Use this option to override the status returned by the plugin when the status label matches a regular expression (syntax: section,[instance,]status,regexp). -Eg: --threshold-overload='fan.operability,OK,poweredOff|removed' +Example: --threshold-overload='fan.operability,OK,poweredOff|removed' --threshold-overload='presence,OK,missing' --threshold-overload='operability,OK,removed' diff --git a/src/hardware/server/cisco/ucs/snmp/mode/faults.pm b/src/hardware/server/cisco/ucs/snmp/mode/faults.pm index 878534def..1f88a44e3 100644 --- a/src/hardware/server/cisco/ucs/snmp/mode/faults.pm +++ b/src/hardware/server/cisco/ucs/snmp/mode/faults.pm @@ -215,12 +215,12 @@ Check faults. =item B<--warning-status> -Define the conditions to match for the status to be WARNING (Default: '%{severity} =~ /minor|warning/') +Define the conditions to match for the status to be WARNING (default: '%{severity} =~ /minor|warning/') You can use the following variables: %{severity}, %{description}, %{dn} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{severity} =~ /major|critical/'). +Define the conditions to match for the status to be CRITICAL (default: '%{severity} =~ /major|critical/'). You can use the following variables: %{severity}, %{description}, %{dn} =item B<--memory> @@ -229,7 +229,7 @@ Only check new fault. =item B<--filter-message> -Filter on event message. (Default: none) +Filter on event message. (default: none) =item B<--retention> diff --git a/src/hardware/server/cisco/ucs/snmp/mode/mgmtentities.pm b/src/hardware/server/cisco/ucs/snmp/mode/mgmtentities.pm index 225157b61..47c0f0071 100644 --- a/src/hardware/server/cisco/ucs/snmp/mode/mgmtentities.pm +++ b/src/hardware/server/cisco/ucs/snmp/mode/mgmtentities.pm @@ -150,7 +150,7 @@ Check management entities. =item B<--unknown-status> -Define the conditions to match for the status to be UNKNOWN (Default: '%{role} =~ /unknown/ or %{status} eq "unknown" or %{services_status} eq "unknown"') +Define the conditions to match for the status to be UNKNOWN (default: '%{role} =~ /unknown/ or %{status} eq "unknown" or %{services_status} eq "unknown"') You can use the following variables: %{dn}, %{role}, %{services_status}, %{status} =item B<--warning-status> @@ -160,7 +160,7 @@ You can use the following variables: %{dn}, %{role}, %{services_status}, %{statu =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{role} =~ /electionFailed|inapplicable/ or %{status} eq "down" or %{services_status} eq "down"'). +Define the conditions to match for the status to be CRITICAL (default: '%{role} =~ /electionFailed|inapplicable/ or %{status} eq "down" or %{services_status} eq "down"'). You can use the following variables: %{dn}, %{role}, %{services_status}, %{status} =item B<--warning-*> B<--critical-*> diff --git a/src/hardware/server/cisco/ucs/snmp/mode/serviceprofile.pm b/src/hardware/server/cisco/ucs/snmp/mode/serviceprofile.pm index 3a9bca4fc..2c3589901 100644 --- a/src/hardware/server/cisco/ucs/snmp/mode/serviceprofile.pm +++ b/src/hardware/server/cisco/ucs/snmp/mode/serviceprofile.pm @@ -156,7 +156,7 @@ You can use the following variables: %{dn}, %{status} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} eq "offline"'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} eq "offline"'). You can use the following variables: %{dn}, %{status} =item B<--warning-*> B<--critical-*> diff --git a/src/hardware/server/dell/cmc/snmp/mode/hardware.pm b/src/hardware/server/dell/cmc/snmp/mode/hardware.pm index bb61b77f8..ecbf63290 100644 --- a/src/hardware/server/dell/cmc/snmp/mode/hardware.pm +++ b/src/hardware/server/dell/cmc/snmp/mode/hardware.pm @@ -101,7 +101,7 @@ Check hardware. =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'chassis', 'disk', 'health', 'psu', 'temperature', 'vdisk'. =item B<--filter> diff --git a/src/hardware/server/dell/idrac/snmp/mode/globalstatus.pm b/src/hardware/server/dell/idrac/snmp/mode/globalstatus.pm index 58f602358..16aaea438 100644 --- a/src/hardware/server/dell/idrac/snmp/mode/globalstatus.pm +++ b/src/hardware/server/dell/idrac/snmp/mode/globalstatus.pm @@ -171,32 +171,32 @@ Check the overall status of iDrac card. =item B<--unknown-status> -Define the conditions to match for the status to be UNKNOWN (Default: '%{status} =~ /unknown/'). +Define the conditions to match for the status to be UNKNOWN (default: '%{status} =~ /unknown/'). You can use the following variables: %{status} =item B<--warning-status> -Define the conditions to match for the status to be WARNING (Default: '%{status} =~ /nonCritical|other/'). +Define the conditions to match for the status to be WARNING (default: '%{status} =~ /nonCritical|other/'). You can use the following variables: %{status} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} =~ /critical|nonRecoverable/'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} =~ /critical|nonRecoverable/'). You can use the following variables: %{status} =item B<--unknown-storage-status> -Define the conditions to match for the status to be WARNING (Default: '%{status} =~ /unknown/'). +Define the conditions to match for the status to be WARNING (default: '%{status} =~ /unknown/'). You can use the following variables: %{status} =item B<--warning-storage-status> -Define the conditions to match for the status to be WARNING (Default: '%{status} =~ /nonCritical|other/'). +Define the conditions to match for the status to be WARNING (default: '%{status} =~ /nonCritical|other/'). You can use the following variables: %{status} =item B<--critical-storage-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} =~ /critical|nonRecoverable/'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} =~ /critical|nonRecoverable/'). You can use the following variables: %{status} =back diff --git a/src/hardware/server/dell/idrac/snmp/mode/hardware.pm b/src/hardware/server/dell/idrac/snmp/mode/hardware.pm index 8102328b2..48bc65392 100644 --- a/src/hardware/server/dell/idrac/snmp/mode/hardware.pm +++ b/src/hardware/server/dell/idrac/snmp/mode/hardware.pm @@ -156,7 +156,7 @@ Check hardware components. =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'amperage', 'coolingdevice', 'coolingunit', 'enclosure', 'health', 'fru', 'memory', 'network', 'pci', 'pdisk', 'processor', 'psu', 'punit', 'slot', 'storagebattery', diff --git a/src/hardware/server/dell/omem/snmp/mode/hardware.pm b/src/hardware/server/dell/omem/snmp/mode/hardware.pm index c01ef4265..14f8702e9 100644 --- a/src/hardware/server/dell/omem/snmp/mode/hardware.pm +++ b/src/hardware/server/dell/omem/snmp/mode/hardware.pm @@ -100,7 +100,7 @@ Check hardware (health, temperatures, power supplies metrics and chassis metrics =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'health', 'temperature', 'chassis', 'psu'. =item B<--filter> diff --git a/src/hardware/server/dell/openmanage/snmp/mode/hardware.pm b/src/hardware/server/dell/openmanage/snmp/mode/hardware.pm index d6147a72f..a3d01889f 100644 --- a/src/hardware/server/dell/openmanage/snmp/mode/hardware.pm +++ b/src/hardware/server/dell/openmanage/snmp/mode/hardware.pm @@ -95,7 +95,7 @@ Check Hardware (Global status, Fans, CPUs, Power Supplies, Temperature, Storage) =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'globalstatus', 'fan', 'cpu', 'psu', 'temperature', 'cachebattery', 'physicaldisk', 'logicaldrive', 'battery', 'controller', 'connector'. diff --git a/src/hardware/server/dell/vxm/restapi/custom/api.pm b/src/hardware/server/dell/vxm/restapi/custom/api.pm index f7da90bd2..35d03cdd9 100644 --- a/src/hardware/server/dell/vxm/restapi/custom/api.pm +++ b/src/hardware/server/dell/vxm/restapi/custom/api.pm @@ -183,11 +183,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> @@ -199,11 +199,11 @@ API password. =item B<--api-version> -API version (Default: 2). +API version (default: 2). =item B<--timeout> -Set timeout in seconds (Default: 50). +Set timeout in seconds (default: 50). =back diff --git a/src/hardware/server/dell/vxm/restapi/mode/chassis.pm b/src/hardware/server/dell/vxm/restapi/mode/chassis.pm index 49a01e544..56ad9bea5 100644 --- a/src/hardware/server/dell/vxm/restapi/mode/chassis.pm +++ b/src/hardware/server/dell/vxm/restapi/mode/chassis.pm @@ -166,7 +166,7 @@ Check chassis. =item B<--filter-chassis-sn> -Filter clusters by serial number (Can be a regexp). +Filter clusters by serial number (can be a regexp). =item B<--unknown-chassis-status> @@ -175,12 +175,12 @@ You can use the following variables: %{status}, %{chassisSn} =item B<--warning-chassis-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: %{status}, %{chassisSn} =item B<--critical-chassis-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} =~ /critical|error/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} =~ /critical|error/i'). You can use the following variables: %{status}, %{chassisSn} =item B<--unknown-psu-status> @@ -190,12 +190,12 @@ You can use the following variables: %{status}, %{chassisSn}, %{psuName} =item B<--warning-psu-status> -Set warning threshold for power supply status (Default: '%{status} =~ /warning/i'). +Set warning threshold for power supply status (default: '%{status} =~ /warning/i'). You can use the following variables: %{status}, %{chassisSn}, %{psuName} =item B<--critical-psu-status> -Set critical threshold for power supply status (Default: '%{status} =~ /critical|error/i'). +Set critical threshold for power supply status (default: '%{status} =~ /critical|error/i'). You can use the following variables: %{status}, %{chassisSn}, %{psuName} =item B<--warning-*> B<--critical-*> diff --git a/src/hardware/server/dell/vxm/restapi/mode/discovery.pm b/src/hardware/server/dell/vxm/restapi/mode/discovery.pm index a0f354e91..67ce3c8eb 100644 --- a/src/hardware/server/dell/vxm/restapi/mode/discovery.pm +++ b/src/hardware/server/dell/vxm/restapi/mode/discovery.pm @@ -120,7 +120,7 @@ Resources discovery. =item B<--resource-type> -Choose the type of resources to discover (Can be: 'host'). +Choose the type of resources to discover (can be: 'host'). =back diff --git a/src/hardware/server/dell/vxm/restapi/mode/hosts.pm b/src/hardware/server/dell/vxm/restapi/mode/hosts.pm index ac8a83ba0..4dac70d26 100644 --- a/src/hardware/server/dell/vxm/restapi/mode/hosts.pm +++ b/src/hardware/server/dell/vxm/restapi/mode/hosts.pm @@ -217,11 +217,11 @@ Check hosts. =item B<--filter-host-sn> -Filter hosts by serial number (Can be a regexp). +Filter hosts by serial number (can be a regexp). =item B<--filter-host-name> -Filter hosts by name (Can be a regexp). +Filter hosts by name (can be a regexp). =item B<--unknown-host-status> @@ -230,12 +230,12 @@ You can use the following variables: %{status}, %{name}, %{sn} =item B<--warning-host-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: %{status}, %{name}, %{sn} =item B<--critical-host-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} =~ /critical|error/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} =~ /critical|error/i'). You can use the following variables: %{status}, %{name}, %{sn} =item B<--unknown-nic-status> @@ -265,7 +265,7 @@ You can use the following variables: %{status}, %{sn}, %{bay}, %{slot} =item B<--critical-disk-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}, %{sn}, %{bay}, %{slot} =item B<--warning-*> B<--critical-*> diff --git a/src/hardware/server/fujitsu/snmp/mode/hardware.pm b/src/hardware/server/fujitsu/snmp/mode/hardware.pm index 3c18c1b97..644ca7af8 100644 --- a/src/hardware/server/fujitsu/snmp/mode/hardware.pm +++ b/src/hardware/server/fujitsu/snmp/mode/hardware.pm @@ -171,7 +171,7 @@ Check hardware. =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'temperature', 'fan', 'psu', 'voltage', 'cpu', 'memory'. =item B<--filter> diff --git a/src/hardware/server/hp/bladechassis/snmp/mode/hardware.pm b/src/hardware/server/hp/bladechassis/snmp/mode/hardware.pm index 62673c57e..ee89e357c 100644 --- a/src/hardware/server/hp/bladechassis/snmp/mode/hardware.pm +++ b/src/hardware/server/hp/bladechassis/snmp/mode/hardware.pm @@ -76,7 +76,7 @@ Check hardware. =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'enclosure', 'manager', 'fan', 'blade', 'network', 'psu', 'temperature', 'fuse'. =item B<--filter> diff --git a/src/hardware/server/hp/ilo/restapi/custom/api.pm b/src/hardware/server/hp/ilo/restapi/custom/api.pm index 0af66d642..1104f9b45 100644 --- a/src/hardware/server/hp/ilo/restapi/custom/api.pm +++ b/src/hardware/server/hp/ilo/restapi/custom/api.pm @@ -244,11 +244,11 @@ Set hostname or IP of ILO. =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> @@ -260,7 +260,7 @@ Set password. =item B<--timeout> -Threshold for HTTP timeout (Default: '30'). +Threshold for HTTP timeout (default: '30'). =back diff --git a/src/hardware/server/hp/ilo/xmlapi/custom/api.pm b/src/hardware/server/hp/ilo/xmlapi/custom/api.pm index dffc84749..4fd79ef45 100644 --- a/src/hardware/server/hp/ilo/xmlapi/custom/api.pm +++ b/src/hardware/server/hp/ilo/xmlapi/custom/api.pm @@ -356,11 +356,11 @@ ILO password. =item B<--port> -ILO Port (Default: 443). +ILO Port (default: 443). =item B<--timeout> -Set timeout (Default: 30). +Set timeout (default: 30). =item B<--force-ilo3> diff --git a/src/hardware/server/hp/oneview/restapi/custom/api.pm b/src/hardware/server/hp/oneview/restapi/custom/api.pm index 15421711f..f929e4cc3 100644 --- a/src/hardware/server/hp/oneview/restapi/custom/api.pm +++ b/src/hardware/server/hp/oneview/restapi/custom/api.pm @@ -261,11 +261,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> @@ -281,7 +281,7 @@ Set domain. =item B<--timeout> -Threshold for HTTP timeout (Default: '30'). +Threshold for HTTP timeout (default: '30'). =back diff --git a/src/hardware/server/hp/oneview/restapi/mode/hardware.pm b/src/hardware/server/hp/oneview/restapi/mode/hardware.pm index 191358d93..a0530f71b 100644 --- a/src/hardware/server/hp/oneview/restapi/mode/hardware.pm +++ b/src/hardware/server/hp/oneview/restapi/mode/hardware.pm @@ -76,12 +76,12 @@ Check hardware. =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'enclosure', 'server'. =item B<--filter> -Exclude some parts (comma seperated list) +Exclude some parts (comma separated list) You can also exclude items from specific instances: --filter='enclosure.fan,:1' =item B<--no-component> diff --git a/src/hardware/server/hp/oneview/restapi/mode/storagepools.pm b/src/hardware/server/hp/oneview/restapi/mode/storagepools.pm index 0be1e4b18..773f21b1e 100644 --- a/src/hardware/server/hp/oneview/restapi/mode/storagepools.pm +++ b/src/hardware/server/hp/oneview/restapi/mode/storagepools.pm @@ -172,17 +172,17 @@ Filter pool name (can be a regexp). =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: '%{status} =~ /warning/i'). +Define the conditions to match for the status to be WARNING (default: '%{status} =~ /warning/i'). 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} =~ /critical/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} =~ /critical/i'). You can use the following variables: %{status}, %{display} =item B<--warning-*> B<--critical-*> diff --git a/src/hardware/server/hp/proliant/snmp/mode/hardware.pm b/src/hardware/server/hp/proliant/snmp/mode/hardware.pm index 61d4462a6..c77eb5db4 100644 --- a/src/hardware/server/hp/proliant/snmp/mode/hardware.pm +++ b/src/hardware/server/hp/proliant/snmp/mode/hardware.pm @@ -226,7 +226,7 @@ Check Hardware (CPUs, Power Supplies, Power converters, Fans). =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'cpu', 'psu', 'pc', 'fan', 'temperature', 'lnic', 'pnic',... There are some magic words like: 'network', 'storage'. diff --git a/src/hardware/server/huawei/hmm/snmp/mode/blade.pm b/src/hardware/server/huawei/hmm/snmp/mode/blade.pm index 6f5a55802..cb6f549e9 100644 --- a/src/hardware/server/huawei/hmm/snmp/mode/blade.pm +++ b/src/hardware/server/huawei/hmm/snmp/mode/blade.pm @@ -92,7 +92,7 @@ Set blade ID. =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'cpu', 'disk', 'memory', 'mezz', 'raidcontroller', 'temperature'. =item B<--filter> diff --git a/src/hardware/server/huawei/hmm/snmp/mode/chassis.pm b/src/hardware/server/huawei/hmm/snmp/mode/chassis.pm index 38a90e638..2389d58c5 100644 --- a/src/hardware/server/huawei/hmm/snmp/mode/chassis.pm +++ b/src/hardware/server/huawei/hmm/snmp/mode/chassis.pm @@ -72,7 +72,7 @@ Check chassis components. =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'blade', 'fan', 'psu', 'switch'. =item B<--filter> diff --git a/src/hardware/server/huawei/ibmc/snmp/mode/hardware.pm b/src/hardware/server/huawei/ibmc/snmp/mode/hardware.pm index f2d4fb993..2c35757e9 100644 --- a/src/hardware/server/huawei/ibmc/snmp/mode/hardware.pm +++ b/src/hardware/server/huawei/ibmc/snmp/mode/hardware.pm @@ -94,7 +94,7 @@ Check hardware components. =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'component', 'cpu', 'harddisk', 'fan', 'logicaldrive', 'memory', 'pcie', 'psu', 'raidcontroller', 'temperature'. diff --git a/src/hardware/server/ibm/bladecenter/snmp/mode/hardware.pm b/src/hardware/server/ibm/bladecenter/snmp/mode/hardware.pm index 9def18993..59e454450 100644 --- a/src/hardware/server/ibm/bladecenter/snmp/mode/hardware.pm +++ b/src/hardware/server/ibm/bladecenter/snmp/mode/hardware.pm @@ -131,7 +131,7 @@ Check Hardware (Ambient temperatures, Blowers, Power modules, Blades, System Hea =item B<--component> -Which component to check (Default: 'all'). +Which component to check (default: 'all'). Can be: 'ambient', 'powermodule', 'fanpack', 'chassisfan', 'blower', 'blade', 'systemhealth', 'chassisstatus', 'switchmodule'. @@ -142,7 +142,7 @@ You can also exclude items from specific instances: --filter=blower,1 =item B<--absent-problem> -Return an error if an entity is not 'notAvailable' (default is skipping) (comma seperated list) +Return an error if an entity is not 'notAvailable' (default is skipping) (comma separated list) Can be specific or global: --absent-problem=powermodule,2 =item B<--no-component> diff --git a/src/hardware/server/ibm/hmc/ssh/mode/hardwareerrors.pm b/src/hardware/server/ibm/hmc/ssh/mode/hardwareerrors.pm index 45706b293..2995a3236 100644 --- a/src/hardware/server/ibm/hmc/ssh/mode/hardwareerrors.pm +++ b/src/hardware/server/ibm/hmc/ssh/mode/hardwareerrors.pm @@ -136,7 +136,7 @@ Hmc command to list events (default: lssvcevents). =item B<--timeout> -Timeout in seconds for the command (Default: 30). +Timeout in seconds for the command (default: 30). =item B<--retention> @@ -148,7 +148,7 @@ Retention in minutes. Use with option --retention. =item B<--filter-status> -Filter by status ("open" or "closed") (Default : open). +Filter by status ("open" or "closed") (default : open). =item B<--filter-problem-nums> diff --git a/src/hardware/server/ibm/hmc/ssh/mode/ledstatus.pm b/src/hardware/server/ibm/hmc/ssh/mode/ledstatus.pm index 0917e5971..ea0105cc1 100644 --- a/src/hardware/server/ibm/hmc/ssh/mode/ledstatus.pm +++ b/src/hardware/server/ibm/hmc/ssh/mode/ledstatus.pm @@ -152,22 +152,22 @@ Format of names: systemname[:lparname] =item B<--warning-physical-status> -Set warning threshold (Default: ''). +Set warning threshold (default: ''). You can use the following variables: %{ledstate}, %{display} =item B<--critical-physical-status> -Set critical threshold (Default: '%{ledstate} =~ /on/'). +Set critical threshold (default: '%{ledstate} =~ /on/'). You can use the following variables: %{ledstate}, %{display} =item B<--warning-virtuallpar-status> -Set warning threshold (Default: ''). +Set warning threshold (default: ''). You can use the following variables: %{ledstate}, %{display} =item B<--critical-virtuallpar-status> -Set critical threshold (Default: '%{ledstate} =~ /on/'). +Set critical threshold (default: '%{ledstate} =~ /on/'). You can use the following variables: %{ledstate}, %{display} =back diff --git a/src/hardware/server/ibm/mgmt_cards/imm/snmp/mode/environment.pm b/src/hardware/server/ibm/mgmt_cards/imm/snmp/mode/environment.pm index 2209c7de3..b329090e6 100644 --- a/src/hardware/server/ibm/mgmt_cards/imm/snmp/mode/environment.pm +++ b/src/hardware/server/ibm/mgmt_cards/imm/snmp/mode/environment.pm @@ -79,7 +79,7 @@ Check sensors (Fans, Temperatures, Voltages). =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'cpu', 'disk', 'fan', 'global', 'memory', 'power', 'temperature', 'voltage'. =item B<--filter> diff --git a/src/hardware/server/ibm/mgmt_cards/imm/snmp/mode/eventlog.pm b/src/hardware/server/ibm/mgmt_cards/imm/snmp/mode/eventlog.pm index 0ce1be918..387ff7081 100644 --- a/src/hardware/server/ibm/mgmt_cards/imm/snmp/mode/eventlog.pm +++ b/src/hardware/server/ibm/mgmt_cards/imm/snmp/mode/eventlog.pm @@ -158,12 +158,12 @@ Check alarms. =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: %{severity}, %{text}, %{since} =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: %{severity}, %{text}, %{since} =item B<--timezone> diff --git a/src/hardware/server/lenovo/xcc/snmp/mode/hardware.pm b/src/hardware/server/lenovo/xcc/snmp/mode/hardware.pm index de0dd6d17..363bb44be 100644 --- a/src/hardware/server/lenovo/xcc/snmp/mode/hardware.pm +++ b/src/hardware/server/lenovo/xcc/snmp/mode/hardware.pm @@ -76,7 +76,7 @@ Check hardware. =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'temperature', 'voltage', 'fan', 'psu', 'disk', 'raidvolume'. =item B<--filter> diff --git a/src/hardware/server/sun/mgmt_cards/mode/environmentsf2xx.pm b/src/hardware/server/sun/mgmt_cards/mode/environmentsf2xx.pm index 7151a49a9..32433a697 100644 --- a/src/hardware/server/sun/mgmt_cards/mode/environmentsf2xx.pm +++ b/src/hardware/server/sun/mgmt_cards/mode/environmentsf2xx.pm @@ -173,7 +173,7 @@ Hostname to query. =item B<--port> -telnet port (Default: 23). +telnet port (default: 23). =item B<--username> @@ -185,7 +185,7 @@ telnet password. =item B<--timeout> -Timeout in seconds for the command (Default: 30). +Timeout in seconds for the command (default: 30). =back diff --git a/src/hardware/server/sun/mgmt_cards/mode/environmentv4xx.pm b/src/hardware/server/sun/mgmt_cards/mode/environmentv4xx.pm index 6212aac6a..872f4733e 100644 --- a/src/hardware/server/sun/mgmt_cards/mode/environmentv4xx.pm +++ b/src/hardware/server/sun/mgmt_cards/mode/environmentv4xx.pm @@ -182,7 +182,7 @@ Hostname to query. =item B<--port> -telnet port (Default: 23). +telnet port (default: 23). =item B<--username> @@ -194,7 +194,7 @@ telnet password. =item B<--timeout> -Timeout in seconds for the command (Default: 30). +Timeout in seconds for the command (default: 30). =back diff --git a/src/hardware/server/sun/mgmt_cards/mode/environmentv8xx.pm b/src/hardware/server/sun/mgmt_cards/mode/environmentv8xx.pm index 9ca2d8d09..ae470792b 100644 --- a/src/hardware/server/sun/mgmt_cards/mode/environmentv8xx.pm +++ b/src/hardware/server/sun/mgmt_cards/mode/environmentv8xx.pm @@ -218,7 +218,7 @@ Hostname to query. =item B<--port> -telnet port (Default: 23). +telnet port (default: 23). =item B<--username> @@ -230,7 +230,7 @@ telnet password. =item B<--timeout> -Timeout in seconds for the command (Default: 30). +Timeout in seconds for the command (default: 30). =back diff --git a/src/hardware/server/sun/mgmt_cards/mode/showboards.pm b/src/hardware/server/sun/mgmt_cards/mode/showboards.pm index 7281e73a0..b4d7f601d 100644 --- a/src/hardware/server/sun/mgmt_cards/mode/showboards.pm +++ b/src/hardware/server/sun/mgmt_cards/mode/showboards.pm @@ -265,7 +265,7 @@ Hostname to query. =item B<--port> -telnet port (Default: 23). +telnet port (default: 23). =item B<--username> @@ -281,7 +281,7 @@ Returns new errors (retention file is used by the following option). =item B<--timeout> -Timeout in seconds for the command (Default: 30). +Timeout in seconds for the command (default: 30). =item B<--command-plink> @@ -293,7 +293,7 @@ Use ssh (with plink) instead of telnet. =item B<--exclude> -Exclude some slots (comma seperated list) (Example: --exclude=IDO,PS0) +Exclude some slots (comma separated list) (example: --exclude=IDO,PS0) =item B<--no-component> diff --git a/src/hardware/server/sun/mgmt_cards/mode/showenvironment.pm b/src/hardware/server/sun/mgmt_cards/mode/showenvironment.pm index dd2cf8267..f02554188 100644 --- a/src/hardware/server/sun/mgmt_cards/mode/showenvironment.pm +++ b/src/hardware/server/sun/mgmt_cards/mode/showenvironment.pm @@ -189,7 +189,7 @@ Hostname to query. =item B<--port> -telnet port (Default: 23). +telnet port (default: 23). =item B<--username> @@ -201,7 +201,7 @@ telnet password. =item B<--timeout> -Timeout in seconds for the command (Default: 30). +Timeout in seconds for the command (default: 30). =item B<--command-plink> @@ -213,7 +213,7 @@ Use ssh (with plink) instead of telnet. =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'temperature', 'si', 'disk', 'fan', 'voltage', 'psu', 'sensors'. =item B<--filter> diff --git a/src/hardware/server/sun/mgmt_cards/mode/showfaults.pm b/src/hardware/server/sun/mgmt_cards/mode/showfaults.pm index 2bff1d14b..b5e1d27e0 100644 --- a/src/hardware/server/sun/mgmt_cards/mode/showfaults.pm +++ b/src/hardware/server/sun/mgmt_cards/mode/showfaults.pm @@ -154,7 +154,7 @@ Plink command (default: plink). Use to set a path. =item B<--timeout> -Timeout in seconds for the command (Default: 30). +Timeout in seconds for the command (default: 30). =back diff --git a/src/hardware/server/sun/mgmt_cards/mode/showfaulty.pm b/src/hardware/server/sun/mgmt_cards/mode/showfaulty.pm index 271c2713e..81acbca91 100644 --- a/src/hardware/server/sun/mgmt_cards/mode/showfaulty.pm +++ b/src/hardware/server/sun/mgmt_cards/mode/showfaulty.pm @@ -211,7 +211,7 @@ Plink command (default: plink). Use to set a path. =item B<--timeout> -Timeout in seconds for the command (Default: 30). +Timeout in seconds for the command (default: 30). =back diff --git a/src/hardware/server/sun/mgmt_cards/mode/showstatus.pm b/src/hardware/server/sun/mgmt_cards/mode/showstatus.pm index 2a6cf9fef..183a78cda 100644 --- a/src/hardware/server/sun/mgmt_cards/mode/showstatus.pm +++ b/src/hardware/server/sun/mgmt_cards/mode/showstatus.pm @@ -256,7 +256,7 @@ Plink command (default: plink). Use to set a path. =item B<--timeout> -Timeout in seconds for the command (Default: 30). +Timeout in seconds for the command (default: 30). =item B<--threshold-overload> diff --git a/src/hardware/server/sun/mseries/mode/hardware.pm b/src/hardware/server/sun/mseries/mode/hardware.pm index 2b28741a7..7d6a19127 100644 --- a/src/hardware/server/sun/mseries/mode/hardware.pm +++ b/src/hardware/server/sun/mseries/mode/hardware.pm @@ -225,7 +225,7 @@ Get sensors perfdatas. =item B<--exclude> -Exclude some parts (multiple values) (Example: --exclude=TYPE.PART) +Exclude some parts (multiple values) (example: --exclude=TYPE.PART) TYPE = board type ('cpum', 'mem', ...) PART = name (a regexp can be used) diff --git a/src/hardware/server/supermicro/bmc/snmp/mode/hardware.pm b/src/hardware/server/supermicro/bmc/snmp/mode/hardware.pm index 827c6a409..881fbc0df 100644 --- a/src/hardware/server/supermicro/bmc/snmp/mode/hardware.pm +++ b/src/hardware/server/supermicro/bmc/snmp/mode/hardware.pm @@ -67,7 +67,7 @@ Check hardware. =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'sensor'. =item B<--filter> diff --git a/src/hardware/server/supermicro/superdoctor/snmp/mode/hardware.pm b/src/hardware/server/supermicro/superdoctor/snmp/mode/hardware.pm index 8ea4e0ffa..22dccf0df 100644 --- a/src/hardware/server/supermicro/superdoctor/snmp/mode/hardware.pm +++ b/src/hardware/server/supermicro/superdoctor/snmp/mode/hardware.pm @@ -75,12 +75,12 @@ Check hardware. =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'sensor', 'disk', 'memory'. =item B<--filter> -Exclude some parts (comma seperated list) +Exclude some parts (comma separated list) You can also exclude items from specific instances: --filter=sensor,temperature.* =item B<--no-component> diff --git a/src/hardware/server/xfusion/ibmc/snmp/mode/hardware.pm b/src/hardware/server/xfusion/ibmc/snmp/mode/hardware.pm index 7d53d9cbb..c8a871bb4 100644 --- a/src/hardware/server/xfusion/ibmc/snmp/mode/hardware.pm +++ b/src/hardware/server/xfusion/ibmc/snmp/mode/hardware.pm @@ -94,7 +94,7 @@ Check hardware components. =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'component', 'cpu', 'harddisk', 'fan', 'logicaldrive', 'memory', 'pcie', 'psu', 'raidcontroller', 'temperature'. diff --git a/src/hardware/telephony/avaya/aes/snmp/mode/services.pm b/src/hardware/telephony/avaya/aes/snmp/mode/services.pm index a3fa22d6c..632da9130 100644 --- a/src/hardware/telephony/avaya/aes/snmp/mode/services.pm +++ b/src/hardware/telephony/avaya/aes/snmp/mode/services.pm @@ -302,7 +302,7 @@ You can use the following variables: %{status}, %{state}, %{license_error}, %{di =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{state} ne "running" or %{status} ne "online"'). +Define the conditions to match for the status to be CRITICAL (default: '%{state} ne "running" or %{status} ne "online"'). You can use the following variables: %{status}, %{state}, %{license_error}, %{display} =item B<--unknown-aep-status> @@ -317,7 +317,7 @@ You can use the following variables: %{link_state}, %{session_state}, %{display} =item B<--critical-aep-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{link_state} ne "online" or %{session_state} ne "online"'). +Define the conditions to match for the status to be CRITICAL (default: '%{link_state} ne "online" or %{session_state} ne "online"'). You can use the following variables: %{link_state}, %{session_state}, %{display} =item B<--warning-*> B<--critical-*> diff --git a/src/hardware/telephony/avaya/cm/snmp/mode/trunks.pm b/src/hardware/telephony/avaya/cm/snmp/mode/trunks.pm index cb3e51110..c661b0504 100644 --- a/src/hardware/telephony/avaya/cm/snmp/mode/trunks.pm +++ b/src/hardware/telephony/avaya/cm/snmp/mode/trunks.pm @@ -149,7 +149,7 @@ You can use the following variables: %{state}, %{far_node}, %{display} =item B<--critical-sig-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{state} =~ /out-of-service/'). +Define the conditions to match for the status to be CRITICAL (default: '%{state} =~ /out-of-service/'). You can use the following variables: %{state}, %{far_node}, %{display} =back diff --git a/src/hardware/telephony/avaya/mediagateway/snmp/mode/controllerstatus.pm b/src/hardware/telephony/avaya/mediagateway/snmp/mode/controllerstatus.pm index 6989acf96..0ad918a64 100644 --- a/src/hardware/telephony/avaya/mediagateway/snmp/mode/controllerstatus.pm +++ b/src/hardware/telephony/avaya/mediagateway/snmp/mode/controllerstatus.pm @@ -120,17 +120,17 @@ Check controller status. =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: %{h248_link_status}, %{registration_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: %{h248_link_status}, %{registration_state} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{h248_link_status} =~ /down/i || %{registration_state} =~ /notRegistred/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{h248_link_status} =~ /down/i || %{registration_state} =~ /notRegistred/i'). You can use the following variables: %{h248_link_status}, %{registration_state} =back diff --git a/src/hardware/telephony/avaya/mediagateway/snmp/mode/hardware.pm b/src/hardware/telephony/avaya/mediagateway/snmp/mode/hardware.pm index 9abd2e70c..9f099184b 100644 --- a/src/hardware/telephony/avaya/mediagateway/snmp/mode/hardware.pm +++ b/src/hardware/telephony/avaya/mediagateway/snmp/mode/hardware.pm @@ -70,7 +70,7 @@ Check hardware. =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'alarm'. =item B<--filter> diff --git a/src/hardware/ups/alpha/snmp/mode/alarms.pm b/src/hardware/ups/alpha/snmp/mode/alarms.pm index e34b95337..1dc301420 100644 --- a/src/hardware/ups/alpha/snmp/mode/alarms.pm +++ b/src/hardware/ups/alpha/snmp/mode/alarms.pm @@ -68,7 +68,7 @@ Check alarms. =item B<--filter> -Exclude some parts (comma seperated list) +Exclude some parts (comma separated list) You can also exclude items from specific instances: --filter="alarm,FAN Alarm" =item B<--no-component> diff --git a/src/hardware/ups/alpha/snmp/mode/batterystatus.pm b/src/hardware/ups/alpha/snmp/mode/batterystatus.pm index 1c6bbd948..99251cd9c 100644 --- a/src/hardware/ups/alpha/snmp/mode/batterystatus.pm +++ b/src/hardware/ups/alpha/snmp/mode/batterystatus.pm @@ -160,17 +160,17 @@ Example: --filter-counters='^status|load$' =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} =item B<--warning-status> -Define the conditions to match for the status to be WARNING (Default: '%{status} =~ /batteryLow/i'). +Define the conditions to match for the status to be WARNING (default: '%{status} =~ /batteryLow/i'). You can use the following variables: %{status} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} =~ /batteryDepleted/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} =~ /batteryDepleted/i'). You can use the following variables: %{status} =item B<--warning-*> diff --git a/src/hardware/ups/apc/snmp/mode/batterystatus.pm b/src/hardware/ups/apc/snmp/mode/batterystatus.pm index 8008e8874..f55c33d64 100644 --- a/src/hardware/ups/apc/snmp/mode/batterystatus.pm +++ b/src/hardware/ups/apc/snmp/mode/batterystatus.pm @@ -368,17 +368,17 @@ Define the date format (default: '%m/%d/%Y'). =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}, %{replace} =item B<--warning-status> -Define the conditions to match for the status to be WARNING (Default: '%{status} =~ /batteryLow/i'). +Define the conditions to match for the status to be WARNING (default: '%{status} =~ /batteryLow/i'). You can use the following variables: %{status}, %{replace} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{replace} =~ /yes/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{replace} =~ /yes/i'). You can use the following variables: %{status}, %{replace} =item B<--unknown-battery-pack-status> @@ -393,7 +393,7 @@ You can use the following variables: %{status} =item B<--critical-battery-pack-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} ne "OK"'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} ne "OK"'). You can use the following variables: %{status} =item B<--unknown-cartridge-status> @@ -408,7 +408,7 @@ You can use the following variables: %{status} =item B<--critical-cartridge-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} ne "OK"'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} ne "OK"'). You can use the following variables: %{status} =item B<--warning-*> B<--critical-*> diff --git a/src/hardware/ups/apc/snmp/mode/ntp.pm b/src/hardware/ups/apc/snmp/mode/ntp.pm index d9bf3ce6e..f19aaf29e 100644 --- a/src/hardware/ups/apc/snmp/mode/ntp.pm +++ b/src/hardware/ups/apc/snmp/mode/ntp.pm @@ -71,7 +71,7 @@ Set the ntp hostname (if not set, localtime is used). =item B<--ntp-port> -Set the ntp port (Default: 123). +Set the ntp port (default: 123). =item B<--timezone> diff --git a/src/hardware/ups/apc/snmp/mode/outputlines.pm b/src/hardware/ups/apc/snmp/mode/outputlines.pm index 02e5c9572..50bd441b6 100644 --- a/src/hardware/ups/apc/snmp/mode/outputlines.pm +++ b/src/hardware/ups/apc/snmp/mode/outputlines.pm @@ -155,17 +155,17 @@ Example: --filter-counters='^status|load$' =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} =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} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} !~ /onLine|rebooting/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} !~ /onLine|rebooting/i'). You can use the following variables: %{status} =item B<--warning-*> B<--critical-*> diff --git a/src/hardware/ups/apc/snmp/mode/sensors.pm b/src/hardware/ups/apc/snmp/mode/sensors.pm index 267f8e80c..2b9adc25c 100644 --- a/src/hardware/ups/apc/snmp/mode/sensors.pm +++ b/src/hardware/ups/apc/snmp/mode/sensors.pm @@ -74,7 +74,7 @@ Check sensors. =item B<--filter> -Exclude some parts (comma seperated list) +Exclude some parts (comma separated list) You can also exclude items from specific instances: --filter=sensor,1.1 =item B<--no-component> diff --git a/src/hardware/ups/apc/snmp/mode/uptime.pm b/src/hardware/ups/apc/snmp/mode/uptime.pm index c8a8d4d58..57390638c 100644 --- a/src/hardware/ups/apc/snmp/mode/uptime.pm +++ b/src/hardware/ups/apc/snmp/mode/uptime.pm @@ -66,12 +66,11 @@ With that option, we manage the counter going back. But there is a few chance we =item B<--reboot-window> -To be used with check-overload option. Time in milliseconds (Default: 5000) +To be used with check-overload option. Time in milliseconds (default: 5000) You increase the chance of not missing a reboot if you decrease that value. =item B<--unit> -Select the unit for performance data and thresholds. 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 performance data and thresholds. May be 's' for seconds, 'm' for minutes, 'h' for hours, 'd' for days, 'w' for weeks. Default is secondss. =back diff --git a/src/hardware/ups/ees/snmp/mode/uptime.pm b/src/hardware/ups/ees/snmp/mode/uptime.pm index 9ac9659ca..765899541 100644 --- a/src/hardware/ups/ees/snmp/mode/uptime.pm +++ b/src/hardware/ups/ees/snmp/mode/uptime.pm @@ -71,8 +71,7 @@ You increase the chance of not missing a reboot if you decrease that value. =item B<--unit> -Select the unit for performance data and thresholds. 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 performance data and thresholds. May be 's' for seconds, 'm' for minutes, 'h' for hours, 'd' for days, 'w' for weeks. Default is secondss. =back diff --git a/src/hardware/ups/himoinsa/snmp/mode/status.pm b/src/hardware/ups/himoinsa/snmp/mode/status.pm index 99e6e9cfe..50f5cc108 100644 --- a/src/hardware/ups/himoinsa/snmp/mode/status.pm +++ b/src/hardware/ups/himoinsa/snmp/mode/status.pm @@ -257,7 +257,7 @@ Check Himoinsa device status. =item B<--warning-alarm-status> -Warning threshold for alarm (Default: '%{status} =~ /^alarm/'). +Warning threshold for alarm (default: '%{status} =~ /^alarm/'). Can use special variables like: %{status} =item B<--critical-alarm-status> diff --git a/src/hardware/ups/himoinsa/snmp/mode/uptime.pm b/src/hardware/ups/himoinsa/snmp/mode/uptime.pm index 66c335007..f163d2c30 100644 --- a/src/hardware/ups/himoinsa/snmp/mode/uptime.pm +++ b/src/hardware/ups/himoinsa/snmp/mode/uptime.pm @@ -66,12 +66,11 @@ With that option, we manage the counter going back. But there is a few chance we =item B<--reboot-window> -To be used with check-overload option. Time in milliseconds (Default: 5000) +To be used with check-overload option. Time in milliseconds (default: 5000) You increase the chance of not missing a reboot if you decrease that value. =item B<--unit> -Select the unit for performance data and thresholds. 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 performance data and thresholds. May be 's' for seconds, 'm' for minutes, 'h' for hours, 'd' for days, 'w' for weeks. Default is secondss. =back diff --git a/src/hardware/ups/hp/snmp/mode/batterystatus.pm b/src/hardware/ups/hp/snmp/mode/batterystatus.pm index 9582b38c1..b914b353c 100644 --- a/src/hardware/ups/hp/snmp/mode/batterystatus.pm +++ b/src/hardware/ups/hp/snmp/mode/batterystatus.pm @@ -152,17 +152,17 @@ Example: --filter-counters='status|current' =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}. =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}. =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: %{status}. =item B<--warning-*> B<--critical-*> diff --git a/src/hardware/ups/hp/snmp/mode/outputlines.pm b/src/hardware/ups/hp/snmp/mode/outputlines.pm index 000b2c52e..38ea5c00e 100644 --- a/src/hardware/ups/hp/snmp/mode/outputlines.pm +++ b/src/hardware/ups/hp/snmp/mode/outputlines.pm @@ -190,17 +190,17 @@ Check output lines metrics. =item B<--unknown-source> -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: %{source}. =item B<--warning-source> -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: %{source}. =item B<--critical-source> -Define the conditions to match for the status to be CRITICAL (Default: '%{source} !~ /normal/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{source} !~ /normal/i'). You can use the following variables: %{source}. =item B<--warning-*> B<--critical-*> diff --git a/src/hardware/ups/hp/snmp/mode/time.pm b/src/hardware/ups/hp/snmp/mode/time.pm index dda16d753..ecb9df9ab 100644 --- a/src/hardware/ups/hp/snmp/mode/time.pm +++ b/src/hardware/ups/hp/snmp/mode/time.pm @@ -85,7 +85,7 @@ Set the ntp hostname (if not set, localtime is used). =item B<--ntp-port> -Set the ntp port (Default: 123). +Set the ntp port (default: 123). =item B<--timezone> diff --git a/src/hardware/ups/mge/snmp/mode/inputlines.pm b/src/hardware/ups/mge/snmp/mode/inputlines.pm index 18c167a2d..d5ed72342 100644 --- a/src/hardware/ups/mge/snmp/mode/inputlines.pm +++ b/src/hardware/ups/mge/snmp/mode/inputlines.pm @@ -198,12 +198,12 @@ Can be: 'frequence', 'voltage', 'current'. =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: %{badstatus}, %{failcause} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{badstatus} =~ /yes/'). +Define the conditions to match for the status to be CRITICAL (default: '%{badstatus} =~ /yes/'). You can use the following variables: %{badstatus}, %{failcause} =back diff --git a/src/hardware/ups/powerware/snmp/mode/batterystatus.pm b/src/hardware/ups/powerware/snmp/mode/batterystatus.pm index 096339499..a08b7a331 100644 --- a/src/hardware/ups/powerware/snmp/mode/batterystatus.pm +++ b/src/hardware/ups/powerware/snmp/mode/batterystatus.pm @@ -152,17 +152,17 @@ Example: --filter-counters='status|current' =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}. =item B<--warning-status> -Define the conditions to match for the status to be WARNING (Default: '%{status} =~ /batteryDischarging/i'). +Define the conditions to match for the status to be WARNING (default: '%{status} =~ /batteryDischarging/i'). You can use the following variables: %{status}. =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: %{status}. =item B<--warning-*> B<--critical-*> diff --git a/src/hardware/ups/riello/snmp/mode/battery.pm b/src/hardware/ups/riello/snmp/mode/battery.pm index 5fda0b67f..2f3077772 100644 --- a/src/hardware/ups/riello/snmp/mode/battery.pm +++ b/src/hardware/ups/riello/snmp/mode/battery.pm @@ -159,17 +159,17 @@ Check battery status and charge remaining. =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} =item B<--warning-status> -Define the conditions to match for the status to be WARNING (Default: '%{status} =~ /low/i'). +Define the conditions to match for the status to be WARNING (default: '%{status} =~ /low/i'). You can use the following variables: %{status} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} =~ /depleted/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} =~ /depleted/i'). You can use the following variables: %{status} =item B<--warning-*> B<--critical-*> diff --git a/src/hardware/ups/socomec/netvision/snmp/mode/battery.pm b/src/hardware/ups/socomec/netvision/snmp/mode/battery.pm index f8e49e427..b0ca9923b 100644 --- a/src/hardware/ups/socomec/netvision/snmp/mode/battery.pm +++ b/src/hardware/ups/socomec/netvision/snmp/mode/battery.pm @@ -183,17 +183,17 @@ Check battery status and charge remaining. =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} =item B<--warning-status> -Define the conditions to match for the status to be WARNING (Default: '%{status} =~ /low/i'). +Define the conditions to match for the status to be WARNING (default: '%{status} =~ /low/i'). You can use the following variables: %{status} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} =~ /depleted|failure/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} =~ /depleted|failure/i'). You can use the following variables: %{status} =item B<--warning-*> B<--critical-*> diff --git a/src/hardware/ups/socomec/netvision/snmp/mode/outputlines.pm b/src/hardware/ups/socomec/netvision/snmp/mode/outputlines.pm index d514202a6..101c0c2c9 100644 --- a/src/hardware/ups/socomec/netvision/snmp/mode/outputlines.pm +++ b/src/hardware/ups/socomec/netvision/snmp/mode/outputlines.pm @@ -193,7 +193,7 @@ Ignore counters equals to 0. =item B<--unknown-source-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} =item B<--warning-source-status> diff --git a/src/hardware/ups/standard/rfc1628/snmp/mode/batterystatus.pm b/src/hardware/ups/standard/rfc1628/snmp/mode/batterystatus.pm index 15459853a..1e1461fd8 100644 --- a/src/hardware/ups/standard/rfc1628/snmp/mode/batterystatus.pm +++ b/src/hardware/ups/standard/rfc1628/snmp/mode/batterystatus.pm @@ -162,17 +162,17 @@ Check battery status and charge remaining. =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} =item B<--warning-status> -Define the conditions to match for the status to be WARNING (Default: '%{status} =~ /low/i'). +Define the conditions to match for the status to be WARNING (default: '%{status} =~ /low/i'). You can use the following variables: %{status} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} =~ /depleted/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} =~ /depleted/i'). You can use the following variables: %{status} =item B<--warning-*> B<--critical-*> diff --git a/src/hardware/ups/standard/rfc1628/snmp/mode/outputsource.pm b/src/hardware/ups/standard/rfc1628/snmp/mode/outputsource.pm index 08615504b..b537b314d 100644 --- a/src/hardware/ups/standard/rfc1628/snmp/mode/outputsource.pm +++ b/src/hardware/ups/standard/rfc1628/snmp/mode/outputsource.pm @@ -93,17 +93,17 @@ Check output source status. =item B<--unknown-source-status> -Define the conditions to match for the status to be UNKNOWN (Default: '%{status} =~ /other/') +Define the conditions to match for the status to be UNKNOWN (default: '%{status} =~ /other/') You can use the following variables: %{status} =item B<--warning-source-status> -Define the conditions to match for the status to be WARNING (Default: '%{status} =~ /bypass|battery|booster|reducer/') +Define the conditions to match for the status to be WARNING (default: '%{status} =~ /bypass|battery|booster|reducer/') You can use the following variables: %{status} =item B<--critical-source-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} =~ /none/') +Define the conditions to match for the status to be CRITICAL (default: '%{status} =~ /none/') You can use the following variables: %{status} =back diff --git a/src/network/3com/snmp/mode/hardware.pm b/src/network/3com/snmp/mode/hardware.pm index 4cfe7f5df..8db47cd1b 100644 --- a/src/network/3com/snmp/mode/hardware.pm +++ b/src/network/3com/snmp/mode/hardware.pm @@ -72,7 +72,7 @@ Check hardware =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'fan', 'psu'. =item B<--filter> @@ -82,7 +82,7 @@ You can also exclude items from specific instances: --filter=fan,1 =item B<--absent-problem> -Return an error if an entity is not 'present' (default is skipping) (comma seperated list) +Return an error if an entity is not 'present' (default is skipping) (comma separated list) Can be specific or global: --absent-problem=fan,2 =item B<--no-component> diff --git a/src/network/a10/ax/snmp/mode/hardware.pm b/src/network/a10/ax/snmp/mode/hardware.pm index 8c579ba80..93c748fde 100644 --- a/src/network/a10/ax/snmp/mode/hardware.pm +++ b/src/network/a10/ax/snmp/mode/hardware.pm @@ -81,12 +81,12 @@ Check hardware. =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'psu', 'fan', 'temperature'. =item B<--filter> -Exclude some parts (comma seperated list) +Exclude some parts (comma separated list) You can also exclude items from specific instances: --filter=psu,1 =item B<--no-component> diff --git a/src/network/a10/ax/snmp/mode/vserverusage.pm b/src/network/a10/ax/snmp/mode/vserverusage.pm index 1e16971d6..0021004e9 100644 --- a/src/network/a10/ax/snmp/mode/vserverusage.pm +++ b/src/network/a10/ax/snmp/mode/vserverusage.pm @@ -207,7 +207,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} =~ /down/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} =~ /down/i'). You can use the following variables: %{status}, %{display} =item B<--warning-*> diff --git a/src/network/acmepacket/snmp/mode/hardware.pm b/src/network/acmepacket/snmp/mode/hardware.pm index fdcfebf9d..66a465b45 100644 --- a/src/network/acmepacket/snmp/mode/hardware.pm +++ b/src/network/acmepacket/snmp/mode/hardware.pm @@ -78,7 +78,7 @@ Check hardware. =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'voltage', 'temperature', 'fan', 'psu'. =item B<--filter> @@ -88,7 +88,7 @@ You can also exclude items from specific instances: --filter=fan,1 =item B<--absent-problem> -Return an error if an entity is not 'present' (default is skipping) (comma seperated list) +Return an error if an entity is not 'present' (default is skipping) (comma separated list) Can be specific or global: --absent-problem=psu,1 =item B<--no-component> diff --git a/src/network/acmepacket/snmp/mode/sipusage.pm b/src/network/acmepacket/snmp/mode/sipusage.pm index a682c696e..e6ffe6691 100644 --- a/src/network/acmepacket/snmp/mode/sipusage.pm +++ b/src/network/acmepacket/snmp/mode/sipusage.pm @@ -169,12 +169,12 @@ Check SIP usage. =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} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} =~ /outOfService|constraintsViolation|inServiceTimedOut/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} =~ /outOfService|constraintsViolation|inServiceTimedOut/i'). You can use the following variables: %{status} =item B<--warning-*> diff --git a/src/network/acmepacket/snmp/mode/systemusage.pm b/src/network/acmepacket/snmp/mode/systemusage.pm index 704db05b2..b0d2fac59 100644 --- a/src/network/acmepacket/snmp/mode/systemusage.pm +++ b/src/network/acmepacket/snmp/mode/systemusage.pm @@ -199,12 +199,12 @@ Example: --filter-counters='^memory-usage$' =item B<--warning-replication-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: %{replication_state} =item B<--critical-replication-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{replication_state} =~ /outOfService/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{replication_state} =~ /outOfService/i'). You can use the following variables: %{replication_state} =item B<--warning-*> diff --git a/src/network/adva/fsp150/snmp/mode/alarms.pm b/src/network/adva/fsp150/snmp/mode/alarms.pm index abfb5ce53..904fc91a2 100644 --- a/src/network/adva/fsp150/snmp/mode/alarms.pm +++ b/src/network/adva/fsp150/snmp/mode/alarms.pm @@ -281,7 +281,7 @@ You can use the following variables: %{description}, %{object}, %{severity}, %{t =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{severity} eq "serviceAffecting"'). +Define the conditions to match for the status to be CRITICAL (default: '%{severity} eq "serviceAffecting"'). You can use the following variables: {description}, %{object}, %{severity}, %{type}, %{label}, %{since} =item B<--timezone> diff --git a/src/network/adva/fsp150/snmp/mode/hardware.pm b/src/network/adva/fsp150/snmp/mode/hardware.pm index 9b6174e9f..346c5fec3 100644 --- a/src/network/adva/fsp150/snmp/mode/hardware.pm +++ b/src/network/adva/fsp150/snmp/mode/hardware.pm @@ -80,7 +80,7 @@ Check hardware. =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'shelf', 'card'. =item B<--filter> diff --git a/src/network/adva/fsp3000/snmp/mode/alarms.pm b/src/network/adva/fsp3000/snmp/mode/alarms.pm index e71a2a510..4b9e4dd95 100644 --- a/src/network/adva/fsp3000/snmp/mode/alarms.pm +++ b/src/network/adva/fsp3000/snmp/mode/alarms.pm @@ -300,12 +300,12 @@ Check alarms. =item B<--warning-status> -Define the conditions to match for the status to be WARNING (Default: '%{severity} =~ /warning|minor/i') +Define the conditions to match for the status to be WARNING (default: '%{severity} =~ /warning|minor/i') You can use the following variables: %{severity}, %{type}, %{label}, %{since} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{severity} =~ /critical|major/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{severity} =~ /critical|major/i'). You can use the following variables: %{severity}, %{type}, %{label}, %{since} =item B<--timezone> diff --git a/src/network/adva/fsp3000/snmp/mode/interfaces.pm b/src/network/adva/fsp3000/snmp/mode/interfaces.pm index 675f11238..9750b74c2 100644 --- a/src/network/adva/fsp3000/snmp/mode/interfaces.pm +++ b/src/network/adva/fsp3000/snmp/mode/interfaces.pm @@ -318,7 +318,7 @@ Check interface optical. =item B<--check-metrics> -If the expression is true, metrics are checked (Default: '%{opstatus} eq "up"'). +If the expression is true, metrics are checked (default: '%{opstatus} eq "up"'). =item B<--warning-status> @@ -327,7 +327,7 @@ You can use the following variables: %{admstatus}, %{opstatus}, %{display} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{admstatus} eq "up" and %{opstatus} ne "up"'). +Define the conditions to match for the status to be CRITICAL (default: '%{admstatus} eq "up" and %{opstatus} ne "up"'). You can use the following variables: %{admstatus}, %{opstatus}, %{display} =item B<--warning-*> B<--critical-*> @@ -337,11 +337,11 @@ Can be: 'laser-temp', 'input-power', 'output-power', 'traffic-in', 'traffic-out' =item B<--units-traffic> -Units of thresholds for the traffic (Default: 'percent_delta') ('percent_delta', 'bps', 'counter'). +Units of thresholds for the traffic (default: 'percent_delta') ('percent_delta', 'bps', 'counter'). =item B<--interface> -Set the interface (number expected) ex: 1,2,... (empty means 'check all interfaces'). +Set the interface (number expected) example: 1,2,... (empty means 'check all interfaces'). =item B<--name> @@ -379,7 +379,7 @@ Add an OID to display. Modify the interface name displayed by using a regular expression. -Eg: adding --display-transform-src='eth' --display-transform-dst='ens' will replace all occurrences of 'eth' with 'ens' +Example: adding --display-transform-src='eth' --display-transform-dst='ens' will replace all occurrences of 'eth' with 'ens' =item B<--show-cache> diff --git a/src/network/adva/fsp3000/snmp/mode/listinterfaces.pm b/src/network/adva/fsp3000/snmp/mode/listinterfaces.pm index 6482a896c..da4ea8265 100644 --- a/src/network/adva/fsp3000/snmp/mode/listinterfaces.pm +++ b/src/network/adva/fsp3000/snmp/mode/listinterfaces.pm @@ -111,7 +111,7 @@ __END__ =item B<--interface> -Set the interface (number expected) ex: 1,2,... (empty means 'check all interfaces'). +Set the interface (number expected) example: 1,2,... (empty means 'check all interfaces'). =item B<--name> @@ -145,7 +145,7 @@ Define the OID that will be used to name the interfaces (default: ifDesc) (value Modify the interface name displayed by using a regular expression. -Eg: adding --display-transform-src='eth' --display-transform-dst='ens' will replace all occurrences of 'eth' with 'ens' +Example: adding --display-transform-src='eth' --display-transform-dst='ens' will replace all occurrences of 'eth' with 'ens' =item B<--add-extra-oid> diff --git a/src/network/alcatel/isam/snmp/mode/hardware.pm b/src/network/alcatel/isam/snmp/mode/hardware.pm index 5256fc9bc..5081b0630 100644 --- a/src/network/alcatel/isam/snmp/mode/hardware.pm +++ b/src/network/alcatel/isam/snmp/mode/hardware.pm @@ -76,7 +76,7 @@ Check Hardware. =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'cardtemperature', 'sfp'. =item B<--filter> diff --git a/src/network/alcatel/isam/snmp/mode/hubsapusage.pm b/src/network/alcatel/isam/snmp/mode/hubsapusage.pm index 6df288f05..2ac92af4c 100644 --- a/src/network/alcatel/isam/snmp/mode/hubsapusage.pm +++ b/src/network/alcatel/isam/snmp/mode/hubsapusage.pm @@ -421,7 +421,7 @@ Check SAP QoS usage. =item B<--display-name> -Display name (Default: '%{SvcDescription}.%{IfName}.%{SapEncapName}'). +Display name (default: '%{SvcDescription}.%{IfName}.%{SapEncapName}'). Can also be: %{SapDescription}, %{SapPortId} =item B<--filter-name> @@ -446,7 +446,7 @@ Set interface speed for total outgoing traffic (in Mb). =item B<--units-traffic> -Units of thresholds for the traffic (Default: '%') ('%', 'b/s'). +Units of thresholds for the traffic (default: '%') ('%', 'b/s'). =item B<--warning-status> @@ -455,7 +455,7 @@ You can use the following variables: %{admin}, %{status}, %{display} =item B<--critical-status> -Set critical threshold for ib status (Default: '%{admin} =~ /up/i and %{status} !~ /up/i'). +Set critical threshold for ib status (default: '%{admin} =~ /up/i and %{status} !~ /up/i'). You can use the following variables: %{admin}, %{status}, %{display} =item B<--warning-*> diff --git a/src/network/alcatel/isam/snmp/mode/memory.pm b/src/network/alcatel/isam/snmp/mode/memory.pm index 4820a24f4..db25c427b 100644 --- a/src/network/alcatel/isam/snmp/mode/memory.pm +++ b/src/network/alcatel/isam/snmp/mode/memory.pm @@ -211,7 +211,7 @@ Critical threshold. =item B<--units> -Units of thresholds (Default: '%') ('%', 'B'). +Units of thresholds (default: '%') ('%', 'B'). =item B<--free> diff --git a/src/network/alcatel/omniswitch/snmp/mode/hardware.pm b/src/network/alcatel/omniswitch/snmp/mode/hardware.pm index 7244bfdeb..f525c4115 100644 --- a/src/network/alcatel/omniswitch/snmp/mode/hardware.pm +++ b/src/network/alcatel/omniswitch/snmp/mode/hardware.pm @@ -132,7 +132,7 @@ Check status of alcatel hardware (AlcatelIND1Chassis.mib). =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'other', 'unknown', 'chassis', 'backplane', 'container', 'psu', 'fan', 'sensor', 'module', 'port, 'stack'. Some not exists ;) diff --git a/src/network/alcatel/omniswitch/snmp/mode/virtualchassis.pm b/src/network/alcatel/omniswitch/snmp/mode/virtualchassis.pm index 66d9623cb..a778db931 100644 --- a/src/network/alcatel/omniswitch/snmp/mode/virtualchassis.pm +++ b/src/network/alcatel/omniswitch/snmp/mode/virtualchassis.pm @@ -142,7 +142,7 @@ You can use the following variables: %{role}, %{status}, %{mac} =item B<--critical-chassis-status> -Define the conditions to match for the status to be CRITICAL (Default: %{status} !~ /init|running/) +Define the conditions to match for the status to be CRITICAL (default: %{status} !~ /init|running/) You can use the following variables: %{role}, %{status}, %{mac} =item B<--warning-*> B<--critical-*> diff --git a/src/network/alcatel/oxe/snmp/mode/trunks.pm b/src/network/alcatel/oxe/snmp/mode/trunks.pm index ec261840d..b9c3bbff4 100644 --- a/src/network/alcatel/oxe/snmp/mode/trunks.pm +++ b/src/network/alcatel/oxe/snmp/mode/trunks.pm @@ -203,7 +203,7 @@ You can use the following variables: %{trunkstatus} =item B<--critical-trunk-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{trunkstatus} =~ /oos/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{trunkstatus} =~ /oos/i'). You can use the following variables: %{trunkstatus} =item B<--warning-*> diff --git a/src/network/alcatel/pss/1830/snmp/mode/sapqosstats.pm b/src/network/alcatel/pss/1830/snmp/mode/sapqosstats.pm index 66f573e98..d52bb9e80 100644 --- a/src/network/alcatel/pss/1830/snmp/mode/sapqosstats.pm +++ b/src/network/alcatel/pss/1830/snmp/mode/sapqosstats.pm @@ -253,7 +253,7 @@ Check SAP QoS usage. =item B<--display-name> -Display name (Default: '%{SysSwitchId}.%{SvcId}.%{SapPortId}.%{SapEncapValue}'). +Display name (default: '%{SysSwitchId}.%{SvcId}.%{SapPortId}.%{SapEncapValue}'). Can also be: %{SapDescription}, %{SvcName} =item B<--filter-name> @@ -267,7 +267,7 @@ You can use the following variables: %{admin}, %{status}, %{display} =item B<--critical-status> -Set critical threshold for ib status (Default: '%{admin} =~ /up/i and %{status} !~ /up/i'). +Set critical threshold for ib status (default: '%{admin} =~ /up/i and %{status} !~ /up/i'). You can use the following variables: %{admin}, %{status}, %{display} =item B<--warning-*> diff --git a/src/network/allied/snmp/mode/hardware.pm b/src/network/allied/snmp/mode/hardware.pm index 00cd04f9b..73a532971 100644 --- a/src/network/allied/snmp/mode/hardware.pm +++ b/src/network/allied/snmp/mode/hardware.pm @@ -81,7 +81,7 @@ Check hardware. =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'voltage', 'fan', 'temperature', 'psu'. =item B<--filter> diff --git a/src/network/aruba/aoscx/restapi/custom/api.pm b/src/network/aruba/aoscx/restapi/custom/api.pm index ee46ed63c..6277bb6da 100644 --- a/src/network/aruba/aoscx/restapi/custom/api.pm +++ b/src/network/aruba/aoscx/restapi/custom/api.pm @@ -273,15 +273,15 @@ API hostname. =item B<--url-path> -API url path (Default: '/rest/v1') +API url path (default: '/rest/v1') =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> diff --git a/src/network/aruba/aoscx/restapi/mode/hardware.pm b/src/network/aruba/aoscx/restapi/mode/hardware.pm index 9eeccd2ab..1a0e42224 100644 --- a/src/network/aruba/aoscx/restapi/mode/hardware.pm +++ b/src/network/aruba/aoscx/restapi/mode/hardware.pm @@ -78,7 +78,7 @@ Check hardware. =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'fan', 'psu', 'temperature', 'fan'. =item B<--filter> diff --git a/src/network/aruba/aoscx/restapi/mode/vsx.pm b/src/network/aruba/aoscx/restapi/mode/vsx.pm index 0dbbd5fd1..476a368b6 100644 --- a/src/network/aruba/aoscx/restapi/mode/vsx.pm +++ b/src/network/aruba/aoscx/restapi/mode/vsx.pm @@ -250,7 +250,7 @@ You can use the following variables: %{isl_status} =item B<--critical-isl-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{isl_status} =~ /out_sync/'). +Define the conditions to match for the status to be CRITICAL (default: '%{isl_status} =~ /out_sync/'). You can use the following variables: %{isl_status} =item B<--unknown-keepalive-status> @@ -265,7 +265,7 @@ You can use the following variables: %{keepalive_status} =item B<--critical-keepalive-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{keepalive_status} =~ /out_of_sync_established|failed/'). +Define the conditions to match for the status to be CRITICAL (default: '%{keepalive_status} =~ /out_of_sync_established|failed/'). You can use the following variables: %{keepalive_status} =item B<--warning-*> B<--critical-*> diff --git a/src/network/aruba/aoscx/snmp/mode/hardware.pm b/src/network/aruba/aoscx/snmp/mode/hardware.pm index 962b7871d..8135b37c2 100644 --- a/src/network/aruba/aoscx/snmp/mode/hardware.pm +++ b/src/network/aruba/aoscx/snmp/mode/hardware.pm @@ -74,7 +74,7 @@ Check hardware. =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'psu', 'temperature', 'fan', 'fantry'. =item B<--filter> diff --git a/src/network/aruba/aoscx/snmp/mode/vsf.pm b/src/network/aruba/aoscx/snmp/mode/vsf.pm index 32641903a..4a67cbd58 100644 --- a/src/network/aruba/aoscx/snmp/mode/vsf.pm +++ b/src/network/aruba/aoscx/snmp/mode/vsf.pm @@ -245,7 +245,7 @@ You can use the following variables: %{status} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} !~ /no_split/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} !~ /no_split/i'). You can use the following variables: %{status} =item B<--unknown-member-status> @@ -260,7 +260,7 @@ You can use the following variables: %{status}, %{role}, %{roleLast}, %{id} =item B<--critical-member-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{role} ne %{roleLast} || %{status} !~ /ready|booting/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{role} ne %{roleLast} || %{status} !~ /ready|booting/i'). You can use the following variables: %{status}, %{role}, %{roleLast}, %{id} =item B<--warning-*> B<--critical-*> diff --git a/src/network/aruba/aoscx/snmp/mode/vsx.pm b/src/network/aruba/aoscx/snmp/mode/vsx.pm index 724348078..e6157ac1b 100644 --- a/src/network/aruba/aoscx/snmp/mode/vsx.pm +++ b/src/network/aruba/aoscx/snmp/mode/vsx.pm @@ -277,7 +277,7 @@ You can use the following variables: %{isl_status} =item B<--critical-isl-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{isl_status} =~ /outSync/'). +Define the conditions to match for the status to be CRITICAL (default: '%{isl_status} =~ /outSync/'). You can use the following variables: %{isl_status} =item B<--unknown-keepalive-status> @@ -292,7 +292,7 @@ You can use the following variables: %{keepalive_status} =item B<--critical-keepalive-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{keepalive_status} =~ /outofSyncEstablished|failed/'). +Define the conditions to match for the status to be CRITICAL (default: '%{keepalive_status} =~ /outofSyncEstablished|failed/'). You can use the following variables: %{keepalive_status} =item B<--warning-*> B<--critical-*> diff --git a/src/network/aruba/cppm/snmp/mode/interfaces.pm b/src/network/aruba/cppm/snmp/mode/interfaces.pm index f334dc0c0..7765ae36a 100644 --- a/src/network/aruba/cppm/snmp/mode/interfaces.pm +++ b/src/network/aruba/cppm/snmp/mode/interfaces.pm @@ -45,7 +45,7 @@ Check interfaces. =item B<--add-global> -Check global port statistics (By default if no --add-* option is set). +Check global port statistics (by default if no --add-* option is set). =item B<--add-status> @@ -77,7 +77,7 @@ Check interface data volume between two checks (not supposed to be graphed, usef =item B<--check-metrics> -If the expression is true, metrics are checked (Default: '%{opstatus} eq "up"'). +If the expression is true, metrics are checked (default: '%{opstatus} eq "up"'). =item B<--warning-status> @@ -86,7 +86,7 @@ You can use the following variables: %{admstatus}, %{opstatus}, %{duplexstatus}, =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{admstatus} eq "up" and %{opstatus} ne "up"'). +Define the conditions to match for the status to be CRITICAL (default: '%{admstatus} eq "up" and %{opstatus} ne "up"'). You can use the following variables: %{admstatus}, %{opstatus}, %{duplexstatus}, %{display} =item B<--warning-*> B<--critical-*> @@ -99,15 +99,15 @@ Can be: 'total-port', 'total-admin-up', 'total-admin-down', 'total-oper-up', 'to =item B<--units-traffic> -Units of thresholds for the traffic (Default: 'percent_delta') ('percent_delta', 'bps', 'counter'). +Units of thresholds for the traffic (default: 'percent_delta') ('percent_delta', 'bps', 'counter'). =item B<--units-errors> -Units of thresholds for errors/discards (Default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). +Units of thresholds for errors/discards (default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). =item B<--units-cast> -Units of thresholds for communication types (Default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). +Units of thresholds for communication types (default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). =item B<--nagvis-perfdata> @@ -115,7 +115,7 @@ Display traffic perfdata to be compatible with nagvis widget. =item B<--interface> -Set the interface (number expected) ex: 1,2,... (empty means 'check all interfaces'). +Set the interface (number expected) example: 1,2,... (empty means 'check all interfaces'). =item B<--name> @@ -169,7 +169,7 @@ Add an OID to display. Modify the interface name displayed by using a regular expression. -Eg: adding --display-transform-src='eth' --display-transform-dst='ens' will replace all occurrences of 'eth' with 'ens' +Example: adding --display-transform-src='eth' --display-transform-dst='ens' will replace all occurrences of 'eth' with 'ens' =item B<--show-cache> diff --git a/src/network/aruba/instant/snmp/mode/apusage.pm b/src/network/aruba/instant/snmp/mode/apusage.pm index 0561a2100..aa9c6ffcf 100644 --- a/src/network/aruba/instant/snmp/mode/apusage.pm +++ b/src/network/aruba/instant/snmp/mode/apusage.pm @@ -230,12 +230,12 @@ Filter access point name (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: %{status}, %{display} =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: %{status}, %{display} =item B<--warning-*> B<--critical-*> diff --git a/src/network/aruba/instant/snmp/mode/ssidstatus.pm b/src/network/aruba/instant/snmp/mode/ssidstatus.pm index 71636d560..a872cef29 100644 --- a/src/network/aruba/instant/snmp/mode/ssidstatus.pm +++ b/src/network/aruba/instant/snmp/mode/ssidstatus.pm @@ -135,12 +135,12 @@ Filter SSID name (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: %{status}, %{display} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} !~ /enable/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} !~ /enable/i'). You can use the following variables: %{status}, %{display} =back diff --git a/src/network/aruba/orchestrator/restapi/custom/api.pm b/src/network/aruba/orchestrator/restapi/custom/api.pm index 4869287b1..1c2d45bc2 100644 --- a/src/network/aruba/orchestrator/restapi/custom/api.pm +++ b/src/network/aruba/orchestrator/restapi/custom/api.pm @@ -179,11 +179,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<--access-token> @@ -191,7 +191,7 @@ API token. =item B<--timeout> -Set timeout in seconds (Default: 50). +Set timeout in seconds (default: 50). =back diff --git a/src/network/aruba/orchestrator/restapi/mode/alarms.pm b/src/network/aruba/orchestrator/restapi/mode/alarms.pm index fb6e1818c..d4e8b9458 100644 --- a/src/network/aruba/orchestrator/restapi/mode/alarms.pm +++ b/src/network/aruba/orchestrator/restapi/mode/alarms.pm @@ -169,16 +169,16 @@ Filter alarms by hostname (can be a regexp). =item B<--timezone> -Set timezone for creation time (Default is 'UTC'). +Set timezone for creation time (default is 'UTC'). =item B<--warning-status> -Define the conditions to match for the status to be WARNING (Default: '%{severity} =~ /minor|warning/i') +Define the conditions to match for the status to be WARNING (default: '%{severity} =~ /minor|warning/i') You can use the following variables: %{severity}, %{hostname}, %{name}, %{timeraised} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{severity} =~ /major|critical/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{severity} =~ /major|critical/i'). You can use the following variables: %{severity}, %{hostname}, %{name}, %{timeraised} =item B<--warning-*> B<--critical-*> diff --git a/src/network/aruba/orchestrator/restapi/mode/appliances.pm b/src/network/aruba/orchestrator/restapi/mode/appliances.pm index 064d8cf78..f7cbe725c 100644 --- a/src/network/aruba/orchestrator/restapi/mode/appliances.pm +++ b/src/network/aruba/orchestrator/restapi/mode/appliances.pm @@ -168,12 +168,12 @@ Filter appliances by group. =item B<--unknown-status> -Define the conditions to match for the status to be UNKNOWN (Default: '%{state} =~ /unknown|unreachable/i'). +Define the conditions to match for the status to be UNKNOWN (default: '%{state} =~ /unknown|unreachable/i'). You can use the following variables: %{state}, %{hostname} =item B<--warning-status> -Define the conditions to match for the status to be WARNING (Default: '%{state} =~ /unsupportedVersion|outOfSynchronization/i'). +Define the conditions to match for the status to be WARNING (default: '%{state} =~ /unsupportedVersion|outOfSynchronization/i'). You can use the following variables: %{state}, %{hostname} =item B<--critical-status> diff --git a/src/network/aruba/orchestrator/restapi/mode/discovery.pm b/src/network/aruba/orchestrator/restapi/mode/discovery.pm index 3b3875ac0..2ce6728a6 100644 --- a/src/network/aruba/orchestrator/restapi/mode/discovery.pm +++ b/src/network/aruba/orchestrator/restapi/mode/discovery.pm @@ -156,7 +156,7 @@ Resources discovery. =item B<--resource-type> -Choose the type of resources to discover (Can be: 'appliance'). +Choose the type of resources to discover (can be: 'appliance'). =back diff --git a/src/network/athonet/epc/snmp/mode/interfacesdiameter.pm b/src/network/athonet/epc/snmp/mode/interfacesdiameter.pm index 3621b13d7..d00063b14 100644 --- a/src/network/athonet/epc/snmp/mode/interfacesdiameter.pm +++ b/src/network/athonet/epc/snmp/mode/interfacesdiameter.pm @@ -225,7 +225,7 @@ You can use the following variables: %{status}, %{name}, %{owner} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} =~ /down/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} =~ /down/i'). You can use the following variables: %{status}, %{name}, %{owner} =item B<--unknown-transport-status> @@ -240,7 +240,7 @@ You can use the following variables: %{transport_status}, %{transport_type}, %{n =item B<--critical-transport-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{transport_status} =~ /down/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{transport_status} =~ /down/i'). You can use the following variables: %{transport_status}, %{transport_type}, %{name} =item B<--warning-*> B<--critical-*> diff --git a/src/network/athonet/epc/snmp/mode/interfacesga.pm b/src/network/athonet/epc/snmp/mode/interfacesga.pm index 706feaa55..ad08b2588 100644 --- a/src/network/athonet/epc/snmp/mode/interfacesga.pm +++ b/src/network/athonet/epc/snmp/mode/interfacesga.pm @@ -177,7 +177,7 @@ You can use the following variables: %{status}, %{local_address}, %{peer_address =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} =~ /down/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} =~ /down/i'). You can use the following variables: %{status}, %{local_address}, %{peer_address}, %{name} =item B<--warning-*> B<--critical-*> diff --git a/src/network/athonet/epc/snmp/mode/interfacesgtpc.pm b/src/network/athonet/epc/snmp/mode/interfacesgtpc.pm index 0eb95e9bc..edf9a8e24 100644 --- a/src/network/athonet/epc/snmp/mode/interfacesgtpc.pm +++ b/src/network/athonet/epc/snmp/mode/interfacesgtpc.pm @@ -198,7 +198,7 @@ You can use the following variables: %{status}, %{source_address}, %{destination =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} =~ /down/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} =~ /down/i'). You can use the following variables: %{status}, %{source_address}, %{destination_address} =item B<--warning-*> B<--critical-*> diff --git a/src/network/athonet/epc/snmp/mode/interfaceslte.pm b/src/network/athonet/epc/snmp/mode/interfaceslte.pm index 2e3f62d45..946289c67 100644 --- a/src/network/athonet/epc/snmp/mode/interfaceslte.pm +++ b/src/network/athonet/epc/snmp/mode/interfaceslte.pm @@ -440,7 +440,7 @@ You can use the following variables: %{sctp_status}, %{s1ap_status}, %{name} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{sctp_status} =~ /down/i || %{s1ap_status} =~ /down/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{sctp_status} =~ /down/i || %{s1ap_status} =~ /down/i'). You can use the following variables: %{sctp_status}, %{s1ap_status}, %{name} =item B<--warning-*> B<--critical-*> diff --git a/src/network/athonet/epc/snmp/mode/license.pm b/src/network/athonet/epc/snmp/mode/license.pm index 535c24000..4c2a537fb 100644 --- a/src/network/athonet/epc/snmp/mode/license.pm +++ b/src/network/athonet/epc/snmp/mode/license.pm @@ -356,13 +356,12 @@ Can use special variables like: %{status} =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'). Can use special variables like: %{status} =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 days. +Select the time unit for the expiration threshold. May be 's' for seconds, 'm' for minutes, 'h' for hours, 'd' for days, 'w' for weeks. Default is days. =item B<--warning-*> B<--critical-*> diff --git a/src/network/atrica/snmp/mode/connections.pm b/src/network/atrica/snmp/mode/connections.pm index e4aecf953..93e9d5509 100644 --- a/src/network/atrica/snmp/mode/connections.pm +++ b/src/network/atrica/snmp/mode/connections.pm @@ -393,7 +393,7 @@ Check connections (A-Series.mib). =item B<--add-status> -Check interface status (By default if no --add-* option is set). +Check interface status (by default if no --add-* option is set). =item B<--add-traffic> @@ -405,7 +405,7 @@ Check interface errors. =item B<--check-metrics> -If the expression is true, metrics are checked (Default: '%{opstatus} eq "up" or %{opstatus} eq "inService"'). +If the expression is true, metrics are checked (default: '%{opstatus} eq "up" or %{opstatus} eq "inService"'). =item B<--warning-status> @@ -427,15 +427,15 @@ Can be: 'in-cir', 'in-eir', 'out-cir', 'out-eir', 'in-eir-discard', 'out-eir-dis =item B<--units-traffic> -Units of thresholds for the traffic (Default: 'percent_delta') ('percent_delta', 'bps', 'counter'). +Units of thresholds for the traffic (default: 'percent_delta') ('percent_delta', 'bps', 'counter'). =item B<--units-errors> -Units of thresholds for errors/discards (Default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). +Units of thresholds for errors/discards (default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). =item B<--interface> -Set the interface (number expected) ex: 1,2,... (empty means 'check all interfaces'). +Set the interface (number expected) example: 1,2,... (empty means 'check all interfaces'). =item B<--name> @@ -473,7 +473,7 @@ Add an OID to display. Modify the interface name displayed by using a regular expression. -Eg: adding --display-transform-src='eth' --display-transform-dst='ens' will replace all occurrences of 'eth' with 'ens' +Example: adding --display-transform-src='eth' --display-transform-dst='ens' will replace all occurrences of 'eth' with 'ens' =item B<--show-cache> diff --git a/src/network/atrica/snmp/mode/listconnections.pm b/src/network/atrica/snmp/mode/listconnections.pm index 60f348c5c..457a450fb 100644 --- a/src/network/atrica/snmp/mode/listconnections.pm +++ b/src/network/atrica/snmp/mode/listconnections.pm @@ -100,7 +100,7 @@ __END__ =item B<--interface> -Set the interface (number expected) ex: 1,2,... (empty means 'check all interfaces'). +Set the interface (number expected) example: 1,2,... (empty means 'check all interfaces'). =item B<--name> @@ -134,7 +134,7 @@ Define the OID that will be used to name the interfaces (default: atrConnCepGenD Modify the interface name displayed by using a regular expression. -Eg: adding --display-transform-src='eth' --display-transform-dst='ens' will replace all occurrences of 'eth' with 'ens' +Example: adding --display-transform-src='eth' --display-transform-dst='ens' will replace all occurrences of 'eth' with 'ens' =item B<--add-extra-oid> diff --git a/src/network/atto/fibrebridge/snmp/mode/fcportusage.pm b/src/network/atto/fibrebridge/snmp/mode/fcportusage.pm index 864b73905..51edf3721 100644 --- a/src/network/atto/fibrebridge/snmp/mode/fcportusage.pm +++ b/src/network/atto/fibrebridge/snmp/mode/fcportusage.pm @@ -205,12 +205,12 @@ Filter name (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: %{admin}, %{status}, %{display} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{admin} =~ /enabled/ and %{status} !~ /online/'). +Define the conditions to match for the status to be CRITICAL (default: '%{admin} =~ /enabled/ and %{status} !~ /online/'). You can use the following variables: %{admin}, %{status}, %{display} =back diff --git a/src/network/atto/fibrebridge/snmp/mode/hardware.pm b/src/network/atto/fibrebridge/snmp/mode/hardware.pm index 47b4e9b3e..3bcb19932 100644 --- a/src/network/atto/fibrebridge/snmp/mode/hardware.pm +++ b/src/network/atto/fibrebridge/snmp/mode/hardware.pm @@ -79,7 +79,7 @@ Check hardware. =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'psu', 'alarm'. =item B<--filter> diff --git a/src/network/audiocodes/snmp/mode/hardware.pm b/src/network/audiocodes/snmp/mode/hardware.pm index 61c98e4e7..9830ffbed 100644 --- a/src/network/audiocodes/snmp/mode/hardware.pm +++ b/src/network/audiocodes/snmp/mode/hardware.pm @@ -83,7 +83,7 @@ Check hardware. =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'fantray', 'module', 'psu'. =item B<--filter> @@ -93,7 +93,7 @@ You can also exclude items from specific instances: --filter=fantray,1 =item B<--absent-problem> -Return an error if an entity is not 'present' (default is skipping) (comma seperated list) +Return an error if an entity is not 'present' (default is skipping) (comma separated list) Can be specific or global: --absent-problem=psu,1 =item B<--no-component> diff --git a/src/network/audiocodes/snmp/mode/interfaces.pm b/src/network/audiocodes/snmp/mode/interfaces.pm index 1865c7b74..874457899 100644 --- a/src/network/audiocodes/snmp/mode/interfaces.pm +++ b/src/network/audiocodes/snmp/mode/interfaces.pm @@ -45,7 +45,7 @@ Check interfaces. =item B<--add-global> -Check global port statistics (By default if no --add-* option is set). +Check global port statistics (by default if no --add-* option is set). =item B<--add-status> @@ -77,7 +77,7 @@ Check interface data volume between two checks (not supposed to be graphed, usef =item B<--check-metrics> -If the expression is true, metrics are checked (Default: '%{opstatus} eq "up"'). +If the expression is true, metrics are checked (default: '%{opstatus} eq "up"'). =item B<--warning-status> @@ -86,7 +86,7 @@ You can use the following variables: %{admstatus}, %{opstatus}, %{duplexstatus}, =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{admstatus} eq "up" and %{opstatus} ne "up"'). +Define the conditions to match for the status to be CRITICAL (default: '%{admstatus} eq "up" and %{opstatus} ne "up"'). You can use the following variables: %{admstatus}, %{opstatus}, %{duplexstatus}, %{display} =item B<--warning-*> B<--critical-*> @@ -99,15 +99,15 @@ Can be: 'total-port', 'total-admin-up', 'total-admin-down', 'total-oper-up', 'to =item B<--units-traffic> -Units of thresholds for the traffic (Default: 'percent_delta') ('percent_delta', 'bps', 'counter'). +Units of thresholds for the traffic (default: 'percent_delta') ('percent_delta', 'bps', 'counter'). =item B<--units-errors> -Units of thresholds for errors/discards (Default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). +Units of thresholds for errors/discards (default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). =item B<--units-cast> -Units of thresholds for communication types (Default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). +Units of thresholds for communication types (default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). =item B<--nagvis-perfdata> @@ -115,7 +115,7 @@ Display traffic perfdata to be compatible with nagvis widget. =item B<--interface> -Set the interface (number expected) ex: 1,2,... (empty means 'check all interfaces'). +Set the interface (number expected) example: 1,2,... (empty means 'check all interfaces'). =item B<--name> @@ -167,15 +167,15 @@ Add an OID to display. =item B<--display-transform-src> -Regexp src to transform display value. +Modify the disk name displayed by using a regular expression (pattern matching). =item B<--display-transform-dst> -Regexp dst to transform display value. +Modify the disk name displayed by using a regular expression (pattern substitution). =item B<--show-cache> -Display cache interface datas. +Display the cached interface data. =back diff --git a/src/network/barracuda/cloudgen/snmp/mode/boxservice.pm b/src/network/barracuda/cloudgen/snmp/mode/boxservice.pm index aec9cb4e0..c4e0fd7db 100644 --- a/src/network/barracuda/cloudgen/snmp/mode/boxservice.pm +++ b/src/network/barracuda/cloudgen/snmp/mode/boxservice.pm @@ -157,12 +157,12 @@ 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} !~ /^started$/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} !~ /^started$/i'). You can use the following variables: %{status}, %{display} =item B<--filter-name> -Filter by service name (Can be a regexp). +Filter by service name (can be a regexp). =back diff --git a/src/network/barracuda/cloudgen/snmp/mode/hardware.pm b/src/network/barracuda/cloudgen/snmp/mode/hardware.pm index 982c45af0..c8aaebca8 100644 --- a/src/network/barracuda/cloudgen/snmp/mode/hardware.pm +++ b/src/network/barracuda/cloudgen/snmp/mode/hardware.pm @@ -73,7 +73,7 @@ Check hardware components. =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'fan', 'temperature', 'psu', 'voltage'. =item B<--filter> diff --git a/src/network/barracuda/cloudgen/snmp/mode/serverservice.pm b/src/network/barracuda/cloudgen/snmp/mode/serverservice.pm index 92749322c..86bd979d1 100644 --- a/src/network/barracuda/cloudgen/snmp/mode/serverservice.pm +++ b/src/network/barracuda/cloudgen/snmp/mode/serverservice.pm @@ -157,12 +157,12 @@ 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} !~ /^started$/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} !~ /^started$/i'). You can use the following variables: %{status}, %{display} =item B<--filter-name> -Filter by service name (Can be a regexp). +Filter by service name (can be a regexp). =back diff --git a/src/network/barracuda/cloudgen/snmp/mode/vpnstatus.pm b/src/network/barracuda/cloudgen/snmp/mode/vpnstatus.pm index d8ffa28c2..dd2fc4972 100644 --- a/src/network/barracuda/cloudgen/snmp/mode/vpnstatus.pm +++ b/src/network/barracuda/cloudgen/snmp/mode/vpnstatus.pm @@ -155,12 +155,12 @@ 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} =~ /^down$/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} =~ /^down$/i'). You can use the following variables: %{status}, %{display} =item B<--filter-name> -Filter by VPN name (Can be a regexp). +Filter by VPN name (can be a regexp). =back diff --git a/src/network/beeware/snmp/mode/reverseproxyusage.pm b/src/network/beeware/snmp/mode/reverseproxyusage.pm index 8bc1d07b8..68dda0356 100644 --- a/src/network/beeware/snmp/mode/reverseproxyusage.pm +++ b/src/network/beeware/snmp/mode/reverseproxyusage.pm @@ -186,7 +186,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} !~ /running/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} !~ /running/i'). You can use the following variables: %{display}, %{status} =item B<--warning-*> diff --git a/src/network/bluecoat/snmp/mode/hardware.pm b/src/network/bluecoat/snmp/mode/hardware.pm index 12d308e62..54116e64e 100644 --- a/src/network/bluecoat/snmp/mode/hardware.pm +++ b/src/network/bluecoat/snmp/mode/hardware.pm @@ -103,7 +103,7 @@ Check Hardware (Sensors, Disks). =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'sensor', 'disk'. =item B<--filter> @@ -113,7 +113,7 @@ You can also exclude items from specific instances: --filter=rmsVoltage,I1 =item B<--absent-problem> -Return an error if an entity is not 'present' (default is skipping) (comma seperated list) +Return an error if an entity is not 'present' (default is skipping) (comma separated list) Can be specific or global: --absent-problem=disk,1 =item B<--no-component> diff --git a/src/network/brocade/snmp/mode/hardware.pm b/src/network/brocade/snmp/mode/hardware.pm index 969aec06a..6c6fdf58e 100644 --- a/src/network/brocade/snmp/mode/hardware.pm +++ b/src/network/brocade/snmp/mode/hardware.pm @@ -81,12 +81,12 @@ Check brocade operational status and hardware sensors (SW.mib). =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'switch', 'sensor'. =item B<--filter> -Exclude some parts (comma seperated list) +Exclude some parts (comma separated list) You can also exclude items from specific instances: --filter=sensor,1.1 =item B<--absent-problem> diff --git a/src/network/brocade/snmp/mode/interfaces.pm b/src/network/brocade/snmp/mode/interfaces.pm index 007174c4b..dbfbb490e 100644 --- a/src/network/brocade/snmp/mode/interfaces.pm +++ b/src/network/brocade/snmp/mode/interfaces.pm @@ -257,7 +257,7 @@ Check interfaces. =item B<--add-global> -Check global port statistics (By default if no --add-* option is set). +Check global port statistics (by default if no --add-* option is set). =item B<--add-status> @@ -293,7 +293,7 @@ Check interface optical. =item B<--check-metrics> -If the expression is true, metrics are checked (Default: '%{opstatus} eq "up"'). +If the expression is true, metrics are checked (default: '%{opstatus} eq "up"'). =item B<--warning-status> @@ -302,7 +302,7 @@ You can use the following variables: %{admstatus}, %{opstatus}, %{duplexstatus}, =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{admstatus} eq "up" and %{opstatus} ne "up"'). +Define the conditions to match for the status to be CRITICAL (default: '%{admstatus} eq "up" and %{opstatus} ne "up"'). You can use the following variables: %{admstatus}, %{opstatus}, %{duplexstatus}, %{display} =item B<--warning-*> B<--critical-*> @@ -315,15 +315,15 @@ Can be: 'total-port', 'total-admin-up', 'total-admin-down', 'total-oper-up', 'to =item B<--units-traffic> -Units of thresholds for the traffic (Default: 'percent_delta') ('percent_delta', 'bps', 'counter'). +Units of thresholds for the traffic (default: 'percent_delta') ('percent_delta', 'bps', 'counter'). =item B<--units-errors> -Units of thresholds for errors/discards (Default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). +Units of thresholds for errors/discards (default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). =item B<--units-cast> -Units of thresholds for communication types (Default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). +Units of thresholds for communication types (default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). =item B<--nagvis-perfdata> @@ -331,7 +331,7 @@ Display traffic perfdata to be compatible with nagvis widget. =item B<--interface> -Set the interface (number expected) ex: 1,2,... (empty means 'check all interfaces'). +Set the interface (number expected) example: 1,2,... (empty means 'check all interfaces'). =item B<--name> @@ -373,7 +373,7 @@ Add an OID to display. Modify the interface name displayed by using a regular expression. -Eg: adding --display-transform-src='eth' --display-transform-dst='ens' will replace all occurrences of 'eth' with 'ens' +Example: adding --display-transform-src='eth' --display-transform-dst='ens' will replace all occurrences of 'eth' with 'ens' =item B<--show-cache> diff --git a/src/network/brocade/snmp/mode/listinterfaces.pm b/src/network/brocade/snmp/mode/listinterfaces.pm index 9ac49c4cc..d5b48744e 100644 --- a/src/network/brocade/snmp/mode/listinterfaces.pm +++ b/src/network/brocade/snmp/mode/listinterfaces.pm @@ -132,7 +132,7 @@ __END__ =item B<--interface> -Set the interface (number expected) ex: 1,2,... (empty means 'check all interfaces'). +Set the interface (number expected) example: 1,2,... (empty means 'check all interfaces'). =item B<--name> @@ -166,7 +166,7 @@ Define the OID that will be used to name the interfaces (default: ifName) (value Modify the interface name displayed by using a regular expression. -Eg: adding --display-transform-src='eth' --display-transform-dst='ens' will replace all occurrences of 'eth' with 'ens' +Example: adding --display-transform-src='eth' --display-transform-dst='ens' will replace all occurrences of 'eth' with 'ens' =item B<--add-extra-oid> diff --git a/src/network/cambium/cnpilot/snmp/mode/interfaces.pm b/src/network/cambium/cnpilot/snmp/mode/interfaces.pm index 41c8aa05b..b57977ff9 100644 --- a/src/network/cambium/cnpilot/snmp/mode/interfaces.pm +++ b/src/network/cambium/cnpilot/snmp/mode/interfaces.pm @@ -45,7 +45,7 @@ Check interfaces. =item B<--add-global> -Check global port statistics (By default if no --add-* option is set). +Check global port statistics (by default if no --add-* option is set). =item B<--add-status> @@ -77,7 +77,7 @@ Check interface data volume between two checks (not supposed to be graphed, usef =item B<--check-metrics> -If the expression is true, metrics are checked (Default: '%{opstatus} eq "up"'). +If the expression is true, metrics are checked (default: '%{opstatus} eq "up"'). =item B<--warning-status> @@ -86,7 +86,7 @@ Can used special variables like: %{admstatus}, %{opstatus}, %{duplexstatus}, %{d =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{admstatus} eq "up" and %{opstatus} ne "up"'). +Define the conditions to match for the status to be CRITICAL (default: '%{admstatus} eq "up" and %{opstatus} ne "up"'). Can used special variables like: %{admstatus}, %{opstatus}, %{duplexstatus}, %{display} =item B<--warning-*> B<--critical-*> @@ -99,15 +99,15 @@ Can be: 'total-port', 'total-admin-up', 'total-admin-down', 'total-oper-up', 'to =item B<--units-traffic> -Units of thresholds for the traffic (Default: 'percent_delta') ('percent_delta', 'bps', 'counter'). +Units of thresholds for the traffic (default: 'percent_delta') ('percent_delta', 'bps', 'counter'). =item B<--units-errors> -Units of thresholds for errors/discards (Default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). +Units of thresholds for errors/discards (default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). =item B<--units-cast> -Units of thresholds for communication types (Default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). +Units of thresholds for communication types (default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). =item B<--nagvis-perfdata> @@ -115,7 +115,7 @@ Display traffic perfdata to be compatible with nagvis widget. =item B<--interface> -Set the interface (number expected) ex: 1,2,... (empty means 'check all interfaces'). +Set the interface (number expected) example: 1,2,... (empty means 'check all interfaces'). =item B<--name> @@ -169,7 +169,7 @@ Add an OID to display. Modify the interface name displayed by using a regular expression. -Eg: adding --display-transform-src='eth' --display-transform-dst='ens' will replace all occurrences of 'eth' with 'ens' +Example: adding --display-transform-src='eth' --display-transform-dst='ens' will replace all occurrences of 'eth' with 'ens' =item B<--show-cache> diff --git a/src/network/cambium/cnpilot/snmp/mode/radios.pm b/src/network/cambium/cnpilot/snmp/mode/radios.pm index ae556dd2a..0b9058271 100644 --- a/src/network/cambium/cnpilot/snmp/mode/radios.pm +++ b/src/network/cambium/cnpilot/snmp/mode/radios.pm @@ -185,7 +185,7 @@ Can used special variables like: %{status}, %{name} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} eq "expired"'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} eq "expired"'). Can used special variables like: %{status}, %{name} =item B<--warning-*> B<--critical-*> diff --git a/src/network/cambium/epmp/snmp/mode/interfaces.pm b/src/network/cambium/epmp/snmp/mode/interfaces.pm index 421227448..6e35f1841 100644 --- a/src/network/cambium/epmp/snmp/mode/interfaces.pm +++ b/src/network/cambium/epmp/snmp/mode/interfaces.pm @@ -45,7 +45,7 @@ Check interfaces. =item B<--add-global> -Check global port statistics (By default if no --add-* option is set). +Check global port statistics (by default if no --add-* option is set). =item B<--add-status> @@ -77,7 +77,7 @@ Check interface data volume between two checks (not supposed to be graphed, usef =item B<--check-metrics> -If the expression is true, metrics are checked (Default: '%{opstatus} eq "up"'). +If the expression is true, metrics are checked (default: '%{opstatus} eq "up"'). =item B<--warning-status> @@ -86,7 +86,7 @@ You can use the following variables: %{admstatus}, %{opstatus}, %{duplexstatus}, =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{admstatus} eq "up" and %{opstatus} ne "up"'). +Define the conditions to match for the status to be CRITICAL (default: '%{admstatus} eq "up" and %{opstatus} ne "up"'). You can use the following variables: %{admstatus}, %{opstatus}, %{duplexstatus}, %{display} =item B<--warning-*> B<--critical-*> @@ -99,15 +99,15 @@ Can be: 'total-port', 'total-admin-up', 'total-admin-down', 'total-oper-up', 'to =item B<--units-traffic> -Units of thresholds for the traffic (Default: 'percent_delta') ('percent_delta', 'bps', 'counter'). +Units of thresholds for the traffic (default: 'percent_delta') ('percent_delta', 'bps', 'counter'). =item B<--units-errors> -Units of thresholds for errors/discards (Default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). +Units of thresholds for errors/discards (default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). =item B<--units-cast> -Units of thresholds for communication types (Default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). +Units of thresholds for communication types (default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). =item B<--nagvis-perfdata> @@ -115,7 +115,7 @@ Display traffic perfdata to be compatible with nagvis widget. =item B<--interface> -Set the interface (number expected) ex: 1,2,... (empty means 'check all interfaces'). +Set the interface (number expected) example: 1,2,... (empty means 'check all interfaces'). =item B<--name> @@ -169,7 +169,7 @@ Add an OID to display. Modify the interface name displayed by using a regular expression. -Eg: adding --display-transform-src='eth' --display-transform-dst='ens' will replace all occurrences of 'eth' with 'ens' +Example: adding --display-transform-src='eth' --display-transform-dst='ens' will replace all occurrences of 'eth' with 'ens' =item B<--show-cache> diff --git a/src/network/cambium/epmp/snmp/mode/license.pm b/src/network/cambium/epmp/snmp/mode/license.pm index 8226d1e30..33dea0e3a 100644 --- a/src/network/cambium/epmp/snmp/mode/license.pm +++ b/src/network/cambium/epmp/snmp/mode/license.pm @@ -107,17 +107,17 @@ Check Cambium license status. =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} =item B<--warning-status> -Define the conditions to match for the status to be WARNING (Default: '%{status} =~ /validation fail|not provided/i'). +Define the conditions to match for the status to be WARNING (default: '%{status} =~ /validation fail|not provided/i'). You can use the following variables: %{status} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} =~ /not valid/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} =~ /not valid/i'). You can use the following variables: %{status} =back diff --git a/src/network/cambium/epmp/snmp/mode/uptime.pm b/src/network/cambium/epmp/snmp/mode/uptime.pm index 3d61b56e0..1ba1102db 100644 --- a/src/network/cambium/epmp/snmp/mode/uptime.pm +++ b/src/network/cambium/epmp/snmp/mode/uptime.pm @@ -66,12 +66,11 @@ With that option, we manage the counter going back. But there is a few chance we =item B<--reboot-window> -To be used with check-overload option. Time in milliseconds (Default: 5000) +To be used with check-overload option. Time in milliseconds (default: 5000) You increase the chance of not missing a reboot if you decrease that value. =item B<--unit> -Select the unit for performance data and thresholds. 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 performance data and thresholds. May be 's' for seconds, 'm' for minutes, 'h' for hours, 'd' for days, 'w' for weeks. Default is seconds. =back diff --git a/src/network/chapsvision/crossing/snmp/mode/antivirus.pm b/src/network/chapsvision/crossing/snmp/mode/antivirus.pm index 70c30c63f..49a829326 100644 --- a/src/network/chapsvision/crossing/snmp/mode/antivirus.pm +++ b/src/network/chapsvision/crossing/snmp/mode/antivirus.pm @@ -270,8 +270,7 @@ You can use the following variables: %{version}, %{name} =item B<--unit> -Select the unit for the expired license 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 expired license 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-*> diff --git a/src/network/chapsvision/crossing/snmp/mode/interfaces.pm b/src/network/chapsvision/crossing/snmp/mode/interfaces.pm index e386ad414..e78841b5d 100644 --- a/src/network/chapsvision/crossing/snmp/mode/interfaces.pm +++ b/src/network/chapsvision/crossing/snmp/mode/interfaces.pm @@ -45,7 +45,7 @@ Check interfaces. =item B<--add-global> -Check global port statistics (By default if no --add-* option is set). +Check global port statistics (by default if no --add-* option is set). =item B<--add-status> @@ -77,7 +77,7 @@ Check interface data volume between two checks (not supposed to be graphed, usef =item B<--check-metrics> -If the expression is true, metrics are checked (Default: '%{opstatus} eq "up"'). +If the expression is true, metrics are checked (default: '%{opstatus} eq "up"'). =item B<--warning-status> @@ -86,7 +86,7 @@ You can use the following variables: %{admstatus}, %{opstatus}, %{duplexstatus}, =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{admstatus} eq "up" and %{opstatus} ne "up"'). +Define the conditions to match for the status to be CRITICAL (default: '%{admstatus} eq "up" and %{opstatus} ne "up"'). You can use the following variables: %{admstatus}, %{opstatus}, %{duplexstatus}, %{display} =item B<--warning-*> B<--critical-*> @@ -99,15 +99,15 @@ Can be: 'total-port', 'total-admin-up', 'total-admin-down', 'total-oper-up', 'to =item B<--units-traffic> -Units of thresholds for the traffic (Default: 'percent_delta') ('percent_delta', 'bps', 'counter'). +Units of thresholds for the traffic (default: 'percent_delta') ('percent_delta', 'bps', 'counter'). =item B<--units-errors> -Units of thresholds for errors/discards (Default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). +Units of thresholds for errors/discards (default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). =item B<--units-cast> -Units of thresholds for communication types (Default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). +Units of thresholds for communication types (default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). =item B<--nagvis-perfdata> @@ -115,7 +115,7 @@ Display traffic perfdata to be compatible with nagvis widget. =item B<--interface> -Set the interface (number expected) ex: 1,2,... (empty means 'check all interfaces'). +Set the interface (number expected) example: 1,2,... (empty means 'check all interfaces'). =item B<--name> @@ -169,7 +169,7 @@ Add an OID to display. Modify the interface name displayed by using a regular expression. -Eg: adding --display-transform-src='eth' --display-transform-dst='ens' will replace all occurrences of 'eth' with 'ens' +Example: adding --display-transform-src='eth' --display-transform-dst='ens' will replace all occurrences of 'eth' with 'ens' =item B<--show-cache> diff --git a/src/network/checkpoint/snmp/mode/connections.pm b/src/network/checkpoint/snmp/mode/connections.pm index 1d0d1d214..bb53b2ded 100644 --- a/src/network/checkpoint/snmp/mode/connections.pm +++ b/src/network/checkpoint/snmp/mode/connections.pm @@ -125,7 +125,7 @@ Number of connections trigerring a criticalstate =item B<--units> -Units of thresholds (Default: 'absolute') ('%', 'absolute'). +Units of thresholds (default: 'absolute') ('%', 'absolute'). =back diff --git a/src/network/checkpoint/snmp/mode/hardware.pm b/src/network/checkpoint/snmp/mode/hardware.pm index 6639b2492..5c45440c8 100644 --- a/src/network/checkpoint/snmp/mode/hardware.pm +++ b/src/network/checkpoint/snmp/mode/hardware.pm @@ -108,7 +108,7 @@ Check hardware (fans, power supplies, temperatures, voltages). =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'psu', 'fan', 'temperature', 'voltage', 'raiddisk'. =item B<--add-name-instance> diff --git a/src/network/checkpoint/snmp/mode/hastate.pm b/src/network/checkpoint/snmp/mode/hastate.pm index 4610069d8..87b5ffa0e 100644 --- a/src/network/checkpoint/snmp/mode/hastate.pm +++ b/src/network/checkpoint/snmp/mode/hastate.pm @@ -122,17 +122,17 @@ Check HA State of a Checkpoint node (chkpnt.mib). =item B<--warning-status> -Trigger warning on %{role} or %{hastate} values -e.g --warning-status '%{role} !~ /master/' will warn when failover occurs +Trigger warning on %{role} or %{hastate} values. +Example: --warning-status '%{role} !~ /master/' will warn when failover occurs. =item B<--critical-status> Trigger critical on %{role} or %{hastate} values -(default: '%{hastate} !~ /(UP|working)/') +(default: '%{hastate} !~ /(UP|working)/'). =item B<--no-ha-status> -Status to return when HA not running or not installed (default: 'UNKNOWN') +Status to return when HA not running or not installed (default: 'UNKNOWN'). =back diff --git a/src/network/checkpoint/snmp/mode/rausers.pm b/src/network/checkpoint/snmp/mode/rausers.pm index 2d59e5543..a86c7b03b 100644 --- a/src/network/checkpoint/snmp/mode/rausers.pm +++ b/src/network/checkpoint/snmp/mode/rausers.pm @@ -153,7 +153,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} =~ /down/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} =~ /down/i'). You can use the following variables: %{display}, %{status} =item B<--warning-*> B<--critical-*> diff --git a/src/network/checkpoint/snmp/mode/vpnstatus.pm b/src/network/checkpoint/snmp/mode/vpnstatus.pm index 94e489fdb..28d451e19 100644 --- a/src/network/checkpoint/snmp/mode/vpnstatus.pm +++ b/src/network/checkpoint/snmp/mode/vpnstatus.pm @@ -170,7 +170,7 @@ You can use the following variables: %{type}, %{status}, %{display} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{type} eq "permanent" and %{status} =~ /down/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{type} eq "permanent" and %{status} =~ /down/i'). You can use the following variables: %{type}, %{status}, %{display} =item B<--buggy-snmp> diff --git a/src/network/cisco/aci/apic/restapi/custom/api.pm b/src/network/cisco/aci/apic/restapi/custom/api.pm index 86bc96f33..8be953219 100644 --- a/src/network/cisco/aci/apic/restapi/custom/api.pm +++ b/src/network/cisco/aci/apic/restapi/custom/api.pm @@ -256,7 +256,7 @@ Password to connect to ACI APIC =item B<--timeout> -Set timeout in seconds (Default: 10). +Set timeout in seconds (default: 10). =back diff --git a/src/network/cisco/callmanager/snmp/mode/ccmusage.pm b/src/network/cisco/callmanager/snmp/mode/ccmusage.pm index f198f37f0..488cee352 100644 --- a/src/network/cisco/callmanager/snmp/mode/ccmusage.pm +++ b/src/network/cisco/callmanager/snmp/mode/ccmusage.pm @@ -165,12 +165,12 @@ Example: --filter-counters='phone' =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} !~ /up/'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} !~ /up/'). You can use the following variables: %{status}, %{display} =item B<--warning-*> B<--critical-*> diff --git a/src/network/cisco/callmanager/snmp/mode/ctiusage.pm b/src/network/cisco/callmanager/snmp/mode/ctiusage.pm index fa614dd02..40e7f7594 100644 --- a/src/network/cisco/callmanager/snmp/mode/ctiusage.pm +++ b/src/network/cisco/callmanager/snmp/mode/ctiusage.pm @@ -156,12 +156,12 @@ Example: --filter-counters='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: ''). 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} !~ /^registered/'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} !~ /^registered/'). You can use the following variables: %{status}, %{display} =item B<--warning-*> B<--critical-*> diff --git a/src/network/cisco/callmanager/snmp/mode/gatewayusage.pm b/src/network/cisco/callmanager/snmp/mode/gatewayusage.pm index c7a1bcdaa..501ff9d25 100644 --- a/src/network/cisco/callmanager/snmp/mode/gatewayusage.pm +++ b/src/network/cisco/callmanager/snmp/mode/gatewayusage.pm @@ -147,12 +147,12 @@ Example: --filter-counters='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: ''). 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} !~ /^registered/'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} !~ /^registered/'). You can use the following variables: %{status}, %{display} =item B<--warning-*> diff --git a/src/network/cisco/callmanager/snmp/mode/mediadeviceusage.pm b/src/network/cisco/callmanager/snmp/mode/mediadeviceusage.pm index 2aa2a5ffe..8a7707cd2 100644 --- a/src/network/cisco/callmanager/snmp/mode/mediadeviceusage.pm +++ b/src/network/cisco/callmanager/snmp/mode/mediadeviceusage.pm @@ -147,12 +147,12 @@ Example: --filter-counters='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: ''). 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} !~ /^registered/'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} !~ /^registered/'). You can use the following variables: %{status}, %{display} =item B<--warning-*> diff --git a/src/network/cisco/callmanager/snmp/mode/phoneusage.pm b/src/network/cisco/callmanager/snmp/mode/phoneusage.pm index ff4cf6411..b9d695535 100644 --- a/src/network/cisco/callmanager/snmp/mode/phoneusage.pm +++ b/src/network/cisco/callmanager/snmp/mode/phoneusage.pm @@ -180,7 +180,7 @@ You can use the following variables: %{status}, %{name}, %{description} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} !~ /^registered/'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} !~ /^registered/'). You can use the following variables: %{status}, %{name}, %{description} =item B<--warning-*> B<--critical-*> diff --git a/src/network/cisco/callmanager/snmp/mode/voicemailusage.pm b/src/network/cisco/callmanager/snmp/mode/voicemailusage.pm index ee686b02e..4faa34110 100644 --- a/src/network/cisco/callmanager/snmp/mode/voicemailusage.pm +++ b/src/network/cisco/callmanager/snmp/mode/voicemailusage.pm @@ -152,7 +152,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} !~ /^registered/'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} !~ /^registered/'). You can use the following variables: %{status}, %{display} =item B<--warning-*> B<--critical-*> diff --git a/src/network/cisco/callmanager/sxml/custom/xmlapi.pm b/src/network/cisco/callmanager/sxml/custom/xmlapi.pm index 5f0a6717c..4bb5117f2 100644 --- a/src/network/cisco/callmanager/sxml/custom/xmlapi.pm +++ b/src/network/cisco/callmanager/sxml/custom/xmlapi.pm @@ -304,11 +304,11 @@ API hostname. =item B<--port> -API port (Default: 8443) +API port (default: 8443) =item B<--proto> -Specify https if needed (Default: 'https') +Specify https if needed (default: 'https') =item B<--api-username> diff --git a/src/network/cisco/callmanager/sxml/mode/alerts.pm b/src/network/cisco/callmanager/sxml/mode/alerts.pm index 348ee1a13..8754b6cc6 100644 --- a/src/network/cisco/callmanager/sxml/mode/alerts.pm +++ b/src/network/cisco/callmanager/sxml/mode/alerts.pm @@ -225,7 +225,7 @@ Check alerts. =item B<--filter-alert-name> -Filter alerts by name (Can use regexp). +Filter alerts by name (can use regexp). =item B<--display-alerts> diff --git a/src/network/cisco/callmanager/sxml/mode/services.pm b/src/network/cisco/callmanager/sxml/mode/services.pm index 77dad64b2..5a34f1813 100644 --- a/src/network/cisco/callmanager/sxml/mode/services.pm +++ b/src/network/cisco/callmanager/sxml/mode/services.pm @@ -194,7 +194,7 @@ You can use the following variables: %{status}, %{reason}, %{name} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} !~ /starting|started/i and %{reason} !~ /service not activate/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} !~ /starting|started/i and %{reason} !~ /service not activate/i'). You can use the following variables: %{status}, %{reason}, %{name} =item B<--warning-*> B<--critical-*> diff --git a/src/network/cisco/esa/restapi/custom/api.pm b/src/network/cisco/esa/restapi/custom/api.pm index 667f5a951..defa5d807 100644 --- a/src/network/cisco/esa/restapi/custom/api.pm +++ b/src/network/cisco/esa/restapi/custom/api.pm @@ -181,11 +181,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> @@ -197,7 +197,7 @@ API password. =item B<--timeout> -Set timeout in seconds (Default: 50). +Set timeout in seconds (default: 50). =back diff --git a/src/network/cisco/firepower/fmc/restapi/custom/api.pm b/src/network/cisco/firepower/fmc/restapi/custom/api.pm index 1c59793fc..426d509ea 100644 --- a/src/network/cisco/firepower/fmc/restapi/custom/api.pm +++ b/src/network/cisco/firepower/fmc/restapi/custom/api.pm @@ -251,11 +251,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> @@ -267,7 +267,7 @@ Set password. =item B<--timeout> -Set timeout in seconds (Default: 10). +Set timeout in seconds (default: 10). =back diff --git a/src/network/cisco/firepower/fmc/restapi/mode/devices.pm b/src/network/cisco/firepower/fmc/restapi/mode/devices.pm index 00f2177ad..c1e05cda3 100644 --- a/src/network/cisco/firepower/fmc/restapi/mode/devices.pm +++ b/src/network/cisco/firepower/fmc/restapi/mode/devices.pm @@ -182,11 +182,11 @@ Check devices. =item B<--filter-domain-name> -Filter devices by domain name (Can be a regexp). +Filter devices by domain name (can be a regexp). =item B<--filter-device-name> -Filter devices by name (Can be a regexp). +Filter devices by name (can be a regexp). =item B<--unknown-device-status> @@ -195,12 +195,12 @@ You can use the following variables: %{status}, %{name} =item B<--warning-device-status> -Define the conditions to match for the status to be WARNING (Default: '%{status} =~ /yellow/i'). +Define the conditions to match for the status to be WARNING (default: '%{status} =~ /yellow/i'). You can use the following variables: %{status}, %{name} =item B<--critical-device-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} =~ /red|black/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} =~ /red|black/i'). You can use the following variables: %{status}, %{name} =item B<--warning-*> B<--critical-*> diff --git a/src/network/cisco/firepower/fmc/restapi/mode/discovery.pm b/src/network/cisco/firepower/fmc/restapi/mode/discovery.pm index 212da3956..e62454883 100644 --- a/src/network/cisco/firepower/fmc/restapi/mode/discovery.pm +++ b/src/network/cisco/firepower/fmc/restapi/mode/discovery.pm @@ -131,7 +131,7 @@ Resources discovery. =item B<--resource-type> -Choose the type of resources to discover (Can be: 'device'). +Choose the type of resources to discover (can be: 'device'). =back diff --git a/src/network/cisco/firepower/fxos/snmp/mode/faults.pm b/src/network/cisco/firepower/fxos/snmp/mode/faults.pm index 3b3cf6895..ea6603288 100644 --- a/src/network/cisco/firepower/fxos/snmp/mode/faults.pm +++ b/src/network/cisco/firepower/fxos/snmp/mode/faults.pm @@ -224,12 +224,12 @@ Check faults. =item B<--warning-status> -Define the conditions to match for the status to be WARNING (Default: '%{severity} =~ /minor|warning/). +Define the conditions to match for the status to be WARNING (default: '%{severity} =~ /minor|warning/). You can use the following variables: %{description}, %{object}, %{severity}, %{type}, %{acknowledged}, %{since} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{severity} =~ /major|critical/'). +Define the conditions to match for the status to be CRITICAL (default: '%{severity} =~ /major|critical/'). You can use the following variables: %{description}, %{object}, %{severity}, %{type}, %{since} =item B<--timezone> diff --git a/src/network/cisco/firepower/fxos/snmp/mode/hardware.pm b/src/network/cisco/firepower/fxos/snmp/mode/hardware.pm index aaf15e48b..9d05bcb9f 100644 --- a/src/network/cisco/firepower/fxos/snmp/mode/hardware.pm +++ b/src/network/cisco/firepower/fxos/snmp/mode/hardware.pm @@ -117,7 +117,7 @@ Check hardware. =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'chassis', 'fan', 'fanmodule', 'psu', 'cpuunit', 'memoryunit'. =item B<--filter> diff --git a/src/network/cisco/meraki/cloudcontroller/restapi/custom/api.pm b/src/network/cisco/meraki/cloudcontroller/restapi/custom/api.pm index 2173801d9..439fb8892 100644 --- a/src/network/cisco/meraki/cloudcontroller/restapi/custom/api.pm +++ b/src/network/cisco/meraki/cloudcontroller/restapi/custom/api.pm @@ -162,7 +162,7 @@ sub request_api { $hostname = $options{hostname}; } - #400: Bad Request- You did something wrong, e.g. a malformed request or missing parameter. + #400: Bad Request- You did something wrong, for example a malformed request or missing parameter. #403: Forbidden- You don't have permission to do that. #404: Not found- No such URL, or you don't have access to the API or organization at all. #429: Too Many Requests- You submitted more than 5 calls in 1 second to an Organization, triggering rate limiting. This also applies for API calls made across multiple organizations that triggers rate limiting for one of the organizations. @@ -566,11 +566,11 @@ Meraki api hostname (default: 'api.meraki.com') =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-token> diff --git a/src/network/cisco/meraki/cloudcontroller/restapi/mode/apirequests.pm b/src/network/cisco/meraki/cloudcontroller/restapi/mode/apirequests.pm index 5689a6b0c..91c41a463 100644 --- a/src/network/cisco/meraki/cloudcontroller/restapi/mode/apirequests.pm +++ b/src/network/cisco/meraki/cloudcontroller/restapi/mode/apirequests.pm @@ -115,7 +115,7 @@ Check api requests. =item B<--filter-organization-name> -Filter organization name (Can be a regexp). +Filter organization name (can be a regexp). =item B<--warning-*> B<--critical-*> diff --git a/src/network/cisco/meraki/cloudcontroller/restapi/mode/devices.pm b/src/network/cisco/meraki/cloudcontroller/restapi/mode/devices.pm index efa74b6e1..2224c74bd 100644 --- a/src/network/cisco/meraki/cloudcontroller/restapi/mode/devices.pm +++ b/src/network/cisco/meraki/cloudcontroller/restapi/mode/devices.pm @@ -579,23 +579,23 @@ Check devices. =item B<--filter-device-name> -Filter devices by name (Can be a regexp). +Filter devices by name (can be a regexp). =item B<--filter-network-id> -Filter devices by network id (Can be a regexp). +Filter devices by network ID (can be a regexp). =item B<--filter-organization-id> -Filter devices by organization id (Can be a regexp). +Filter devices by organization ID (can be a regexp). =item B<--filter-organization-name> -Filter devices by organization name (Can be a regexp). +Filter devices by organization name (can be a regexp). =item B<--filter-tags> -Filter devices by tags (Can be a regexp). +Filter devices by tags (can be a regexp). =item B<--add-switch-ports> @@ -603,7 +603,7 @@ Add switch port statuses and traffic. =item B<--filter-switch-port> -Filter switch port (Can be a regexp). +Filter switch port (can be a regexp). =item B<--skip-clients> @@ -633,7 +633,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} =~ /alerting/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} =~ /alerting/i'). You can use the following variables: %{status}, %{display} =item B<--unknown-link-status> @@ -648,7 +648,7 @@ You can use the following variables: %{link_status}, %{display} =item B<--critical-link-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{link_status} =~ /failed/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{link_status} =~ /failed/i'). You can use the following variables: %{link_status}, %{display} =item B<--unknown-port-status> @@ -663,7 +663,7 @@ You can use the following variables: %{port_status}, %{port_enabled}, %{display} =item B<--critical-port-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{port_enabled} == 1 and %{port_status} !~ /^connected/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{port_enabled} == 1 and %{port_status} !~ /^connected/i'). You can use the following variables: %{port_status}, %{port_enabled}, %{display} =item B<--warning-*> B<--critical-*> diff --git a/src/network/cisco/meraki/cloudcontroller/restapi/mode/discovery.pm b/src/network/cisco/meraki/cloudcontroller/restapi/mode/discovery.pm index 950d59dfe..b7cf901b6 100644 --- a/src/network/cisco/meraki/cloudcontroller/restapi/mode/discovery.pm +++ b/src/network/cisco/meraki/cloudcontroller/restapi/mode/discovery.pm @@ -204,23 +204,23 @@ Prettify JSON output. =item B<--resource-type> -Choose the type of resources to discover (Can be: 'device', 'network'). +Choose the type of resources to discover (can be: 'device', 'network'). =item B<--filter-network-id> -Filter by network id (Can be a regexp). +Filter by network ID (can be a regexp). =item B<--filter-organization-id> -Filter by organization id (Can be a regexp). +Filter by organization ID (can be a regexp). =item B<--filter-organization-name> -Filter by organization name (Can be a regexp). +Filter by organization name (can be a regexp). =item B<--filter-tags> -Filter by tags (Can be a regexp). +Filter by tags (can be a regexp). =back diff --git a/src/network/cisco/meraki/cloudcontroller/restapi/mode/listdevices.pm b/src/network/cisco/meraki/cloudcontroller/restapi/mode/listdevices.pm index 88938c356..5467061e1 100644 --- a/src/network/cisco/meraki/cloudcontroller/restapi/mode/listdevices.pm +++ b/src/network/cisco/meraki/cloudcontroller/restapi/mode/listdevices.pm @@ -156,19 +156,19 @@ List devices. =item B<--filter-network-id> -Filter devices by network id (Can be a regexp). +Filter devices by network ID (can be a regexp). =item B<--filter-organization-id> -Filter devices by organization id (Can be a regexp). +Filter devices by organization ID (can be a regexp). =item B<--filter-organization-name> -Filter devices by organization name (Can be a regexp). +Filter devices by organization name (can be a regexp). =item B<--filter-tags> -Filter devices by tags (Can be a regexp). +Filter devices by tags (can be a regexp). =back diff --git a/src/network/cisco/meraki/cloudcontroller/restapi/mode/listtags.pm b/src/network/cisco/meraki/cloudcontroller/restapi/mode/listtags.pm index ec79b29b4..5bc95d9cd 100644 --- a/src/network/cisco/meraki/cloudcontroller/restapi/mode/listtags.pm +++ b/src/network/cisco/meraki/cloudcontroller/restapi/mode/listtags.pm @@ -138,15 +138,15 @@ List tags. =item B<--filter-network-id> -Filter tags by network id (Can be a regexp). +Filter tags by network ID (can be a regexp). =item B<--filter-organization-id> -Filter tags by organization id (Can be a regexp). +Filter tags by organization ID (can be a regexp). =item B<--filter-organization-name> -Filter tags by organization name (Can be a regexp). +Filter tags by organization name (can be a regexp). =back diff --git a/src/network/cisco/meraki/cloudcontroller/restapi/mode/networks.pm b/src/network/cisco/meraki/cloudcontroller/restapi/mode/networks.pm index f42db48ef..7bd3f9f10 100644 --- a/src/network/cisco/meraki/cloudcontroller/restapi/mode/networks.pm +++ b/src/network/cisco/meraki/cloudcontroller/restapi/mode/networks.pm @@ -177,15 +177,15 @@ Check networks. =item B<--filter-network-name> -Filter network name (Can be a regexp). +Filter network name (can be a regexp). =item B<--filter-organization-id> -Filter networks by organization id (Can be a regexp). +Filter networks by organization ID (can be a regexp). =item B<--filter-organization-name> -Filter networks by organization name (Can be a regexp). +Filter networks by organization name (can be a regexp). =item B<--warning-*> B<--critical-*> diff --git a/src/network/cisco/meraki/cloudcontroller/snmp/mode/deviceusage.pm b/src/network/cisco/meraki/cloudcontroller/snmp/mode/deviceusage.pm index a6b17793a..7013ef950 100644 --- a/src/network/cisco/meraki/cloudcontroller/snmp/mode/deviceusage.pm +++ b/src/network/cisco/meraki/cloudcontroller/snmp/mode/deviceusage.pm @@ -383,7 +383,7 @@ Set interface speed for outgoing traffic (in Mb). =item B<--units-traffic> -Units of thresholds for the traffic (Default: '%') ('%', 'b/s'). +Units of thresholds for the traffic (default: '%') ('%', 'b/s'). =item B<--warning-status> @@ -392,7 +392,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} =~ /offline/'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} =~ /offline/'). You can use the following variables: %{status}, %{display} =item B<--warning-*> diff --git a/src/network/cisco/prime/restapi/custom/api.pm b/src/network/cisco/prime/restapi/custom/api.pm index 4fae457a4..abdfa5f58 100644 --- a/src/network/cisco/prime/restapi/custom/api.pm +++ b/src/network/cisco/prime/restapi/custom/api.pm @@ -187,15 +187,15 @@ Cisco Prime 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<--url-path> -Cisco Prime API Path (Default: '/webacs/api/v1/data/'). +Cisco Prime API Path (default: '/webacs/api/v1/data/'). =item B<--username> diff --git a/src/network/cisco/prime/restapi/mode/apusage.pm b/src/network/cisco/prime/restapi/mode/apusage.pm index a8d2b3be8..cd3a8ff5c 100644 --- a/src/network/cisco/prime/restapi/mode/apusage.pm +++ b/src/network/cisco/prime/restapi/mode/apusage.pm @@ -235,12 +235,12 @@ Can be: 'ap-clients', 'ap-uptime', 'ap-lwappuptime', =item B<--warning-ap-status> -Define the conditions to match for the status to be WARNING (Default: '%{admin_status} =~ /enable/i && %{status} =~ /minor|warning/i') +Define the conditions to match for the status to be WARNING (default: '%{admin_status} =~ /enable/i && %{status} =~ /minor|warning/i') You can use the following variables: %{name}, %{status}, %{controller}, %{admin_status} =item B<--critical-ap-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{admin_status} =~ /enable/i && %{status} =~ /major|critical/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{admin_status} =~ /enable/i && %{status} =~ /major|critical/i'). You can use the following variables: %{name}, %{status}, %{controller}, %{admin_status} =item B<--reload-cache-time> diff --git a/src/network/cisco/standard/ssh/custom/custom.pm b/src/network/cisco/standard/ssh/custom/custom.pm index d82b0c345..fc881943d 100644 --- a/src/network/cisco/standard/ssh/custom/custom.pm +++ b/src/network/cisco/standard/ssh/custom/custom.pm @@ -62,7 +62,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> diff --git a/src/network/cisco/standard/ssh/mode/voicedialpeer.pm b/src/network/cisco/standard/ssh/mode/voicedialpeer.pm index 33ac34e6d..0e72b6f31 100644 --- a/src/network/cisco/standard/ssh/mode/voicedialpeer.pm +++ b/src/network/cisco/standard/ssh/mode/voicedialpeer.pm @@ -163,17 +163,17 @@ Filter name (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: %{admin}, %{oper}, %{keepalive}, %{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: %{admin}, %{oper}, %{keepalive}, %{display} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{admin} eq "up" and %{oper} eq "down"'). +Define the conditions to match for the status to be CRITICAL (default: '%{admin} eq "up" and %{oper} eq "down"'). You can use the following variables: %{admin}, %{oper}, %{keepalive}, %{display} =item B<--warning-*> B<--critical-*> diff --git a/src/network/cisco/umbrella/snmp/mode/appliance.pm b/src/network/cisco/umbrella/snmp/mode/appliance.pm index 05dac751e..02c2c898c 100644 --- a/src/network/cisco/umbrella/snmp/mode/appliance.pm +++ b/src/network/cisco/umbrella/snmp/mode/appliance.pm @@ -94,12 +94,12 @@ Check VA health. =item B<--warning-status> -Define the conditions to match for the status to be WARNING. (Default: '%{status} =~ /yellow/') +Define the conditions to match for the status to be WARNING. (default: '%{status} =~ /yellow/') You can use the following variables: %{status} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL. (Default: '%{status} =~ /red/'). +Define the conditions to match for the status to be CRITICAL. (default: '%{status} =~ /red/'). You can use the following variables: %{status} =back diff --git a/src/network/cisco/umbrella/snmp/mode/connectivity.pm b/src/network/cisco/umbrella/snmp/mode/connectivity.pm index 92cb7fef3..39c0810e8 100644 --- a/src/network/cisco/umbrella/snmp/mode/connectivity.pm +++ b/src/network/cisco/umbrella/snmp/mode/connectivity.pm @@ -108,14 +108,14 @@ Check connectivity between Umbrella server and DNS, local DNS, Umbrella dashboar =item B<--warning-*> -Define the conditions to match for the status to be WARNING. (Default: '%{status} =~ /yellow/'). +Define the conditions to match for the status to be WARNING. (default: '%{status} =~ /yellow/'). Can be: 'dns-status', 'localdns-status', 'cloud-status', 'ad-status'. Can use special variables like: %{status}, %{display} =item B<--critical-*> -Define the conditions to match for the status to be CRITICAL. (Default: %{status} =~ /red/). +Define the conditions to match for the status to be CRITICAL. (default: %{status} =~ /red/). Can be: 'dns-connectivity', 'localdns-connectivity', 'cloud-connectivity', 'ad-connectivity'. Can use special variables like: %{status}, %{display} diff --git a/src/network/cisco/umbrella/snmp/mode/memory.pm b/src/network/cisco/umbrella/snmp/mode/memory.pm index 3a9abe037..184a91aaf 100644 --- a/src/network/cisco/umbrella/snmp/mode/memory.pm +++ b/src/network/cisco/umbrella/snmp/mode/memory.pm @@ -45,11 +45,11 @@ Check memory usage (UCD-SNMP-MIB). =item B<--units> -Units of thresholds (Default: '%') ('%', 'absolute') (Deprecated. Please use new counters directly) +Units of thresholds (default: '%') ('%', 'absolute') (deprecated. Please use new counters directly) =item B<--free> -Thresholds are on free space left (Deprecated. Please use new counters directly) +Thresholds are on free space left (deprecated. Please use new counters directly) =item B<--swap> diff --git a/src/network/cisco/vcs/restapi/custom/xmlapi.pm b/src/network/cisco/vcs/restapi/custom/xmlapi.pm index c15691870..40ebc91a1 100644 --- a/src/network/cisco/vcs/restapi/custom/xmlapi.pm +++ b/src/network/cisco/vcs/restapi/custom/xmlapi.pm @@ -179,11 +179,11 @@ API hostname. =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> diff --git a/src/network/cisco/vcs/restapi/mode/alerts.pm b/src/network/cisco/vcs/restapi/mode/alerts.pm index f562929b5..4cb61386f 100644 --- a/src/network/cisco/vcs/restapi/mode/alerts.pm +++ b/src/network/cisco/vcs/restapi/mode/alerts.pm @@ -119,7 +119,7 @@ Check alerts. =item B<--filter-reason> -Filter alerts by reason (Can use regexp). +Filter alerts by reason (can use regexp). =item B<--display-alerts> diff --git a/src/network/cisco/vcs/restapi/mode/httpproxystats.pm b/src/network/cisco/vcs/restapi/mode/httpproxystats.pm index 82f7d9cb1..12894ac91 100644 --- a/src/network/cisco/vcs/restapi/mode/httpproxystats.pm +++ b/src/network/cisco/vcs/restapi/mode/httpproxystats.pm @@ -221,7 +221,7 @@ Check HTTP proxy status and statistics. =item B<--filter-counters> Only display some counters (regexp can be used). -(Example: --filter-counters='responses') +(example: --filter-counters='responses') =item B<--warning-*> B<--critical-*> @@ -237,7 +237,7 @@ Can use special variables like: %{status}. =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} ne "Active"'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} ne "Active"'). Can use special variables like: %{status}. =back diff --git a/src/network/cisco/vcs/restapi/mode/zones.pm b/src/network/cisco/vcs/restapi/mode/zones.pm index 575503b99..92c895f83 100644 --- a/src/network/cisco/vcs/restapi/mode/zones.pm +++ b/src/network/cisco/vcs/restapi/mode/zones.pm @@ -206,12 +206,12 @@ Can be: 'zones-count', 'zone-calls-current', 'searches-total', =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: %{status}, %{type}, %{name}. =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL. (Default: '%{status} ne "Active"'). +Define the conditions to match for the status to be CRITICAL. (default: '%{status} ne "Active"'). Can use special variables like: %{status}, %{type}, %{name}. =back diff --git a/src/network/cisco/wap/snmp/mode/virtualaccesspoints.pm b/src/network/cisco/wap/snmp/mode/virtualaccesspoints.pm index 4d094e067..94c49af03 100644 --- a/src/network/cisco/wap/snmp/mode/virtualaccesspoints.pm +++ b/src/network/cisco/wap/snmp/mode/virtualaccesspoints.pm @@ -174,7 +174,7 @@ You can use the following variables: %{description}, %{admin_status}, %{operatio =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{admin_status} eq "up" and %{operational_status} eq "down"'). +Define the conditions to match for the status to be CRITICAL (default: '%{admin_status} eq "up" and %{operational_status} eq "down"'). You can use the following variables: %{description}, %{admin_status}, %{operational_status} =item B<--warning-*> B<--critical-*> diff --git a/src/network/citrix/netscaler/snmp/mode/hastate.pm b/src/network/citrix/netscaler/snmp/mode/hastate.pm index 59c5e4854..dca4d03aa 100644 --- a/src/network/citrix/netscaler/snmp/mode/hastate.pm +++ b/src/network/citrix/netscaler/snmp/mode/hastate.pm @@ -139,32 +139,32 @@ Check high availability status. =item B<--unknown-ha-status> -Define the conditions to match for the status to be UNKNOWN. (Default: '%{ha_status} =~ /unknown/i'). +Define the conditions to match for the status to be UNKNOWN. (default: '%{ha_status} =~ /unknown/i'). Can use special variables like: %{ha_status} =item B<--warning-ha-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: %{ha_status}, %{ha_mode} =item B<--critical-ha-status> -Define the conditions to match for the status to be CRITICAL. (Default: '%{ha_status} =~ /down|partialFail|monitorFail|completeFail|partialFailSsl|routemonitorFail/i'). +Define the conditions to match for the status to be CRITICAL. (default: '%{ha_status} =~ /down|partialFail|monitorFail|completeFail|partialFailSsl|routemonitorFail/i'). Can use special variables like: %{ha_status}, %{ha_mode} =item B<--unknown-peer-status> -Define the conditions to match for the status to be UNKNOWN. (Default: '%{peer_status} =~ /unknown/i'). +Define the conditions to match for the status to be UNKNOWN. (default: '%{peer_status} =~ /unknown/i'). Can use special variables like: %{peer_status}, %{ha_mode} =item B<--warning-peer-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: %{peer_status} =item B<--critical-peer-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: ''). Can use special variables like: %{peer_status} =back diff --git a/src/network/citrix/netscaler/snmp/mode/health.pm b/src/network/citrix/netscaler/snmp/mode/health.pm index 3c0231f36..159e4e3a5 100644 --- a/src/network/citrix/netscaler/snmp/mode/health.pm +++ b/src/network/citrix/netscaler/snmp/mode/health.pm @@ -86,7 +86,7 @@ Check System Health Status. =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'temperature', 'voltage', 'fanspeed', 'psu'. =item B<--filter> @@ -101,7 +101,7 @@ Define the expected status if no components are found (default: critical). =item B<--absent-problem> -Return an error if an entity is not 'present' (default is skipping) (comma seperated list) +Return an error if an entity is not 'present' (default is skipping) (comma separated list) Can be specific or global: --absent-problem=psu,1 =item B<--threshold-overload> diff --git a/src/network/citrix/netscaler/snmp/mode/storage.pm b/src/network/citrix/netscaler/snmp/mode/storage.pm index b5d3c987e..bcd0ecff6 100644 --- a/src/network/citrix/netscaler/snmp/mode/storage.pm +++ b/src/network/citrix/netscaler/snmp/mode/storage.pm @@ -196,7 +196,7 @@ Critical threshold. =item B<--units> -Units of thresholds (Default: '%') ('%', 'B'). +Units of thresholds (default: '%') ('%', 'B'). =item B<--free> diff --git a/src/network/citrix/sdx/snmp/mode/diskusage.pm b/src/network/citrix/sdx/snmp/mode/diskusage.pm index 6242e697d..47e9d146a 100644 --- a/src/network/citrix/sdx/snmp/mode/diskusage.pm +++ b/src/network/citrix/sdx/snmp/mode/diskusage.pm @@ -227,7 +227,7 @@ Can be: 'read-iops', 'write-iops', 'usage'. =item B<--units> -Units of thresholds (Default: '%') ('%', 'B'). +Units of thresholds (default: '%') ('%', 'B'). =item B<--free> diff --git a/src/network/citrix/sdx/snmp/mode/hardware.pm b/src/network/citrix/sdx/snmp/mode/hardware.pm index 2f659ac03..43b149ac0 100644 --- a/src/network/citrix/sdx/snmp/mode/hardware.pm +++ b/src/network/citrix/sdx/snmp/mode/hardware.pm @@ -65,12 +65,12 @@ Check hardware. =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'hardware', 'software'. =item B<--filter> -Exclude some parts (comma seperated list) +Exclude some parts (comma separated list) You can also exclude items from specific instances: --filter=hardware,name =item B<--no-component> diff --git a/src/network/citrix/sdx/snmp/mode/srusage.pm b/src/network/citrix/sdx/snmp/mode/srusage.pm index ab85707d2..2b477acaf 100644 --- a/src/network/citrix/sdx/snmp/mode/srusage.pm +++ b/src/network/citrix/sdx/snmp/mode/srusage.pm @@ -232,7 +232,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} !~ /good/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} !~ /good/i'). You can use the following variables: %{status}, %{display} =item B<--warning-*> @@ -247,7 +247,7 @@ Can be: 'usage'. =item B<--units> -Units of thresholds (Default: '%') ('%', 'B'). +Units of thresholds (default: '%') ('%', 'B'). =item B<--free> diff --git a/src/network/citrix/sdx/snmp/mode/xenusage.pm b/src/network/citrix/sdx/snmp/mode/xenusage.pm index 067403f16..2f19351fe 100644 --- a/src/network/citrix/sdx/snmp/mode/xenusage.pm +++ b/src/network/citrix/sdx/snmp/mode/xenusage.pm @@ -212,7 +212,7 @@ Can be: 'cpu-usage', 'memory-usage'. =item B<--units> -Units of thresholds (Default: '%') ('%', 'B'). +Units of thresholds (default: '%') ('%', 'B'). =item B<--free> diff --git a/src/network/colubris/snmp/mode/apusage.pm b/src/network/colubris/snmp/mode/apusage.pm index cca17de0f..0d593b677 100644 --- a/src/network/colubris/snmp/mode/apusage.pm +++ b/src/network/colubris/snmp/mode/apusage.pm @@ -235,7 +235,7 @@ You can use the following variables: %{state}, %{display} =item B<--critical-ap-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{state} eq "disconnected"'). +Define the conditions to match for the status to be CRITICAL (default: '%{state} eq "disconnected"'). You can use the following variables: %{state}, %{display} =back diff --git a/src/network/cyberoam/snmp/mode/services.pm b/src/network/cyberoam/snmp/mode/services.pm index b6f9c7bc5..42f95f136 100644 --- a/src/network/cyberoam/snmp/mode/services.pm +++ b/src/network/cyberoam/snmp/mode/services.pm @@ -79,12 +79,12 @@ Check services. =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'service'. =item B<--filter> -Exclude some parts (comma seperated list) +Exclude some parts (comma separated list) You can also exclude items from specific instances: --filter=service,pop =item B<--no-component> diff --git a/src/network/dell/nseries/snmp/mode/interfaces.pm b/src/network/dell/nseries/snmp/mode/interfaces.pm index b3707ae38..27ca88c32 100644 --- a/src/network/dell/nseries/snmp/mode/interfaces.pm +++ b/src/network/dell/nseries/snmp/mode/interfaces.pm @@ -45,7 +45,7 @@ Check interfaces. =item B<--add-global> -Check global port statistics (By default if no --add-* option is set). +Check global port statistics (by default if no --add-* option is set). =item B<--add-status> @@ -77,7 +77,7 @@ Check interface data volume between two checks (not supposed to be graphed, usef =item B<--check-metrics> -If the expression is true, metrics are checked (Default: '%{opstatus} eq "up"'). +If the expression is true, metrics are checked (default: '%{opstatus} eq "up"'). =item B<--warning-status> @@ -86,7 +86,7 @@ You can use the following variables: %{admstatus}, %{opstatus}, %{duplexstatus}, =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{admstatus} eq "up" and %{opstatus} ne "up"'). +Define the conditions to match for the status to be CRITICAL (default: '%{admstatus} eq "up" and %{opstatus} ne "up"'). You can use the following variables: %{admstatus}, %{opstatus}, %{duplexstatus}, %{display} =item B<--warning-*> B<--critical-*> @@ -99,15 +99,15 @@ Can be: 'total-port', 'total-admin-up', 'total-admin-down', 'total-oper-up', 'to =item B<--units-traffic> -Units of thresholds for the traffic (Default: 'percent_delta') ('percent_delta', 'bps', 'counter'). +Units of thresholds for the traffic (default: 'percent_delta') ('percent_delta', 'bps', 'counter'). =item B<--units-errors> -Units of thresholds for errors/discards (Default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). +Units of thresholds for errors/discards (default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). =item B<--units-cast> -Units of thresholds for communication types (Default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). +Units of thresholds for communication types (default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). =item B<--nagvis-perfdata> @@ -115,7 +115,7 @@ Display traffic perfdata to be compatible with nagvis widget. =item B<--interface> -Set the interface (number expected) ex: 1,2,... (empty means 'check all interfaces'). +Set the interface (number expected) example: 1,2,... (empty means 'check all interfaces'). =item B<--name> @@ -169,7 +169,7 @@ Add an OID to display. Modify the interface name displayed by using a regular expression. -Eg: adding --display-transform-src='eth' --display-transform-dst='ens' will replace all occurrences of 'eth' with 'ens' +Example: adding --display-transform-src='eth' --display-transform-dst='ens' will replace all occurrences of 'eth' with 'ens' =item B<--show-cache> diff --git a/src/network/dell/nseries/snmp/mode/time.pm b/src/network/dell/nseries/snmp/mode/time.pm index 757b43251..b451b5cdf 100644 --- a/src/network/dell/nseries/snmp/mode/time.pm +++ b/src/network/dell/nseries/snmp/mode/time.pm @@ -63,7 +63,7 @@ Set the ntp hostname (if not set, localtime is used). =item B<--ntp-port> -Set the ntp port (Default: 123). +Set the ntp port (default: 123). =item B<--timezone> diff --git a/src/network/dell/nseries/snmp/mode/uptime.pm b/src/network/dell/nseries/snmp/mode/uptime.pm index 6e4f2c0ed..59886dc24 100644 --- a/src/network/dell/nseries/snmp/mode/uptime.pm +++ b/src/network/dell/nseries/snmp/mode/uptime.pm @@ -66,12 +66,11 @@ With that option, we manage the counter going back. But there is a few chance we =item B<--reboot-window> -To be used with check-overload option. Time in milliseconds (Default: 5000) +To be used with check-overload option. Time in milliseconds (default: 5000) You increase the chance of not missing a reboot if you decrease that value. =item B<--unit> -Select the unit for performance data and thresholds. 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 performance data and thresholds. May be 's' for seconds, 'm' for minutes, 'h' for hours, 'd' for days, 'w' for weeks. Default is seconds. =back diff --git a/src/network/dell/os10/snmp/mode/hardware.pm b/src/network/dell/os10/snmp/mode/hardware.pm index bc34292fb..cd7076bfc 100644 --- a/src/network/dell/os10/snmp/mode/hardware.pm +++ b/src/network/dell/os10/snmp/mode/hardware.pm @@ -109,7 +109,7 @@ Check hardware. =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'card', 'temperature', 'fan', 'fantray', 'psu'. =item B<--filter> diff --git a/src/network/denyall/snmp/mode/reverseproxy.pm b/src/network/denyall/snmp/mode/reverseproxy.pm index 9116fa930..abca9147f 100644 --- a/src/network/denyall/snmp/mode/reverseproxy.pm +++ b/src/network/denyall/snmp/mode/reverseproxy.pm @@ -206,7 +206,7 @@ You can use the following variables: %{status}, %{uid} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} =~ /down/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} =~ /down/i'). You can use the following variables: %{status}, %{uid} =item B<--warning-*> B<--critical-*> diff --git a/src/network/digi/sarian/snmp/mode/gprs.pm b/src/network/digi/sarian/snmp/mode/gprs.pm index f628ec974..003771eec 100644 --- a/src/network/digi/sarian/snmp/mode/gprs.pm +++ b/src/network/digi/sarian/snmp/mode/gprs.pm @@ -185,7 +185,7 @@ You can use the following variables: %{registered}, %{attachement} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{attachement} eq "attached" and %{registered} !~ /registeredHostNetwork|registeredRoaming/' +Define the conditions to match for the status to be CRITICAL (default: '%{attachement} eq "attached" and %{registered} !~ /registeredHostNetwork|registeredRoaming/' You can use the following variables: %{registered}, %{attachement} =item B<--warning-technology> @@ -195,7 +195,7 @@ Use special variables %{technology}. =item B<--critical-technology> -Set critical threshold for technology (Default: '%{technology} !~ /2G|3G|4G/' +Set critical threshold for technology (default: '%{technology} !~ /2G|3G|4G/' Use special variables %{technology}. =item B<--warning-signal> diff --git a/src/network/dlink/dgs3100/snmp/mode/hardware.pm b/src/network/dlink/dgs3100/snmp/mode/hardware.pm index 67abfba91..afd037944 100644 --- a/src/network/dlink/dgs3100/snmp/mode/hardware.pm +++ b/src/network/dlink/dgs3100/snmp/mode/hardware.pm @@ -82,7 +82,7 @@ Check hardware (Fans, Power Supplies). =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'psu', 'fan'. =item B<--filter> @@ -92,7 +92,7 @@ You can also exclude items from specific instances: --filter=fan,fan1_unit2 =item B<--absent-problem> -Return an error if an entity is not 'present' (default is skipping) (comma seperated list) +Return an error if an entity is not 'present' (default is skipping) (comma separated list) Can be specific or global: --absent-problem=psu =item B<--no-component> diff --git a/src/network/dlink/standard/snmp/mode/cpu.pm b/src/network/dlink/standard/snmp/mode/cpu.pm index fcb6d95bc..950a3a8e9 100644 --- a/src/network/dlink/standard/snmp/mode/cpu.pm +++ b/src/network/dlink/standard/snmp/mode/cpu.pm @@ -263,7 +263,7 @@ Check cpu usage. =item B<--check-order> Check cpu in standard dlink mib. If you have some issue (wrong cpu information in a specific mib), you can change the order -(Default: 'common,industrial,agent'). +(default: 'common,industrial,agent'). =item B<--warning-*> B<--critical-*> diff --git a/src/network/dlink/standard/snmp/mode/hardware.pm b/src/network/dlink/standard/snmp/mode/hardware.pm index 8f31e4003..a9d7fcfc7 100644 --- a/src/network/dlink/standard/snmp/mode/hardware.pm +++ b/src/network/dlink/standard/snmp/mode/hardware.pm @@ -97,7 +97,7 @@ Check hardware (Fans, Power Supplies, Temperatures). =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'psu', 'fan', 'temperature'. =item B<--filter> diff --git a/src/network/dlink/standard/snmp/mode/interfaces.pm b/src/network/dlink/standard/snmp/mode/interfaces.pm index fc8db2cfb..e549b7fff 100644 --- a/src/network/dlink/standard/snmp/mode/interfaces.pm +++ b/src/network/dlink/standard/snmp/mode/interfaces.pm @@ -128,7 +128,7 @@ Check interfaces. =item B<--add-global> -Check global port statistics (By default if no --add-* option is set). +Check global port statistics (by default if no --add-* option is set). =item B<--add-status> @@ -164,7 +164,7 @@ Check interface data volume between two checks (not supposed to be graphed, usef =item B<--check-metrics> -If the expression is true, metrics are checked (Default: '%{opstatus} eq "up"'). +If the expression is true, metrics are checked (default: '%{opstatus} eq "up"'). =item B<--warning-status> @@ -173,7 +173,7 @@ You can use the following variables: %{admstatus}, %{opstatus}, %{duplexstatus}, =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{admstatus} eq "up" and %{opstatus} ne "up"'). +Define the conditions to match for the status to be CRITICAL (default: '%{admstatus} eq "up" and %{opstatus} ne "up"'). You can use the following variables: %{admstatus}, %{opstatus}, %{duplexstatus}, %{errdisable}, %{display} =item B<--warning-*> B<--critical-*> @@ -186,15 +186,15 @@ Can be: 'total-port', 'total-admin-up', 'total-admin-down', 'total-oper-up', 'to =item B<--units-traffic> -Units of thresholds for the traffic (Default: 'percent_delta') ('percent_delta', 'bps', 'counter'). +Units of thresholds for the traffic (default: 'percent_delta') ('percent_delta', 'bps', 'counter'). =item B<--units-errors> -Units of thresholds for errors/discards (Default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). +Units of thresholds for errors/discards (default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). =item B<--units-cast> -Units of thresholds for communication types (Default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). +Units of thresholds for communication types (default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). =item B<--nagvis-perfdata> @@ -202,7 +202,7 @@ Display traffic perfdata to be compatible with nagvis widget. =item B<--interface> -Set the interface (number expected) ex: 1,2,... (empty means 'check all interfaces'). +Set the interface (number expected) example: 1,2,... (empty means 'check all interfaces'). =item B<--name> @@ -244,7 +244,7 @@ Add an OID to display. Modify the interface name displayed by using a regular expression. -Eg: adding --display-transform-src='eth' --display-transform-dst='ens' will replace all occurrences of 'eth' with 'ens' +Example: adding --display-transform-src='eth' --display-transform-dst='ens' will replace all occurrences of 'eth' with 'ens' =item B<--show-cache> diff --git a/src/network/dlink/standard/snmp/mode/stack.pm b/src/network/dlink/standard/snmp/mode/stack.pm index 188c34191..6775d708c 100644 --- a/src/network/dlink/standard/snmp/mode/stack.pm +++ b/src/network/dlink/standard/snmp/mode/stack.pm @@ -244,17 +244,17 @@ Check stack. =item B<--unknown-member-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: %{role}, %{roleLast}, %{status}, %{display} =item B<--warning-member-status> -Define the conditions to match for the status to be WARNING (Default: '%{status} =~ /codeUpdate/i'). +Define the conditions to match for the status to be WARNING (default: '%{status} =~ /codeUpdate/i'). You can use the following variables: %{role}, %{roleLast}, %{status}, %{display} =item B<--critical-member-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{role} ne %{roleLast} || %{status} =~ /unsupported|codeMismatch/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{role} ne %{roleLast} || %{status} =~ /unsupported|codeMismatch/i'). You can use the following variables: %{role}, %{roleLast}, %{status}, %{display} =item B<--unknown-link-status> @@ -269,7 +269,7 @@ You can use the following variables: %{status}, %{display} =item B<--critical-link-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} eq "down"'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} eq "down"'). You can use the following variables: %{status}, %{display} =item B<--warning-*> B<--critical-*> diff --git a/src/network/efficientip/snmp/mode/status.pm b/src/network/efficientip/snmp/mode/status.pm index f7dcfdbe3..bc10670f8 100644 --- a/src/network/efficientip/snmp/mode/status.pm +++ b/src/network/efficientip/snmp/mode/status.pm @@ -113,12 +113,12 @@ Check Efficient IP SOLIDserver role and status. =item B<--warning-status> -Define the conditions to match for the status to be WARNING. (Default: '%{status} =~ /upgrading|split-brain/') +Define the conditions to match for the status to be WARNING. (default: '%{status} =~ /upgrading|split-brain/') Can be used with special variables like: %{status}, %{role} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL. (Default: '%{status} =~ /invalid credentials|replication stopped|timeout/') +Define the conditions to match for the status to be CRITICAL. (default: '%{status} =~ /invalid credentials|replication stopped|timeout/') Can be used with special variables like: %{status}, %{role} =back diff --git a/src/network/enterasys/snmp/mode/interfaces.pm b/src/network/enterasys/snmp/mode/interfaces.pm index 9b9999459..f2a6ead7d 100644 --- a/src/network/enterasys/snmp/mode/interfaces.pm +++ b/src/network/enterasys/snmp/mode/interfaces.pm @@ -45,7 +45,7 @@ Check interfaces. =item B<--add-global> -Check global port statistics (By default if no --add-* option is set). +Check global port statistics (by default if no --add-* option is set). =item B<--add-status> @@ -77,7 +77,7 @@ Check interface data volume between two checks (not supposed to be graphed, usef =item B<--check-metrics> -If the expression is true, metrics are checked (Default: '%{opstatus} eq "up"'). +If the expression is true, metrics are checked (default: '%{opstatus} eq "up"'). =item B<--warning-status> @@ -86,7 +86,7 @@ You can use the following variables: %{admstatus}, %{opstatus}, %{duplexstatus}, =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{admstatus} eq "up" and %{opstatus} ne "up"'). +Define the conditions to match for the status to be CRITICAL (default: '%{admstatus} eq "up" and %{opstatus} ne "up"'). You can use the following variables: %{admstatus}, %{opstatus}, %{duplexstatus}, %{display} =item B<--warning-*> B<--critical-*> @@ -99,15 +99,15 @@ Can be: 'total-port', 'total-admin-up', 'total-admin-down', 'total-oper-up', 'to =item B<--units-traffic> -Units of thresholds for the traffic (Default: 'percent_delta') ('percent_delta', 'bps', 'counter'). +Units of thresholds for the traffic (default: 'percent_delta') ('percent_delta', 'bps', 'counter'). =item B<--units-errors> -Units of thresholds for errors/discards (Default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). +Units of thresholds for errors/discards (default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). =item B<--units-cast> -Units of thresholds for communication types (Default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). +Units of thresholds for communication types (default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). =item B<--nagvis-perfdata> @@ -115,7 +115,7 @@ Display traffic perfdata to be compatible with nagvis widget. =item B<--interface> -Set the interface (number expected) ex: 1,2,... (empty means 'check all interfaces'). +Set the interface (number expected) example: 1,2,... (empty means 'check all interfaces'). =item B<--name> @@ -169,7 +169,7 @@ Add an OID to display. Modify the interface name displayed by using a regular expression. -Eg: adding --display-transform-src='eth' --display-transform-dst='ens' will replace all occurrences of 'eth' with 'ens' +Example: adding --display-transform-src='eth' --display-transform-dst='ens' will replace all occurrences of 'eth' with 'ens' =item B<--show-cache> diff --git a/src/network/enterasys/snmp/mode/uptime.pm b/src/network/enterasys/snmp/mode/uptime.pm index ff708005e..e748dbcec 100644 --- a/src/network/enterasys/snmp/mode/uptime.pm +++ b/src/network/enterasys/snmp/mode/uptime.pm @@ -66,12 +66,11 @@ With that option, we manage the counter going back. But there is a few chance we =item B<--reboot-window> -To be used with check-overload option. Time in milliseconds (Default: 5000) +To be used with check-overload option. Time in milliseconds (default: 5000) You increase the chance of not missing a reboot if you decrease that value. =item B<--unit> -Select the unit for performance data and thresholds. 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 performance data and thresholds. May be 's' for seconds, 'm' for minutes, 'h' for hours, 'd' for days, 'w' for weeks. Default is seconds. =back diff --git a/src/network/evertz/AEA47721/snmp/mode/streamstatus.pm b/src/network/evertz/AEA47721/snmp/mode/streamstatus.pm index ae2bbdaf0..6272c199f 100644 --- a/src/network/evertz/AEA47721/snmp/mode/streamstatus.pm +++ b/src/network/evertz/AEA47721/snmp/mode/streamstatus.pm @@ -174,7 +174,7 @@ You can use the following variables: %{status}, %{display} =item B<--critical-audio-status> -Set critical threshold for device status (Default: '%{status} =~ /loss/i'). +Set critical threshold for device status (default: '%{status} =~ /loss/i'). You can use the following variables: %{status}, %{display} =item B<--warning-video-status> @@ -184,7 +184,7 @@ You can use the following variables: %{status}, %{display} =item B<--critical-video-status> -Set critical threshold for device connection status (Default: '%{status} =~ /loss|unknown/i'). +Set critical threshold for device connection status (default: '%{status} =~ /loss|unknown/i'). You can use the following variables: %{status}, %{display} =back diff --git a/src/network/evertz/DA6HDL7700/snmp/mode/videostatus.pm b/src/network/evertz/DA6HDL7700/snmp/mode/videostatus.pm index 2afcbafe4..99da6b8b2 100644 --- a/src/network/evertz/DA6HDL7700/snmp/mode/videostatus.pm +++ b/src/network/evertz/DA6HDL7700/snmp/mode/videostatus.pm @@ -134,7 +134,7 @@ You can use the following variables: %{video_locked}, %{display} =item B<--critical-video-status> -Set critical threshold for device connection status (Default: '%{video_locked} =~ /notLocked/i'). +Set critical threshold for device connection status (default: '%{video_locked} =~ /notLocked/i'). You can use the following variables: %{video_locked}, %{display} =back diff --git a/src/network/evertz/FC7800/snmp/mode/hardware.pm b/src/network/evertz/FC7800/snmp/mode/hardware.pm index 4730e5d05..ad544a898 100644 --- a/src/network/evertz/FC7800/snmp/mode/hardware.pm +++ b/src/network/evertz/FC7800/snmp/mode/hardware.pm @@ -71,12 +71,12 @@ Check hardware. =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'psu', 'frameline'. =item B<--filter> -Exclude some parts (comma seperated list) +Exclude some parts (comma separated list) You can also exclude items from specific instances: --filter=psu,1 =item B<--no-component> diff --git a/src/network/extreme/snmp/mode/hardware.pm b/src/network/extreme/snmp/mode/hardware.pm index b6359cc6f..70f402bb2 100644 --- a/src/network/extreme/snmp/mode/hardware.pm +++ b/src/network/extreme/snmp/mode/hardware.pm @@ -107,7 +107,7 @@ Check Hardware (Fans, Power Supplies, Slot, Temperature, POEs). =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'fan', 'psu', 'slot', 'temperature', 'poe'. =item B<--filter> @@ -117,7 +117,7 @@ You can also exclude items from specific instances: --filter=fan,101 =item B<--absent-problem> -Return an error if an entity is not 'present' (default is skipping) (comma seperated list) +Return an error if an entity is not 'present' (default is skipping) (comma separated list) Can be specific or global: --absent-problem=psu,1 =item B<--no-component> diff --git a/src/network/extreme/snmp/mode/interfaces.pm b/src/network/extreme/snmp/mode/interfaces.pm index 55b6baa60..587015451 100644 --- a/src/network/extreme/snmp/mode/interfaces.pm +++ b/src/network/extreme/snmp/mode/interfaces.pm @@ -85,7 +85,7 @@ Check interfaces. =item B<--add-global> -Check global port statistics (By default if no --add-* option is set). +Check global port statistics (by default if no --add-* option is set). =item B<--add-status> @@ -117,7 +117,7 @@ Check interface data volume between two checks (not supposed to be graphed, usef =item B<--check-metrics> -If the expression is true, metrics are checked (Default: '%{opstatus} eq "up"'). +If the expression is true, metrics are checked (default: '%{opstatus} eq "up"'). =item B<--warning-status> @@ -126,7 +126,7 @@ You can use the following variables: %{admstatus}, %{opstatus}, %{duplexstatus}, =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{admstatus} eq "up" and %{opstatus} ne "up"'). +Define the conditions to match for the status to be CRITICAL (default: '%{admstatus} eq "up" and %{opstatus} ne "up"'). You can use the following variables: %{admstatus}, %{opstatus}, %{duplexstatus}, %{display} =item B<--warning-*> B<--critical-*> @@ -139,15 +139,15 @@ Can be: 'total-port', 'total-admin-up', 'total-admin-down', 'total-oper-up', 'to =item B<--units-traffic> -Units of thresholds for the traffic (Default: 'percent_delta') ('percent_delta', 'bps', 'counter'). +Units of thresholds for the traffic (default: 'percent_delta') ('percent_delta', 'bps', 'counter'). =item B<--units-errors> -Units of thresholds for errors/discards (Default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). +Units of thresholds for errors/discards (default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). =item B<--units-cast> -Units of thresholds for communication types (Default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). +Units of thresholds for communication types (default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). =item B<--nagvis-perfdata> @@ -155,7 +155,7 @@ Display traffic perfdata to be compatible with nagvis widget. =item B<--interface> -Set the interface (number expected) ex: 1,2,... (empty means 'check all interfaces'). +Set the interface (number expected) example: 1,2,... (empty means 'check all interfaces'). =item B<--name> @@ -197,7 +197,7 @@ Add an OID to display. Modify the interface name displayed by using a regular expression. -Eg: adding --display-transform-src='eth' --display-transform-dst='ens' will replace all occurrences of 'eth' with 'ens' +Example: adding --display-transform-src='eth' --display-transform-dst='ens' will replace all occurrences of 'eth' with 'ens' =item B<--show-cache> diff --git a/src/network/extreme/snmp/mode/stack.pm b/src/network/extreme/snmp/mode/stack.pm index c6ba17d89..678602193 100644 --- a/src/network/extreme/snmp/mode/stack.pm +++ b/src/network/extreme/snmp/mode/stack.pm @@ -243,32 +243,32 @@ Check stack status. =item B<--unknown-member-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: %{role}, %{roleLast} =item B<--warning-member-status> -Define the conditions to match for the status to be WARNING (Default: '%{status} eq "mismatch"'). +Define the conditions to match for the status to be WARNING (default: '%{status} eq "mismatch"'). You can use the following variables: %{role}, %{roleLast} =item B<--critical-member-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{role} ne %{roleLast} || %{status} eq "down"'). +Define the conditions to match for the status to be CRITICAL (default: '%{role} ne %{roleLast} || %{status} eq "down"'). You can use the following variables: %{role}, %{roleLast} =item B<--unknown-port-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: %{link_status}, %{display} =item B<--warning-port-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: %{link_status}, %{display} =item B<--critical-port-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{link_status} ne "up"'). +Define the conditions to match for the status to be CRITICAL (default: '%{link_status} ne "up"'). You can use the following variables: %{link_status}, %{display} =back diff --git a/src/network/f5/bigip/snmp/mode/failover.pm b/src/network/f5/bigip/snmp/mode/failover.pm index 2b67799ce..35baa0fcf 100644 --- a/src/network/f5/bigip/snmp/mode/failover.pm +++ b/src/network/f5/bigip/snmp/mode/failover.pm @@ -192,7 +192,7 @@ You can use the following variables: %{syncstatus} =item B<--critical-sync-status> -Set critical threshold for sync status (Default: '%{syncstatus} =~ /unknown|syncFailed|syncDisconnected|incompatibleVersion/'). +Set critical threshold for sync status (default: '%{syncstatus} =~ /unknown|syncFailed|syncDisconnected|incompatibleVersion/'). You can use the following variables: %{syncstatus} =item B<--warning-failover-status> @@ -202,7 +202,7 @@ You can use the following variables: %{failoverstatus} =item B<--critical-failover-status> -Set critical threshold for failover status (Default: '%{failoverstatus} =~ /unknown/'). +Set critical threshold for failover status (default: '%{failoverstatus} =~ /unknown/'). You can use the following variables: %{failoverstatus} =back diff --git a/src/network/f5/bigip/snmp/mode/hardware.pm b/src/network/f5/bigip/snmp/mode/hardware.pm index 3d831bea5..e8292f237 100644 --- a/src/network/f5/bigip/snmp/mode/hardware.pm +++ b/src/network/f5/bigip/snmp/mode/hardware.pm @@ -78,7 +78,7 @@ Check hardware (fans, temperatures, power supplies). =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'fan', 'psu', 'temperature'. =item B<--filter> diff --git a/src/network/f5/bigip/snmp/mode/nodestatus.pm b/src/network/f5/bigip/snmp/mode/nodestatus.pm index 4c946ea2c..f9a7a995d 100644 --- a/src/network/f5/bigip/snmp/mode/nodestatus.pm +++ b/src/network/f5/bigip/snmp/mode/nodestatus.pm @@ -194,17 +194,17 @@ Filter by name (regexp can be used). =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: %{state}, %{status}, %{display} =item B<--warning-status> -Define the conditions to match for the status to be WARNING (Default: '%{state} eq "enabled" and %{status} eq "yellow"'). +Define the conditions to match for the status to be WARNING (default: '%{state} eq "enabled" and %{status} eq "yellow"'). You can use the following variables: %{state}, %{status}, %{display} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{state} eq "enabled" and %{status} eq "red"'). +Define the conditions to match for the status to be CRITICAL (default: '%{state} eq "enabled" and %{status} eq "red"'). You can use the following variables: %{state}, %{status}, %{display} =item B<--warning-*> B<--critical-*> diff --git a/src/network/f5/bigip/snmp/mode/poolstatus.pm b/src/network/f5/bigip/snmp/mode/poolstatus.pm index 54bdff279..aa45463c0 100644 --- a/src/network/f5/bigip/snmp/mode/poolstatus.pm +++ b/src/network/f5/bigip/snmp/mode/poolstatus.pm @@ -337,12 +337,12 @@ You can use the following variables: %{state}, %{status}, %{membersAllDisabled}, =item B<--warning-status> -Define the conditions to match for the status to be WARNING (Default: '%{membersAllDisabled} eq "no" and %{state} eq "enabled" and %{status} eq "yellow"'). +Define the conditions to match for the status to be WARNING (default: '%{membersAllDisabled} eq "no" and %{state} eq "enabled" and %{status} eq "yellow"'). You can use the following variables: %{state}, %{status}, %{membersAllDisabled}, %{display} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{membersAllDisabled} eq "no" and %{state} eq "enabled" and %{status} eq "red"'). +Define the conditions to match for the status to be CRITICAL (default: '%{membersAllDisabled} eq "no" and %{state} eq "enabled" and %{status} eq "red"'). You can use the following variables: %{state}, %{status}, %{membersAllDisabled}, %{display} =item B<--unknown-member-status> diff --git a/src/network/f5/bigip/snmp/mode/trunks.pm b/src/network/f5/bigip/snmp/mode/trunks.pm index d257b2251..37c05b589 100644 --- a/src/network/f5/bigip/snmp/mode/trunks.pm +++ b/src/network/f5/bigip/snmp/mode/trunks.pm @@ -461,11 +461,11 @@ Filter by trunks name (regexp can be used). =item B<--units-traffic> -Units of thresholds for the traffic (Default: '%') ('%', 'b/s'). +Units of thresholds for the traffic (default: '%') ('%', 'b/s'). =item B<--speed> -Set trunk speed in Mbps (Default: sysTrunkOperBw). +Set trunk speed in Mbps (default: sysTrunkOperBw). If not set and sysTrunkOperBw OID value is 0, percentage thresholds will not be applied on traffic metrics. @@ -485,7 +485,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} =~ /uninitialized|down/'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} =~ /uninitialized|down/'). You can use the following variables: %{status}, %{display} =item B<--unknown-interface-status> diff --git a/src/network/f5/bigip/snmp/mode/virtualserverstatus.pm b/src/network/f5/bigip/snmp/mode/virtualserverstatus.pm index 96c73e90b..240d75b9f 100644 --- a/src/network/f5/bigip/snmp/mode/virtualserverstatus.pm +++ b/src/network/f5/bigip/snmp/mode/virtualserverstatus.pm @@ -184,17 +184,17 @@ Filter by name (regexp can be used). =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: %{state}, %{status}, %{display} =item B<--warning-status> -Define the conditions to match for the status to be WARNING (Default: '%{state} eq "enabled" and %{status} eq "yellow"'). +Define the conditions to match for the status to be WARNING (default: '%{state} eq "enabled" and %{status} eq "yellow"'). You can use the following variables: %{state}, %{status}, %{display} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{state} eq "enabled" and %{status} eq "red"'). +Define the conditions to match for the status to be CRITICAL (default: '%{state} eq "enabled" and %{status} eq "red"'). You can use the following variables: %{state}, %{status}, %{display} =item B<--warning-*> B<--critical-*> diff --git a/src/network/fiberstore/snmp/mode/hardware.pm b/src/network/fiberstore/snmp/mode/hardware.pm index 6e9df49f4..1323502dc 100644 --- a/src/network/fiberstore/snmp/mode/hardware.pm +++ b/src/network/fiberstore/snmp/mode/hardware.pm @@ -109,7 +109,7 @@ Check hardware. =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'fan', 'power', 'slot'. =item B<--filter> diff --git a/src/network/fortinet/fortiadc/snmp/mode/hardware.pm b/src/network/fortinet/fortiadc/snmp/mode/hardware.pm index 43e45420e..c836c25c5 100644 --- a/src/network/fortinet/fortiadc/snmp/mode/hardware.pm +++ b/src/network/fortinet/fortiadc/snmp/mode/hardware.pm @@ -73,7 +73,7 @@ Check hardware. =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'fan', 'temperature'. =item B<--add-name-instance> diff --git a/src/network/fortinet/fortiadc/snmp/mode/interfaces.pm b/src/network/fortinet/fortiadc/snmp/mode/interfaces.pm index a644ed646..65fc06276 100644 --- a/src/network/fortinet/fortiadc/snmp/mode/interfaces.pm +++ b/src/network/fortinet/fortiadc/snmp/mode/interfaces.pm @@ -45,7 +45,7 @@ Check interfaces. =item B<--add-global> -Check global port statistics (By default if no --add-* option is set). +Check global port statistics (by default if no --add-* option is set). =item B<--add-status> @@ -77,7 +77,7 @@ Check interface data volume between two checks (not supposed to be graphed, usef =item B<--check-metrics> -If the expression is true, metrics are checked (Default: '%{opstatus} eq "up"'). +If the expression is true, metrics are checked (default: '%{opstatus} eq "up"'). =item B<--warning-status> @@ -86,7 +86,7 @@ You can use the following variables: %{admstatus}, %{opstatus}, %{duplexstatus}, =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{admstatus} eq "up" and %{opstatus} ne "up"'). +Define the conditions to match for the status to be CRITICAL (default: '%{admstatus} eq "up" and %{opstatus} ne "up"'). You can use the following variables: %{admstatus}, %{opstatus}, %{duplexstatus}, %{display} =item B<--warning-*> B<--critical-*> @@ -99,15 +99,15 @@ Can be: 'total-port', 'total-admin-up', 'total-admin-down', 'total-oper-up', 'to =item B<--units-traffic> -Units of thresholds for the traffic (Default: 'percent_delta') ('percent_delta', 'bps', 'counter'). +Units of thresholds for the traffic (default: 'percent_delta') ('percent_delta', 'bps', 'counter'). =item B<--units-errors> -Units of thresholds for errors/discards (Default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). +Units of thresholds for errors/discards (default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). =item B<--units-cast> -Units of thresholds for communication types (Default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). +Units of thresholds for communication types (default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). =item B<--nagvis-perfdata> @@ -115,7 +115,7 @@ Display traffic perfdata to be compatible with nagvis widget. =item B<--interface> -Set the interface (number expected) ex: 1,2,... (empty means 'check all interfaces'). +Set the interface (number expected) example: 1,2,... (empty means 'check all interfaces'). =item B<--name> @@ -169,7 +169,7 @@ Add an OID to display. Modify the interface name displayed by using a regular expression. -Eg: adding --display-transform-src='eth' --display-transform-dst='ens' will replace all occurrences of 'eth' with 'ens' +Example: adding --display-transform-src='eth' --display-transform-dst='ens' will replace all occurrences of 'eth' with 'ens' =item B<--show-cache> diff --git a/src/network/fortinet/fortiadc/snmp/mode/security.pm b/src/network/fortinet/fortiadc/snmp/mode/security.pm index faea1cc46..2e809fe90 100644 --- a/src/network/fortinet/fortiadc/snmp/mode/security.pm +++ b/src/network/fortinet/fortiadc/snmp/mode/security.pm @@ -89,7 +89,7 @@ You can use the following variables: %{status} =item B<--critical-ddos-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} eq "attacking"'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} eq "attacking"'). You can use the following variables: %{status} =back diff --git a/src/network/fortinet/fortiadc/snmp/mode/uptime.pm b/src/network/fortinet/fortiadc/snmp/mode/uptime.pm index 388db4db3..5398d6874 100644 --- a/src/network/fortinet/fortiadc/snmp/mode/uptime.pm +++ b/src/network/fortinet/fortiadc/snmp/mode/uptime.pm @@ -66,7 +66,7 @@ With that option, we manage the counter going back. But there is a few chance we =item B<--reboot-window> -To be used with check-overload option. Time in milliseconds (Default: 5000) +To be used with check-overload option. Time in milliseconds (default: 5000) You increase the chance of not missing a reboot if you decrease that value. =item B<--unit> diff --git a/src/network/fortinet/fortiadc/snmp/mode/virtualservers.pm b/src/network/fortinet/fortiadc/snmp/mode/virtualservers.pm index 9ca66b178..08df6da05 100644 --- a/src/network/fortinet/fortiadc/snmp/mode/virtualservers.pm +++ b/src/network/fortinet/fortiadc/snmp/mode/virtualservers.pm @@ -271,7 +271,7 @@ You can use the following variables: %{status}, %{state}, %{name}, %{vdom} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} eq "unhealthy"'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} eq "unhealthy"'). You can use the following variables: %{status}, %{state}, %{name}, %{vdom} =item B<--warning-*> B<--critical-*> diff --git a/src/network/fortinet/fortiauthenticator/snmp/mode/ha.pm b/src/network/fortinet/fortiauthenticator/snmp/mode/ha.pm index 23cb57e87..6ed968911 100644 --- a/src/network/fortinet/fortiauthenticator/snmp/mode/ha.pm +++ b/src/network/fortinet/fortiauthenticator/snmp/mode/ha.pm @@ -115,7 +115,7 @@ You can use the following variables: %{ha_status}, %{ha_status_last} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{ha_status} ne %{ha_status_last}'). +Define the conditions to match for the status to be CRITICAL (default: '%{ha_status} ne %{ha_status_last}'). You can use the following variables: %{ha_status}, %{ha_status_last} =back diff --git a/src/network/fortinet/fortigate/restapi/custom/api.pm b/src/network/fortinet/fortigate/restapi/custom/api.pm index e449076fc..f89a09d89 100644 --- a/src/network/fortinet/fortigate/restapi/custom/api.pm +++ b/src/network/fortinet/fortigate/restapi/custom/api.pm @@ -174,11 +174,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<--access-token> @@ -186,7 +186,7 @@ API token. =item B<--timeout> -Set timeout in seconds (Default: 50). +Set timeout in seconds (default: 50). =back diff --git a/src/network/fortinet/fortigate/restapi/mode/health.pm b/src/network/fortinet/fortigate/restapi/mode/health.pm index 906f1945d..b0c87835a 100644 --- a/src/network/fortinet/fortigate/restapi/mode/health.pm +++ b/src/network/fortinet/fortigate/restapi/mode/health.pm @@ -117,7 +117,7 @@ You can use the following variables: %{status}, %{name} =item B<--critical-health> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} !~ /success/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} !~ /success/i'). You can use the following variables: %{status}, %{name} =back diff --git a/src/network/fortinet/fortigate/restapi/mode/licenses.pm b/src/network/fortinet/fortigate/restapi/mode/licenses.pm index d44a6e885..4a4f66d42 100644 --- a/src/network/fortinet/fortigate/restapi/mode/licenses.pm +++ b/src/network/fortinet/fortigate/restapi/mode/licenses.pm @@ -182,13 +182,12 @@ You can use the following variables: %{name}, %{status}. =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} =~ /expired/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} =~ /expired/i'). You can use the following variables: %{name}, %{status}. =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-*> diff --git a/src/network/fortinet/fortimail/snmp/mode/hardware.pm b/src/network/fortinet/fortimail/snmp/mode/hardware.pm index 2c166e18a..8b29db381 100644 --- a/src/network/fortinet/fortimail/snmp/mode/hardware.pm +++ b/src/network/fortinet/fortimail/snmp/mode/hardware.pm @@ -94,7 +94,7 @@ Check hardware. =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'sensors'. =item B<--add-name-instance> @@ -103,13 +103,13 @@ Add literal description for instance value (used in filter, and threshold option =item B<--filter> -Exclude some parts (comma seperated list) +Exclude some parts (comma separated list) Can also exclude specific instance: --filter=sensors,1 =item B<--no-component> Return an error if no compenents are checked. -If total (with skipped) is 0. (Default: 'critical' returns). +If total (with skipped) is 0. (default: 'critical' returns). =item B<--threshold-overload> diff --git a/src/network/fortinet/fortimail/snmp/mode/interfaces.pm b/src/network/fortinet/fortimail/snmp/mode/interfaces.pm index 29e200e8c..02278f179 100644 --- a/src/network/fortinet/fortimail/snmp/mode/interfaces.pm +++ b/src/network/fortinet/fortimail/snmp/mode/interfaces.pm @@ -45,7 +45,7 @@ Check interfaces. =item B<--add-global> -Check global port statistics (By default if no --add-* option is set). +Check global port statistics (by default if no --add-* option is set). =item B<--add-status> @@ -99,15 +99,15 @@ Can be: 'total-port', 'total-admin-up', 'total-admin-down', 'total-oper-up', 'to =item B<--units-traffic> -Units of thresholds for the traffic (Default: 'percent_delta') ('percent_delta', 'bps', 'counter'). +Units of thresholds for the traffic (default: 'percent_delta') ('percent_delta', 'bps', 'counter'). =item B<--units-errors> -Units of thresholds for errors/discards (Default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). +Units of thresholds for errors/discards (default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). =item B<--units-cast> -Units of thresholds for communication types (Default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). +Units of thresholds for communication types (default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). =item B<--nagvis-perfdata> @@ -115,11 +115,11 @@ Display traffic perfdata to be compatible with nagvis widget. =item B<--interface> -Set the interface (number expected) ex: 1,2,... (empty means 'check all interfaces'). +Set the interface (number expected) example: 1,2,... (empty means 'check all interfaces'). =item B<--name> -Allows to use interface name with option --interface instead of interface oid index (Can be a regexp) +Allows to use interface name with option --interface instead of interface oid index (can be a regexp) =item B<--speed> @@ -169,7 +169,7 @@ Add an OID to display. Modify the interface name displayed by using a regular expression. -Eg: adding --display-transform-src='eth' --display-transform-dst='ens' will replace all occurrences of 'eth' with 'ens' +Example: adding --display-transform-src='eth' --display-transform-dst='ens' will replace all occurrences of 'eth' with 'ens' =item B<--show-cache> diff --git a/src/network/fortinet/fortimanager/snmp/mode/devicestatus.pm b/src/network/fortinet/fortimanager/snmp/mode/devicestatus.pm index 0eb4993be..d88e14c8f 100644 --- a/src/network/fortinet/fortimanager/snmp/mode/devicestatus.pm +++ b/src/network/fortinet/fortimanager/snmp/mode/devicestatus.pm @@ -240,7 +240,7 @@ You can use the following variables: %{status}, %{name} =item B<--critical-device-con-status> -Set critical threshold for device connection status (Default: '%{status} =~ /down/i'). +Set critical threshold for device connection status (default: '%{status} =~ /down/i'). You can use the following variables: %{status}, %{name} =item B<--warning-device-db-status> diff --git a/src/network/fortinet/fortiswitch/snmp/mode/interfaces.pm b/src/network/fortinet/fortiswitch/snmp/mode/interfaces.pm index f1c903241..fb78bb674 100644 --- a/src/network/fortinet/fortiswitch/snmp/mode/interfaces.pm +++ b/src/network/fortinet/fortiswitch/snmp/mode/interfaces.pm @@ -45,7 +45,7 @@ Check interfaces. =item B<--add-global> -Check global port statistics (By default if no --add-* option is set). +Check global port statistics (by default if no --add-* option is set). =item B<--add-status> @@ -77,7 +77,7 @@ Check interface data volume between two checks (not supposed to be graphed, usef =item B<--check-metrics> -If the expression is true, metrics are checked (Default: '%{opstatus} eq "up"'). +If the expression is true, metrics are checked (default: '%{opstatus} eq "up"'). =item B<--warning-status> @@ -86,7 +86,7 @@ You can use the following variables: %{admstatus}, %{opstatus}, %{duplexstatus}, =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{admstatus} eq "up" and %{opstatus} ne "up"'). +Define the conditions to match for the status to be CRITICAL (default: '%{admstatus} eq "up" and %{opstatus} ne "up"'). You can use the following variables: %{admstatus}, %{opstatus}, %{duplexstatus}, %{display} =item B<--warning-*> B<--critical-*> @@ -99,15 +99,15 @@ Can be: 'total-port', 'total-admin-up', 'total-admin-down', 'total-oper-up', 'to =item B<--units-traffic> -Units of thresholds for the traffic (Default: 'percent_delta') ('percent_delta', 'bps', 'counter'). +Units of thresholds for the traffic (default: 'percent_delta') ('percent_delta', 'bps', 'counter'). =item B<--units-errors> -Units of thresholds for errors/discards (Default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). +Units of thresholds for errors/discards (default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). =item B<--units-cast> -Units of thresholds for communication types (Default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). +Units of thresholds for communication types (default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). =item B<--nagvis-perfdata> @@ -115,7 +115,7 @@ Display traffic perfdata to be compatible with nagvis widget. =item B<--interface> -Set the interface (number expected) ex: 1,2,... (empty means 'check all interfaces'). +Set the interface (number expected) example: 1,2,... (empty means 'check all interfaces'). =item B<--name> @@ -169,7 +169,7 @@ Add an OID to display. Modify the interface name displayed by using a regular expression. -Eg: adding --display-transform-src='eth' --display-transform-dst='ens' will replace all occurrences of 'eth' with 'ens' +Example: adding --display-transform-src='eth' --display-transform-dst='ens' will replace all occurrences of 'eth' with 'ens' =item B<--show-cache> diff --git a/src/network/fortinet/fortiswitch/snmp/mode/uptime.pm b/src/network/fortinet/fortiswitch/snmp/mode/uptime.pm index 7f5493fa5..a5ac7e0c4 100644 --- a/src/network/fortinet/fortiswitch/snmp/mode/uptime.pm +++ b/src/network/fortinet/fortiswitch/snmp/mode/uptime.pm @@ -66,7 +66,7 @@ With that option, we manage the counter going back. But there is a few chance we =item B<--reboot-window> -To be used with check-overload option. Time in milliseconds (Default: 5000) +To be used with check-overload option. Time in milliseconds (default: 5000) You increase the chance of not missing a reboot if you decrease that value. =item B<--unit> diff --git a/src/network/freebox/restapi/custom/api.pm b/src/network/freebox/restapi/custom/api.pm index ce681976a..11500e481 100644 --- a/src/network/freebox/restapi/custom/api.pm +++ b/src/network/freebox/restapi/custom/api.pm @@ -252,7 +252,7 @@ Freebox Rest API custom mode =item B<--hostname> -Freebox hostname (Default: 'mafreebox.free.fr'). +Freebox hostname (default: 'mafreebox.free.fr'). =item B<--freebox-app-id> @@ -264,15 +264,15 @@ Freebox App Token. =item B<--freebox-api-version> -Freebox API version (Default: 'v4'). +Freebox API version (default: 'v4'). =item B<--timeout> -Set HTTP timeout in seconds (Default: '10'). +Set HTTP timeout in seconds (default: '10'). =item B<--resolution> -Selected data performance resolution in seconds (Default: '300'). +Selected data performance resolution in seconds (default: '300'). =back diff --git a/src/network/freebox/restapi/mode/system.pm b/src/network/freebox/restapi/mode/system.pm index 9a8533949..3364126cb 100644 --- a/src/network/freebox/restapi/mode/system.pm +++ b/src/network/freebox/restapi/mode/system.pm @@ -182,12 +182,12 @@ Example: --filter-counters='^temperature-cpum$' =item B<--warning-wifi-status> -Set warning threshold for wifi status (Default: '%{status} =~ /bad_param/i'). +Set warning threshold for wifi status (default: '%{status} =~ /bad_param/i'). You can use the following variables: %{status}, %{display} =item B<--critical-wifi-status> -Set critical threshold for wifi status (Default: '%{status} =~ /failed/i'). +Set critical threshold for wifi status (default: '%{status} =~ /failed/i'). You can use the following variables: %{status}, %{display} =item B<--warning-disk-status> @@ -197,7 +197,7 @@ You can use the following variables: %{status} =item B<--critical-disk-status> -Set critical threshold for disk status (Default: '%{status} =~ /error/i'). +Set critical threshold for disk status (default: '%{status} =~ /error/i'). You can use the following variables: %{status} =item B<--warning-*> B<--critical-*> diff --git a/src/network/fritzbox/upnp/custom/soap.pm b/src/network/fritzbox/upnp/custom/soap.pm index 4bef121ed..c1a2cd5bb 100644 --- a/src/network/fritzbox/upnp/custom/soap.pm +++ b/src/network/fritzbox/upnp/custom/soap.pm @@ -191,15 +191,15 @@ API hostname. =item B<--port> -API port (Default: 49000) +API port (default: 49000) =item B<--proto> -Specify https if needed (Default: 'http') +Specify https if needed (default: 'http') =item B<--agent> -Fritzbox has two different UPNP agents: upnp or igdupnp (Default: igdupnp). +Fritzbox has two different UPNP agents: upnp or igdupnp (default: igdupnp). =item B<--api-username> diff --git a/src/network/fritzbox/upnp/mode/system.pm b/src/network/fritzbox/upnp/mode/system.pm index 97eafbc6c..a3ccda363 100644 --- a/src/network/fritzbox/upnp/mode/system.pm +++ b/src/network/fritzbox/upnp/mode/system.pm @@ -157,7 +157,7 @@ Can use special variables like: %{connection_status}, %{link_status} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{link_status} !~ /^up$/i and %{connection_status} !~ /^connected$/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{link_status} !~ /^up$/i and %{connection_status} !~ /^connected$/i'). Can use special variables like: %{connection_status}, %{link_status} =item B<--unit> diff --git a/src/network/fritzbox/upnp/mode/traffic.pm b/src/network/fritzbox/upnp/mode/traffic.pm index 0c83d736d..b3edcfa6e 100644 --- a/src/network/fritzbox/upnp/mode/traffic.pm +++ b/src/network/fritzbox/upnp/mode/traffic.pm @@ -213,7 +213,7 @@ Example: --filter-counters='^connections$' =item B<--unit> -Unit of thresholds for the traffic (Default: 'percent_delta') ('percent_delta', 'bps', 'counter'). +Unit of thresholds for the traffic (default: 'percent_delta') ('percent_delta', 'bps', 'counter'). =item B<--warning-*> B<--critical-*> diff --git a/src/network/hirschmann/standard/snmp/mode/configuration.pm b/src/network/hirschmann/standard/snmp/mode/configuration.pm index 43a6fa1b9..44db5cd6d 100644 --- a/src/network/hirschmann/standard/snmp/mode/configuration.pm +++ b/src/network/hirschmann/standard/snmp/mode/configuration.pm @@ -113,7 +113,7 @@ Check configuration status. =item B<--warning-status> -Define the conditions to match for the status to be WARNING (Default : '%{config_status} =~ /notInSync|outOfSync/'). +Define the conditions to match for the status to be WARNING (default : '%{config_status} =~ /notInSync|outOfSync/'). You can use the following variables: %{config_status} =item B<--critical-status> diff --git a/src/network/hirschmann/standard/snmp/mode/hardware.pm b/src/network/hirschmann/standard/snmp/mode/hardware.pm index 6b7dd5fb9..25f6bb4cb 100644 --- a/src/network/hirschmann/standard/snmp/mode/hardware.pm +++ b/src/network/hirschmann/standard/snmp/mode/hardware.pm @@ -117,7 +117,7 @@ Check hardware. =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'fan', 'psu', 'temperature', 'led'. =item B<--filter> @@ -127,7 +127,7 @@ You can also exclude items from specific instances: --filter=fan,1.1 =item B<--absent-problem> -Return an error if an entity is not 'present' (default is skipping) (comma seperated list) +Return an error if an entity is not 'present' (default is skipping) (comma separated list) Can be specific or global: --absent-problem=psu,1.1 =item B<--no-component> diff --git a/src/network/hp/moonshot/snmp/mode/interfaces.pm b/src/network/hp/moonshot/snmp/mode/interfaces.pm index 9ca88b399..1e1cd35d3 100644 --- a/src/network/hp/moonshot/snmp/mode/interfaces.pm +++ b/src/network/hp/moonshot/snmp/mode/interfaces.pm @@ -45,7 +45,7 @@ Check interfaces. =item B<--add-global> -Check global port statistics (By default if no --add-* option is set). +Check global port statistics (by default if no --add-* option is set). =item B<--add-status> @@ -77,7 +77,7 @@ Check interface data volume between two checks (not supposed to be graphed, usef =item B<--check-metrics> -If the expression is true, metrics are checked (Default: '%{opstatus} eq "up"'). +If the expression is true, metrics are checked (default: '%{opstatus} eq "up"'). =item B<--warning-status> @@ -86,7 +86,7 @@ You can use the following variables: %{admstatus}, %{opstatus}, %{duplexstatus}, =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{admstatus} eq "up" and %{opstatus} ne "up"'). +Define the conditions to match for the status to be CRITICAL (default: '%{admstatus} eq "up" and %{opstatus} ne "up"'). You can use the following variables: %{admstatus}, %{opstatus}, %{duplexstatus}, %{display} =item B<--warning-*> B<--critical-*> @@ -99,15 +99,15 @@ Can be: 'total-port', 'total-admin-up', 'total-admin-down', 'total-oper-up', 'to =item B<--units-traffic> -Units of thresholds for the traffic (Default: 'percent_delta') ('percent_delta', 'bps', 'counter'). +Units of thresholds for the traffic (default: 'percent_delta') ('percent_delta', 'bps', 'counter'). =item B<--units-errors> -Units of thresholds for errors/discards (Default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). +Units of thresholds for errors/discards (default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). =item B<--units-cast> -Units of thresholds for communication types (Default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). +Units of thresholds for communication types (default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). =item B<--nagvis-perfdata> @@ -115,7 +115,7 @@ Display traffic perfdata to be compatible with nagvis widget. =item B<--interface> -Set the interface (number expected) ex: 1,2,... (empty means 'check all interfaces'). +Set the interface (number expected) example: 1,2,... (empty means 'check all interfaces'). =item B<--name> @@ -169,7 +169,7 @@ Add an OID to display. Modify the interface name displayed by using a regular expression. -Eg: adding --display-transform-src='eth' --display-transform-dst='ens' will replace all occurrences of 'eth' with 'ens' +Example: adding --display-transform-src='eth' --display-transform-dst='ens' will replace all occurrences of 'eth' with 'ens' =item B<--show-cache> diff --git a/src/network/hp/procurve/snmp/mode/environment.pm b/src/network/hp/procurve/snmp/mode/environment.pm index 683f155a6..890558a11 100644 --- a/src/network/hp/procurve/snmp/mode/environment.pm +++ b/src/network/hp/procurve/snmp/mode/environment.pm @@ -96,7 +96,7 @@ Check sensors (hpicfChassis.mib). =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'fan', 'psu', 'sensor', 'temperature'. =item B<--filter> @@ -106,7 +106,7 @@ You can also exclude items from specific instances: --filter=sensor,fan.1 =item B<--absent-problem> -Return an error if an entity is not 'present' (default is skipping) (comma seperated list) +Return an error if an entity is not 'present' (default is skipping) (comma separated list) Can be specific or global: --absent-problem=sensor,temperature.2 =item B<--no-component> diff --git a/src/network/hp/procurve/snmp/mode/interfaces.pm b/src/network/hp/procurve/snmp/mode/interfaces.pm index 8aba5b83c..8c8ecd402 100644 --- a/src/network/hp/procurve/snmp/mode/interfaces.pm +++ b/src/network/hp/procurve/snmp/mode/interfaces.pm @@ -258,7 +258,7 @@ Check interfaces. =item B<--add-global> -Check global port statistics (By default if no --add-* option is set). +Check global port statistics (by default if no --add-* option is set). =item B<--add-status> @@ -298,7 +298,7 @@ Check interface optical metrics. =item B<--check-metrics> -If the expression is true, metrics are checked (Default: '%{opstatus} eq "up"'). +If the expression is true, metrics are checked (default: '%{opstatus} eq "up"'). =item B<--warning-status> @@ -307,7 +307,7 @@ You can use the following variables: %{admstatus}, %{opstatus}, %{duplexstatus}, =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{admstatus} eq "up" and %{opstatus} ne "up"'). +Define the conditions to match for the status to be CRITICAL (default: '%{admstatus} eq "up" and %{opstatus} ne "up"'). You can use the following variables: %{admstatus}, %{opstatus}, %{duplexstatus}, %{display} =item B<--warning-poe-status> @@ -332,15 +332,15 @@ And also: 'input-power' (dBm), 'bias-current' (mA), 'output-power' (dBm), 'volta =item B<--units-traffic> -Units of thresholds for the traffic (Default: 'percent_delta') ('percent_delta', 'bps', 'counter'). +Units of thresholds for the traffic (default: 'percent_delta') ('percent_delta', 'bps', 'counter'). =item B<--units-errors> -Units of thresholds for errors/discards (Default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). +Units of thresholds for errors/discards (default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). =item B<--units-cast> -Units of thresholds for communication types (Default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). +Units of thresholds for communication types (default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). =item B<--nagvis-perfdata> @@ -348,7 +348,7 @@ Display traffic perfdata to be compatible with nagvis widget. =item B<--interface> -Set the interface (number expected) ex: 1,2,... (empty means 'check all interfaces'). +Set the interface (number expected) example: 1,2,... (empty means 'check all interfaces'). =item B<--name> @@ -390,7 +390,7 @@ Add an OID to display. Modify the interface name displayed by using a regular expression. -Eg: adding --display-transform-src='eth' --display-transform-dst='ens' will replace all occurrences of 'eth' with 'ens' +Example: adding --display-transform-src='eth' --display-transform-dst='ens' will replace all occurrences of 'eth' with 'ens' =item B<--show-cache> diff --git a/src/network/hp/procurve/snmp/mode/virtualchassis.pm b/src/network/hp/procurve/snmp/mode/virtualchassis.pm index 9b1ce93ff..4a01b1e5e 100644 --- a/src/network/hp/procurve/snmp/mode/virtualchassis.pm +++ b/src/network/hp/procurve/snmp/mode/virtualchassis.pm @@ -333,7 +333,7 @@ You can use the following variables: %{status} =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} =item B<--unknown-member-status> @@ -348,7 +348,7 @@ You can use the following variables: %{state}, %{stateLast} =item B<--critical-member-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{state} ne %{stateLast} || %{state} =~ /communicationFailure|incompatibleOS/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{state} ne %{stateLast} || %{state} =~ /communicationFailure|incompatibleOS/i'). You can use the following variables: %{state}, %{stateLast} =item B<--unknown-link-status> @@ -363,7 +363,7 @@ You can use the following variables: %{link_status}, %{display} =item B<--critical-link-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{link_status} eq "down"'). +Define the conditions to match for the status to be CRITICAL (default: '%{link_status} eq "down"'). You can use the following variables: %{link_status}, %{display} =item B<--warning-*> B<--critical-*> diff --git a/src/network/hp/vc/snmp/mode/hardware.pm b/src/network/hp/vc/snmp/mode/hardware.pm index 47f83db76..6b87f5f19 100644 --- a/src/network/hp/vc/snmp/mode/hardware.pm +++ b/src/network/hp/vc/snmp/mode/hardware.pm @@ -86,7 +86,7 @@ Check Hardware. =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'domain', 'enclosure', 'module', 'moduleport', 'port', 'physicalserver', 'enet', 'fc', 'profile'. =item B<--filter> diff --git a/src/network/huawei/snmp/mode/hardware.pm b/src/network/huawei/snmp/mode/hardware.pm index c88f6b399..a5c170d75 100644 --- a/src/network/huawei/snmp/mode/hardware.pm +++ b/src/network/huawei/snmp/mode/hardware.pm @@ -152,7 +152,7 @@ Check hardware. =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'fan'. =item B<--filter> @@ -162,7 +162,7 @@ You can also exclude items from specific instances: --filter=fan,1.0 =item B<--absent-problem> -Return an error if an entity is not 'present' (default is skipping) (comma seperated list) +Return an error if an entity is not 'present' (default is skipping) (comma separated list) Can be specific or global: --absent-problem=fan,1.0 =item B<--no-component> @@ -187,7 +187,7 @@ Example: --critical='fan,.*,45' =item B<--reload-cache-time> -Time in seconds before reloading cache file (Default: 180). +Time in seconds before reloading cache file (default: 180). Use '-1' to disable cache reload. =back diff --git a/src/network/huawei/snmp/mode/interfaces.pm b/src/network/huawei/snmp/mode/interfaces.pm index db7407f34..bdc928165 100644 --- a/src/network/huawei/snmp/mode/interfaces.pm +++ b/src/network/huawei/snmp/mode/interfaces.pm @@ -173,7 +173,7 @@ Check interfaces. =item B<--add-global> -Check global port statistics (By default if no --add-* option is set). +Check global port statistics (by default if no --add-* option is set). =item B<--add-status> @@ -209,7 +209,7 @@ Check interface optical metrics. =item B<--check-metrics> -If the expression is true, metrics are checked (Default: '%{opstatus} eq "up"'). +If the expression is true, metrics are checked (default: '%{opstatus} eq "up"'). =item B<--warning-status> @@ -218,7 +218,7 @@ You can use the following variables: %{admstatus}, %{opstatus}, %{duplexstatus}, =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{admstatus} eq "up" and %{opstatus} ne "up"'). +Define the conditions to match for the status to be CRITICAL (default: '%{admstatus} eq "up" and %{opstatus} ne "up"'). You can use the following variables: %{admstatus}, %{opstatus}, %{duplexstatus}, %{display} =item B<--warning-errors> @@ -241,15 +241,15 @@ And also: 'input-power' (dBm), 'bias-current' (mA), 'output-power' (dBm), 'modul =item B<--units-traffic> -Units of thresholds for the traffic (Default: 'percent_delta') ('percent_delta', 'bps', 'counter'). +Units of thresholds for the traffic (default: 'percent_delta') ('percent_delta', 'bps', 'counter'). =item B<--units-errors> -Units of thresholds for errors/discards (Default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). +Units of thresholds for errors/discards (default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). =item B<--units-cast> -Units of thresholds for communication types (Default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). +Units of thresholds for communication types (default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). =item B<--nagvis-perfdata> @@ -257,7 +257,7 @@ Display traffic perfdata to be compatible with nagvis widget. =item B<--interface> -Set the interface (number expected) ex: 1,2,... (empty means 'check all interfaces'). +Set the interface (number expected) example: 1,2,... (empty means 'check all interfaces'). =item B<--name> @@ -299,7 +299,7 @@ Add an OID to display. Modify the interface name displayed by using a regular expression. -Eg: adding --display-transform-src='eth' --display-transform-dst='ens' will replace all occurrences of 'eth' with 'ens' +Example: adding --display-transform-src='eth' --display-transform-dst='ens' will replace all occurrences of 'eth' with 'ens' =item B<--show-cache> diff --git a/src/network/infoblox/snmp/mode/services.pm b/src/network/infoblox/snmp/mode/services.pm index a19d4f3dd..4ffc4da0c 100644 --- a/src/network/infoblox/snmp/mode/services.pm +++ b/src/network/infoblox/snmp/mode/services.pm @@ -71,7 +71,7 @@ Check physical service status. =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'service'. =item B<--filter> diff --git a/src/network/juniper/common/junos/mode/bgppeerprefixstatistics.pm b/src/network/juniper/common/junos/mode/bgppeerprefixstatistics.pm index f2d86ce92..13a70f091 100644 --- a/src/network/juniper/common/junos/mode/bgppeerprefixstatistics.pm +++ b/src/network/juniper/common/junos/mode/bgppeerprefixstatistics.pm @@ -206,7 +206,7 @@ Check BGP peer prefixes per AFI/SAFI (BGP4-V2-MIB-JUNIPER) =item B<--filter-peer> -Filter by peer identifier (Can be regexp) +Filter by peer identifier (can be regexp) =item B<--warning-*> diff --git a/src/network/juniper/common/junos/mode/bgppeerstate.pm b/src/network/juniper/common/junos/mode/bgppeerstate.pm index d23b8b411..b0a858245 100644 --- a/src/network/juniper/common/junos/mode/bgppeerstate.pm +++ b/src/network/juniper/common/junos/mode/bgppeerstate.pm @@ -187,15 +187,15 @@ Check BGP peer state (BGP4-V2-MIB-JUNIPER) =item B<--filter-peer> -Filter by peer identifier (Can be regexp) +Filter by peer identifier (can be regexp) =item B<--filter-remote-ip> -Filter by remote ip address (Can be regexp) +Filter by remote ip address (can be regexp) =item B<--filter-local-as> -Filter by local AS (Can be regexp) +Filter by local AS (can be regexp) =item B<--warning-status> @@ -206,7 +206,7 @@ Can use special variables like %{peer_identifier}, %{peer_state}, %{peer_status} =item B<--critical-status> -Specify critical threshold (Default: '%{peer_status} =~ /running/ && %{peer_state} !~ /established/'). +Specify critical threshold (default: '%{peer_status} =~ /running/ && %{peer_state} !~ /established/'). Can use special variables like %{peer_identifier}, %{peer_state}, %{peer_status}, %{local_type}, %{local_ip}, %{local_port}, %{local_as}, %{remote_type}, %{remote_ip}, %{remote_port}, %{remote_as} diff --git a/src/network/juniper/common/junos/mode/cpu.pm b/src/network/juniper/common/junos/mode/cpu.pm index ca6379064..1dc01ee40 100644 --- a/src/network/juniper/common/junos/mode/cpu.pm +++ b/src/network/juniper/common/junos/mode/cpu.pm @@ -147,7 +147,7 @@ Check cpu usage. =item B<--filter> -Filter operating (Default: 'routing|fpc'). +Filter operating (default: 'routing|fpc'). =item B<--warning-*> B<--critical-*> diff --git a/src/network/juniper/common/junos/mode/hardware.pm b/src/network/juniper/common/junos/mode/hardware.pm index 0015211bd..0e5a4f089 100644 --- a/src/network/juniper/common/junos/mode/hardware.pm +++ b/src/network/juniper/common/junos/mode/hardware.pm @@ -206,7 +206,7 @@ Check Hardware (JUNIPER-MIB) (frus, operating). =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'fru', 'operating', 'alarm'. =item B<--add-name-instance> @@ -220,7 +220,7 @@ You can also exclude items from specific instances: --filter=fru,7.3.0.0 =item B<--absent-problem> -Return an error if an entity is not 'present' (default is skipping) (comma seperated list) +Return an error if an entity is not 'present' (default is skipping) (comma separated list) Can be specific or global: --absent-problem=fru,7.1.0.0 =item B<--no-component> @@ -245,7 +245,7 @@ Example: --critical='operating-temperature,.*,40' =item B<--reload-cache-time> -Time in minutes before reloading cache file (Default: 180). +Time in minutes before reloading cache file (default: 180). Use '-1' to disable cache reload. =back diff --git a/src/network/juniper/common/junos/mode/interfaces.pm b/src/network/juniper/common/junos/mode/interfaces.pm index ae5f1c6d5..2b7ef8972 100644 --- a/src/network/juniper/common/junos/mode/interfaces.pm +++ b/src/network/juniper/common/junos/mode/interfaces.pm @@ -248,7 +248,7 @@ Check interfaces. =item B<--add-global> -Check global port statistics (By default if no --add-* option is set). +Check global port statistics (by default if no --add-* option is set). =item B<--add-status> @@ -284,7 +284,7 @@ Check interface optical metrics. =item B<--check-metrics> -If the expression is true, metrics are checked (Default: '%{opstatus} eq "up"'). +If the expression is true, metrics are checked (default: '%{opstatus} eq "up"'). =item B<--warning-status> @@ -293,7 +293,7 @@ You can use the following variables: %{admstatus}, %{opstatus}, %{duplexstatus}, =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{admstatus} eq "up" and %{opstatus} ne "up"'). +Define the conditions to match for the status to be CRITICAL (default: '%{admstatus} eq "up" and %{opstatus} ne "up"'). You can use the following variables: %{admstatus}, %{opstatus}, %{duplexstatus}, %{display} =item B<--warning-errors> @@ -316,15 +316,15 @@ And also: 'fcs-errors (%)', 'input-power' (dBm), 'bias-current' (mA), 'output-po =item B<--units-traffic> -Units of thresholds for the traffic (Default: 'percent_delta') ('percent_delta', 'bps', 'counter'). +Units of thresholds for the traffic (default: 'percent_delta') ('percent_delta', 'bps', 'counter'). =item B<--units-errors> -Units of thresholds for errors/discards (Default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). +Units of thresholds for errors/discards (default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). =item B<--units-cast> -Units of thresholds for communication types (Default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). +Units of thresholds for communication types (default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). =item B<--nagvis-perfdata> @@ -332,7 +332,7 @@ Display traffic perfdata to be compatible with nagvis widget. =item B<--interface> -Set the interface (number expected) ex: 1,2,... (empty means 'check all interfaces'). +Set the interface (number expected) example: 1,2,... (empty means 'check all interfaces'). =item B<--name> @@ -374,7 +374,7 @@ Add an OID to display. Modify the interface name displayed by using a regular expression. -Eg: adding --display-transform-src='eth' --display-transform-dst='ens' will replace all occurrences of 'eth' with 'ens' +Example: adding --display-transform-src='eth' --display-transform-dst='ens' will replace all occurrences of 'eth' with 'ens' =item B<--show-cache> diff --git a/src/network/juniper/common/junos/mode/ipsectunnel.pm b/src/network/juniper/common/junos/mode/ipsectunnel.pm index 5a22eb01b..c363cf261 100644 --- a/src/network/juniper/common/junos/mode/ipsectunnel.pm +++ b/src/network/juniper/common/junos/mode/ipsectunnel.pm @@ -248,17 +248,17 @@ Example: --filter-counters='tunnels-total' =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: %{ike_state}, %{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: %{ike_state}, %{display} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{ike_state} eq "down"'). +Define the conditions to match for the status to be CRITICAL (default: '%{ike_state} eq "down"'). You can use the following variables: %{ike_state}, %{display} =item B<--warning-*> B<--critical-*> diff --git a/src/network/juniper/common/junos/mode/ldpsessionstatus.pm b/src/network/juniper/common/junos/mode/ldpsessionstatus.pm index 44881a68b..d2de30370 100644 --- a/src/network/juniper/common/junos/mode/ldpsessionstatus.pm +++ b/src/network/juniper/common/junos/mode/ldpsessionstatus.pm @@ -175,12 +175,12 @@ Can be: 'entity', 'peer' (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: %{state} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{state} !~ /operational/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{state} !~ /operational/i'). You can use the following variables: %{state} =item B<--warning-last-change> diff --git a/src/network/juniper/common/junos/mode/lspstatus.pm b/src/network/juniper/common/junos/mode/lspstatus.pm index 76f40b3bf..c476e422e 100644 --- a/src/network/juniper/common/junos/mode/lspstatus.pm +++ b/src/network/juniper/common/junos/mode/lspstatus.pm @@ -196,12 +196,12 @@ Can be: 'name', 'from', 'to' (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: %{state} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{state} !~ /up/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{state} !~ /up/i'). You can use the following variables: %{state} =item B<--warning-*> diff --git a/src/network/juniper/common/junos/mode/memory.pm b/src/network/juniper/common/junos/mode/memory.pm index 734b20f10..967d757a7 100644 --- a/src/network/juniper/common/junos/mode/memory.pm +++ b/src/network/juniper/common/junos/mode/memory.pm @@ -150,7 +150,7 @@ Check memory usage. =item B<--filter> -Filter operating (Default: 'routing|fpc'). +Filter operating (default: 'routing|fpc'). =item B<--warning-*> B<--critical-*> diff --git a/src/network/juniper/common/junos/mode/rsvpsessionstatus.pm b/src/network/juniper/common/junos/mode/rsvpsessionstatus.pm index dec68b4c5..f7da3e7a7 100644 --- a/src/network/juniper/common/junos/mode/rsvpsessionstatus.pm +++ b/src/network/juniper/common/junos/mode/rsvpsessionstatus.pm @@ -169,12 +169,12 @@ Can be: 'name', 'from', 'to' (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: %{state} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{state} !~ /up/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{state} !~ /up/i'). You can use the following variables: %{state} =back diff --git a/src/network/juniper/common/junos/mode/stack.pm b/src/network/juniper/common/junos/mode/stack.pm index af13ea2ee..137fbbda2 100644 --- a/src/network/juniper/common/junos/mode/stack.pm +++ b/src/network/juniper/common/junos/mode/stack.pm @@ -213,32 +213,32 @@ Check stack members. =item B<--unknown-member-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: %{role}, %{roleLast} =item B<--warning-member-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: %{role}, %{roleLast} =item B<--critical-member-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{role} ne %{roleLast}'). +Define the conditions to match for the status to be CRITICAL (default: '%{role} ne %{roleLast}'). You can use the following variables: %{role}, %{roleLast} =item B<--unknown-port-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: %{admin_status}, %{oper_status}, %{display} =item B<--warning-port-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: %{admin_status}, %{oper_status}, %{display} =item B<--critical-port-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{admin_status} eq "up" and %{oper_status} ne "up"'). +Define the conditions to match for the status to be CRITICAL (default: '%{admin_status} eq "up" and %{oper_status} ne "up"'). You can use the following variables: %{admin_status}, %{oper_status}, %{display} =back diff --git a/src/network/juniper/common/screenos/snmp/mode/hardware.pm b/src/network/juniper/common/screenos/snmp/mode/hardware.pm index e63e12144..c54ff1f7b 100644 --- a/src/network/juniper/common/screenos/snmp/mode/hardware.pm +++ b/src/network/juniper/common/screenos/snmp/mode/hardware.pm @@ -81,12 +81,12 @@ Check hardware (fans, power supplies). =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'fan', 'psu', 'module', 'temperature'. =item B<--filter> -Exclude some parts (Example: --filter=psu --filter=module) +Exclude some parts (example: --filter=psu --filter=module) You can also exclude items from specific instances: --filter=fan,1 =item B<--no-component> diff --git a/src/network/juniper/common/screenos/snmp/mode/nsrp.pm b/src/network/juniper/common/screenos/snmp/mode/nsrp.pm index 2888011f3..2799c0126 100644 --- a/src/network/juniper/common/screenos/snmp/mode/nsrp.pm +++ b/src/network/juniper/common/screenos/snmp/mode/nsrp.pm @@ -185,7 +185,7 @@ Check nsrp groups. =item B<--unknown-status> -Define the conditions to match for the status to be UNKNOWN (Default: '%{status} =~ /undefined/i'). +Define the conditions to match for the status to be UNKNOWN (default: '%{status} =~ /undefined/i'). You can use the following variables: %{status}, %{statusLast} =item B<--warning-status> @@ -195,7 +195,7 @@ You can use the following variables: %{status}, %{statusLast} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} =~ /ineligible|inoperable/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} =~ /ineligible|inoperable/i'). You can use the following variables: %{status}, %{statusLast} =item B<--warning-*> B<--critical-*> diff --git a/src/network/juniper/common/screenos/snmp/mode/vpnstatus.pm b/src/network/juniper/common/screenos/snmp/mode/vpnstatus.pm index e74bf8967..979c18940 100644 --- a/src/network/juniper/common/screenos/snmp/mode/vpnstatus.pm +++ b/src/network/juniper/common/screenos/snmp/mode/vpnstatus.pm @@ -170,16 +170,16 @@ You can use the following variables: %{p1state}, %{p2state} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{p1state} eq "inactive" || %{p2state} eq "inactive"'). +Define the conditions to match for the status to be CRITICAL (default: '%{p1state} eq "inactive" || %{p2state} eq "inactive"'). You can use the following variables: %{p1state}, %{p2state} =item B<--warning-update-time> -Warning threshold for update time (in secondes). +Warning threshold for update time (in seconds). =item B<--critical-update-time> -Critical threshold for update time (in secondes). +Critical threshold for update time (in seconds). =back diff --git a/src/network/juniper/trapeze/snmp/mode/apstatus.pm b/src/network/juniper/trapeze/snmp/mode/apstatus.pm index b60d44268..f3295ae58 100644 --- a/src/network/juniper/trapeze/snmp/mode/apstatus.pm +++ b/src/network/juniper/trapeze/snmp/mode/apstatus.pm @@ -182,7 +182,7 @@ You can use the following variables: %{opstatus}, %{display} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{opstatus} !~ /init|redundant|operationnal/'). +Define the conditions to match for the status to be CRITICAL (default: '%{opstatus} !~ /init|redundant|operationnal/'). You can use the following variables: %{opstatus}, %{display} =item B<--warning-total> diff --git a/src/network/kemp/snmp/mode/hastatus.pm b/src/network/kemp/snmp/mode/hastatus.pm index 818bff6d6..708760295 100644 --- a/src/network/kemp/snmp/mode/hastatus.pm +++ b/src/network/kemp/snmp/mode/hastatus.pm @@ -150,22 +150,22 @@ Example: --filter-counters='^ha-status$' =item B<--warning-ha-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: %{status}, %{display} =item B<--critical-ha-status> -Define the conditions to match for the status to be CRITICAL (Default: none). +Define the conditions to match for the status to be CRITICAL (default: none). You can use the following variables: %{status}, %{display} =item B<--warning-sync-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: %{status}, %{display} =item B<--critical-sync-status> -Define the conditions to match for the status to be CRITICAL (Default: none). +Define the conditions to match for the status to be CRITICAL (default: none). You can use the following variables: %{status}, %{display} =back diff --git a/src/network/kemp/snmp/mode/rsstatus.pm b/src/network/kemp/snmp/mode/rsstatus.pm index cff4a60ca..3b072cc4e 100644 --- a/src/network/kemp/snmp/mode/rsstatus.pm +++ b/src/network/kemp/snmp/mode/rsstatus.pm @@ -195,7 +195,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} !~ /inService|disabled/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} !~ /inService|disabled/i'). You can use the following variables: %{status}, %{display} =item B<--warning-*> diff --git a/src/network/kemp/snmp/mode/vsstatus.pm b/src/network/kemp/snmp/mode/vsstatus.pm index 6891bcee6..f9cd82141 100644 --- a/src/network/kemp/snmp/mode/vsstatus.pm +++ b/src/network/kemp/snmp/mode/vsstatus.pm @@ -193,7 +193,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} !~ /inService|disabled|redirect/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} !~ /inService|disabled|redirect/i'). You can use the following variables: %{status}, %{display} =item B<--warning-*> diff --git a/src/network/keysight/nvos/restapi/custom/api.pm b/src/network/keysight/nvos/restapi/custom/api.pm index ec694c9b7..5495efaee 100644 --- a/src/network/keysight/nvos/restapi/custom/api.pm +++ b/src/network/keysight/nvos/restapi/custom/api.pm @@ -185,11 +185,11 @@ Set hostname. =item B<--port> -Port used (Default: 8000) +Port used (default: 8000) =item B<--proto> -Specify https if needed (Default: 'https') +Specify https if needed (default: 'https') =item B<--api-username> @@ -201,7 +201,7 @@ API password. =item B<--timeout> -Set timeout in seconds (Default: 50). +Set timeout in seconds (default: 50). =back diff --git a/src/network/keysight/nvos/restapi/mode/hardware.pm b/src/network/keysight/nvos/restapi/mode/hardware.pm index 6eb94b5b1..2bc9dc038 100644 --- a/src/network/keysight/nvos/restapi/mode/hardware.pm +++ b/src/network/keysight/nvos/restapi/mode/hardware.pm @@ -162,17 +162,17 @@ Check hardware. =item B<--unknown-temperature-status> -Define the conditions to match for the status to be UNKNOWN (Default : '%{status} eq "unknown"'). +Define the conditions to match for the status to be UNKNOWN (default : '%{status} eq "unknown"'). You can use the following variables: %{status}, %{class} =item B<--warning-temperature-status> -Define the conditions to match for the status to be WARNING (Default : '%{status} eq "warn"'). +Define the conditions to match for the status to be WARNING (default : '%{status} eq "warn"'). You can use the following variables: %{status}, %{class} =item B<--critical-temperature-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} eq "hot"'); +Define the conditions to match for the status to be CRITICAL (default: '%{status} eq "hot"'); You can use the following variables: %{status}, %{class} =item B<--unknown-psu-status> @@ -187,7 +187,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} eq "bad"'); +Define the conditions to match for the status to be CRITICAL (default: '%{status} eq "bad"'); You can use the following variables: %{status}, %{name} =item B<--warning-*> B<--critical-*> diff --git a/src/network/keysight/nvos/restapi/mode/ports.pm b/src/network/keysight/nvos/restapi/mode/ports.pm index beb371311..052e8ae0c 100644 --- a/src/network/keysight/nvos/restapi/mode/ports.pm +++ b/src/network/keysight/nvos/restapi/mode/ports.pm @@ -257,7 +257,7 @@ You can use the following variables: %{status}, %{name} =item B<--warning-license-status> -Define the conditions to match for the status to be WARNING (Default: '%{status} =~ /invalid_software_version/'). +Define the conditions to match for the status to be WARNING (default: '%{status} =~ /invalid_software_version/'). You can use the following variables: %{status}, %{name} =item B<--critical-license-status> @@ -277,7 +277,7 @@ You can use the following variables: %{adminStatus}, %{operationalStatus}, %{nam =item B<--critical-link-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{adminStatus} eq "enabled" and %{operationalStatus} ne "up"'). +Define the conditions to match for the status to be CRITICAL (default: '%{adminStatus} eq "enabled" and %{operationalStatus} ne "up"'). You can use the following variables: %{adminStatus}, %{operationalStatus}, %{name} =item B<--warning-*> B<--critical-*> diff --git a/src/network/keysight/nvos/restapi/mode/time.pm b/src/network/keysight/nvos/restapi/mode/time.pm index aabd7d899..b27d45b14 100644 --- a/src/network/keysight/nvos/restapi/mode/time.pm +++ b/src/network/keysight/nvos/restapi/mode/time.pm @@ -183,7 +183,7 @@ Set the NTP hostname (if not set, localtime is used). =item B<--ntp-port> -Set the NTP port (Default: 123). +Set the NTP port (default: 123). =item B<--timezone> diff --git a/src/network/lenovo/flexsystem/snmp/mode/environment.pm b/src/network/lenovo/flexsystem/snmp/mode/environment.pm index b18e07f66..242c63a4a 100644 --- a/src/network/lenovo/flexsystem/snmp/mode/environment.pm +++ b/src/network/lenovo/flexsystem/snmp/mode/environment.pm @@ -71,7 +71,7 @@ Check hardware. =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'faultled', 'temperature'. =item B<--no-component> diff --git a/src/network/lenovo/rackswitch/snmp/mode/hardware.pm b/src/network/lenovo/rackswitch/snmp/mode/hardware.pm index 7dd2dd5ac..98034d9c8 100644 --- a/src/network/lenovo/rackswitch/snmp/mode/hardware.pm +++ b/src/network/lenovo/rackswitch/snmp/mode/hardware.pm @@ -141,12 +141,12 @@ You can use the following variables: %{status} =item B<--warning-status> -Define the conditions to match for the status to be WARNING (Default: '%{status} eq "noncritical"'). +Define the conditions to match for the status to be WARNING (default: '%{status} eq "noncritical"'). You can use the following variables: %{status} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} eq "critical"'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} eq "critical"'). You can use the following variables: %{status} =item B<--warning-*> B<--critical-*> diff --git a/src/network/lenovo/rackswitch/snmp/mode/interfaces.pm b/src/network/lenovo/rackswitch/snmp/mode/interfaces.pm index 1b964fa19..2df013b73 100644 --- a/src/network/lenovo/rackswitch/snmp/mode/interfaces.pm +++ b/src/network/lenovo/rackswitch/snmp/mode/interfaces.pm @@ -45,7 +45,7 @@ Check interfaces. =item B<--add-global> -Check global port statistics (By default if no --add-* option is set). +Check global port statistics (by default if no --add-* option is set). =item B<--add-status> @@ -77,7 +77,7 @@ Check interface data volume between two checks (not supposed to be graphed, usef =item B<--check-metrics> -If the expression is true, metrics are checked (Default: '%{opstatus} eq "up"'). +If the expression is true, metrics are checked (default: '%{opstatus} eq "up"'). =item B<--warning-status> @@ -86,7 +86,7 @@ You can use the following variables: %{admstatus}, %{opstatus}, %{duplexstatus}, =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{admstatus} eq "up" and %{opstatus} ne "up"'). +Define the conditions to match for the status to be CRITICAL (default: '%{admstatus} eq "up" and %{opstatus} ne "up"'). You can use the following variables: %{admstatus}, %{opstatus}, %{duplexstatus}, %{display} =item B<--warning-*> B<--critical-*> @@ -99,15 +99,15 @@ Can be: 'total-port', 'total-admin-up', 'total-admin-down', 'total-oper-up', 'to =item B<--units-traffic> -Units of thresholds for the traffic (Default: 'percent_delta') ('percent_delta', 'bps', 'counter'). +Units of thresholds for the traffic (default: 'percent_delta') ('percent_delta', 'bps', 'counter'). =item B<--units-errors> -Units of thresholds for errors/discards (Default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). +Units of thresholds for errors/discards (default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). =item B<--units-cast> -Units of thresholds for communication types (Default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). +Units of thresholds for communication types (default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). =item B<--nagvis-perfdata> @@ -115,7 +115,7 @@ Display traffic perfdata to be compatible with nagvis widget. =item B<--interface> -Set the interface (number expected) ex: 1,2,... (empty means 'check all interfaces'). +Set the interface (number expected) example: 1,2,... (empty means 'check all interfaces'). =item B<--name> @@ -169,7 +169,7 @@ Add an OID to display. Modify the interface name displayed by using a regular expression. -Eg: adding --display-transform-src='eth' --display-transform-dst='ens' will replace all occurrences of 'eth' with 'ens' +Example: adding --display-transform-src='eth' --display-transform-dst='ens' will replace all occurrences of 'eth' with 'ens' =item B<--show-cache> diff --git a/src/network/lenovo/rackswitch/snmp/mode/uptime.pm b/src/network/lenovo/rackswitch/snmp/mode/uptime.pm index 0b292c4ab..cda7ef998 100644 --- a/src/network/lenovo/rackswitch/snmp/mode/uptime.pm +++ b/src/network/lenovo/rackswitch/snmp/mode/uptime.pm @@ -66,7 +66,7 @@ With that option, we manage the counter going back. But there is a few chance we =item B<--reboot-window> -To be used with check-overload option. Time in milliseconds (Default: 5000) +To be used with check-overload option. Time in milliseconds (default: 5000) You increase the chance of not missing a reboot if you decrease that value. =item B<--unit> diff --git a/src/network/libraesva/snmp/mode/interfaces.pm b/src/network/libraesva/snmp/mode/interfaces.pm index d2d56bef7..434044d6b 100644 --- a/src/network/libraesva/snmp/mode/interfaces.pm +++ b/src/network/libraesva/snmp/mode/interfaces.pm @@ -45,7 +45,7 @@ Check interfaces. =item B<--add-global> -Check global port statistics (By default if no --add-* option is set). +Check global port statistics (by default if no --add-* option is set). =item B<--add-status> @@ -77,7 +77,7 @@ Check interface data volume between two checks (not supposed to be graphed, usef =item B<--check-metrics> -If the expression is true, metrics are checked (Default: '%{opstatus} eq "up"'). +If the expression is true, metrics are checked (default: '%{opstatus} eq "up"'). =item B<--warning-status> @@ -86,7 +86,7 @@ You can use the following variables: %{admstatus}, %{opstatus}, %{duplexstatus}, =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{admstatus} eq "up" and %{opstatus} ne "up"'). +Define the conditions to match for the status to be CRITICAL (default: '%{admstatus} eq "up" and %{opstatus} ne "up"'). You can use the following variables: %{admstatus}, %{opstatus}, %{duplexstatus}, %{display} =item B<--warning-*> B<--critical-*> @@ -99,15 +99,15 @@ Can be: 'total-port', 'total-admin-up', 'total-admin-down', 'total-oper-up', 'to =item B<--units-traffic> -Units of thresholds for the traffic (Default: 'percent_delta') ('percent_delta', 'bps', 'counter'). +Units of thresholds for the traffic (default: 'percent_delta') ('percent_delta', 'bps', 'counter'). =item B<--units-errors> -Units of thresholds for errors/discards (Default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). +Units of thresholds for errors/discards (default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). =item B<--units-cast> -Units of thresholds for communication types (Default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). +Units of thresholds for communication types (default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). =item B<--nagvis-perfdata> @@ -115,7 +115,7 @@ Display traffic perfdata to be compatible with nagvis widget. =item B<--interface> -Set the interface (number expected) ex: 1,2,... (empty means 'check all interfaces'). +Set the interface (number expected) example: 1,2,... (empty means 'check all interfaces'). =item B<--name> @@ -169,7 +169,7 @@ Add an OID to display. Modify the interface name displayed by using a regular expression. -Eg: adding --display-transform-src='eth' --display-transform-dst='ens' will replace all occurrences of 'eth' with 'ens' +Example: adding --display-transform-src='eth' --display-transform-dst='ens' will replace all occurrences of 'eth' with 'ens' =item B<--show-cache> diff --git a/src/network/libraesva/snmp/mode/memory.pm b/src/network/libraesva/snmp/mode/memory.pm index aeef08432..15f8b88ce 100644 --- a/src/network/libraesva/snmp/mode/memory.pm +++ b/src/network/libraesva/snmp/mode/memory.pm @@ -45,11 +45,11 @@ Check memory usage (UCD-SNMP-MIB). =item B<--units> -Units of thresholds (Default: '%') ('%', 'absolute') (Deprecated. Please use new counters directly) +Units of thresholds (default: '%') ('%', 'absolute') (deprecated. Please use new counters directly) =item B<--free> -Thresholds are on free space left (Deprecated. Please use new counters directly) +Thresholds are on free space left (deprecated. Please use new counters directly) =item B<--swap> diff --git a/src/network/libraesva/snmp/mode/storage.pm b/src/network/libraesva/snmp/mode/storage.pm index e4a4d9502..832cd443b 100644 --- a/src/network/libraesva/snmp/mode/storage.pm +++ b/src/network/libraesva/snmp/mode/storage.pm @@ -64,7 +64,7 @@ Check storage access (readOnly, readWrite). =item B<--units> -Units of thresholds (Default: '%') ('%', 'B'). +Units of thresholds (default: '%') ('%', 'B'). =item B<--free> @@ -72,7 +72,7 @@ Thresholds are on free space left. =item B<--storage> -Set the storage (number expected) ex: 1, 2,... (empty means 'check all storage'). +Set the storage (number expected) example: 1, 2,... (empty means 'check all storage'). =item B<--name> @@ -106,7 +106,7 @@ Choose OID used to display storage (default: hrStorageDescr) (values: hrStorageD Modify the storage name displayed by using a regular expression. -Eg: adding --display-transform-src='dev' --display-transform-dst='run' will replace all occurrences of 'dev' with 'run' +Example: adding --display-transform-src='dev' --display-transform-dst='run' will replace all occurrences of 'dev' with 'run' =item B<--show-cache> @@ -115,7 +115,7 @@ Display cache storage datas. =item B<--space-reservation> Some filesystem has space reserved (like ext4 for root). -The value is in percent of total (Default: none) (results like 'df' command). +The value is in percent of total (default: none) (results like 'df' command). =item B<--filter-duplicate> @@ -123,7 +123,7 @@ Filter duplicate storages (in used size and total size). =item B<--filter-storage-type> -Filter storage types with a regexp (Default: '^(hrStorageFixedDisk|hrStorageNetworkDisk|hrFSBerkeleyFFS)$'). +Filter storage types with a regexp (default: '^(hrStorageFixedDisk|hrStorageNetworkDisk|hrFSBerkeleyFFS)$'). =back diff --git a/src/network/libraesva/snmp/mode/system.pm b/src/network/libraesva/snmp/mode/system.pm index 7fe75ebaa..e50e0d9ed 100644 --- a/src/network/libraesva/snmp/mode/system.pm +++ b/src/network/libraesva/snmp/mode/system.pm @@ -171,17 +171,17 @@ Example: --filter-counters='^mail-sent$' =item B<--unknown-cluster-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: %{cluster_status} =item B<--warning-cluster-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: %{cluster_status} =item B<--critical-cluster-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{cluster_status} =~ /error/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{cluster_status} =~ /error/i'). You can use the following variables: %{cluster_status} =item B<--warning-*> B<--critical-*> diff --git a/src/network/microsens/g6/snmp/mode/hardware.pm b/src/network/microsens/g6/snmp/mode/hardware.pm index 75ce63a70..71ee32119 100644 --- a/src/network/microsens/g6/snmp/mode/hardware.pm +++ b/src/network/microsens/g6/snmp/mode/hardware.pm @@ -110,7 +110,7 @@ Check hardware. =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'fan', 'psu', 'sdcard', 'temperature'. =item B<--filter> diff --git a/src/network/microsens/g6/snmp/mode/interfaces.pm b/src/network/microsens/g6/snmp/mode/interfaces.pm index 775ec2ca9..596462a48 100644 --- a/src/network/microsens/g6/snmp/mode/interfaces.pm +++ b/src/network/microsens/g6/snmp/mode/interfaces.pm @@ -45,7 +45,7 @@ Check interfaces. =item B<--add-global> -Check global port statistics (By default if no --add-* option is set). +Check global port statistics (by default if no --add-* option is set). =item B<--add-status> @@ -77,7 +77,7 @@ Check interface data volume between two checks (not supposed to be graphed, usef =item B<--check-metrics> -If the expression is true, metrics are checked (Default: '%{opstatus} eq "up"'). +If the expression is true, metrics are checked (default: '%{opstatus} eq "up"'). =item B<--warning-status> @@ -86,7 +86,7 @@ You can use the following variables: %{admstatus}, %{opstatus}, %{duplexstatus}, =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{admstatus} eq "up" and %{opstatus} ne "up"'). +Define the conditions to match for the status to be CRITICAL (default: '%{admstatus} eq "up" and %{opstatus} ne "up"'). You can use the following variables: %{admstatus}, %{opstatus}, %{duplexstatus}, %{display} =item B<--warning-*> B<--critical-*> @@ -99,15 +99,15 @@ Can be: 'total-port', 'total-admin-up', 'total-admin-down', 'total-oper-up', 'to =item B<--units-traffic> -Units of thresholds for the traffic (Default: 'percent_delta') ('percent_delta', 'bps', 'counter'). +Units of thresholds for the traffic (default: 'percent_delta') ('percent_delta', 'bps', 'counter'). =item B<--units-errors> -Units of thresholds for errors/discards (Default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). +Units of thresholds for errors/discards (default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). =item B<--units-cast> -Units of thresholds for communication types (Default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). +Units of thresholds for communication types (default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). =item B<--nagvis-perfdata> @@ -115,7 +115,7 @@ Display traffic perfdata to be compatible with nagvis widget. =item B<--interface> -Set the interface (number expected) ex: 1,2,... (empty means 'check all interfaces'). +Set the interface (number expected) example: 1,2,... (empty means 'check all interfaces'). =item B<--name> @@ -169,7 +169,7 @@ Add an OID to display. Modify the interface name displayed by using a regular expression. -Eg: adding --display-transform-src='eth' --display-transform-dst='ens' will replace all occurrences of 'eth' with 'ens' +Example: adding --display-transform-src='eth' --display-transform-dst='ens' will replace all occurrences of 'eth' with 'ens' =item B<--show-cache> diff --git a/src/network/microsens/g6/snmp/mode/memory.pm b/src/network/microsens/g6/snmp/mode/memory.pm index 3ea8a02bc..300f952b4 100644 --- a/src/network/microsens/g6/snmp/mode/memory.pm +++ b/src/network/microsens/g6/snmp/mode/memory.pm @@ -45,11 +45,11 @@ Check memory usage (UCD-SNMP-MIB). =item B<--units> -Units of thresholds (Default: '%') ('%', 'absolute') (Deprecated. Please use new counters directly) +Units of thresholds (default: '%') ('%', 'absolute') (deprecated. Please use new counters directly) =item B<--free> -Thresholds are on free space left (Deprecated. Please use new counters directly) +Thresholds are on free space left (deprecated. Please use new counters directly) =item B<--swap> diff --git a/src/network/microsens/g6/snmp/mode/sfp.pm b/src/network/microsens/g6/snmp/mode/sfp.pm index c47afd62d..001785ffc 100644 --- a/src/network/microsens/g6/snmp/mode/sfp.pm +++ b/src/network/microsens/g6/snmp/mode/sfp.pm @@ -202,7 +202,7 @@ You can use the following variables: %{status}, %{name}, %{location} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} =~ /txFailure|lossOfSignal|readError/'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} =~ /txFailure|lossOfSignal|readError/'). You can use the following variables: %{status}, %{port}, %{location} =item B<--warning-*> B<--critical-*> diff --git a/src/network/microsens/g6/snmp/mode/uptime.pm b/src/network/microsens/g6/snmp/mode/uptime.pm index ffb6e4db2..dc57773b9 100644 --- a/src/network/microsens/g6/snmp/mode/uptime.pm +++ b/src/network/microsens/g6/snmp/mode/uptime.pm @@ -66,7 +66,7 @@ With that option, we manage the counter going back. But there is a few chance we =item B<--reboot-window> -To be used with check-overload option. Time in milliseconds (Default: 5000) +To be used with check-overload option. Time in milliseconds (default: 5000) You increase the chance of not missing a reboot if you decrease that value. =item B<--unit> diff --git a/src/network/mikrotik/snmp/mode/disk.pm b/src/network/mikrotik/snmp/mode/disk.pm index ff9c7c565..ebd350cd0 100644 --- a/src/network/mikrotik/snmp/mode/disk.pm +++ b/src/network/mikrotik/snmp/mode/disk.pm @@ -65,7 +65,7 @@ Critical threshold. =item B<--units> -Units of thresholds (Default: '%') ('%', 'B'). +Units of thresholds (default: '%') ('%', 'B'). =item B<--free> @@ -73,7 +73,7 @@ Thresholds are on free space left. =item B<--storage> -Set the storage (number expected) ex: 1, 2,... (empty means 'check all storage'). +Set the storage (number expected) example: 1, 2,... (empty means 'check all storage'). =item B<--name> @@ -97,7 +97,7 @@ Display cache storage datas. =item B<--filter-storage-type> -Filter storage types with a regexp (Default: '^(?!(hrStorageRam)$)'). +Filter storage types with a regexp (default: '^(?!(hrStorageRam)$)'). =back diff --git a/src/network/mikrotik/snmp/mode/environment.pm b/src/network/mikrotik/snmp/mode/environment.pm index cab085f0f..9e8f0780c 100644 --- a/src/network/mikrotik/snmp/mode/environment.pm +++ b/src/network/mikrotik/snmp/mode/environment.pm @@ -81,7 +81,7 @@ Look for legacy (prior to RouterOS 6.47) OIDs. =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'current', 'fan', 'power', 'status', 'temperature', 'voltage'. =item B<--filter> diff --git a/src/network/mikrotik/snmp/mode/firmware.pm b/src/network/mikrotik/snmp/mode/firmware.pm index efe93c324..626948c31 100644 --- a/src/network/mikrotik/snmp/mode/firmware.pm +++ b/src/network/mikrotik/snmp/mode/firmware.pm @@ -100,7 +100,7 @@ Check firmware status. =item B<--warning-status> -Define the conditions to match for the status to be WARNING (Default : '%{firmware_version} ne %{software_version}'). +Define the conditions to match for the status to be WARNING (default : '%{firmware_version} ne %{software_version}'). You can use the following variables: %{model}, %{software_version}, %{firmware_version}, %{firmware_version_update} =item B<--critical-status> diff --git a/src/network/mikrotik/snmp/mode/interfaces.pm b/src/network/mikrotik/snmp/mode/interfaces.pm index ff7279a60..0a3156938 100644 --- a/src/network/mikrotik/snmp/mode/interfaces.pm +++ b/src/network/mikrotik/snmp/mode/interfaces.pm @@ -143,7 +143,7 @@ Check interfaces. =item B<--add-global> -Check global port statistics (By default if no --add-* option is set). +Check global port statistics (by default if no --add-* option is set). =item B<--add-status> @@ -175,7 +175,7 @@ Check interface data volume between two checks (not supposed to be graphed, usef =item B<--check-metrics> -If the expression is true, metrics are checked (Default: '%{opstatus} eq "up"'). +If the expression is true, metrics are checked (default: '%{opstatus} eq "up"'). =item B<--warning-status> @@ -184,7 +184,7 @@ You can use the following variables: %{admstatus}, %{opstatus}, %{duplexstatus}, =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{admstatus} eq "up" and %{opstatus} ne "up"'). +Define the conditions to match for the status to be CRITICAL (default: '%{admstatus} eq "up" and %{opstatus} ne "up"'). You can use the following variables: %{admstatus}, %{opstatus}, %{duplexstatus}, %{display} =item B<--warning-errors> @@ -212,15 +212,15 @@ And also: 'in-tooshort' (%), 'in-toolong' (%), 'in-fcserror' (%), 'in-alignerror =item B<--units-traffic> -Units of thresholds for the traffic (Default: 'percent_delta') ('percent_delta', 'bps', 'counter'). +Units of thresholds for the traffic (default: 'percent_delta') ('percent_delta', 'bps', 'counter'). =item B<--units-errors> -Units of thresholds for errors/discards (Default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). +Units of thresholds for errors/discards (default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). =item B<--units-cast> -Units of thresholds for communication types (Default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). +Units of thresholds for communication types (default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). =item B<--nagvis-perfdata> @@ -228,7 +228,7 @@ Display traffic perfdata to be compatible with nagvis widget. =item B<--interface> -Set the interface (number expected) ex: 1,2,... (empty means 'check all interfaces'). +Set the interface (number expected) example: 1,2,... (empty means 'check all interfaces'). =item B<--name> @@ -270,7 +270,7 @@ Add an OID to display. Modify the interface name displayed by using a regular expression. -Eg: adding --display-transform-src='eth' --display-transform-dst='ens' will replace all occurrences of 'eth' with 'ens' +Example: adding --display-transform-src='eth' --display-transform-dst='ens' will replace all occurrences of 'eth' with 'ens' =item B<--show-cache> diff --git a/src/network/mikrotik/snmp/mode/memory.pm b/src/network/mikrotik/snmp/mode/memory.pm index f31329f63..f9a54b178 100644 --- a/src/network/mikrotik/snmp/mode/memory.pm +++ b/src/network/mikrotik/snmp/mode/memory.pm @@ -65,7 +65,7 @@ Critical threshold. =item B<--units> -Units of thresholds (Default: '%') ('%', 'B'). +Units of thresholds (default: '%') ('%', 'B'). =item B<--free> @@ -73,7 +73,7 @@ Thresholds are on free space left. =item B<--storage> -Set the storage (number expected) ex: 1, 2,... (empty means 'check all storage'). +Set the storage (number expected) example: 1, 2,... (empty means 'check all storage'). =item B<--name> @@ -97,7 +97,7 @@ Display cache storage datas. =item B<--filter-storage-type> -Filter storage types with a regexp (Default: '^hrStorageRam$'). +Filter storage types with a regexp (default: '^hrStorageRam$'). =back diff --git a/src/network/mrv/optiswitch/snmp/mode/environment.pm b/src/network/mrv/optiswitch/snmp/mode/environment.pm index 950119542..de353ddb7 100644 --- a/src/network/mrv/optiswitch/snmp/mode/environment.pm +++ b/src/network/mrv/optiswitch/snmp/mode/environment.pm @@ -81,7 +81,7 @@ Check devices (DEV-CFG-MIB). =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'cpu', 'psu', 'fan'. =item B<--filter> @@ -91,7 +91,7 @@ You can also exclude items from specific instances: --filter=cpu,1 =item B<--absent-problem> -Return an error if an entity is not 'present' (default is skipping) (comma seperated list) +Return an error if an entity is not 'present' (default is skipping) (comma separated list) Can be specific or global: --absent-problem=psu,2 =item B<--no-component> diff --git a/src/network/mrv/optiswitch/snmp/mode/interfaces.pm b/src/network/mrv/optiswitch/snmp/mode/interfaces.pm index 8d814e282..d7b4a1b9a 100644 --- a/src/network/mrv/optiswitch/snmp/mode/interfaces.pm +++ b/src/network/mrv/optiswitch/snmp/mode/interfaces.pm @@ -430,7 +430,7 @@ Check global port statistics. =item B<--add-status> -Check interface status (By default if no --add-* option is set). +Check interface status (by default if no --add-* option is set). =item B<--add-duplex-status> @@ -458,7 +458,7 @@ Check interface data volume between two checks (not supposed to be graphed, usef =item B<--check-metrics> -If the expression is true, metrics are checked (Default: '%{opstatus} eq "enabled" and %{linkstatus} eq "true"'). +If the expression is true, metrics are checked (default: '%{opstatus} eq "enabled" and %{linkstatus} eq "true"'). =item B<--warning-status> @@ -467,7 +467,7 @@ You can use the following variables: %{linkstatus}, %{admstatus}, %{opstatus}, % =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{admstatus} eq "enable" and %{opstatus} eq "enabled" and %{linkstatus} ne "true"'). +Define the conditions to match for the status to be CRITICAL (default: '%{admstatus} eq "enable" and %{opstatus} eq "enabled" and %{linkstatus} ne "true"'). You can use the following variables: %{linkstatus}, %{admstatus}, %{opstatus}, %{duplexstatus}, %{display} =item B<--warning-*> B<--critical-*> @@ -479,15 +479,15 @@ Can be: 'total-port', 'total-admin-up', 'total-admin-down', 'total-oper-up', 'to =item B<--units-traffic> -Units of thresholds for the traffic (Default: 'percent_delta') ('percent_delta', 'bps', 'counter'). +Units of thresholds for the traffic (default: 'percent_delta') ('percent_delta', 'bps', 'counter'). =item B<--units-errors> -Units of thresholds for errors/discards (Default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). +Units of thresholds for errors/discards (default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). =item B<--units-cast> -Units of thresholds for communication types (Default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). +Units of thresholds for communication types (default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). =item B<--nagvis-perfdata> @@ -495,7 +495,7 @@ Display traffic perfdata to be compatible with nagvis widget. =item B<--interface> -Set the interface (number expected) ex: 1,2,... (empty means 'check all interfaces'). +Set the interface (number expected) example: 1,2,... (empty means 'check all interfaces'). =item B<--name> @@ -533,7 +533,7 @@ Add an OID to display. Modify the interface name displayed by using a regular expression. -Eg: adding --display-transform-src='eth' --display-transform-dst='ens' will replace all occurrences of 'eth' with 'ens' +Example: adding --display-transform-src='eth' --display-transform-dst='ens' will replace all occurrences of 'eth' with 'ens' =item B<--show-cache> diff --git a/src/network/mrv/optiswitch/snmp/mode/listinterfaces.pm b/src/network/mrv/optiswitch/snmp/mode/listinterfaces.pm index ce1b1944c..6d5d996c4 100644 --- a/src/network/mrv/optiswitch/snmp/mode/listinterfaces.pm +++ b/src/network/mrv/optiswitch/snmp/mode/listinterfaces.pm @@ -77,7 +77,7 @@ __END__ =item B<--interface> -Set the interface (number expected) ex: 1,2,... (empty means 'check all interfaces'). +Set the interface (number expected) example: 1,2,... (empty means 'check all interfaces'). =item B<--name> @@ -111,7 +111,7 @@ Define the OID that will be used to name the interfaces (default: atrConnCepGenD Modify the interface name displayed by using a regular expression. -Eg: adding --display-transform-src='eth' --display-transform-dst='ens' will replace all occurrences of 'eth' with 'ens' +Example: adding --display-transform-src='eth' --display-transform-dst='ens' will replace all occurrences of 'eth' with 'ens' =item B<--add-extra-oid> diff --git a/src/network/mrv/optiswitch/snmp/mode/memory.pm b/src/network/mrv/optiswitch/snmp/mode/memory.pm index c32d4f3c1..bdcf98dbd 100644 --- a/src/network/mrv/optiswitch/snmp/mode/memory.pm +++ b/src/network/mrv/optiswitch/snmp/mode/memory.pm @@ -65,7 +65,7 @@ Check memory usage (UCD-SNMP-MIB). =item B<--units> -Units of thresholds (Default: '%') ('%', 'absolute'). +Units of thresholds (default: '%') ('%', 'absolute'). =item B<--free> diff --git a/src/network/netgear/mseries/snmp/mode/hardware.pm b/src/network/netgear/mseries/snmp/mode/hardware.pm index fb572e7b8..0a86d9f64 100644 --- a/src/network/netgear/mseries/snmp/mode/hardware.pm +++ b/src/network/netgear/mseries/snmp/mode/hardware.pm @@ -86,7 +86,7 @@ Check hardware. =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'fan', 'psu', 'temperature'. =item B<--filter> @@ -96,7 +96,7 @@ You can also exclude items from specific instances: --filter=fan,1.1 =item B<--absent-problem> -Return an error if an entity is not 'present' (default is skipping) (comma seperated list) +Return an error if an entity is not 'present' (default is skipping) (comma separated list) Can be specific or global: --absent-problem=fan,1 =item B<--no-component> diff --git a/src/network/netgear/sseries/snmp/mode/hardware.pm b/src/network/netgear/sseries/snmp/mode/hardware.pm index 397d43caa..d7f72db6c 100644 --- a/src/network/netgear/sseries/snmp/mode/hardware.pm +++ b/src/network/netgear/sseries/snmp/mode/hardware.pm @@ -86,7 +86,7 @@ Check hardware. =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'fan', 'psu', 'temperature'. =item B<--filter> @@ -96,7 +96,7 @@ You can also exclude items from specific instances: --filter=fan,1.1 =item B<--absent-problem> -Return an error if an entity is not 'present' (default is skipping) (comma seperated list) +Return an error if an entity is not 'present' (default is skipping) (comma separated list) Can be specific or global: --absent-problem=fan,1 =item B<--no-component> diff --git a/src/network/netgear/sseries/snmp/mode/interfaces.pm b/src/network/netgear/sseries/snmp/mode/interfaces.pm index c6b9d5eda..2519cfb0a 100644 --- a/src/network/netgear/sseries/snmp/mode/interfaces.pm +++ b/src/network/netgear/sseries/snmp/mode/interfaces.pm @@ -45,7 +45,7 @@ Check interfaces. =item B<--add-global> -Check global port statistics (By default if no --add-* option is set). +Check global port statistics (by default if no --add-* option is set). =item B<--add-status> @@ -77,7 +77,7 @@ Check interface data volume between two checks (not supposed to be graphed, usef =item B<--check-metrics> -If the expression is true, metrics are checked (Default: '%{opstatus} eq "up"'). +If the expression is true, metrics are checked (default: '%{opstatus} eq "up"'). =item B<--warning-status> @@ -86,7 +86,7 @@ You can use the following variables: %{admstatus}, %{opstatus}, %{duplexstatus}, =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{admstatus} eq "up" and %{opstatus} ne "up"'). +Define the conditions to match for the status to be CRITICAL (default: '%{admstatus} eq "up" and %{opstatus} ne "up"'). You can use the following variables: %{admstatus}, %{opstatus}, %{duplexstatus}, %{display} =item B<--warning-*> B<--critical-*> @@ -99,15 +99,15 @@ Can be: 'total-port', 'total-admin-up', 'total-admin-down', 'total-oper-up', 'to =item B<--units-traffic> -Units of thresholds for the traffic (Default: 'percent_delta') ('percent_delta', 'bps', 'counter'). +Units of thresholds for the traffic (default: 'percent_delta') ('percent_delta', 'bps', 'counter'). =item B<--units-errors> -Units of thresholds for errors/discards (Default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). +Units of thresholds for errors/discards (default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). =item B<--units-cast> -Units of thresholds for communication types (Default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). +Units of thresholds for communication types (default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). =item B<--nagvis-perfdata> @@ -115,7 +115,7 @@ Display traffic perfdata to be compatible with nagvis widget. =item B<--interface> -Set the interface (number expected) ex: 1,2,... (empty means 'check all interfaces'). +Set the interface (number expected) example: 1,2,... (empty means 'check all interfaces'). =item B<--name> @@ -169,7 +169,7 @@ Add an OID to display. Modify the interface name displayed by using a regular expression. -Eg: adding --display-transform-src='eth' --display-transform-dst='ens' will replace all occurrences of 'eth' with 'ens' +Example: adding --display-transform-src='eth' --display-transform-dst='ens' will replace all occurrences of 'eth' with 'ens' =item B<--show-cache> diff --git a/src/network/nokia/timos/snmp/mode/bgpusage.pm b/src/network/nokia/timos/snmp/mode/bgpusage.pm index fd73bf701..f59db5dde 100644 --- a/src/network/nokia/timos/snmp/mode/bgpusage.pm +++ b/src/network/nokia/timos/snmp/mode/bgpusage.pm @@ -207,7 +207,7 @@ You can use the following variables: %{display}, %{state} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{state} =~ /outOfService/') +Define the conditions to match for the status to be CRITICAL (default: '%{state} =~ /outOfService/') You can use the following variables: %{display}, %{state} =item B<--filter-name> diff --git a/src/network/nokia/timos/snmp/mode/hardware.pm b/src/network/nokia/timos/snmp/mode/hardware.pm index bad7cbd06..009e83ce2 100644 --- a/src/network/nokia/timos/snmp/mode/hardware.pm +++ b/src/network/nokia/timos/snmp/mode/hardware.pm @@ -82,12 +82,12 @@ Check Hardware. =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'entity'. =item B<--filter> -Exclude some parts (comma seperated list) +Exclude some parts (comma separated list) You can also exclude items from specific instances: --filter=entity,fan.1 =item B<--no-component> diff --git a/src/network/nokia/timos/snmp/mode/isisusage.pm b/src/network/nokia/timos/snmp/mode/isisusage.pm index 29ae4c3d5..a10a303e3 100644 --- a/src/network/nokia/timos/snmp/mode/isisusage.pm +++ b/src/network/nokia/timos/snmp/mode/isisusage.pm @@ -216,7 +216,7 @@ You can use the following variables: %{display}, %{oper_state}, %{admin_state}. =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{admin_state} eq "inService" and %{oper_state} !~ /inService|transition/'). +Define the conditions to match for the status to be CRITICAL (default: '%{admin_state} eq "inService" and %{oper_state} !~ /inService|transition/'). You can use the following variables: %{display}, %{oper_state}, %{admin_state}. =item B<--filter-name> diff --git a/src/network/nokia/timos/snmp/mode/ldpusage.pm b/src/network/nokia/timos/snmp/mode/ldpusage.pm index 1dad9b38c..6c8a751bd 100644 --- a/src/network/nokia/timos/snmp/mode/ldpusage.pm +++ b/src/network/nokia/timos/snmp/mode/ldpusage.pm @@ -227,7 +227,7 @@ You can use the following variables: %{ipv4_oper_state}, %{admin_state}, %{displ =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{admin_state} eq "inService" and %{ipv4_oper_state} !~ /inService|transition/'). +Define the conditions to match for the status to be CRITICAL (default: '%{admin_state} eq "inService" and %{ipv4_oper_state} !~ /inService|transition/'). You can use the following variables: %{ipv4_oper_state}, %{admin_state}, %{display} =item B<--filter-name> diff --git a/src/network/nokia/timos/snmp/mode/sapusage.pm b/src/network/nokia/timos/snmp/mode/sapusage.pm index 70e3ebe8d..0ecb8f863 100644 --- a/src/network/nokia/timos/snmp/mode/sapusage.pm +++ b/src/network/nokia/timos/snmp/mode/sapusage.pm @@ -222,7 +222,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: '%{admin_state} eq "up" and %{oper_state} !~ /up/'). +Define the conditions to match for the status to be CRITICAL (default: '%{admin_state} eq "up" and %{oper_state} !~ /up/'). You can use the following variables: %{status}, %{display} =item B<--warning-*> diff --git a/src/network/nortel/standard/snmp/mode/hardware.pm b/src/network/nortel/standard/snmp/mode/hardware.pm index 2fddf8320..aba5f00b9 100644 --- a/src/network/nortel/standard/snmp/mode/hardware.pm +++ b/src/network/nortel/standard/snmp/mode/hardware.pm @@ -110,7 +110,7 @@ Check hardware. =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'fan', 'psu', 'card', 'entity', 'led'. =item B<--filter> diff --git a/src/network/nortel/standard/snmp/mode/interfaces.pm b/src/network/nortel/standard/snmp/mode/interfaces.pm index 6602e006b..d43f69a18 100644 --- a/src/network/nortel/standard/snmp/mode/interfaces.pm +++ b/src/network/nortel/standard/snmp/mode/interfaces.pm @@ -67,7 +67,7 @@ Check interfaces. =item B<--add-global> -Check global port statistics (By default if no --add-* option is set). +Check global port statistics (by default if no --add-* option is set). =item B<--add-status> @@ -99,7 +99,7 @@ Check interface data volume between two checks (not supposed to be graphed, usef =item B<--check-metrics> -If the expression is true, metrics are checked (Default: '%{opstatus} eq "up"'). +If the expression is true, metrics are checked (default: '%{opstatus} eq "up"'). =item B<--warning-status> @@ -108,7 +108,7 @@ You can use the following variables: %{admstatus}, %{opstatus}, %{duplexstatus}, =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{admstatus} eq "up" and %{opstatus} ne "up"'). +Define the conditions to match for the status to be CRITICAL (default: '%{admstatus} eq "up" and %{opstatus} ne "up"'). You can use the following variables: %{admstatus}, %{opstatus}, %{duplexstatus}, %{display} =item B<--warning-*> B<--critical-*> @@ -121,15 +121,15 @@ Can be: 'total-port', 'total-admin-up', 'total-admin-down', 'total-oper-up', 'to =item B<--units-traffic> -Units of thresholds for the traffic (Default: 'percent_delta') ('percent_delta', 'bps', 'counter'). +Units of thresholds for the traffic (default: 'percent_delta') ('percent_delta', 'bps', 'counter'). =item B<--units-errors> -Units of thresholds for errors/discards (Default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). +Units of thresholds for errors/discards (default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). =item B<--units-cast> -Units of thresholds for communication types (Default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). +Units of thresholds for communication types (default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). =item B<--nagvis-perfdata> @@ -137,7 +137,7 @@ Display traffic perfdata to be compatible with nagvis widget. =item B<--interface> -Set the interface (number expected) ex: 1,2,... (empty means 'check all interfaces'). +Set the interface (number expected) example: 1,2,... (empty means 'check all interfaces'). =item B<--name> @@ -191,7 +191,7 @@ Add an OID to display. Modify the interface name displayed by using a regular expression. -Eg: adding --display-transform-src='eth' --display-transform-dst='ens' will replace all occurrences of 'eth' with 'ens' +Example: adding --display-transform-src='eth' --display-transform-dst='ens' will replace all occurrences of 'eth' with 'ens' =item B<--show-cache> diff --git a/src/network/nortel/standard/snmp/mode/stack.pm b/src/network/nortel/standard/snmp/mode/stack.pm index c8427e1f7..ace89770b 100644 --- a/src/network/nortel/standard/snmp/mode/stack.pm +++ b/src/network/nortel/standard/snmp/mode/stack.pm @@ -222,18 +222,17 @@ You can use the following variables: %{operState}, %{adminState}, %{serial} =item B<--warning-unit-status> -Define the conditions to match for the status to be WARNING (Default: '%{adminState} eq "enable" && %{operState} =~ /nonFatalErr|warning/i'). +Define the conditions to match for the status to be WARNING (default: '%{adminState} eq "enable" && %{operState} =~ /nonFatalErr|warning/i'). You can use the following variables: %{operState}, %{adminState}, %{serial} =item B<--critical-unit-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{adminState} eq "enable" && %{operState} =~ /fatalErr/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{adminState} eq "enable" && %{operState} =~ /fatalErr/i'). You can use the following variables: %{operState}, %{adminState}, %{serial} =item B<--unit> -Select the unit for detected 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 performance data and 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-*> diff --git a/src/network/oneaccess/snmp/mode/cellsradio.pm b/src/network/oneaccess/snmp/mode/cellsradio.pm index a9ff368c1..699e6a9c0 100644 --- a/src/network/oneaccess/snmp/mode/cellsradio.pm +++ b/src/network/oneaccess/snmp/mode/cellsradio.pm @@ -322,7 +322,7 @@ Check cellular radio modules. =item B<--filter-cell-id> -Filter cell modules by id (IMEI or MEID). +Filter cell modules by ID (IMEI or MEID). =item B<--custom-perfdata-instances> diff --git a/src/network/oneaccess/snmp/mode/interfaces.pm b/src/network/oneaccess/snmp/mode/interfaces.pm index d3911e52d..f2fdc6b35 100644 --- a/src/network/oneaccess/snmp/mode/interfaces.pm +++ b/src/network/oneaccess/snmp/mode/interfaces.pm @@ -45,7 +45,7 @@ Check interfaces. =item B<--add-global> -Check global port statistics (By default if no --add-* option is set). +Check global port statistics (by default if no --add-* option is set). =item B<--add-status> @@ -77,7 +77,7 @@ Check interface data volume between two checks (not supposed to be graphed, usef =item B<--check-metrics> -If the expression is true, metrics are checked (Default: '%{opstatus} eq "up"'). +If the expression is true, metrics are checked (default: '%{opstatus} eq "up"'). =item B<--warning-status> @@ -86,7 +86,7 @@ You can use the following variables: %{admstatus}, %{opstatus}, %{duplexstatus}, =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{admstatus} eq "up" and %{opstatus} ne "up"'). +Define the conditions to match for the status to be CRITICAL (default: '%{admstatus} eq "up" and %{opstatus} ne "up"'). You can use the following variables: %{admstatus}, %{opstatus}, %{duplexstatus}, %{display} =item B<--warning-*> B<--critical-*> @@ -99,15 +99,15 @@ Can be: 'total-port', 'total-admin-up', 'total-admin-down', 'total-oper-up', 'to =item B<--units-traffic> -Units of thresholds for the traffic (Default: 'percent_delta') ('percent_delta', 'bps', 'counter'). +Units of thresholds for the traffic (default: 'percent_delta') ('percent_delta', 'bps', 'counter'). =item B<--units-errors> -Units of thresholds for errors/discards (Default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). +Units of thresholds for errors/discards (default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). =item B<--units-cast> -Units of thresholds for communication types (Default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). +Units of thresholds for communication types (default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). =item B<--nagvis-perfdata> @@ -115,7 +115,7 @@ Display traffic perfdata to be compatible with nagvis widget. =item B<--interface> -Set the interface (number expected) ex: 1,2,... (empty means 'check all interfaces'). +Set the interface (number expected) example: 1,2,... (empty means 'check all interfaces'). =item B<--name> @@ -169,7 +169,7 @@ Add an OID to display. Modify the interface name displayed by using a regular expression. -Eg: adding --display-transform-src='eth' --display-transform-dst='ens' will replace all occurrences of 'eth' with 'ens' +Example: adding --display-transform-src='eth' --display-transform-dst='ens' will replace all occurrences of 'eth' with 'ens' =item B<--show-cache> diff --git a/src/network/oneaccess/snmp/mode/rttprobes.pm b/src/network/oneaccess/snmp/mode/rttprobes.pm index 0fc3089fa..533334760 100644 --- a/src/network/oneaccess/snmp/mode/rttprobes.pm +++ b/src/network/oneaccess/snmp/mode/rttprobes.pm @@ -200,7 +200,7 @@ You can use the following variables: %{adminStatus}, %{status}, %{type}, %{tag} =item B<--critical-probe-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{adminStatus} eq "active" and %{status} ne "ok"'). +Define the conditions to match for the status to be CRITICAL (default: '%{adminStatus} eq "active" and %{status} ne "ok"'). You can use the following variables: %{adminStatus}, %{status}, %{type}, %{tag} =item B<--warning-*> B<--critical-*> diff --git a/src/network/opengear/snmp/mode/interfaces.pm b/src/network/opengear/snmp/mode/interfaces.pm index 287dc3015..c55e7ffad 100644 --- a/src/network/opengear/snmp/mode/interfaces.pm +++ b/src/network/opengear/snmp/mode/interfaces.pm @@ -45,7 +45,7 @@ Check interfaces. =item B<--add-global> -Check global port statistics (By default if no --add-* option is set). +Check global port statistics (by default if no --add-* option is set). =item B<--add-status> @@ -77,7 +77,7 @@ Check interface data volume between two checks (not supposed to be graphed, usef =item B<--check-metrics> -If the expression is true, metrics are checked (Default: '%{opstatus} eq "up"'). +If the expression is true, metrics are checked (default: '%{opstatus} eq "up"'). =item B<--warning-status> @@ -86,7 +86,7 @@ You can use the following variables: %{admstatus}, %{opstatus}, %{duplexstatus}, =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{admstatus} eq "up" and %{opstatus} ne "up"'). +Define the conditions to match for the status to be CRITICAL (default: '%{admstatus} eq "up" and %{opstatus} ne "up"'). You can use the following variables: %{admstatus}, %{opstatus}, %{duplexstatus}, %{display} =item B<--warning-*> B<--critical-*> @@ -99,15 +99,15 @@ Can be: 'total-port', 'total-admin-up', 'total-admin-down', 'total-oper-up', 'to =item B<--units-traffic> -Units of thresholds for the traffic (Default: 'percent_delta') ('percent_delta', 'bps', 'counter'). +Units of thresholds for the traffic (default: 'percent_delta') ('percent_delta', 'bps', 'counter'). =item B<--units-errors> -Units of thresholds for errors/discards (Default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). +Units of thresholds for errors/discards (default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). =item B<--units-cast> -Units of thresholds for communication types (Default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). +Units of thresholds for communication types (default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). =item B<--nagvis-perfdata> @@ -115,7 +115,7 @@ Display traffic perfdata to be compatible with nagvis widget. =item B<--interface> -Set the interface (number expected) ex: 1,2,... (empty means 'check all interfaces'). +Set the interface (number expected) example: 1,2,... (empty means 'check all interfaces'). =item B<--name> @@ -169,7 +169,7 @@ Add an OID to display. Modify the interface name displayed by using a regular expression. -Eg: adding --display-transform-src='eth' --display-transform-dst='ens' will replace all occurrences of 'eth' with 'ens' +Example: adding --display-transform-src='eth' --display-transform-dst='ens' will replace all occurrences of 'eth' with 'ens' =item B<--show-cache> diff --git a/src/network/opengear/snmp/mode/memory.pm b/src/network/opengear/snmp/mode/memory.pm index 73188df26..69907276a 100644 --- a/src/network/opengear/snmp/mode/memory.pm +++ b/src/network/opengear/snmp/mode/memory.pm @@ -45,11 +45,11 @@ Check memory usage (UCD-SNMP-MIB). =item B<--units> -Units of thresholds (Default: '%') ('%', 'absolute') (Deprecated. Please use new counters directly) +Units of thresholds (default: '%') ('%', 'absolute') (deprecated. Please use new counters directly) =item B<--free> -Thresholds are on free space left (Deprecated. Please use new counters directly) +Thresholds are on free space left (deprecated. Please use new counters directly) =item B<--swap> diff --git a/src/network/opengear/snmp/mode/serialports.pm b/src/network/opengear/snmp/mode/serialports.pm index 53a7d79ba..bd9b5764f 100644 --- a/src/network/opengear/snmp/mode/serialports.pm +++ b/src/network/opengear/snmp/mode/serialports.pm @@ -244,7 +244,7 @@ Check serial ports. =item B<--units-traffic> -Units of thresholds for the traffic (Default: 'percent_delta') ('percent_delta', 'bps', 'counter'). +Units of thresholds for the traffic (default: 'percent_delta') ('percent_delta', 'bps', 'counter'). =item B<--filter-name> diff --git a/src/network/opengear/snmp/mode/uptime.pm b/src/network/opengear/snmp/mode/uptime.pm index 3a7cc7229..e9574528c 100644 --- a/src/network/opengear/snmp/mode/uptime.pm +++ b/src/network/opengear/snmp/mode/uptime.pm @@ -66,7 +66,7 @@ With that option, we manage the counter going back. But there is a few chance we =item B<--reboot-window> -To be used with check-overload option. Time in milliseconds (Default: 5000) +To be used with check-overload option. Time in milliseconds (default: 5000) You increase the chance of not missing a reboot if you decrease that value. =item B<--unit> diff --git a/src/network/oracle/infiniband/snmp/mode/infinibandusage.pm b/src/network/oracle/infiniband/snmp/mode/infinibandusage.pm index e4035845e..94c360a90 100644 --- a/src/network/oracle/infiniband/snmp/mode/infinibandusage.pm +++ b/src/network/oracle/infiniband/snmp/mode/infinibandusage.pm @@ -340,7 +340,7 @@ Set interface speed for outgoing traffic (in Mb). =item B<--units-traffic> -Units of thresholds for the traffic (Default: '%') ('%', 'b/s'). +Units of thresholds for the traffic (default: '%') ('%', 'b/s'). =item B<--warning-ib-status> @@ -349,7 +349,7 @@ You can use the following variables: %{status}, %{display} =item B<--critical-ib-status> -Set critical threshold for ib status (Default: '%{status} !~ /up/i'). +Set critical threshold for ib status (default: '%{status} !~ /up/i'). You can use the following variables: %{status}, %{display} =item B<--warning-*> diff --git a/src/network/paloalto/snmp/mode/memory.pm b/src/network/paloalto/snmp/mode/memory.pm index 7c41736c6..04b1fe51c 100644 --- a/src/network/paloalto/snmp/mode/memory.pm +++ b/src/network/paloalto/snmp/mode/memory.pm @@ -59,7 +59,7 @@ Critical threshold. =item B<--units> -Units of thresholds (Default: '%') ('%', 'B'). +Units of thresholds (default: '%') ('%', 'B'). =item B<--free> @@ -67,7 +67,7 @@ Thresholds are on free space left. =item B<--storage> -Set the storage (number expected) ex: 1, 2,... (empty means 'check all storage'). +Set the storage (number expected) example: 1, 2,... (empty means 'check all storage'). =item B<--name> @@ -91,7 +91,7 @@ Display cache storage datas. =item B<--filter-storage-type> -Filter storage types with a regexp (Default: '^(hrStorageRam|hrStorageFlashMemory)$'). +Filter storage types with a regexp (default: '^(hrStorageRam|hrStorageFlashMemory)$'). =back diff --git a/src/network/paloalto/snmp/mode/panorama.pm b/src/network/paloalto/snmp/mode/panorama.pm index c4e3dd909..b165537eb 100644 --- a/src/network/paloalto/snmp/mode/panorama.pm +++ b/src/network/paloalto/snmp/mode/panorama.pm @@ -111,12 +111,12 @@ Check panorama connection 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: ''). 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} =~ /not-connected/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} =~ /not-connected/i'). You can use the following variables: %{status}, %{display} =back diff --git a/src/network/paloalto/ssh/custom/cli.pm b/src/network/paloalto/ssh/custom/cli.pm index 008b25197..455958aa2 100644 --- a/src/network/paloalto/ssh/custom/cli.pm +++ b/src/network/paloalto/ssh/custom/cli.pm @@ -174,7 +174,7 @@ Hostname to query. =item B<--timeout> -Timeout in seconds for the command (Default: 45). +Timeout in seconds for the command (default: 45). =item B<--command> diff --git a/src/network/paloalto/ssh/mode/environment.pm b/src/network/paloalto/ssh/mode/environment.pm index 54b53eca3..89fee1e6c 100644 --- a/src/network/paloalto/ssh/mode/environment.pm +++ b/src/network/paloalto/ssh/mode/environment.pm @@ -76,7 +76,7 @@ Check components. =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'psu', 'temperature', 'voltage'. =item B<--filter> diff --git a/src/network/paloalto/ssh/mode/ha.pm b/src/network/paloalto/ssh/mode/ha.pm index 4c77a5199..4f1a2beba 100644 --- a/src/network/paloalto/ssh/mode/ha.pm +++ b/src/network/paloalto/ssh/mode/ha.pm @@ -189,47 +189,47 @@ Check high availability. =item B<--unknown-sync-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: ''). Can use special variables like: %{enabled}, %{status} =item B<--warning-sync-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: %{enabled}, %{status} =item B<--critical-sync-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{enabled} eq "yes" and %{status} ne "synchronized"'). +Define the conditions to match for the status to be CRITICAL (default: '%{enabled} eq "yes" and %{status} ne "synchronized"'). Can use special variables like: %{enabled}, %{status} =item B<--unknown-member-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: ''). Can use special variables like: %{state}, %{stateLast} =item B<--warning-member-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: %{state}, %{stateLast} =item B<--critical-member-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{state} ne %{stateLast}'). +Define the conditions to match for the status to be CRITICAL (default: '%{state} ne %{stateLast}'). Can use special variables like: %{state}, %{stateLast} =item B<--unknown-link-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: ''). Can use special variables like: %{status}, %{display} =item B<--warning-link-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: %{status}, %{display} =item B<--critical-link-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} ne "up"'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} ne "up"'). Can use special variables like: %{status}, %{display} =back diff --git a/src/network/paloalto/ssh/mode/interfaces.pm b/src/network/paloalto/ssh/mode/interfaces.pm index 0a897598c..dc73a31d3 100644 --- a/src/network/paloalto/ssh/mode/interfaces.pm +++ b/src/network/paloalto/ssh/mode/interfaces.pm @@ -131,17 +131,17 @@ Filter interface name (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: %{state}, %{type}, %{ha_state}, %{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: %{state}, %{type}, %{ha_state}, %{display} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{state} ne "active"'). +Define the conditions to match for the status to be CRITICAL (default: '%{state} ne "active"'). You can use the following variables: %{state}, %{type}, %{ha_state}, %{display} =item B<--warning-*> B<--critical-*> diff --git a/src/network/paloalto/ssh/mode/ipsec.pm b/src/network/paloalto/ssh/mode/ipsec.pm index 9ae9619fd..a08a4c249 100644 --- a/src/network/paloalto/ssh/mode/ipsec.pm +++ b/src/network/paloalto/ssh/mode/ipsec.pm @@ -159,7 +159,7 @@ You can use the following variables: %{ike_phase1_state}, %{state}, %{monitor_st =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{ike_phase1_state} eq "down" or %{state} ne "active"'). +Define the conditions to match for the status to be CRITICAL (default: '%{ike_phase1_state} eq "down" or %{state} ne "active"'). You can use the following variables: %{ike_phase1_state}, %{state}, %{monitor_status}, %{display}. =item B<--warning-*> B<--critical-*> diff --git a/src/network/paloalto/ssh/mode/licenses.pm b/src/network/paloalto/ssh/mode/licenses.pm index 4ff51a445..bd5507d46 100644 --- a/src/network/paloalto/ssh/mode/licenses.pm +++ b/src/network/paloalto/ssh/mode/licenses.pm @@ -153,7 +153,7 @@ Can use special variables like: %{expired}, %{expiry_days}, %{feature} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL. (Default: '%{expired} eq "yes"'). +Define the conditions to match for the status to be CRITICAL. (default: '%{expired} eq "yes"'). Can use special variables like: %{expired}, %{expiry_days}, %{feature} =back diff --git a/src/network/paloalto/ssh/mode/system.pm b/src/network/paloalto/ssh/mode/system.pm index 4711289bd..6057654b6 100644 --- a/src/network/paloalto/ssh/mode/system.pm +++ b/src/network/paloalto/ssh/mode/system.pm @@ -257,12 +257,12 @@ Timezone options. Default is 'GMT'. =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: %{oper_mode} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{oper_mode} !~ /normal/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{oper_mode} !~ /normal/i'). You can use the following variables: %{oper_mode} =item B<--warning-*> B<--critical-*> diff --git a/src/network/peplink/pepwave/snmp/mode/wanusage.pm b/src/network/peplink/pepwave/snmp/mode/wanusage.pm index 4396baae1..7dcd3f9ac 100644 --- a/src/network/peplink/pepwave/snmp/mode/wanusage.pm +++ b/src/network/peplink/pepwave/snmp/mode/wanusage.pm @@ -195,12 +195,12 @@ Filter wan name (can be a regexp). =item B<--warning-health-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: %{health_status}, %{display} =item B<--critical-health-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{health_status} =~ /fail/'). +Define the conditions to match for the status to be CRITICAL (default: '%{health_status} =~ /fail/'). You can use the following variables: %{health_status}, %{display} =item B<--warning-*> diff --git a/src/network/perle/ids/snmp/mode/alarms.pm b/src/network/perle/ids/snmp/mode/alarms.pm index f37620e97..eec838555 100644 --- a/src/network/perle/ids/snmp/mode/alarms.pm +++ b/src/network/perle/ids/snmp/mode/alarms.pm @@ -176,12 +176,12 @@ Filter by message (can be a regexp). =item B<--warning-status> -Define the conditions to match for the status to be WARNING (Default: '%{severity} =~ /minor/i') +Define the conditions to match for the status to be WARNING (default: '%{severity} =~ /minor/i') You can use the following variables: %{severity}, %{text}, %{source}, %{since} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{severity} =~ /critical|major/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{severity} =~ /critical|major/i'). You can use the following variables: %{severity}, %{text}, %{source}, %{since} =item B<--memory> diff --git a/src/network/perle/ids/snmp/mode/hardware.pm b/src/network/perle/ids/snmp/mode/hardware.pm index 3ec85554d..8ec869598 100644 --- a/src/network/perle/ids/snmp/mode/hardware.pm +++ b/src/network/perle/ids/snmp/mode/hardware.pm @@ -75,7 +75,7 @@ Check hardware. =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'temperature', 'psu'. =item B<--add-name-instance> @@ -89,7 +89,7 @@ You can also exclude items from specific instances: --filter=psu,1 =item B<--absent-problem> -Return an error if an entity is not 'present' (default is skipping) (comma seperated list) +Return an error if an entity is not 'present' (default is skipping) (comma separated list) Can be specific or global: --absent-problem=psu,1 =item B<--no-component> diff --git a/src/network/polycom/rmx/snmp/mode/hardware.pm b/src/network/polycom/rmx/snmp/mode/hardware.pm index 02bb2e0c2..76eb0b1fc 100644 --- a/src/network/polycom/rmx/snmp/mode/hardware.pm +++ b/src/network/polycom/rmx/snmp/mode/hardware.pm @@ -80,7 +80,7 @@ Check hardware. =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'fan', 'psu', 'board'. =item B<--filter> diff --git a/src/network/rad/airmux/snmp/mode/alarms.pm b/src/network/rad/airmux/snmp/mode/alarms.pm index 5a279d921..05916e3ff 100644 --- a/src/network/rad/airmux/snmp/mode/alarms.pm +++ b/src/network/rad/airmux/snmp/mode/alarms.pm @@ -170,12 +170,12 @@ Filter by message (can be a regexp). =item B<--warning-status> -Define the conditions to match for the status to be WARNING (Default: '%{severity} =~ /minor|warning/i') +Define the conditions to match for the status to be WARNING (default: '%{severity} =~ /minor|warning/i') You can use the following variables: %{severity}, %{text}, %{source}, %{since} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{severity} =~ /critical|major/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{severity} =~ /critical|major/i'). You can use the following variables: %{severity}, %{text}, %{source}, %{since} =item B<--memory> diff --git a/src/network/radware/alteon/snmp/mode/hardware.pm b/src/network/radware/alteon/snmp/mode/hardware.pm index d15614767..824a624c9 100644 --- a/src/network/radware/alteon/snmp/mode/hardware.pm +++ b/src/network/radware/alteon/snmp/mode/hardware.pm @@ -81,12 +81,12 @@ Check hardware (ALTEON-CHEETAH-SWITCH-MIB). =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'cpu', 'temperature', 'psu', 'fan'. =item B<--filter> -Exclude some parts (comma seperated list) +Exclude some parts (comma separated list) You can also exclude items from specific instances: --filter=cpu,1 =item B<--no-component> diff --git a/src/network/raisecom/snmp/mode/hardware.pm b/src/network/raisecom/snmp/mode/hardware.pm index 92e1db1f2..bd8fa7809 100644 --- a/src/network/raisecom/snmp/mode/hardware.pm +++ b/src/network/raisecom/snmp/mode/hardware.pm @@ -71,7 +71,7 @@ Check hardware. =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'temperature', 'fan', 'voltage'. =item B<--filter> diff --git a/src/network/raisecom/snmp/mode/interfaces.pm b/src/network/raisecom/snmp/mode/interfaces.pm index 59e2537fa..919248d94 100644 --- a/src/network/raisecom/snmp/mode/interfaces.pm +++ b/src/network/raisecom/snmp/mode/interfaces.pm @@ -45,7 +45,7 @@ Check interfaces. =item B<--add-global> -Check global port statistics (By default if no --add-* option is set). +Check global port statistics (by default if no --add-* option is set). =item B<--add-status> @@ -77,7 +77,7 @@ Check interface data volume between two checks (not supposed to be graphed, usef =item B<--check-metrics> -If the expression is true, metrics are checked (Default: '%{opstatus} eq "up"'). +If the expression is true, metrics are checked (default: '%{opstatus} eq "up"'). =item B<--warning-status> @@ -86,7 +86,7 @@ You can use the following variables: %{admstatus}, %{opstatus}, %{duplexstatus}, =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{admstatus} eq "up" and %{opstatus} ne "up"'). +Define the conditions to match for the status to be CRITICAL (default: '%{admstatus} eq "up" and %{opstatus} ne "up"'). You can use the following variables: %{admstatus}, %{opstatus}, %{duplexstatus}, %{display} =item B<--warning-*> B<--critical-*> @@ -99,15 +99,15 @@ Can be: 'total-port', 'total-admin-up', 'total-admin-down', 'total-oper-up', 'to =item B<--units-traffic> -Units of thresholds for the traffic (Default: 'percent_delta') ('percent_delta', 'bps', 'counter'). +Units of thresholds for the traffic (default: 'percent_delta') ('percent_delta', 'bps', 'counter'). =item B<--units-errors> -Units of thresholds for errors/discards (Default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). +Units of thresholds for errors/discards (default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). =item B<--units-cast> -Units of thresholds for communication types (Default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). +Units of thresholds for communication types (default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). =item B<--nagvis-perfdata> @@ -115,7 +115,7 @@ Display traffic perfdata to be compatible with nagvis widget. =item B<--interface> -Set the interface (number expected) ex: 1,2,... (empty means 'check all interfaces'). +Set the interface (number expected) example: 1,2,... (empty means 'check all interfaces'). =item B<--name> @@ -169,7 +169,7 @@ Add an OID to display. Modify the interface name displayed by using a regular expression. -Eg: adding --display-transform-src='eth' --display-transform-dst='ens' will replace all occurrences of 'eth' with 'ens' +Example: adding --display-transform-src='eth' --display-transform-dst='ens' will replace all occurrences of 'eth' with 'ens' =item B<--show-cache> diff --git a/src/network/redback/snmp/mode/hardware.pm b/src/network/redback/snmp/mode/hardware.pm index 57535fafa..4a676d1dd 100644 --- a/src/network/redback/snmp/mode/hardware.pm +++ b/src/network/redback/snmp/mode/hardware.pm @@ -86,7 +86,7 @@ Check Hardware (Power Supplies, Fans, Temperatures, Voltages, Disks). =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'fan', 'psu', 'temperature', 'voltage', 'disk'. =item B<--filter> @@ -96,7 +96,7 @@ You can also exclude items from specific instances: --filter=fan,1 =item B<--absent-problem> -Return an error if an entity is not 'present' (default is skipping) (comma seperated list) +Return an error if an entity is not 'present' (default is skipping) (comma separated list) Can be specific or global: --absent-problem=fan,1 =item B<--no-component> diff --git a/src/network/ruckus/scg/snmp/mode/apstatus.pm b/src/network/ruckus/scg/snmp/mode/apstatus.pm index 550b8f8dd..845284c58 100644 --- a/src/network/ruckus/scg/snmp/mode/apstatus.pm +++ b/src/network/ruckus/scg/snmp/mode/apstatus.pm @@ -155,12 +155,12 @@ Filter by AP name (can be a regexp). =item B<--warning-status> -Define the conditions to match for the status to be WARNING (Default: '%{configuration_status} !~ /^Up-to-date$/i'). +Define the conditions to match for the status to be WARNING (default: '%{configuration_status} !~ /^Up-to-date$/i'). You can use the following variables: %{connection_status}, %{registration_status}, %{configuration_status}, %{display} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{connection_status} =~ /^Disconnect$/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{connection_status} =~ /^Disconnect$/i'). You can use the following variables: %{connection_status}, %{registration_status}, %{configuration_status}, %{display} =back diff --git a/src/network/ruckus/zonedirector/snmp/mode/system.pm b/src/network/ruckus/zonedirector/snmp/mode/system.pm index 6cc03a02b..3832c0543 100644 --- a/src/network/ruckus/zonedirector/snmp/mode/system.pm +++ b/src/network/ruckus/zonedirector/snmp/mode/system.pm @@ -263,12 +263,12 @@ Check system. =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: %{system_status}, %{peer_connected_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: ''). You can use the following variables: %{system_status}, %{peer_connected_status} =item B<--critical-status> diff --git a/src/network/ruggedcom/mode/errors.pm b/src/network/ruggedcom/mode/errors.pm index 7816d2eb4..9c6aa6f46 100644 --- a/src/network/ruggedcom/mode/errors.pm +++ b/src/network/ruggedcom/mode/errors.pm @@ -168,7 +168,7 @@ Check errors (RUGGEDCOM-SYS-INFO-MIB). =item B<--exclude> -Exclude some instance (Example: --exclude='#WatchdogReset#CrashLogCreated#') +Exclude some instance (example: --exclude='#WatchdogReset#CrashLogCreated#') =item B<--no-errors> diff --git a/src/network/ruggedcom/mode/hardware.pm b/src/network/ruggedcom/mode/hardware.pm index 64a62f5e3..1e2f5f0d1 100644 --- a/src/network/ruggedcom/mode/hardware.pm +++ b/src/network/ruggedcom/mode/hardware.pm @@ -80,7 +80,7 @@ Check hardware (RUGGEDCOM-SYS-INFO-MIB). =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'psu', 'fan'. =item B<--filter> @@ -90,7 +90,7 @@ You can also exclude items from specific instances: --filter=psu,1 =item B<--absent-problem> -Return an error if an entity is not 'present' (default is skipping) (comma seperated list) +Return an error if an entity is not 'present' (default is skipping) (comma separated list) Can be specific or global: --absent-problem=fan,1 =item B<--no-component> diff --git a/src/network/securactive/mode/bcn.pm b/src/network/securactive/mode/bcn.pm index f02dc2a9c..47b8edbbf 100644 --- a/src/network/securactive/mode/bcn.pm +++ b/src/network/securactive/mode/bcn.pm @@ -179,7 +179,7 @@ Check BCN status. =item B<--bcn> -Set the BCN (number expected) ex: 1, 2,... (empty means 'check all bcn'). +Set the BCN (number expected) example: 1, 2,... (empty means 'check all bcn'). =item B<--name> @@ -193,7 +193,7 @@ Allows to use regexp to filter BCN (with option --name). Modify the BCN name displayed by using a regular expression. -Eg: adding --display-transform-src='-' --display-transform-dst='_' will replace all occurrences of '-' with '_' +Example: adding --display-transform-src='-' --display-transform-dst='_' will replace all occurrences of '-' with '_' =back diff --git a/src/network/securactive/mode/listbcn.pm b/src/network/securactive/mode/listbcn.pm index 81a23857d..d965a44f9 100644 --- a/src/network/securactive/mode/listbcn.pm +++ b/src/network/securactive/mode/listbcn.pm @@ -156,7 +156,7 @@ List BCN. =item B<--bcn> -Set the BCN (number expected) ex: 1, 2,... (empty means 'check all bcn'). +Set the BCN (number expected) example: 1, 2,... (empty means 'check all bcn'). =item B<--name> @@ -170,7 +170,7 @@ Allows to use regexp to filter BCN (with option --name). Modify the BCN name displayed by using a regular expression. -Eg: adding --display-transform-src='-' --display-transform-dst='_' will replace all occurrences of '-' with '_' +Example: adding --display-transform-src='-' --display-transform-dst='_' will replace all occurrences of '-' with '_' =back diff --git a/src/network/silverpeak/snmp/mode/alarms.pm b/src/network/silverpeak/snmp/mode/alarms.pm index f6f9f0cf9..2a5cfdc07 100644 --- a/src/network/silverpeak/snmp/mode/alarms.pm +++ b/src/network/silverpeak/snmp/mode/alarms.pm @@ -205,12 +205,12 @@ Filter by message (can be a regexp). =item B<--warning-status> -Define the conditions to match for the status to be WARNING (Default: '%{severity} =~ /minor|warning/i') +Define the conditions to match for the status to be WARNING (default: '%{severity} =~ /minor|warning/i') You can use the following variables: %{severity}, %{text}, %{source}, %{since} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{severity} =~ /critical|major/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{severity} =~ /critical|major/i'). You can use the following variables: %{severity}, %{text}, %{source}, %{since} =item B<--memory> diff --git a/src/network/silverpeak/snmp/mode/status.pm b/src/network/silverpeak/snmp/mode/status.pm index f6253cf37..32f40df28 100644 --- a/src/network/silverpeak/snmp/mode/status.pm +++ b/src/network/silverpeak/snmp/mode/status.pm @@ -87,7 +87,7 @@ Trigger warning on %{operStatus} values =item B<--critical-status> Trigger critical on %{operStatus} values -(Default: '%{operStatus} !~ /(Normal)/') +(default: '%{operStatus} !~ /(Normal)/') =back diff --git a/src/network/silverpeak/snmp/mode/uptime.pm b/src/network/silverpeak/snmp/mode/uptime.pm index a166d56b7..05b8f23ca 100644 --- a/src/network/silverpeak/snmp/mode/uptime.pm +++ b/src/network/silverpeak/snmp/mode/uptime.pm @@ -215,13 +215,12 @@ With that option, we manage the counter going back. But there is a few chance we =item B<--reboot-window> -To be used with check-overload option. Time in milliseconds (Default: 5000) +To be used with check-overload option. Time in milliseconds (default: 5000) You increase the chance of not missing a reboot if you decrease that value. =item B<--unit> -Select the unit for performance data and thresholds. 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 performance data and thresholds. May be 's' for seconds, 'm' for minutes, 'h' for hours, 'd' for days, 'w' for weeks. Default is seconds. =back diff --git a/src/network/sonus/sbc/snmp/mode/channels.pm b/src/network/sonus/sbc/snmp/mode/channels.pm index a11b218ba..f116772d4 100644 --- a/src/network/sonus/sbc/snmp/mode/channels.pm +++ b/src/network/sonus/sbc/snmp/mode/channels.pm @@ -361,19 +361,19 @@ Only display some counters. =item B<--filter-shelf-id> -Filter channels by shelf id (can be a regexp). +Filter channels by shelf ID (can be a regexp). =item B<--filter-slot-id> -Filter channels by slot id (can be a regexp). +Filter channels by slot ID (can be a regexp). =item B<--filter-port-id> -Filter channels by port id (can be a regexp). +Filter channels by port ID (can be a regexp). =item B<--filter-channel-id> -Filter channels by channel id (can be a regexp). +Filter channels by channel ID (can be a regexp). =item B<--warning-status> diff --git a/src/network/sonus/sbc/snmp/mode/dspstats.pm b/src/network/sonus/sbc/snmp/mode/dspstats.pm index c40935ee6..d1e79ae03 100644 --- a/src/network/sonus/sbc/snmp/mode/dspstats.pm +++ b/src/network/sonus/sbc/snmp/mode/dspstats.pm @@ -140,7 +140,7 @@ You can use the following variables: %{state}, %{display} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{state} eq "down"'). +Define the conditions to match for the status to be CRITICAL (default: '%{state} eq "down"'). You can use the following variables: %{state}, %{display} =back diff --git a/src/network/sonus/sbc/snmp/mode/interfaces.pm b/src/network/sonus/sbc/snmp/mode/interfaces.pm index df1a3d533..c2b390762 100644 --- a/src/network/sonus/sbc/snmp/mode/interfaces.pm +++ b/src/network/sonus/sbc/snmp/mode/interfaces.pm @@ -45,7 +45,7 @@ Check interfaces. =item B<--add-global> -Check global port statistics (By default if no --add-* option is set). +Check global port statistics (by default if no --add-* option is set). =item B<--add-status> @@ -77,7 +77,7 @@ Check interface data volume between two checks (not supposed to be graphed, usef =item B<--check-metrics> -If the expression is true, metrics are checked (Default: '%{opstatus} eq "up"'). +If the expression is true, metrics are checked (default: '%{opstatus} eq "up"'). =item B<--warning-status> @@ -86,7 +86,7 @@ You can use the following variables: %{admstatus}, %{opstatus}, %{duplexstatus}, =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{admstatus} eq "up" and %{opstatus} ne "up"'). +Define the conditions to match for the status to be CRITICAL (default: '%{admstatus} eq "up" and %{opstatus} ne "up"'). You can use the following variables: %{admstatus}, %{opstatus}, %{duplexstatus}, %{display} =item B<--warning-*> B<--critical-*> @@ -99,15 +99,15 @@ Can be: 'total-port', 'total-admin-up', 'total-admin-down', 'total-oper-up', 'to =item B<--units-traffic> -Units of thresholds for the traffic (Default: 'percent_delta') ('percent_delta', 'bps', 'counter'). +Units of thresholds for the traffic (default: 'percent_delta') ('percent_delta', 'bps', 'counter'). =item B<--units-errors> -Units of thresholds for errors/discards (Default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). +Units of thresholds for errors/discards (default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). =item B<--units-cast> -Units of thresholds for communication types (Default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). +Units of thresholds for communication types (default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). =item B<--nagvis-perfdata> @@ -115,7 +115,7 @@ Display traffic perfdata to be compatible with nagvis widget. =item B<--interface> -Set the interface (number expected) ex: 1,2,... (empty means 'check all interfaces'). +Set the interface (number expected) example: 1,2,... (empty means 'check all interfaces'). =item B<--name> @@ -169,7 +169,7 @@ Add an OID to display. Modify the interface name displayed by using a regular expression. -Eg: adding --display-transform-src='eth' --display-transform-dst='ens' will replace all occurrences of 'eth' with 'ens' +Example: adding --display-transform-src='eth' --display-transform-dst='ens' will replace all occurrences of 'eth' with 'ens' =item B<--show-cache> diff --git a/src/network/sonus/sbc/snmp/mode/memory.pm b/src/network/sonus/sbc/snmp/mode/memory.pm index 535b2ebbb..ca1dd4e55 100644 --- a/src/network/sonus/sbc/snmp/mode/memory.pm +++ b/src/network/sonus/sbc/snmp/mode/memory.pm @@ -45,11 +45,11 @@ Check memory usage (UCD-SNMP-MIB). =item B<--units> -Units of thresholds (Default: '%') ('%', 'absolute') (Deprecated. Please use new counters directly) +Units of thresholds (default: '%') ('%', 'absolute') (deprecated. Please use new counters directly) =item B<--free> -Thresholds are on free space left (Deprecated. Please use new counters directly) +Thresholds are on free space left (deprecated. Please use new counters directly) =item B<--swap> diff --git a/src/network/sonus/sbc/snmp/mode/storage.pm b/src/network/sonus/sbc/snmp/mode/storage.pm index 79352c2f4..043308652 100644 --- a/src/network/sonus/sbc/snmp/mode/storage.pm +++ b/src/network/sonus/sbc/snmp/mode/storage.pm @@ -64,7 +64,7 @@ Check storage access (readOnly, readWrite). =item B<--units> -Units of thresholds (Default: '%') ('%', 'B'). +Units of thresholds (default: '%') ('%', 'B'). =item B<--free> @@ -72,7 +72,7 @@ Thresholds are on free space left. =item B<--storage> -Set the storage (number expected) ex: 1, 2,... (empty means 'check all storage'). +Set the storage (number expected) example: 1, 2,... (empty means 'check all storage'). =item B<--name> @@ -106,7 +106,7 @@ Choose OID used to display storage (default: hrStorageDescr) (values: hrStorageD Modify the storage name displayed by using a regular expression. -Eg: adding --display-transform-src='dev' --display-transform-dst='run' will replace all occurrences of 'dev' with 'run' +Example: adding --display-transform-src='dev' --display-transform-dst='run' will replace all occurrences of 'dev' with 'run' =item B<--show-cache> @@ -115,7 +115,7 @@ Display cache storage datas. =item B<--space-reservation> Some filesystem has space reserved (like ext4 for root). -The value is in percent of total (Default: none) (results like 'df' command). +The value is in percent of total (default: none) (results like 'df' command). =item B<--filter-duplicate> @@ -123,7 +123,7 @@ Filter duplicate storages (in used size and total size). =item B<--filter-storage-type> -Filter storage types with a regexp (Default: '^(hrStorageFixedDisk|hrStorageNetworkDisk|hrFSBerkeleyFFS)$'). +Filter storage types with a regexp (default: '^(hrStorageFixedDisk|hrStorageNetworkDisk|hrFSBerkeleyFFS)$'). =back diff --git a/src/network/sophos/es/snmp/mode/health.pm b/src/network/sophos/es/snmp/mode/health.pm index 7a928f9a2..81e89ee69 100644 --- a/src/network/sophos/es/snmp/mode/health.pm +++ b/src/network/sophos/es/snmp/mode/health.pm @@ -74,12 +74,12 @@ Check health status. =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'component', 'system'. =item B<--filter> -Exclude some parts (comma seperated list) +Exclude some parts (comma separated list) You can also exclude items from specific instances: --filter=system,MailDiskUsage =item B<--no-component> diff --git a/src/network/stonesoft/snmp/mode/clusterstate.pm b/src/network/stonesoft/snmp/mode/clusterstate.pm index 23b075cd6..c28a783a8 100644 --- a/src/network/stonesoft/snmp/mode/clusterstate.pm +++ b/src/network/stonesoft/snmp/mode/clusterstate.pm @@ -109,17 +109,17 @@ Check status of clustered node. =item B<--unknown-status> -Define the conditions to match for the status to be UNKNOWN (Default: '%{node_status} =~ /unknown/i'). +Define the conditions to match for the status to be UNKNOWN (default: '%{node_status} =~ /unknown/i'). You can use the following variables: %{node_status}, %{node_member_id}. =item B<--warning-status> -Define the conditions to match for the status to be WARNING (Default: '%{node_status} =~ /lockedOnline/i'). +Define the conditions to match for the status to be WARNING (default: '%{node_status} =~ /lockedOnline/i'). You can use the following variables: %{node_status}, %{node_member_id}. =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{node_status} =~ /^(?:offline|goingOffline|lockedOffline|goingLockedOffline|standby|goingStandby)$/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{node_status} =~ /^(?:offline|goingOffline|lockedOffline|goingLockedOffline|standby|goingStandby)$/i'). You can use the following variables: %{node_status}, %{node_member_id}. =back diff --git a/src/network/stonesoft/snmp/mode/storage.pm b/src/network/stonesoft/snmp/mode/storage.pm index e0e4308f2..da8aa677f 100644 --- a/src/network/stonesoft/snmp/mode/storage.pm +++ b/src/network/stonesoft/snmp/mode/storage.pm @@ -227,7 +227,7 @@ Critical threshold. =item B<--units> -Units of thresholds (Default: '%') ('%', 'B'). +Units of thresholds (default: '%') ('%', 'B'). =item B<--free> diff --git a/src/network/stormshield/api/custom/api.pm b/src/network/stormshield/api/custom/api.pm index cf71b6c95..e5485ce0b 100644 --- a/src/network/stormshield/api/custom/api.pm +++ b/src/network/stormshield/api/custom/api.pm @@ -383,11 +383,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> @@ -399,7 +399,7 @@ API password. =item B<--timeout> -Set timeout in seconds (Default: 30). +Set timeout in seconds (default: 30). =back diff --git a/src/network/stormshield/api/mode/ha.pm b/src/network/stormshield/api/mode/ha.pm index 94d7f2933..42605b9b0 100644 --- a/src/network/stormshield/api/mode/ha.pm +++ b/src/network/stormshield/api/mode/ha.pm @@ -236,7 +236,7 @@ You can use the following variables: %{state}, %{name} =item B<--unknown-member-link-status> -Define the conditions to match for the status to be UNKNOWN (Default: '%{linkStatus} =~ /unknown/i'). +Define the conditions to match for the status to be UNKNOWN (default: '%{linkStatus} =~ /unknown/i'). You can use the following variables: %{linkStatus}, %{name} =item B<--warning-member-link-status> @@ -246,7 +246,7 @@ You can use the following variables: %{linkStatus}, %{name} =item B<--critical-member-link-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{linkStatus} =~ /failed|failing/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{linkStatus} =~ /failed|failing/i'). You can use the following variables: %{linkStatus}, %{name} =item B<--unknown-member-config> @@ -256,7 +256,7 @@ You can use the following variables: %{isConfigSync}, %{name} =item B<--warning-member-config> -Define the conditions to match for the status to be WARNING (Default: '%{isConfigSync} eq "no"'). +Define the conditions to match for the status to be WARNING (default: '%{isConfigSync} eq "no"'). You can use the following variables: %{isConfigSync}, %{name} =item B<--critical-member-config> diff --git a/src/network/stormshield/api/mode/hardware.pm b/src/network/stormshield/api/mode/hardware.pm index 37f13984e..d9a57abe1 100644 --- a/src/network/stormshield/api/mode/hardware.pm +++ b/src/network/stormshield/api/mode/hardware.pm @@ -77,7 +77,7 @@ Check hardware. =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'disk', 'fan', 'psu', 'temperature'. =item B<--filter> diff --git a/src/network/stormshield/api/mode/health.pm b/src/network/stormshield/api/mode/health.pm index ea34078f1..e1dbdaa83 100644 --- a/src/network/stormshield/api/mode/health.pm +++ b/src/network/stormshield/api/mode/health.pm @@ -140,12 +140,12 @@ You can use the following variables: %{health}, %{service} =item B<--warning-service-status> -Define the conditions to match for the status to be WARNING (Default: '%{health} =~ /minor/i'). +Define the conditions to match for the status to be WARNING (default: '%{health} =~ /minor/i'). You can use the following variables: %{health}, %{service} =item B<--critical-service-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{health} =~ /major/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{health} =~ /major/i'). You can use the following variables: %{health}, %{service} =back diff --git a/src/network/stormshield/api/mode/interfaces.pm b/src/network/stormshield/api/mode/interfaces.pm index 4bd9b88a5..c1faf140f 100644 --- a/src/network/stormshield/api/mode/interfaces.pm +++ b/src/network/stormshield/api/mode/interfaces.pm @@ -426,11 +426,11 @@ Check interface errors. =item B<--units-traffic> -Units of thresholds for the traffic (Default: 'percent_delta') ('percent_delta', 'bps', 'counter'). +Units of thresholds for the traffic (default: 'percent_delta') ('percent_delta', 'bps', 'counter'). =item B<--units-traffic> -Units of thresholds for the traffic (Default: 'percent_delta') ('percent_delta', 'bps', 'counter'). +Units of thresholds for the traffic (default: 'percent_delta') ('percent_delta', 'bps', 'counter'). =item B<--unknown-status> @@ -444,7 +444,7 @@ You can use the following variables: %{state}, %{plugged}, %{user_name}, %{real_ =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: "%{state} eq 'enabled' and %{plugged} eq 'unplugged'") +Define the conditions to match for the status to be CRITICAL (default: "%{state} eq 'enabled' and %{plugged} eq 'unplugged'") You can use the following variables: %{state}, %{plugged}, %{user_name}, %{real_name} =item B<--warning-*> B<--critical-*> diff --git a/src/network/stormshield/local/mode/qosusage.pm b/src/network/stormshield/local/mode/qosusage.pm index e5aa6cebf..df159bd89 100644 --- a/src/network/stormshield/local/mode/qosusage.pm +++ b/src/network/stormshield/local/mode/qosusage.pm @@ -271,7 +271,7 @@ File with speed configurations. =item B<--units-traffic> -Units of thresholds for the traffic (Default: '%') ('%', 'b/s'). +Units of thresholds for the traffic (default: '%') ('%', 'b/s'). =item B<--warning-*> B<--critical-*> diff --git a/src/network/stormshield/snmp/mode/hanodes.pm b/src/network/stormshield/snmp/mode/hanodes.pm index c9f693881..d26b668d4 100644 --- a/src/network/stormshield/snmp/mode/hanodes.pm +++ b/src/network/stormshield/snmp/mode/hanodes.pm @@ -218,37 +218,37 @@ Check Stormshield nodes status (state, role and health) and dead nodes. =item B<--filter-node> -Filter name with regexp (based on serial) +Filter name with regexp (based on serial). =item B<--warning-health> -Warning on health level. (e.g --warning 90:) +Warning threshold on health level (example: --warning 90:). =item B<--critical-health> -Critical on health level. (e.g --critical 80:) +Critical threshold on health level (example --critical 80:). =item B<--warning-dead-nodes> -Warning on deadnode (absolute unless --percent is used) +Warning threshold on deadnode (absolute unless --percent is used). =item B<--critical-dead-nodes> -Critical on deadnode (absolute unless --percent is used) +Critical threshold on deadnode (absolute unless --percent is used). =item B<--warning-state> Set warning threshold for state. -You can use the following variables: %{state}, %{role} +You can use the following variables: %{state}, %{role}. =item B<--critical-state> -Set critical threshold for state. (Default: '%{state} =~ /offline/i'). -You can use the following variables: %{state}, %{role} +Set critical threshold for state. (default: '%{state} =~ /offline/i'). +You can use the following variables: %{state}, %{role}. =item B<--percent> -Set this option if you want to warn on percent +Set this option if you want to warn on percent . =back diff --git a/src/network/stormshield/snmp/mode/hardware.pm b/src/network/stormshield/snmp/mode/hardware.pm index ee294cb33..28a03bce9 100644 --- a/src/network/stormshield/snmp/mode/hardware.pm +++ b/src/network/stormshield/snmp/mode/hardware.pm @@ -80,7 +80,7 @@ Check hardware. =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'disk', 'fan', 'psu', 'temperature'. =item B<--filter> diff --git a/src/network/stormshield/snmp/mode/health.pm b/src/network/stormshield/snmp/mode/health.pm index 08cc85d4b..afaa76552 100644 --- a/src/network/stormshield/snmp/mode/health.pm +++ b/src/network/stormshield/snmp/mode/health.pm @@ -176,12 +176,12 @@ You can use the following variables: %{health}, %{service} =item B<--warning-service-status> -Define the conditions to match for the status to be WARNING (Default: '%{health} =~ /minor/i'). +Define the conditions to match for the status to be WARNING (default: '%{health} =~ /minor/i'). You can use the following variables: %{health}, %{service} =item B<--critical-service-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{health} =~ /major/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{health} =~ /major/i'). You can use the following variables: %{health}, %{service} =back diff --git a/src/network/stormshield/snmp/mode/vpnstatus.pm b/src/network/stormshield/snmp/mode/vpnstatus.pm index 346037d3e..aebc340ea 100644 --- a/src/network/stormshield/snmp/mode/vpnstatus.pm +++ b/src/network/stormshield/snmp/mode/vpnstatus.pm @@ -238,7 +238,7 @@ Check vpn. =item B<--filter-id> -Filter by id (regexp can be used). +Filter by ID (regexp can be used). =item B<--filter-src-ip> @@ -255,7 +255,7 @@ You can use the following variables: %{state}, %{srcIp}, %{dstIp} =item B<--warning-status> -Define the conditions to match for the status to be WARNING (Default: '%{state} eq "dead"'). +Define the conditions to match for the status to be WARNING (default: '%{state} eq "dead"'). You can use the following variables: %{state}, %{srcIp}, %{dstIp} =item B<--critical-status> diff --git a/src/network/teltonika/snmp/mode/interfaces.pm b/src/network/teltonika/snmp/mode/interfaces.pm index cd1eaf547..d571bb945 100644 --- a/src/network/teltonika/snmp/mode/interfaces.pm +++ b/src/network/teltonika/snmp/mode/interfaces.pm @@ -45,7 +45,7 @@ Check interfaces. =item B<--add-global> -Check global port statistics (By default if no --add-* option is set). +Check global port statistics (by default if no --add-* option is set). =item B<--add-status> @@ -77,7 +77,7 @@ Check interface data volume between two checks (not supposed to be graphed, usef =item B<--check-metrics> -If the expression is true, metrics are checked (Default: '%{opstatus} eq "up"'). +If the expression is true, metrics are checked (default: '%{opstatus} eq "up"'). =item B<--warning-status> @@ -86,7 +86,7 @@ You can use the following variables: %{admstatus}, %{opstatus}, %{duplexstatus}, =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{admstatus} eq "up" and %{opstatus} ne "up"'). +Define the conditions to match for the status to be CRITICAL (default: '%{admstatus} eq "up" and %{opstatus} ne "up"'). You can use the following variables: %{admstatus}, %{opstatus}, %{duplexstatus}, %{display} =item B<--warning-*> B<--critical-*> @@ -99,15 +99,15 @@ Can be: 'total-port', 'total-admin-up', 'total-admin-down', 'total-oper-up', 'to =item B<--units-traffic> -Units of thresholds for the traffic (Default: 'percent_delta') ('percent_delta', 'bps', 'counter'). +Units of thresholds for the traffic (default: 'percent_delta') ('percent_delta', 'bps', 'counter'). =item B<--units-errors> -Units of thresholds for errors/discards (Default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). +Units of thresholds for errors/discards (default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). =item B<--units-cast> -Units of thresholds for communication types (Default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). +Units of thresholds for communication types (default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). =item B<--nagvis-perfdata> @@ -115,7 +115,7 @@ Display traffic perfdata to be compatible with nagvis widget. =item B<--interface> -Set the interface (number expected) ex: 1,2,... (empty means 'check all interfaces'). +Set the interface (number expected) example: 1,2,... (empty means 'check all interfaces'). =item B<--name> @@ -169,7 +169,7 @@ Add an OID to display. Modify the interface name displayed by using a regular expression. -Eg: adding --display-transform-src='eth' --display-transform-dst='ens' will replace all occurrences of 'eth' with 'ens' +Example: adding --display-transform-src='eth' --display-transform-dst='ens' will replace all occurrences of 'eth' with 'ens' =item B<--show-cache> diff --git a/src/network/ubiquiti/airfiber/snmp/mode/radios.pm b/src/network/ubiquiti/airfiber/snmp/mode/radios.pm index a2e23b821..bd027a8ec 100644 --- a/src/network/ubiquiti/airfiber/snmp/mode/radios.pm +++ b/src/network/ubiquiti/airfiber/snmp/mode/radios.pm @@ -231,7 +231,7 @@ You can use the following variables: %{enabled}, %{state}, %{name} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{enabled} eq "yes" and %{state} eq "down"'). +Define the conditions to match for the status to be CRITICAL (default: '%{enabled} eq "yes" and %{state} eq "down"'). You can use the following variables: %{enabled}, %{state}, %{name} =item B<--warning-*> B<--critical-*> diff --git a/src/network/ubiquiti/unifi/snmp/mode/virtualaccesspoints.pm b/src/network/ubiquiti/unifi/snmp/mode/virtualaccesspoints.pm index 380eeac0f..a013fc559 100644 --- a/src/network/ubiquiti/unifi/snmp/mode/virtualaccesspoints.pm +++ b/src/network/ubiquiti/unifi/snmp/mode/virtualaccesspoints.pm @@ -237,7 +237,7 @@ You can use the following variables: %{name}, %{ssid}, %{status} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} eq "down"'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} eq "down"'). You can use the following variables: %{name}, %{ssid}, %{status} =item B<--warning-*> B<--critical-*> diff --git a/src/network/ucopia/wlc/snmp/mode/system.pm b/src/network/ucopia/wlc/snmp/mode/system.pm index 855c26e87..31a4445c1 100644 --- a/src/network/ucopia/wlc/snmp/mode/system.pm +++ b/src/network/ucopia/wlc/snmp/mode/system.pm @@ -223,22 +223,22 @@ Example: --filter-counters='service-status' =item B<--warning-service-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-service-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} eq "stopped"'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} eq "stopped"'). You can use the following variables: %{status}, %{display} =item B<--warning-ha-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: %{ha_status} =item B<--critical-ha-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{ha_status} eq "fault"'). +Define the conditions to match for the status to be CRITICAL (default: '%{ha_status} eq "fault"'). You can use the following variables: %{ha_status} =item B<--warning-*> B<--critical-*> diff --git a/src/network/vectra/restapi/custom/api.pm b/src/network/vectra/restapi/custom/api.pm index a53913803..abcf090b0 100644 --- a/src/network/vectra/restapi/custom/api.pm +++ b/src/network/vectra/restapi/custom/api.pm @@ -176,11 +176,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<--token> @@ -188,7 +188,7 @@ API token. =item B<--timeout> -Set timeout in seconds (Default: 50). +Set timeout in seconds (default: 50). =back diff --git a/src/network/vectra/restapi/mode/disk.pm b/src/network/vectra/restapi/mode/disk.pm index 231db3c4a..ea75660d8 100644 --- a/src/network/vectra/restapi/mode/disk.pm +++ b/src/network/vectra/restapi/mode/disk.pm @@ -143,7 +143,7 @@ You can use the following variables: %{status}, %{name} =item B<--critical-raid-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-*> diff --git a/src/network/vectra/restapi/mode/interfaces.pm b/src/network/vectra/restapi/mode/interfaces.pm index a7b73b719..528af9a36 100644 --- a/src/network/vectra/restapi/mode/interfaces.pm +++ b/src/network/vectra/restapi/mode/interfaces.pm @@ -129,7 +129,7 @@ You can use the following variables: %{status}, %{name} =item B<--critical-interface-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} =~ /down/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} =~ /down/i'). You can use the following variables: %{status}, %{name} =item B<--warning-*> B<--critical-*> diff --git a/src/network/vectra/restapi/mode/memory.pm b/src/network/vectra/restapi/mode/memory.pm index 1958e3974..ddd962e3b 100644 --- a/src/network/vectra/restapi/mode/memory.pm +++ b/src/network/vectra/restapi/mode/memory.pm @@ -145,7 +145,7 @@ You can use the following variables: %{status}, %{name} =item B<--critical-dimm-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-*> diff --git a/src/network/vectra/restapi/mode/sensors.pm b/src/network/vectra/restapi/mode/sensors.pm index c6990639d..5bfeedd6c 100644 --- a/src/network/vectra/restapi/mode/sensors.pm +++ b/src/network/vectra/restapi/mode/sensors.pm @@ -214,7 +214,7 @@ You can use the following variables: %{status}, %{name} =item B<--critical-sensor-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} !~ /^paired/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} !~ /^paired/i'). You can use the following variables: %{status}, %{name} =item B<--unknown-trafficdrop-status> @@ -224,7 +224,7 @@ You can use the following variables: %{trafficDropStatus}, %{name} =item B<--warning-trafficdrop-status> -Define the conditions to match for the status to be WARNING (Default: '%{trafficDropStatus} =~ /warning|unknown|skip/i'). +Define the conditions to match for the status to be WARNING (default: '%{trafficDropStatus} =~ /warning|unknown|skip/i'). You can use the following variables: %{trafficDropStatus}, %{name} =item B<--critical-trafficdrop-status> @@ -234,17 +234,17 @@ You can use the following variables: %{trafficDropStatus}, %{name} =item B<--unknown-connectivity-status> -Define the conditions to match for the status to be WARNING (Default: '%{connectivityStatus} =~ /unknown/i'). +Define the conditions to match for the status to be WARNING (default: '%{connectivityStatus} =~ /unknown/i'). You can use the following variables: %{connectivityStatus}, %{name} =item B<--warning-connectivity-status> -Define the conditions to match for the status to be WARNING (Default: '%{connectivityStatus} =~ /warning/i'). +Define the conditions to match for the status to be WARNING (default: '%{connectivityStatus} =~ /warning/i'). You can use the following variables: %{connectivityStatus}, %{name} =item B<--critical-connectivity-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{connectivityStatus} =~ /critical/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{connectivityStatus} =~ /critical/i'). You can use the following variables: %{connectivityStatus}, %{name} =item B<--unknown-interface-status> @@ -259,7 +259,7 @@ You can use the following variables: %{status}, %{interfaceName}, %{sensorName} =item B<--critical-interface-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} =~ /down/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} =~ /down/i'). You can use the following variables: %{status}, %{interfaceName}, %{sensorName} =item B<--warning-*> B<--critical-*> diff --git a/src/network/vectra/restapi/mode/uptime.pm b/src/network/vectra/restapi/mode/uptime.pm index 8a29a798e..24a1a7e14 100644 --- a/src/network/vectra/restapi/mode/uptime.pm +++ b/src/network/vectra/restapi/mode/uptime.pm @@ -146,8 +146,7 @@ Display model and firmware informations =item B<--unit> -Select the unit for performance data and thresholds. 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 performance data and 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-*> diff --git a/src/network/versa/director/restapi/custom/api.pm b/src/network/versa/director/restapi/custom/api.pm index 7823480dc..dbd7d78bc 100644 --- a/src/network/versa/director/restapi/custom/api.pm +++ b/src/network/versa/director/restapi/custom/api.pm @@ -414,15 +414,15 @@ Rest API custom mode =item B<--hostname> -Director hostname (Required) +Director hostname (required) =item B<--port> -Port used (Default: 9182) +Port used (default: 9182) =item B<--proto> -Specify https if needed (Default: 'https') +Specify https if needed (default: 'https') =item B<--api-username> diff --git a/src/network/versa/director/restapi/mode/cache.pm b/src/network/versa/director/restapi/mode/cache.pm index 52a6366c8..c411f4e16 100644 --- a/src/network/versa/director/restapi/mode/cache.pm +++ b/src/network/versa/director/restapi/mode/cache.pm @@ -87,11 +87,11 @@ Create cache files (other modes could use it with --cache-use option). =item B<--filter-org-name> -Filter organizations by name (Can be a regexp). +Filter organizations by name (can be a regexp). =item B<--filter-device-name> -Filter devices by name (Can be a regexp). +Filter devices by name (can be a regexp). =item B<--paths-by-orgs> diff --git a/src/network/versa/director/restapi/mode/devices.pm b/src/network/versa/director/restapi/mode/devices.pm index a55d96e7d..7bb815287 100644 --- a/src/network/versa/director/restapi/mode/devices.pm +++ b/src/network/versa/director/restapi/mode/devices.pm @@ -481,15 +481,15 @@ Check device under an organization name. =item B<--filter-org-name> -Filter organizations by name (Can be a regexp). +Filter organizations by name (can be a regexp). =item B<--filter-device-name> -Filter device by name (Can be a regexp). +Filter device by name (can be a regexp). =item B<--filter-device-type> -Filter device by type (Can be a regexp). +Filter device by type (can be a regexp). =item B<--add-paths> @@ -507,7 +507,7 @@ You can use the following variables: %{ping_status}, %{service_sstatus}, %{sync_ =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{ping_status} ne "reachable" or %{services_status} ne "good"'). +Define the conditions to match for the status to be CRITICAL (default: '%{ping_status} ne "reachable" or %{services_status} ne "good"'). You can use the following variables: %{ping_status}, %{services_status}, %{sync_status}, %{controller_status}, %{path_status}, %{display} =item B<--warning-*> B<--critical-*> diff --git a/src/network/versa/director/restapi/mode/discovery.pm b/src/network/versa/director/restapi/mode/discovery.pm index 67df56039..8f5f94424 100644 --- a/src/network/versa/director/restapi/mode/discovery.pm +++ b/src/network/versa/director/restapi/mode/discovery.pm @@ -150,7 +150,7 @@ Resources discovery. =item B<--resource-type> -Choose the type of resources to discover (Can be: 'device', 'organization'). +Choose the type of resources to discover (can be: 'device', 'organization'). =back diff --git a/src/network/versa/director/restapi/mode/listpaths.pm b/src/network/versa/director/restapi/mode/listpaths.pm index 1701bc4ec..882648ead 100644 --- a/src/network/versa/director/restapi/mode/listpaths.pm +++ b/src/network/versa/director/restapi/mode/listpaths.pm @@ -135,11 +135,11 @@ List paths by devices. =item B<--filter-device-name> -Filter device by name (Can be a regexp). +Filter device by name (can be a regexp). =item B<--filter-device-type> -Filter device by type (Can be a regexp). +Filter device by type (can be a regexp). =back diff --git a/src/network/versa/director/restapi/mode/paths.pm b/src/network/versa/director/restapi/mode/paths.pm index 6efc8327a..90616e41e 100644 --- a/src/network/versa/director/restapi/mode/paths.pm +++ b/src/network/versa/director/restapi/mode/paths.pm @@ -274,27 +274,27 @@ Check device under an organization name. =item B<--filter-org-name> -Filter organizations by name (Can be a regexp). +Filter organizations by name (can be a regexp). =item B<--filter-device-name> -Filter devices by name (Can be a regexp). +Filter devices by name (can be a regexp). =item B<--filter-device-type> -Filter devices by type (Can be a regexp). +Filter devices by type (can be a regexp). =item B<--filter-local-wan-link> -Filter paths by localWanLink (Can be a regexp). +Filter paths by localWanLink (can be a regexp). =item B<--filter-remote-site-name> -Filter paths by remoteSiteName (Can be a regexp). +Filter paths by remoteSiteName (can be a regexp). =item B<--filter-remote-wan-link> -Filter paths by remoteWanLink (Can be a regexp). +Filter paths by remoteWanLink (can be a regexp). =item B<--warning-*> B<--critical-*> diff --git a/src/network/versa/snmp/mode/bgppeers.pm b/src/network/versa/snmp/mode/bgppeers.pm index 4fbba4509..6468bb838 100644 --- a/src/network/versa/snmp/mode/bgppeers.pm +++ b/src/network/versa/snmp/mode/bgppeers.pm @@ -214,7 +214,7 @@ You can use the following variables: %{local_addr}, %{remote_addr}, %{as}, %{sta =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{state} !~ /established/'). +Define the conditions to match for the status to be CRITICAL (default: '%{state} !~ /established/'). You can use the following variables: %{local_addr}, %{remote_addr}, %{as}, %{state}, %{display} =back diff --git a/src/network/versa/snmp/mode/devices.pm b/src/network/versa/snmp/mode/devices.pm index c17ebb657..7c2467ace 100644 --- a/src/network/versa/snmp/mode/devices.pm +++ b/src/network/versa/snmp/mode/devices.pm @@ -178,7 +178,7 @@ Example: --filter-counters='cpu_load' =item B<--filter-vsn-id> -Filter monitoring on vsn id (can be a regexp). +Filter monitoring on vsn ID (can be a regexp). =item B<--warning-*> B<--critical-*> diff --git a/src/network/viptela/snmp/mode/controlconnections.pm b/src/network/viptela/snmp/mode/controlconnections.pm index 32b066a19..78966dcae 100644 --- a/src/network/viptela/snmp/mode/controlconnections.pm +++ b/src/network/viptela/snmp/mode/controlconnections.pm @@ -221,7 +221,7 @@ You can use the following variables: %{status}, %{type}, %{privateIp}, %{publicI =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} !~ /up|connect/'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} !~ /up|connect/'). You can use the following variables: %{status}, %{type}, %{privateIp}, %{publicIp} =item B<--warning-*> B<--critical-*> diff --git a/src/network/viptela/snmp/mode/gretunnels.pm b/src/network/viptela/snmp/mode/gretunnels.pm index 769ac5412..4d3440d39 100644 --- a/src/network/viptela/snmp/mode/gretunnels.pm +++ b/src/network/viptela/snmp/mode/gretunnels.pm @@ -285,7 +285,7 @@ You can use the following variables: %{adminState}, %{operState}, %{sourceIp}, % =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{adminState} eq "up" and %{operState} ne "up"'). +Define the conditions to match for the status to be CRITICAL (default: '%{adminState} eq "up" and %{operState} ne "up"'). You can use the following variables: %{adminState}, %{operState}, %{sourceIp}, %{destIp} =item B<--warning-*> B<--critical-*> diff --git a/src/network/viptela/snmp/mode/hardware.pm b/src/network/viptela/snmp/mode/hardware.pm index 7fa934bb8..d4f8c80c1 100644 --- a/src/network/viptela/snmp/mode/hardware.pm +++ b/src/network/viptela/snmp/mode/hardware.pm @@ -101,7 +101,7 @@ Check hardware. =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'fan', 'led', 'nim', 'pem', 'pim', 'temperature', 'usb'. =item B<--filter> diff --git a/src/network/viptela/snmp/mode/interfaces.pm b/src/network/viptela/snmp/mode/interfaces.pm index 8abcab397..2e5c739e1 100644 --- a/src/network/viptela/snmp/mode/interfaces.pm +++ b/src/network/viptela/snmp/mode/interfaces.pm @@ -45,7 +45,7 @@ Check interfaces. =item B<--add-global> -Check global port statistics (By default if no --add-* option is set). +Check global port statistics (by default if no --add-* option is set). =item B<--add-status> @@ -77,7 +77,7 @@ Check interface data volume between two checks (not supposed to be graphed, usef =item B<--check-metrics> -If the expression is true, metrics are checked (Default: '%{opstatus} eq "up"'). +If the expression is true, metrics are checked (default: '%{opstatus} eq "up"'). =item B<--warning-status> @@ -86,7 +86,7 @@ You can use the following variables: %{admstatus}, %{opstatus}, %{duplexstatus}, =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{admstatus} eq "up" and %{opstatus} ne "up"'). +Define the conditions to match for the status to be CRITICAL (default: '%{admstatus} eq "up" and %{opstatus} ne "up"'). You can use the following variables: %{admstatus}, %{opstatus}, %{duplexstatus}, %{display} =item B<--warning-*> B<--critical-*> @@ -99,15 +99,15 @@ Can be: 'total-port', 'total-admin-up', 'total-admin-down', 'total-oper-up', 'to =item B<--units-traffic> -Units of thresholds for the traffic (Default: 'percent_delta') ('percent_delta', 'bps', 'counter'). +Units of thresholds for the traffic (default: 'percent_delta') ('percent_delta', 'bps', 'counter'). =item B<--units-errors> -Units of thresholds for errors/discards (Default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). +Units of thresholds for errors/discards (default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). =item B<--units-cast> -Units of thresholds for communication types (Default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). +Units of thresholds for communication types (default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). =item B<--nagvis-perfdata> @@ -115,7 +115,7 @@ Display traffic perfdata to be compatible with nagvis widget. =item B<--interface> -Set the interface (number expected) ex: 1,2,... (empty means 'check all interfaces'). +Set the interface (number expected) example: 1,2,... (empty means 'check all interfaces'). =item B<--name> @@ -169,7 +169,7 @@ Add an OID to display. Modify the interface name displayed by using a regular expression. -Eg: adding --display-transform-src='eth' --display-transform-dst='ens' will replace all occurrences of 'eth' with 'ens' +Example: adding --display-transform-src='eth' --display-transform-dst='ens' will replace all occurrences of 'eth' with 'ens' =item B<--show-cache> diff --git a/src/network/viptela/snmp/mode/uptime.pm b/src/network/viptela/snmp/mode/uptime.pm index 9cc89af7d..1591acca3 100644 --- a/src/network/viptela/snmp/mode/uptime.pm +++ b/src/network/viptela/snmp/mode/uptime.pm @@ -66,7 +66,7 @@ With that option, we manage the counter going back. But there is a few chance we =item B<--reboot-window> -To be used with check-overload option. Time in milliseconds (Default: 5000) +To be used with check-overload option. Time in milliseconds (default: 5000) You increase the chance of not missing a reboot if you decrease that value. =item B<--unit> diff --git a/src/network/zyxel/snmp/mode/vpnstatus.pm b/src/network/zyxel/snmp/mode/vpnstatus.pm index 265bdca51..53d27ef46 100644 --- a/src/network/zyxel/snmp/mode/vpnstatus.pm +++ b/src/network/zyxel/snmp/mode/vpnstatus.pm @@ -201,7 +201,7 @@ You can use the following variables: %{activestatus}, %{connectstatus}, %{displa =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{connectstatus} eq "disconnected"'). +Define the conditions to match for the status to be CRITICAL (default: '%{connectstatus} eq "disconnected"'). You can use the following variables: %{activestatus}, %{connectstatus}, %{display} =back diff --git a/src/notification/centreon/opentickets/api/custom/api.pm b/src/notification/centreon/opentickets/api/custom/api.pm index e382e4ece..c0a1fe763 100644 --- a/src/notification/centreon/opentickets/api/custom/api.pm +++ b/src/notification/centreon/opentickets/api/custom/api.pm @@ -275,15 +275,15 @@ Centreon address. =item B<--url-path> -API url path (Default: '/centreon/api/') +API url path (default: '/centreon/api/') =item B<--api-port> -API port (Default: 80) +API port (default: 80) =item B<--api-proto> -Specify https if needed (Default: 'http') +Specify https if needed (default: 'http') =item B<--api-username> diff --git a/src/notification/centreon/opentickets/api/mode/closehost.pm b/src/notification/centreon/opentickets/api/mode/closehost.pm index 4f1e9df78..5abf0eafe 100644 --- a/src/notification/centreon/opentickets/api/mode/closehost.pm +++ b/src/notification/centreon/opentickets/api/mode/closehost.pm @@ -80,11 +80,11 @@ Close a host ticket. =item B<--rule-name> -Rule name used (Required). +Rule name used (required). =item B<--host-id> -Centreon host ID (Required). +Centreon host ID (required). =back diff --git a/src/notification/centreon/opentickets/api/mode/closeservice.pm b/src/notification/centreon/opentickets/api/mode/closeservice.pm index 597265775..26bfb8860 100644 --- a/src/notification/centreon/opentickets/api/mode/closeservice.pm +++ b/src/notification/centreon/opentickets/api/mode/closeservice.pm @@ -86,15 +86,15 @@ Close a service ticket. =item B<--rule-name> -Rule name used (Required). +Rule name used (required). =item B<--host-id> -Centreon host ID (Required). +Centreon host ID (required). =item B<--service-id> -Centreon service ID (Required). +Centreon service ID (required). =back diff --git a/src/notification/centreon/opentickets/api/mode/openhost.pm b/src/notification/centreon/opentickets/api/mode/openhost.pm index fd98d070a..8adb63816 100644 --- a/src/notification/centreon/opentickets/api/mode/openhost.pm +++ b/src/notification/centreon/opentickets/api/mode/openhost.pm @@ -120,19 +120,19 @@ Open a host ticket. =item B<--rule-name> -Rule name used (Required). +Rule name used (required). =item B<--host-id> -Centreon host ID (Required). +Centreon host ID (required). =item B<--host-state> -Host state (Eg: UP, DOWN, UNREACHABLE) (Required). +Host state (example: UP, DOWN, UNREACHABLE) (required). =item B<--host-output> -Host output (Required). +Host output (required). =item B<--contact-name> @@ -161,12 +161,12 @@ Last host state change. =item B<--extra-property> Add a extra property. -Eg: --extra-property='custom_message=test my message' +Example: --extra-property='custom_message=test my message' =item B<--select> Add a select property (open-ticket list). -Eg: --select='list-id=value' +Example: --select='list-id=value' =back diff --git a/src/notification/centreon/opentickets/api/mode/openservice.pm b/src/notification/centreon/opentickets/api/mode/openservice.pm index 955889784..ba425ae52 100644 --- a/src/notification/centreon/opentickets/api/mode/openservice.pm +++ b/src/notification/centreon/opentickets/api/mode/openservice.pm @@ -127,23 +127,23 @@ Open a service ticket. =item B<--rule-name> -Rule name used (Required). +Rule name used (required). =item B<--host-id> -Centreon host ID (Required). +Centreon host ID (required). =item B<--service-id> -Centreon service ID (Required). +Centreon service ID (required). =item B<--service-state> -Service state (Eg: CRITICAL, UNKNOWN, WARNING, OK) (Required). +Service state (example: CRITICAL, UNKNOWN, WARNING, OK) (required). =item B<--service-output> -Service output (Required). +Service output (required). =item B<--contact-name> @@ -176,12 +176,12 @@ Last service state change. =item B<--extra-property> Add a extra property. -Eg: --extra-property='custom_message=test my message' +Example: --extra-property='custom_message=test my message' =item B<--select> Add a select property (open-ticket list). -Eg: --select='list-id=value' +Example: --select='list-id=value' =back diff --git a/src/notification/email/mode/alert.pm b/src/notification/email/mode/alert.pm index 1aba979c8..b3b5226fc 100644 --- a/src/notification/email/mode/alert.pm +++ b/src/notification/email/mode/alert.pm @@ -1071,11 +1071,11 @@ Enable smtp-debug mode. =item B<--to-address> -Email address of the recipient (Required). +Email address of the recipient (required). =item B<--from-address> -Email address of the sender (Required). +Email address of the sender (required). =item B<--host-id> diff --git a/src/notification/foxbox/mode/alert.pm b/src/notification/foxbox/mode/alert.pm index 03a3c6a47..91b91f87c 100644 --- a/src/notification/foxbox/mode/alert.pm +++ b/src/notification/foxbox/mode/alert.pm @@ -107,35 +107,35 @@ url of the Foxbox Server. =item B<--urlpath> -The url path. (Default: /source/send_sms.php) +The url path. (default: /source/send_sms.php) =item B<--foxbox-username> -Specify username for API authentification (Default: centreon). +Specify username for API authentification (default: centreon). =item B<--foxbox-password> -Specify password for API authentification (Required). +Specify password for API authentification (required). =item B<--proto> -Specify http or https protocol. (Default: http) +Specify http or https protocol. (default: http) =item B<--phonenumber> -Specify phone number (Required). +Specify phone number (required). =item B<--texto> -Specify the content of your SMS message (Required). +Specify the content of your SMS message (required). =item B<--from> -Specify the sender. It should NOT start with a number and have a max of 11 characters (Default: centreon). +Specify the sender. It should NOT start with a number and have a max of 11 characters (default: centreon). =item B<--timeout> -Timeout in seconds for the command (Default: 10). +Timeout in seconds for the command (default: 10). =back diff --git a/src/notification/highsms/mode/alert.pm b/src/notification/highsms/mode/alert.pm index f0d9d2667..efccc1706 100644 --- a/src/notification/highsms/mode/alert.pm +++ b/src/notification/highsms/mode/alert.pm @@ -122,11 +122,11 @@ url of the HighSMS Server. =item B<--port> -Port used by HighSMS API. (Default: 443) +Port used by HighSMS API. (default: 443) =item B<--proto> -Specify http or https protocol. (Default: https) +Specify http or https protocol. (default: https) =item B<--username> diff --git a/src/notification/jasminsms/httpapi/custom/api.pm b/src/notification/jasminsms/httpapi/custom/api.pm index 0de8c2861..08131ece8 100644 --- a/src/notification/jasminsms/httpapi/custom/api.pm +++ b/src/notification/jasminsms/httpapi/custom/api.pm @@ -162,11 +162,11 @@ Hostname (can be multiple if you want a failover system). =item B<--port> -Port used (Default: 1401) +Port used (default: 1401) =item B<--proto> -Specify https if needed (Default: 'http') +Specify https if needed (default: 'http') =item B<--api-username> @@ -178,7 +178,7 @@ API password. =item B<--timeout> -Set timeout in seconds (Default: 20). +Set timeout in seconds (default: 20). =back diff --git a/src/notification/jasminsms/httpapi/mode/alert.pm b/src/notification/jasminsms/httpapi/mode/alert.pm index f7c1d91d4..5237afaae 100644 --- a/src/notification/jasminsms/httpapi/mode/alert.pm +++ b/src/notification/jasminsms/httpapi/mode/alert.pm @@ -165,7 +165,7 @@ Specify the message to send. =item B<--coding> -Sets the Data Coding Scheme bits (Default: 8 (UCS2)). +Sets the Data Coding Scheme bits (default: 8 (UCS2)). Set value to -1 for disable encoding management. =item B<--dlr-url> diff --git a/src/notification/microsoft/office365/teams/custom/webhookapi.pm b/src/notification/microsoft/office365/teams/custom/webhookapi.pm index 75ce8a24c..da7e43026 100644 --- a/src/notification/microsoft/office365/teams/custom/webhookapi.pm +++ b/src/notification/microsoft/office365/teams/custom/webhookapi.pm @@ -137,15 +137,15 @@ O365 Teams Webhooks API =item B<--teams-webhook> -Specify the Webhook full URI (Required). +Specify the Webhook full URI (required). =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<--timeout> diff --git a/src/notification/microsoft/office365/teams/mode/alert.pm b/src/notification/microsoft/office365/teams/mode/alert.pm index aaaac3950..56253ddc6 100644 --- a/src/notification/microsoft/office365/teams/mode/alert.pm +++ b/src/notification/microsoft/office365/teams/mode/alert.pm @@ -321,11 +321,11 @@ centreon_plugins.pl --plugin=notification::microsoft::office365::teams::plugin - =item B<--notification-type> -Specify the notification type (Required). +Specify the notification type (required). =item B<--host-name> -Specify Host server name for the alert (Required). +Specify Host server name for the alert (required). =item B<--host-state> @@ -371,7 +371,7 @@ Specify extra information about author and comment (only for ACK and DOWNTIME ty =item B<--extra-info-format> -Specify the extra info display format (Default: 'Author: %s, Comment: %s'). +Specify the extra info display format (default: 'Author: %s, Comment: %s'). =item B<--legacy> diff --git a/src/notification/ovhsms/mode/alert.pm b/src/notification/ovhsms/mode/alert.pm index 10edb9035..93cfa668c 100644 --- a/src/notification/ovhsms/mode/alert.pm +++ b/src/notification/ovhsms/mode/alert.pm @@ -138,19 +138,19 @@ Send SMS with OVH API (https://docs.ovh.com/fr/sms/envoyer_des_sms_depuis_une_ur =item B<--hostname> -Hostname of the OVH SMS API (Default: 'www.ovh.com') +Hostname of the OVH SMS API (default: 'www.ovh.com') =item B<--port> -Port used by API (Default: '443') +Port used by API (default: '443') =item B<--proto> -Specify https if needed (Default: 'https'). +Specify https if needed (default: 'https'). =item B<--urlpath> -Set path to the SMS API (Default: '/cgi-bin/sms/http2sms.cgi'). +Set path to the SMS API (default: '/cgi-bin/sms/http2sms.cgi'). =item B<--account> @@ -178,15 +178,15 @@ Specify the message to send. =item B<--class> -Specify the class of message. (Default : '1'). +Specify the class of message. (default : '1'). =item B<--nostop> -Specify the nostop option. (Default : '1'). +Specify the nostop option. (default : '1'). =item B<--smsdoding> -Specify the coding of message. (Default : '1'). +Specify the coding of message. (default : '1'). =item B<--timeout> diff --git a/src/notification/prowl/mode/alert.pm b/src/notification/prowl/mode/alert.pm index 68af72c45..7d87e740c 100644 --- a/src/notification/prowl/mode/alert.pm +++ b/src/notification/prowl/mode/alert.pm @@ -127,19 +127,19 @@ Send iOS push notifications via Prowl API (https://www.prowlapp.com/api.php). =item B<--hostname> -Hostname of the Prowl API (Default: 'api.prowlapp.com') +Hostname of the Prowl API (default: 'api.prowlapp.com') =item B<--port> -Port used by API (Default: '443') +Port used by API (default: '443') =item B<--proto> -Specify https if needed (Default: 'https'). +Specify https if needed (default: 'https'). =item B<--urlpath> -Set path to the notifications API (Default: '/publicapi/add'). +Set path to the notifications API (default: '/publicapi/add'). =item B<--apikey> diff --git a/src/notification/sirportly/mode/ticket.pm b/src/notification/sirportly/mode/ticket.pm index 685e3c8c6..1069df637 100644 --- a/src/notification/sirportly/mode/ticket.pm +++ b/src/notification/sirportly/mode/ticket.pm @@ -252,7 +252,7 @@ Port used by API (default: '443'). =item B<--proto> -Specify https if needed (Default: 'https'). +Specify https if needed (default: 'https'). =item B<--api-token> diff --git a/src/notification/slack/mode/alert.pm b/src/notification/slack/mode/alert.pm index 94390cf0a..2b2631ba1 100644 --- a/src/notification/slack/mode/alert.pm +++ b/src/notification/slack/mode/alert.pm @@ -246,11 +246,11 @@ centreon_plugins.pl --plugin=notification::slack::plugin --mode=alert --slack-ur =item B<--slack-url> -Specify slack url (Required). +Specify slack url (required). =item B<--slack-channel> -Specify slack channel (Required). +Specify slack channel (required). =item B<--slack-username> @@ -258,7 +258,7 @@ Specify slack username. =item B<--host-name> -Specify host server name for the alert (Required). +Specify host server name for the alert (required). =item B<--host-state> @@ -306,35 +306,35 @@ Specify the centreon token for autologin macro (could be used in link-url and gr =item B<--graph-url> -Specify the graph url (Example: %{centreon_url}/include/views/graphs/generateGraphs/generateImage.php?username=myuser&token=%{centreon_token}&hostname=%{host_name}&service=%{service_description}). +Specify the graph url (example: %{centreon_url}/include/views/graphs/generateGraphs/generateImage.php?username=myuser&token=%{centreon_token}&hostname=%{host_name}&service=%{service_description}). =item B<--link-url> -Specify the link url (Example: %{centreon_url}/main.php?p=20201&o=svc&host_search=%{host_name}&svc_search=%{service_description}) +Specify the link url (example: %{centreon_url}/main.php?p=20201&o=svc&host_search=%{host_name}&svc_search=%{service_description}) =item B<--credentials> -Specify this option if you access webpage with authentication +Specify this option if you are accessing a web page using 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 webpage over basic authentication and don't want a '401 UNAUTHORIZED' error to be logged on your webserver. +Specify this option if you are accessing a web page using basic authentication and don't want a '401 UNAUTHORIZED' error to be logged on your web server. -Specify this option if you access webpage over hidden basic authentication or you'll get a '404 NOT FOUND' error. +Specify this option if you are accessing a web page using hidden basic authentication or you'll get a '404 NOT FOUND' error. -(Use with --credentials) +(use with --credentials) =item B<--timeout> -Threshold for HTTP timeout (Default: 5) +Define the timeout in seconds (default: 5). =back diff --git a/src/notification/telegram/mode/alert.pm b/src/notification/telegram/mode/alert.pm index eda8e1016..6a8826faa 100644 --- a/src/notification/telegram/mode/alert.pm +++ b/src/notification/telegram/mode/alert.pm @@ -239,7 +239,7 @@ Specify host server output message for the alert. =item B<--host-name> -Specify host server name for the alert (Required). +Specify host server name for the alert (required). =item B<--service-description> @@ -263,11 +263,11 @@ Specify the centreon token for autologin macro (could be used in link-url and gr =item B<--graph-url> -Specify the graph url (Example: %{centreon_url}/include/views/graphs/generateGraphs/generateImage.php?username=myuser&token=%{centreon_token}&hostname=%{host_name}&service=%{service_description}). +Specify the graph url (example: %{centreon_url}/include/views/graphs/generateGraphs/generateImage.php?username=myuser&token=%{centreon_token}&hostname=%{host_name}&service=%{service_description}). =item B<--link-url> -Specify the link url (Example: %{centreon_url}/main.php?p=20201&o=svc&host_search=%{host_name}&svc_search=%{service_description}) +Specify the link url (example: %{centreon_url}/main.php?p=20201&o=svc&host_search=%{host_name}&svc_search=%{service_description}) =item B<--timeout> diff --git a/src/os/aix/local/custom/cli.pm b/src/os/aix/local/custom/cli.pm index 9b1c7afe3..926627e81 100644 --- a/src/os/aix/local/custom/cli.pm +++ b/src/os/aix/local/custom/cli.pm @@ -147,7 +147,7 @@ Hostname to query. =item B<--timeout> -Timeout in seconds for the command (Default: 45). +Timeout in seconds for the command (default: 45). =item B<--command> diff --git a/src/os/aix/local/mode/cmdreturn.pm b/src/os/aix/local/mode/cmdreturn.pm index df086dd4e..9e781dfa4 100644 --- a/src/os/aix/local/mode/cmdreturn.pm +++ b/src/os/aix/local/mode/cmdreturn.pm @@ -158,16 +158,16 @@ Set the separator used in --manage-returns (default : #) =item B<--exec-command> -Command to test (Default: none). +Command to test (default: none). You can use 'sh' to use '&&' or '||'. =item B<--exec-command-path> -Command path (Default: none). +Command path (default: none). =item B<--exec-command-options> -Command options (Default: none). +Command options (default: none). =back diff --git a/src/os/aix/local/mode/lvsync.pm b/src/os/aix/local/mode/lvsync.pm index 16387e340..a19624cb2 100644 --- a/src/os/aix/local/mode/lvsync.pm +++ b/src/os/aix/local/mode/lvsync.pm @@ -155,7 +155,7 @@ You can use the following variables: %{state}, %{lv}, %{mount}, %{type}. =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{state} =~ /stale/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{state} =~ /stale/i'). You can use the following variables: %{state}, %{lv}, %{mount}, %{type}. =back diff --git a/src/os/aix/local/mode/process.pm b/src/os/aix/local/mode/process.pm index d8f149da6..ca665e431 100644 --- a/src/os/aix/local/mode/process.pm +++ b/src/os/aix/local/mode/process.pm @@ -204,12 +204,12 @@ You can use: 'Canceled', 'Nonexistent', 'Active', =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: %{ppid}, %{state}, %{elapsed}, %{cmd}, %{args} =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: %{ppid}, %{state}, %{elapsed}, %{cmd}, %{args} =item B<--warning-*> B<--critical-*> diff --git a/src/os/aix/local/mode/storage.pm b/src/os/aix/local/mode/storage.pm index 2629144d7..93558f225 100644 --- a/src/os/aix/local/mode/storage.pm +++ b/src/os/aix/local/mode/storage.pm @@ -181,7 +181,7 @@ Filter mountpoint (regexp can be used). =item B<--space-reservation> Some filesystem has space reserved (like ext4 for root). -The value is in percent of total (Default: none). +The value is in percent of total (default: none). =item B<--warning-*> B<--critical-*> diff --git a/src/os/as400/connector/custom/api.pm b/src/os/as400/connector/custom/api.pm index 25b38455f..04c3c0f40 100644 --- a/src/os/as400/connector/custom/api.pm +++ b/src/os/as400/connector/custom/api.pm @@ -206,15 +206,15 @@ Centreon AS400 connector Rest API =item B<--connector-hostname> -Centreon connector hostname (Default: 127.0.0.1) +Centreon connector hostname (default: 127.0.0.1) =item B<--connector-port> -Port used (Default: 8091) +Port used (default: 8091) =item B<--connector-proto> -Specify https if needed (Default: 'http') +Specify https if needed (default: 'http') =item B<--connector-username> @@ -226,19 +226,19 @@ API password. =item B<--connector-timeout> -Set timeout in seconds (Default: 50) +Set timeout in seconds (default: 50) =item B<--as400-hostname> -AS/400 hostname (Required) +AS/400 hostname (required) =item B<--as400-username> -AS/400 username (Required) +AS/400 username (required) =item B<--as400-password> -AS/400 password (Required) +AS/400 password (required) =back diff --git a/src/os/as400/connector/mode/command.pm b/src/os/as400/connector/mode/command.pm index 88c1d7b7f..6c74f221f 100644 --- a/src/os/as400/connector/mode/command.pm +++ b/src/os/as400/connector/mode/command.pm @@ -111,7 +111,7 @@ Execute command and check result. =item B<--command-name> -Specify the command to execute (Required). +Specify the command to execute (required). =item B<--unknown-status> @@ -125,7 +125,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} =~ /failed/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} =~ /failed/i'). You can use the following variables: %{status}, %{name} =back diff --git a/src/os/as400/connector/mode/disks.pm b/src/os/as400/connector/mode/disks.pm index 938e222fa..e940c73fa 100644 --- a/src/os/as400/connector/mode/disks.pm +++ b/src/os/as400/connector/mode/disks.pm @@ -240,17 +240,17 @@ Filter disks by name (can be a regexp). =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}, %{name} =item B<--warning--status> -Define the conditions to match for the status to be WARNING (Default: '%{status} =~ /noReady|busy|hwFailureOk|hwFailurePerf|Protected|rebuilding/i'). +Define the conditions to match for the status to be WARNING (default: '%{status} =~ /noReady|busy|hwFailureOk|hwFailurePerf|Protected|rebuilding/i'). 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} =~ /^(noAccess|otherDiskSubFailed|failed|notOperational|noUnitControl)$/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} =~ /^(noAccess|otherDiskSubFailed|failed|notOperational|noUnitControl)$/i'). You can use the following variables: %{status}, %{name} =item B<--warning-*> B<--critical-*> diff --git a/src/os/as400/connector/mode/jobqueues.pm b/src/os/as400/connector/mode/jobqueues.pm index f41db1b2b..39368e3d0 100644 --- a/src/os/as400/connector/mode/jobqueues.pm +++ b/src/os/as400/connector/mode/jobqueues.pm @@ -201,7 +201,7 @@ Check job queues. =item B<--jobq> -JOBQ selection. Eg: --jobq="QGPL:QBASE" --jobq="QGPL:QPGMR" +JOBQ selection. Example: --jobq="QGPL:QBASE" --jobq="QGPL:QPGMR" =item B<--unknown-status> @@ -215,7 +215,7 @@ You can use the following variables: %{status}, %{name}, %{library} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} =~ /HELD/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} =~ /HELD/i'). You can use the following variables: %{status}, %{name}, %{library} =item B<--warning-*> B<--critical-*> diff --git a/src/os/as400/connector/mode/messagequeue.pm b/src/os/as400/connector/mode/messagequeue.pm index f4b6641f0..318b7cd27 100644 --- a/src/os/as400/connector/mode/messagequeue.pm +++ b/src/os/as400/connector/mode/messagequeue.pm @@ -134,7 +134,7 @@ Check message queue. =item B<--message-queue-path> -Specify the message queue (Required. Eg: --message-queue-path='/QSYS.LIB/QSYSOPR.MSGQ'). +Specify the message queue (required. Example: --message-queue-path='/QSYS.LIB/QSYSOPR.MSGQ'). =item B<--memory> @@ -142,7 +142,7 @@ Check only new messages. =item B<--filter-message-id> -Filter messages by id (can be a regexp). +Filter messages by ID (can be a regexp). =item B<--min-severity> diff --git a/src/os/as400/connector/mode/subsystems.pm b/src/os/as400/connector/mode/subsystems.pm index db4b784aa..fe5ca362d 100644 --- a/src/os/as400/connector/mode/subsystems.pm +++ b/src/os/as400/connector/mode/subsystems.pm @@ -192,7 +192,7 @@ You can use the following variables: %{status}, %{name}, %{library} =item B<--warning--status> -Define the conditions to match for the status to be WARNING (Default: '%{status} =~ /ending|restricted|starting/i'). +Define the conditions to match for the status to be WARNING (default: '%{status} =~ /ending|restricted|starting/i'). You can use the following variables: %{status}, %{name}, %{library} =item B<--critical-status> diff --git a/src/os/hpux/local/mode/storage.pm b/src/os/hpux/local/mode/storage.pm index 24ae719c3..32fb77539 100644 --- a/src/os/hpux/local/mode/storage.pm +++ b/src/os/hpux/local/mode/storage.pm @@ -211,7 +211,7 @@ Critical threshold. =item B<--units> -Units of thresholds (Default: '%') ('%', 'B'). +Units of thresholds (default: '%') ('%', 'B'). =item B<--free> @@ -236,7 +236,7 @@ Filter filesystem (regexp can be used). =item B<--space-reservation> Some filesystem has space reserved (like ext4 for root). -The value is in percent of total (Default: none). +The value is in percent of total (default: none). =back diff --git a/src/os/hpux/snmp/mode/process.pm b/src/os/hpux/snmp/mode/process.pm index bea1af94f..b1bc8c9da 100644 --- a/src/os/hpux/snmp/mode/process.pm +++ b/src/os/hpux/snmp/mode/process.pm @@ -169,7 +169,7 @@ __END__ =head1 MODE -Check system number of processes. +Monitor the number of system processes. =over 8 @@ -183,7 +183,7 @@ Critical threshold (process count). =item B<--process-cmd> -Check process command. +Define the command of the processes to check. =item B<--regexp-cmd> @@ -191,7 +191,7 @@ Allows to use regexp to filter process command (with option --process-cmd). =item B<--process-status> -Check process status (Default: 'run'). Can be a regexp. +Define the status(es) of the processes to check (default: 'run'). Can be a regexp. =back diff --git a/src/os/hpux/snmp/mode/storage.pm b/src/os/hpux/snmp/mode/storage.pm index 291ccbe59..923663bff 100644 --- a/src/os/hpux/snmp/mode/storage.pm +++ b/src/os/hpux/snmp/mode/storage.pm @@ -194,7 +194,7 @@ Can be: 'usage'. =item B<--units> -Units of thresholds (Default: '%') ('%', 'B'). +Units of thresholds (default: '%') ('%', 'B'). =item B<--free> diff --git a/src/os/linux/local/custom/cli.pm b/src/os/linux/local/custom/cli.pm index cf4a0024f..827346857 100644 --- a/src/os/linux/local/custom/cli.pm +++ b/src/os/linux/local/custom/cli.pm @@ -171,7 +171,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> diff --git a/src/os/linux/local/mode/checkplugin.pm b/src/os/linux/local/mode/checkplugin.pm index dd205638d..bf49383b1 100644 --- a/src/os/linux/local/mode/checkplugin.pm +++ b/src/os/linux/local/mode/checkplugin.pm @@ -183,7 +183,7 @@ Hostname to query. =item B<--timeout> -Timeout in seconds for the command (Default: 45). +Timeout in seconds for the command (default: 45). =item B<--command> @@ -191,17 +191,17 @@ command to execute on the remote machine =item B<--unknown-status> -Define the conditions to match for the status to be UNKNOWN (Default: '%{exit_code} == 3'). +Define the conditions to match for the status to be UNKNOWN (default: '%{exit_code} == 3'). You can use the following variables: %{short_message}, %{exit_code} =item B<--warning-status> -Define the conditions to match for the status to be WARNING (Default: '%{exit_code} == 1'). +Define the conditions to match for the status to be WARNING (default: '%{exit_code} == 1'). You can use the following variables: %{short_message}, %{exit_code} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{exit_code} == 2'). +Define the conditions to match for the status to be CRITICAL (default: '%{exit_code} == 2'). You can use the following variables: %{short_message}, %{exit_code} =item B<--warning-time> diff --git a/src/os/linux/local/mode/cmdreturn.pm b/src/os/linux/local/mode/cmdreturn.pm index 4b7d97da8..0b4759b72 100644 --- a/src/os/linux/local/mode/cmdreturn.pm +++ b/src/os/linux/local/mode/cmdreturn.pm @@ -158,16 +158,16 @@ Set the separator used in --manage-returns (default : #) =item B<--exec-command> -Command to test (Default: none). +Command to test (default: none). You can use 'sh' to use '&&' or '||'. =item B<--exec-command-path> -Command path (Default: none). +Command path (default: none). =item B<--exec-command-options> -Command options (Default: none). +Command options (default: none). =back diff --git a/src/os/linux/local/mode/discoverysnmp.pm b/src/os/linux/local/mode/discoverysnmp.pm index 1ea297988..38ff2e73d 100644 --- a/src/os/linux/local/mode/discoverysnmp.pm +++ b/src/os/linux/local/mode/discoverysnmp.pm @@ -211,23 +211,23 @@ Resources discovery. =item B<--subnet> Specify subnet from which discover -resources (Must be / format) (Mandatory). +resources (must be / format) (mandatory). =item B<--snmp-port> -Specify SNMP port (Default: 161). +Specify SNMP port (default: 161). =item B<--snmp-version> -Specify SNMP version (can be defined multiple times) (Mandatory). +Specify SNMP version (can be defined multiple times) (mandatory). =item B<--snmp-community> -Specify SNMP community (can be defined multiple times) (Mandatory). +Specify SNMP community (can be defined multiple times) (mandatory). =item B<--snmp-timeout> -Specify SNMP timeout in second (Default: 1). +Specify SNMP timeout in second (default: 1). =item B<--prettify> @@ -235,7 +235,7 @@ Prettify JSON output. =item B<--extra-oids> -Specify extra OIDs to get (Eg: --extra-oids='hrSystemInitialLoadParameters=1.3.6.1.2.1.25.1.4.0,sysDescr=.1.3.6.1.2.1.1.1.0'). +Specify extra OIDs to get (example: --extra-oids='hrSystemInitialLoadParameters=1.3.6.1.2.1.25.1.4.0,sysDescr=.1.3.6.1.2.1.1.1.0'). =back diff --git a/src/os/linux/local/mode/discoverysnmpv3.pm b/src/os/linux/local/mode/discoverysnmpv3.pm index 22fd7608d..7efc520b6 100644 --- a/src/os/linux/local/mode/discoverysnmpv3.pm +++ b/src/os/linux/local/mode/discoverysnmpv3.pm @@ -245,13 +245,13 @@ Resources discovery. =item B<--subnet> Specify subnet from which discover -resources (Must be / format) (Mandatory). +resources (must be / format) (mandatory). -Specify SNMP community (can be defined multiple times) (Mandatory). +Specify SNMP community (can be defined multiple times) (mandatory). =item B<--snmp-timeout> -Specify SNMP timeout in second (Default: 1). +Specify SNMP timeout in second (default: 1). =item B<--prettify> @@ -259,7 +259,7 @@ Prettify JSON output. =item B<--extra-oids> -Specify extra OIDs to get (Eg: --extra-oids='hrSystemInitialLoadParameters=1.3.6.1.2.1.25.1.4.0,sysDescr=.1.3.6.1.2.1.1.1.0'). +Specify extra OIDs to get (example: --extra-oids='hrSystemInitialLoadParameters=1.3.6.1.2.1.25.1.4.0,sysDescr=.1.3.6.1.2.1.1.1.0'). =back diff --git a/src/os/linux/local/mode/diskio.pm b/src/os/linux/local/mode/diskio.pm index dc79743c5..2cefdbd67 100644 --- a/src/os/linux/local/mode/diskio.pm +++ b/src/os/linux/local/mode/diskio.pm @@ -332,11 +332,11 @@ Exclude partition name (regexp can be used). =item B<--bytes-per-sector> -Bytes per sector (Default: 512) +Bytes per sector (default: 512) =item B<--interrupt-frequency> -Linux Kernel Timer Interrupt Frequency (Default: 1000) +Linux Kernel Timer Interrupt Frequency (default: 1000) =item B<--skip> diff --git a/src/os/linux/local/mode/mountpoint.pm b/src/os/linux/local/mode/mountpoint.pm index a7bfc5808..8d5174245 100644 --- a/src/os/linux/local/mode/mountpoint.pm +++ b/src/os/linux/local/mode/mountpoint.pm @@ -130,23 +130,23 @@ Command used: mount 2>&1 =item B<--filter-mountpoint> -Filter mount point name (Can use regexp). +Filter mount point name (can use regexp). =item B<--exclude-mountpoint> -Exclude mount point name (Can use regexp). +Exclude mount point name (can use regexp). =item B<--filter-device> -Filter device name (Can use regexp). +Filter device name (can use regexp). =item B<--exclude-device> -Exclude device name (Can use regexp). +Exclude device name (can use regexp). =item B<--filter-type> -Filter mount point type (Can use regexp). +Filter mount point type (can use regexp). =item B<--warning-status> @@ -155,7 +155,7 @@ Warning threshold. =item B<--critical-status> Critical threshold -(Default: '%{options} !~ /^rw/i && %{type} !~ /tmpfs|squashfs/i'). +(default: '%{options} !~ /^rw/i && %{type} !~ /tmpfs|squashfs/i'). =back diff --git a/src/os/linux/local/mode/storage.pm b/src/os/linux/local/mode/storage.pm index 96204f2e9..a70e47921 100644 --- a/src/os/linux/local/mode/storage.pm +++ b/src/os/linux/local/mode/storage.pm @@ -207,7 +207,7 @@ Critical threshold. =item B<--units> -Units of thresholds (Default: '%') ('%', 'B'). +Units of thresholds (default: '%') ('%', 'B'). =item B<--free> diff --git a/src/os/linux/local/mode/systemdjournal.pm b/src/os/linux/local/mode/systemdjournal.pm index 0376af20d..16ac220d3 100644 --- a/src/os/linux/local/mode/systemdjournal.pm +++ b/src/os/linux/local/mode/systemdjournal.pm @@ -163,12 +163,12 @@ Filter on message content (can be a regexp). Defines the amount of time to look back at messages. Can be minutes (ie 5 "minutes ago") or 'cache' to use the -timestamp from last execution. (Default: 'cache') +timestamp from last execution. (default: 'cache') =item B<--timezone> Defines the timezone to convert date/time to the host -timezone when using timestamp from cache. (Default: 'local') +timezone when using timestamp from cache. (default: 'local') =item B<--warning-entries> B<--critical-entries> diff --git a/src/os/linux/local/mode/systemdscstatus.pm b/src/os/linux/local/mode/systemdscstatus.pm index 771d6de6f..9c8236a5d 100644 --- a/src/os/linux/local/mode/systemdscstatus.pm +++ b/src/os/linux/local/mode/systemdscstatus.pm @@ -193,7 +193,7 @@ You can use the following variables: %{display}, %{active}, %{sub}, %{load}, %{b =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{active} =~ /failed/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{active} =~ /failed/i'). You can use the following variables: %{display}, %{active}, %{sub}, %{load}, %{boot} =back diff --git a/src/os/linux/local/mode/traffic.pm b/src/os/linux/local/mode/traffic.pm index eb4116ba8..f1889b037 100644 --- a/src/os/linux/local/mode/traffic.pm +++ b/src/os/linux/local/mode/traffic.pm @@ -306,22 +306,22 @@ Critical threshold in percent for 'out' traffic. =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: %{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} ne "RU"'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} ne "RU"'). You can use the following variables: %{status}, %{display} =item B<--units> -Units of thresholds (Default: 'b/s') ('%', 'b/s'). +Units of thresholds (default: 'b/s') ('%', 'b/s'). Percent can be used only if --speed is set. =item B<--filter-interface> diff --git a/src/os/picos/snmp/mode/hardware.pm b/src/os/picos/snmp/mode/hardware.pm index 6a9c17a45..d2a5916b4 100644 --- a/src/os/picos/snmp/mode/hardware.pm +++ b/src/os/picos/snmp/mode/hardware.pm @@ -72,7 +72,7 @@ Check hardware. =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'fan', 'psu'. =item B<--filter> diff --git a/src/os/picos/snmp/mode/interfaces.pm b/src/os/picos/snmp/mode/interfaces.pm index 3c82e7815..53bff49d7 100644 --- a/src/os/picos/snmp/mode/interfaces.pm +++ b/src/os/picos/snmp/mode/interfaces.pm @@ -185,7 +185,7 @@ Check interfaces. =item B<--add-global> -Check global port statistics (By default if no --add-* option is set). +Check global port statistics (by default if no --add-* option is set). =item B<--add-status> @@ -221,7 +221,7 @@ Check interface optical metrics. =item B<--check-metrics> -If the expression is true, metrics are checked (Default: '%{opstatus} eq "up"'). +If the expression is true, metrics are checked (default: '%{opstatus} eq "up"'). =item B<--warning-status> @@ -230,7 +230,7 @@ You can use the following variables: %{admstatus}, %{opstatus}, %{duplexstatus}, =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{admstatus} eq "up" and %{opstatus} ne "up"'). +Define the conditions to match for the status to be CRITICAL (default: '%{admstatus} eq "up" and %{opstatus} ne "up"'). You can use the following variables: %{admstatus}, %{opstatus}, %{duplexstatus}, %{display} =item B<--warning-*> B<--critical-*> @@ -245,15 +245,15 @@ And also: 'input-power' (dBm), 'bias-current' (mA), 'output-power' (dBm), 'volta =item B<--units-traffic> -Units of thresholds for the traffic (Default: 'percent_delta') ('percent_delta', 'bps', 'counter'). +Units of thresholds for the traffic (default: 'percent_delta') ('percent_delta', 'bps', 'counter'). =item B<--units-errors> -Units of thresholds for errors/discards (Default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). +Units of thresholds for errors/discards (default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). =item B<--units-cast> -Units of thresholds for communication types (Default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). +Units of thresholds for communication types (default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). =item B<--nagvis-perfdata> @@ -261,7 +261,7 @@ Display traffic perfdata to be compatible with nagvis widget. =item B<--interface> -Set the interface (number expected) ex: 1,2,... (empty means 'check all interfaces'). +Set the interface (number expected) example: 1,2,... (empty means 'check all interfaces'). =item B<--name> @@ -303,7 +303,7 @@ Add an OID to display. Modify the interface name displayed by using a regular expression. -Eg: adding --display-transform-src='eth' --display-transform-dst='ens' will replace all occurrences of 'eth' with 'ens' +Example: adding --display-transform-src='eth' --display-transform-dst='ens' will replace all occurrences of 'eth' with 'ens' =item B<--show-cache> diff --git a/src/os/picos/snmp/mode/listinterfaces.pm b/src/os/picos/snmp/mode/listinterfaces.pm index fdecfc95f..3edbdd198 100644 --- a/src/os/picos/snmp/mode/listinterfaces.pm +++ b/src/os/picos/snmp/mode/listinterfaces.pm @@ -55,7 +55,7 @@ __END__ =item B<--interface> -Set the interface (number expected) ex: 1,2,... (empty means 'check all interfaces'). +Set the interface (number expected) example: 1,2,... (empty means 'check all interfaces'). =item B<--name> @@ -89,7 +89,7 @@ Define the OID that will be used to name the interfaces (default: ifDesc) (value Modify the interface name displayed by using a regular expression. -Eg: adding --display-transform-src='eth' --display-transform-dst='ens' will replace all occurrences of 'eth' with 'ens' +Example: adding --display-transform-src='eth' --display-transform-dst='ens' will replace all occurrences of 'eth' with 'ens' =item B<--add-extra-oid> diff --git a/src/os/solaris/local/mode/lomv120.pm b/src/os/solaris/local/mode/lomv120.pm index bea79f5f8..a20eaab94 100644 --- a/src/os/solaris/local/mode/lomv120.pm +++ b/src/os/solaris/local/mode/lomv120.pm @@ -77,7 +77,7 @@ Command used: '/usr/sbin/lom -fpv 2>&1' =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'fan', 'psu', 'voltage', 'sf'. =item B<--filter> diff --git a/src/os/solaris/local/mode/prtdiag.pm b/src/os/solaris/local/mode/prtdiag.pm index 7b75ab5fa..064d88a33 100644 --- a/src/os/solaris/local/mode/prtdiag.pm +++ b/src/os/solaris/local/mode/prtdiag.pm @@ -339,13 +339,13 @@ Command used: '/usr/platform/`/sbin/uname -i`/sbin/prtdiag -v 2>&1' =item B<--config-file> -Config file with prtdiag output description (Default: Directory 'conf/prtdiag.conf' under absolute mode path). +Config file with prtdiag output description (default: Directory 'conf/prtdiag.conf' under absolute mode path). =item B<--exclude> Exclude some components (multiple) (Syntax: SECTION,INSTANCE,FILTER). -SECTION = component type in prtdiag.conf (Example: temperature, fan,... -INSTANCE = Set the instance (Example: %Location%) +SECTION = component type in prtdiag.conf (example: temperature, fan,... +INSTANCE = Set the instance (example: %Location%) FILTER = regexp to filter =back diff --git a/src/os/windows/local/mode/certificates.pm b/src/os/windows/local/mode/certificates.pm index a2ad68293..a9e900548 100644 --- a/src/os/windows/local/mode/certificates.pm +++ b/src/os/windows/local/mode/certificates.pm @@ -243,7 +243,7 @@ Check local certificates. =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> @@ -251,16 +251,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> @@ -284,8 +284,7 @@ Filter certificate by path (can be a regexp). =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-*> diff --git a/src/os/windows/local/mode/cmdreturn.pm b/src/os/windows/local/mode/cmdreturn.pm index 5c23aad0b..1a9a44f8f 100644 --- a/src/os/windows/local/mode/cmdreturn.pm +++ b/src/os/windows/local/mode/cmdreturn.pm @@ -151,19 +151,19 @@ Example: 0,OK,File xxx exist#1,CRITICAL,File xxx not exist#,UNKNOWN,Command prob =item B<--timeout> -Timeout in seconds for the command (Default: 30). +Timeout in seconds for the command (default: 30). =item B<--command> -Command to test (Default: none). +Command to test (default: none). =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<--warning-time> diff --git a/src/os/windows/local/mode/listcertificates.pm b/src/os/windows/local/mode/listcertificates.pm index c82eafa93..27fb0420b 100644 --- a/src/os/windows/local/mode/listcertificates.pm +++ b/src/os/windows/local/mode/listcertificates.pm @@ -163,7 +163,7 @@ List Windows local certificates. =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> @@ -171,16 +171,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> diff --git a/src/os/windows/local/mode/liststorages.pm b/src/os/windows/local/mode/liststorages.pm index e1bbbac15..478bd69a6 100644 --- a/src/os/windows/local/mode/liststorages.pm +++ b/src/os/windows/local/mode/liststorages.pm @@ -165,7 +165,7 @@ List Windows 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> @@ -173,16 +173,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> diff --git a/src/os/windows/local/mode/ntp.pm b/src/os/windows/local/mode/ntp.pm index cf4681828..57191f3ae 100644 --- a/src/os/windows/local/mode/ntp.pm +++ b/src/os/windows/local/mode/ntp.pm @@ -184,11 +184,11 @@ Set the ntp hostname (if not set, we try to find it with w32tm command). =item B<--ntp-port> -Set the ntp port (Default: 123). +Set the ntp port (default: 123). =item B<--timeout> -Set timeout time for 'w32tm' command execution (Default: 30 sec) +Set timeout time for 'w32tm' command execution (default: 30 sec) =back diff --git a/src/os/windows/local/mode/pendingreboot.pm b/src/os/windows/local/mode/pendingreboot.pm index fd2377165..4e42f07e4 100644 --- a/src/os/windows/local/mode/pendingreboot.pm +++ b/src/os/windows/local/mode/pendingreboot.pm @@ -163,13 +163,13 @@ __END__ =head1 MODE -Check windows pending reboot. +Check pending Windows reboot. =over 8 =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> @@ -177,16 +177,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> @@ -198,13 +198,13 @@ Print powershell output. =item B<--warning-status> -Define the conditions to match for the status to be WARNING (Default: '%{RebootPending} =~ /true/i'). +Define the conditions to match for the status to be WARNING (default: '%{RebootPending} =~ /true/i'). You can use the following variables: %{RebootPending}, %{WindowsUpdate}, %{CBServicing}, %{CCMClientSDK}, %{PendFileRename}, %{PendComputerRename}. =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: %{RebootPending}, %{WindowsUpdate}, %{CBServicing}, %{CCMClientSDK}, %{PendFileRename}, %{PendComputerRename}. diff --git a/src/os/windows/local/mode/sessions.pm b/src/os/windows/local/mode/sessions.pm index 4402de157..587e5f52e 100644 --- a/src/os/windows/local/mode/sessions.pm +++ b/src/os/windows/local/mode/sessions.pm @@ -298,8 +298,8 @@ Check sessions. =item B<--config> -command can be localized by using a configuration file. -This parameter can be used to specify an alternative location for the configuration file +The command can be localized by using a configuration file. +This parameter can be used to specify an alternative location for the configuration file. =item B<--language> @@ -307,20 +307,20 @@ Set the language used in config file (default: 'en'). =item B<--command> -Command to get information (Default: 'qwinsta'). +Command to get information (default: 'qwinsta'). 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: '/COUNTER'). +Command options (default: '/COUNTER'). =item B<--timeout> -Timeout in seconds for the command (Default: 30). +Timeout in seconds for the command (default: 30). =item B<--filter-sessionname> diff --git a/src/os/windows/local/mode/updates.pm b/src/os/windows/local/mode/updates.pm index dd9f2737f..6d13d2308 100644 --- a/src/os/windows/local/mode/updates.pm +++ b/src/os/windows/local/mode/updates.pm @@ -38,7 +38,7 @@ sub set_counters { $self->{maps_counters}->{global} = [ { label => 'pending-updates', nlabel => 'windows.pending.updates.count', set => { key_values => [ { name => 'num' } ], - output_template => 'windows pending updates: %s', + output_template => 'pending Windows updates: %s', perfdatas => [ { template => '%s', min => 0 } ] @@ -149,13 +149,13 @@ __END__ =head1 MODE -Check windows pending updates. +Check pending Windows updates. =over 8 =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> @@ -163,16 +163,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> @@ -182,13 +182,17 @@ Display powershell script. Print powershell output. +=item B<--filter-mandatory> + +Filter only mandatory Windows updates. + =item B<--filter-title> -Filter windows updates by title (can be a regexp). +Filter Windows updates by title (can be a regexp). =item B<--exclude-title> -Exclude windows updates by title (regexp can be used). +Exclude Windows updates by title (can be a regexp). =item B<--display-updates> diff --git a/src/os/windows/snmp/mode/listservices.pm b/src/os/windows/snmp/mode/listservices.pm index 35a41aaa1..8816071ab 100644 --- a/src/os/windows/snmp/mode/listservices.pm +++ b/src/os/windows/snmp/mode/listservices.pm @@ -134,7 +134,7 @@ __END__ =head1 MODE -List windows services. +List Windows services. =over 8 diff --git a/src/os/windows/snmp/mode/memory.pm b/src/os/windows/snmp/mode/memory.pm index 319d7c719..a4618be95 100644 --- a/src/os/windows/snmp/mode/memory.pm +++ b/src/os/windows/snmp/mode/memory.pm @@ -178,7 +178,7 @@ Check memory usage =item B<--units> -Units of thresholds (Default: '%') ('%', 'absolute'). +Units of thresholds (default: '%') ('%', 'absolute'). =item B<--free> diff --git a/src/os/windows/wsman/mode/cpu.pm b/src/os/windows/wsman/mode/cpu.pm index 45a8eddbb..e35380419 100644 --- a/src/os/windows/wsman/mode/cpu.pm +++ b/src/os/windows/wsman/mode/cpu.pm @@ -177,7 +177,7 @@ __END__ =head1 MODE -Check processor usage. +Monitor the processor usage. =over 8 diff --git a/src/os/windows/wsman/mode/eventlog.pm b/src/os/windows/wsman/mode/eventlog.pm index 0a5c93b46..dd3323e9b 100644 --- a/src/os/windows/wsman/mode/eventlog.pm +++ b/src/os/windows/wsman/mode/eventlog.pm @@ -179,7 +179,7 @@ Filter on event log source. =item B<--filter-logfile> Filter on specific logfile. -Ex: Application, System +Example: Application, System. =item B<--filter-type> @@ -188,7 +188,7 @@ Can be: 'information', 'critical', 'warning', 'error', 'verbose'. =item B<--timeframe> -Time frame to filter events on hour (Default: 1). +Time frame to filter events on hour (default: 1). =item B<--warning-*> B<--critical-*> diff --git a/src/os/windows/wsman/mode/filesdate.pm b/src/os/windows/wsman/mode/filesdate.pm index 97bf882ca..8da1eddde 100644 --- a/src/os/windows/wsman/mode/filesdate.pm +++ b/src/os/windows/wsman/mode/filesdate.pm @@ -182,8 +182,8 @@ Check files modified time. =item B<--folder> -Folder to check. (No WQL wildcard allowed) -Ex: 'C:/Users/Administrator/'. +Folder to check (no WQL wildcard allowed). +Example: 'C:/Users/Administrator/'. =item B<--filter-filename> diff --git a/src/os/windows/wsman/mode/filessize.pm b/src/os/windows/wsman/mode/filessize.pm index 48215823e..6c24625cc 100644 --- a/src/os/windows/wsman/mode/filessize.pm +++ b/src/os/windows/wsman/mode/filessize.pm @@ -177,8 +177,8 @@ Check size of files/directories. =item B<--folder> -Folder to check. (No WQL wildcard allowed) -Ex: 'C:/Users/Administrator/'. +Folder to check (no WQL wildcard allowed). +Example: 'C:/Users/Administrator/'. =item B<--filter-filename> diff --git a/src/os/windows/wsman/mode/interfaces.pm b/src/os/windows/wsman/mode/interfaces.pm index 99d76f2ac..3efcc9b79 100644 --- a/src/os/windows/wsman/mode/interfaces.pm +++ b/src/os/windows/wsman/mode/interfaces.pm @@ -419,11 +419,11 @@ Can be: 'in-traffic', 'out-traffic', 'in-error', 'in-discard', 'out-error', 'out =item B<--units-traffic> -Units of thresholds for the traffic (Default: 'percent_delta') ('percent_delta', 'bps', 'counter'). +Units of thresholds for the traffic (default: 'percent_delta') ('percent_delta', 'bps', 'counter'). =item B<--units-errors> -Units of thresholds for errors/discards (Default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'counter'). +Units of thresholds for errors/discards (default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'counter'). =item B<--filter-interface> diff --git a/src/os/windows/wsman/mode/liststorages.pm b/src/os/windows/wsman/mode/liststorages.pm index a93470387..870f218e3 100644 --- a/src/os/windows/wsman/mode/liststorages.pm +++ b/src/os/windows/wsman/mode/liststorages.pm @@ -147,7 +147,7 @@ List storages. Modify the storage name displayed by using a regular expression. -Eg: adding --display-transform-src='dev' --display-transform-dst='run' will replace all occurrences of 'dev' with 'run' +Example: adding --display-transform-src='dev' --display-transform-dst='run' will replace all occurrences of 'dev' with 'run' =back diff --git a/src/os/windows/wsman/mode/pendingreboot.pm b/src/os/windows/wsman/mode/pendingreboot.pm index 9525749ca..cbe0d1016 100644 --- a/src/os/windows/wsman/mode/pendingreboot.pm +++ b/src/os/windows/wsman/mode/pendingreboot.pm @@ -130,7 +130,7 @@ __END__ =head1 MODE -Check windows pending reboot. +Check pending Windows reboot. =over 8 @@ -144,13 +144,13 @@ Print powershell output. =item B<--warning-status> -Define the conditions to match for the status to be WARNING (Default: '%{RebootPending} =~ /true/i'). +Define the conditions to match for the status to be WARNING (default: '%{RebootPending} =~ /true/i'). You can use the following variables: %{RebootPending}, %{WindowsUpdate}, %{CBServicing}, %{CCMClientSDK}, %{PendFileRename}, %{PendComputerRename}. =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: %{RebootPending}, %{WindowsUpdate}, %{CBServicing}, %{CCMClientSDK}, %{PendFileRename}, %{PendComputerRename}. diff --git a/src/os/windows/wsman/mode/processes.pm b/src/os/windows/wsman/mode/processes.pm index 57e7d4bc0..a509d9718 100644 --- a/src/os/windows/wsman/mode/processes.pm +++ b/src/os/windows/wsman/mode/processes.pm @@ -140,7 +140,7 @@ Check system number of processes. =item B<--process-status> Filter process status. Can be a regexp. -(Default: 'running'). +(default: 'running'). =item B<--process-name> diff --git a/src/os/windows/wsman/mode/services.pm b/src/os/windows/wsman/mode/services.pm index 2dde131d2..a2d68cd0b 100644 --- a/src/os/windows/wsman/mode/services.pm +++ b/src/os/windows/wsman/mode/services.pm @@ -210,7 +210,7 @@ Return threshold for auto services not running. =item B<--exclude> -Exclude some services for --auto option (Can be a regexp). +Exclude some services for --auto option (can be a regexp). =back diff --git a/src/os/windows/wsman/mode/sessions.pm b/src/os/windows/wsman/mode/sessions.pm index ac9a6f373..07d0c5ad9 100644 --- a/src/os/windows/wsman/mode/sessions.pm +++ b/src/os/windows/wsman/mode/sessions.pm @@ -299,8 +299,8 @@ Check sessions. =item B<--config> -command can be localized by using a configuration file. -This parameter can be used to specify an alternative location for the configuration file +The command can be localized by using a configuration file. +This parameter can be used to specify an alternative location for the configuration file. =item B<--language> @@ -308,20 +308,20 @@ Set the language used in config file (default: 'en'). =item B<--command> -Command to get information (Default: 'qwinsta'). +Command to get information (default: 'qwinsta'). 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: '/COUNTER'). +Command options (default: '/COUNTER'). =item B<--timeout> -Timeout in seconds for the command (Default: 30). +Timeout in seconds for the command (default: 30). =item B<--filter-sessionname> diff --git a/src/os/windows/wsman/mode/storages.pm b/src/os/windows/wsman/mode/storages.pm index 86e6da56b..3749a5f15 100644 --- a/src/os/windows/wsman/mode/storages.pm +++ b/src/os/windows/wsman/mode/storages.pm @@ -174,7 +174,7 @@ Filter storages by name (can be a regexp). =item B<--filter-type> -Filter storages by type (can be a regexp) (Default: 'localDisk'). +Filter storages by type (can be a regexp) (default: 'localDisk'). =item B<--warning-*> B<--critical-*> diff --git a/src/os/windows/wsman/mode/time.pm b/src/os/windows/wsman/mode/time.pm index 03c9c9e3d..7fb00c9bd 100644 --- a/src/os/windows/wsman/mode/time.pm +++ b/src/os/windows/wsman/mode/time.pm @@ -216,7 +216,7 @@ Set the ntp hostname (if not set, localtime is used). =item B<--ntp-port> -Set the ntp port (Default: 123). +Set the ntp port (default: 123). =item B<--timezone> diff --git a/src/os/windows/wsman/mode/updates.pm b/src/os/windows/wsman/mode/updates.pm index 5a98fec7b..5862022a8 100644 --- a/src/os/windows/wsman/mode/updates.pm +++ b/src/os/windows/wsman/mode/updates.pm @@ -38,7 +38,7 @@ sub set_counters { $self->{maps_counters}->{global} = [ { label => 'pending-updates', nlabel => 'windows.pending.updates.count', set => { key_values => [ { name => 'num' } ], - output_template => 'windows pending updates: %s', + output_template => 'pending Windows updates: %s', perfdatas => [ { template => '%s', min => 0 } ] @@ -138,7 +138,7 @@ __END__ =head1 MODE -Check windows pending updates. +Check pending Windows updates. =over 8 @@ -152,11 +152,11 @@ Print powershell output. =item B<--filter-title> -Filter windows updates by title (can be a regexp). +Filter Windows updates by title (can be a regexp). =item B<--exclude-title> -Exclude windows updates by title (regexp can be used). +Exclude Windows updates by title (regexp can be used). =item B<--display-updates> diff --git a/src/snmp_standard/mode/discovery.pm b/src/snmp_standard/mode/discovery.pm index 8ec3995fc..dfbb8fbfa 100644 --- a/src/snmp_standard/mode/discovery.pm +++ b/src/snmp_standard/mode/discovery.pm @@ -189,7 +189,7 @@ Resources discovery. =item B<--resource-type> -Choose the type of resources to discover (Can be: 'rfc4293'). +Choose the type of resources to discover (can be: 'rfc4293'). =item B<--prettify> diff --git a/src/snmp_standard/mode/diskio.pm b/src/snmp_standard/mode/diskio.pm index dd3d6cbf0..c565b9aec 100644 --- a/src/snmp_standard/mode/diskio.pm +++ b/src/snmp_standard/mode/diskio.pm @@ -304,7 +304,7 @@ __END__ =head1 MODE -Check read/write I/O disks (bytes per secondes, IOPs). +Check read/write I/O disks (bytes per second, IOPs). =over 8 @@ -324,7 +324,7 @@ Can be: 'read', 'write', 'read-iops', 'write-iops', =item B<--device> -Set the device (number expected) ex: 1, 2,... (empty means 'check all devices'). +Set the device (number expected) example: 1, 2,... (empty means 'check all devices'). =item B<--name> diff --git a/src/snmp_standard/mode/diskusage.pm b/src/snmp_standard/mode/diskusage.pm index 92bf6f50b..3f5e69847 100644 --- a/src/snmp_standard/mode/diskusage.pm +++ b/src/snmp_standard/mode/diskusage.pm @@ -374,7 +374,7 @@ Need to enable "includeAllDisks 10%" on snmpd.conf. =item B<--filter-counters> -Filter counters to be displayed (Can be: 'usage', 'count', 'inodes'). +Filter counters to be displayed (can be: 'usage', 'count', 'inodes'). =item B<--disk-index> @@ -396,7 +396,7 @@ Time in minutes before reloading cache file (default: 180). Modify the disk name displayed by using a regular expression. -Eg: adding --display-transform-src='dev' --display-transform-dst='run' will replace all occurrences of 'dev' with 'run' +Example: adding --display-transform-src='dev' --display-transform-dst='run' will replace all occurrences of 'dev' with 'run' =item B<--show-cache> @@ -405,7 +405,7 @@ Display cache disk path datas. =item B<--space-reservation> Some filesystem has space reserved (like ext4 for root). -The value is in percent of total (Default: none) (results like 'df' command). +The value is in percent of total (default: none) (results like 'df' command). =item B<--force-use-mib-percent> @@ -417,7 +417,7 @@ Force to use 32 bits counters. Should be used when 64 bits high/low components a =item B<--warning-*> B<--critical-*> -Thresholds (Can be: 'usage', 'usage-free', 'usage-prct', 'inodes', 'count'). +Thresholds (can be: 'usage', 'usage-free', 'usage-prct', 'inodes', 'count'). =back diff --git a/src/snmp_standard/mode/entity.pm b/src/snmp_standard/mode/entity.pm index 4d6247fbe..8681f9a56 100644 --- a/src/snmp_standard/mode/entity.pm +++ b/src/snmp_standard/mode/entity.pm @@ -76,12 +76,12 @@ Check entity sensors (ENTITY-SENSOR-MIB). =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'sensor'. =item B<--filter> -Exclude some parts (comma seperated list) +Exclude some parts (comma separated list) You can also exclude items from specific instances: --filter=sensor,celsius.* =item B<--no-component> diff --git a/src/snmp_standard/mode/hardwaredevice.pm b/src/snmp_standard/mode/hardwaredevice.pm index cb5a9129f..155458a2b 100644 --- a/src/snmp_standard/mode/hardwaredevice.pm +++ b/src/snmp_standard/mode/hardwaredevice.pm @@ -71,12 +71,12 @@ Check hardware devices (HOST-RESOURCES-MIB). =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'device'. =item B<--filter> -Exclude some parts (comma seperated list) +Exclude some parts (comma separated list) You can also exclude items from specific instances: --filter=device,network.* =item B<--no-component> diff --git a/src/snmp_standard/mode/hardwarefibrealliance.pm b/src/snmp_standard/mode/hardwarefibrealliance.pm index 5ff92b28c..26ca884db 100644 --- a/src/snmp_standard/mode/hardwarefibrealliance.pm +++ b/src/snmp_standard/mode/hardwarefibrealliance.pm @@ -90,7 +90,7 @@ http://www.emc.com/microsites/fibrealliance/index.htm =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'unit', 'sensors', 'port'. =item B<--add-name-instance> @@ -99,7 +99,7 @@ Add literal description for instance value (used in filter, and threshold option =item B<--filter> -Exclude some parts (comma seperated list) +Exclude some parts (comma separated list) You can also exclude items from specific instances: --filter=sensors,1 =item B<--no-component> diff --git a/src/snmp_standard/mode/inodes.pm b/src/snmp_standard/mode/inodes.pm index 3dc921b09..90a9ba308 100644 --- a/src/snmp_standard/mode/inodes.pm +++ b/src/snmp_standard/mode/inodes.pm @@ -191,7 +191,7 @@ Critical threshold in percent. =item B<--diskpath> -Set the disk path (number expected) ex: 1, 2,... (empty means 'check all disks path'). +Set the disk path (number expected) example: 1, 2,... (empty means 'check all disks path'). =item B<--name> @@ -209,7 +209,7 @@ Allows to use regexp non case-sensitive (with --regexp). Modify the disk path name displayed by using a regular expression. -Eg: adding --display-transform-src='dev' --display-transform-dst='run' will replace all occurrences of 'dev' with 'run' +Example: adding --display-transform-src='dev' --display-transform-dst='run' will replace all occurrences of 'dev' with 'run' =item B<--filter-device> diff --git a/src/snmp_standard/mode/interfaces.pm b/src/snmp_standard/mode/interfaces.pm index 3451ba150..362c311d4 100644 --- a/src/snmp_standard/mode/interfaces.pm +++ b/src/snmp_standard/mode/interfaces.pm @@ -1617,7 +1617,7 @@ Check interfaces. =item B<--add-global> -Check global port statistics (By default if no --add-* option is set). +Check global port statistics (by default if no --add-* option is set). =item B<--add-status> @@ -1649,7 +1649,7 @@ Check interface data volume between two checks (not supposed to be graphed, usef =item B<--check-metrics> -If the expression is true, metrics are checked (Default: '%{opstatus} eq "up"'). +If the expression is true, metrics are checked (default: '%{opstatus} eq "up"'). =item B<--warning-status> @@ -1658,7 +1658,7 @@ You can use the following variables: %{admstatus}, %{opstatus}, %{duplexstatus}, =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{admstatus} eq "up" and %{opstatus} ne "up"'). +Define the conditions to match for the status to be CRITICAL (default: '%{admstatus} eq "up" and %{opstatus} ne "up"'). You can use the following variables: %{admstatus}, %{opstatus}, %{duplexstatus}, %{display} =item B<--warning-*> B<--critical-*> @@ -1671,15 +1671,15 @@ Can be: 'total-port', 'total-admin-up', 'total-admin-down', 'total-oper-up', 'to =item B<--units-traffic> -Units of thresholds for the traffic (Default: 'percent_delta') ('percent_delta', 'bps', 'counter'). +Units of thresholds for the traffic (default: 'percent_delta') ('percent_delta', 'bps', 'counter'). =item B<--units-errors> -Units of thresholds for errors/discards (Default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). +Units of thresholds for errors/discards (default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). =item B<--units-cast> -Units of thresholds for communication types (Default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). +Units of thresholds for communication types (default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). =item B<--nagvis-perfdata> @@ -1687,7 +1687,7 @@ Display traffic perfdata to be compatible with nagvis widget. =item B<--interface> -Set the interface (number expected) ex: 1,2,... (empty means 'check all interfaces'). +Set the interface (number expected) example: 1,2,... (empty means 'check all interfaces'). =item B<--name> @@ -1741,7 +1741,7 @@ Add an OID to display. Modify the interface name displayed by using a regular expression. -Eg: adding --display-transform-src='eth' --display-transform-dst='ens' will replace all occurrences of 'eth' with 'ens' +Example: adding --display-transform-src='eth' --display-transform-dst='ens' will replace all occurrences of 'eth' with 'ens' =item B<--show-cache> diff --git a/src/snmp_standard/mode/listdiskspath.pm b/src/snmp_standard/mode/listdiskspath.pm index cf13354c5..37ea37ccb 100644 --- a/src/snmp_standard/mode/listdiskspath.pm +++ b/src/snmp_standard/mode/listdiskspath.pm @@ -211,7 +211,7 @@ Need to enable "includeAllDisks 10%" on snmpd.conf. =item B<--diskpath> -Set the disk path (number expected) ex: 1, 2,... (empty means 'check all disks path'). +Set the disk path (number expected) example: 1, 2,... (empty means 'check all disks path'). =item B<--name> @@ -229,7 +229,7 @@ Allows to use regexp non case-sensitive (with --regexp). Modify the disk path name displayed by using a regular expression. -Eg: adding --display-transform-src='dev' --display-transform-dst='run' will replace all occurrences of 'dev' with 'run' +Example: adding --display-transform-src='dev' --display-transform-dst='run' will replace all occurrences of 'dev' with 'run' =item B<--skip-total-size-zero> diff --git a/src/snmp_standard/mode/listinterfaces.pm b/src/snmp_standard/mode/listinterfaces.pm index 3940fdca5..cc890addd 100644 --- a/src/snmp_standard/mode/listinterfaces.pm +++ b/src/snmp_standard/mode/listinterfaces.pm @@ -395,7 +395,7 @@ __END__ =item B<--interface> -Set the interface (number expected) ex: 1,2,... (empty means 'check all interfaces'). +Set the interface (number expected) example: 1,2,... (empty means 'check all interfaces'). =item B<--name> @@ -429,7 +429,7 @@ Define the OID that will be used to name the interfaces (default: ifName) (value Modify the interface name displayed by using a regular expression. -Eg: adding --display-transform-src='eth' --display-transform-dst='ens' will replace all occurrences of 'eth' with 'ens' +Example: adding --display-transform-src='eth' --display-transform-dst='ens' will replace all occurrences of 'eth' with 'ens' =item B<--add-extra-oid> diff --git a/src/snmp_standard/mode/liststorages.pm b/src/snmp_standard/mode/liststorages.pm index 961d01fed..285bd6819 100644 --- a/src/snmp_standard/mode/liststorages.pm +++ b/src/snmp_standard/mode/liststorages.pm @@ -292,7 +292,7 @@ __END__ =item B<--storage> -Set the storage (number expected) ex: 1, 2,... (empty means 'check all storage'). +Set the storage (number expected) example: 1, 2,... (empty means 'check all storage'). =item B<--name> @@ -318,11 +318,11 @@ Choose OID used to display storage (default: hrStorageDescr) (values: hrStorageD Modify the storage name displayed by using a regular expression. -Eg: adding --display-transform-src='dev' --display-transform-dst='run' will replace all occurrences of 'dev' with 'run' +Example: adding --display-transform-src='dev' --display-transform-dst='run' will replace all occurrences of 'dev' with 'run' =item B<--filter-storage-type> -Filter storage types with a regexp (Default: '^(hrStorageFixedDisk|hrStorageNetworkDisk|hrFSBerkeleyFFS)$'). +Filter storage types with a regexp (default: '^(hrStorageFixedDisk|hrStorageNetworkDisk|hrFSBerkeleyFFS)$'). =back diff --git a/src/snmp_standard/mode/memory.pm b/src/snmp_standard/mode/memory.pm index 30cb8df8b..988168c81 100644 --- a/src/snmp_standard/mode/memory.pm +++ b/src/snmp_standard/mode/memory.pm @@ -268,11 +268,11 @@ Check memory usage (UCD-SNMP-MIB). =item B<--units> -Units of thresholds (Default: '%') ('%', 'absolute') (Deprecated. Please use new counters directly) +Units of thresholds (default: '%') ('%', 'absolute') (deprecated. Please use new counters directly) =item B<--free> -Thresholds are on free space left (Deprecated. Please use new counters directly) +Thresholds are on free space left (deprecated. Please use new counters directly) =item B<--swap> diff --git a/src/snmp_standard/mode/ntp.pm b/src/snmp_standard/mode/ntp.pm index 63f109872..a2f80d0cc 100644 --- a/src/snmp_standard/mode/ntp.pm +++ b/src/snmp_standard/mode/ntp.pm @@ -216,7 +216,7 @@ Set the ntp hostname (if not set, localtime is used). =item B<--ntp-port> -Set the ntp port (Default: 123). +Set the ntp port (default: 123). =item B<--timezone> diff --git a/src/snmp_standard/mode/numericvalue.pm b/src/snmp_standard/mode/numericvalue.pm index 8f70ed8af..10f16c0d0 100644 --- a/src/snmp_standard/mode/numericvalue.pm +++ b/src/snmp_standard/mode/numericvalue.pm @@ -267,7 +267,7 @@ Critical threshold. =item B<--oid-type> -Type of the OID (Default: 'gauge'). +Type of the OID (default: 'gauge'). Can be 'counter' also. 'counter' will use a retention file. =item B<--counter-per-seconds> @@ -276,16 +276,16 @@ Convert counter value on a value per seconds (only with type 'counter'). =item B<--extracted-pattern> -Set pattern to extracted a number. +Define a pattern to extract a number from the returned string. =item B<--format> -Output format (Default: 'current value is %s') +Output format (default: 'current value is %s') =item B<--format-custom> Apply a custom change on the value -(Example to multiply the value: --format-custom='* 8'). +(example to multiply the value: --format-custom='* 8'). =item B<--format-scale> @@ -293,25 +293,25 @@ Scale bytes value. We'll display value in output. =item B<--format-scale-type> -Could be 'network' (value divide by 1000) or 'other' (divide by 1024) (Default: 'other') +Could be 'network' (value divide by 1000) or 'other' (divide by 1024) (default: 'other') -Output format (Default: 'current value is %s') +Output format (default: 'current value is %s') =item B<--perfdata-unit> -Perfdata unit in perfdata output (Default: '') +Perfdata unit in perfdata output (default: '') =item B<--perfdata-name> -Perfdata name in perfdata output (Default: 'value') +Perfdata name in perfdata output (default: 'value') =item B<--perfdata-min> -Minimum value to add in perfdata output (Default: '') +Minimum value to add in perfdata output (default: '') =item B<--perfdata-max> -Maximum value to add in perfdata output (Default: '') +Maximum value to add in perfdata output (default: '') =item B<--config-json> diff --git a/src/snmp_standard/mode/printererror.pm b/src/snmp_standard/mode/printererror.pm index 9baa0db69..b5e9e9b36 100644 --- a/src/snmp_standard/mode/printererror.pm +++ b/src/snmp_standard/mode/printererror.pm @@ -171,7 +171,7 @@ Use that option if your printer provides big-endian bits ordering. =item B<--ok-status> -Define the conditions to match for the status to be WARNING (Default: '%{status} =~ /ok/'). +Define the conditions to match for the status to be WARNING (default: '%{status} =~ /ok/'). You can use the following variables: %{status} =item B<--unknown-status> @@ -181,7 +181,7 @@ You can use the following variables: %{status} =item B<--warning-status> -Define the conditions to match for the status to be WARNING (Default: '%{status} =~ /.*/'). +Define the conditions to match for the status to be WARNING (default: '%{status} =~ /.*/'). You can use the following variables: %{status} =item B<--critical-status> diff --git a/src/snmp_standard/mode/processcount.pm b/src/snmp_standard/mode/processcount.pm index 4f6ac21ec..0e0de3322 100644 --- a/src/snmp_standard/mode/processcount.pm +++ b/src/snmp_standard/mode/processcount.pm @@ -361,7 +361,7 @@ Can also check memory usage and cpu usage. =item B<--process-status> Filter process status. Can be a regexp. -(Default: 'running|runnable'). +(default: 'running|runnable'). =item B<--process-name> @@ -455,12 +455,12 @@ Enable top memory usage display. =item B<--top-num> -Number of processes in top memory display (Default: 5). +Number of processes in top memory display (default: 5). =item B<--top-size> Minimum memory usage to be in top memory display -(Default: 52428800 -> 50 MB). +(default: 52428800 -> 50 MB). =back diff --git a/src/snmp_standard/mode/spanningtree.pm b/src/snmp_standard/mode/spanningtree.pm index 343de3348..9f4292333 100644 --- a/src/snmp_standard/mode/spanningtree.pm +++ b/src/snmp_standard/mode/spanningtree.pm @@ -214,7 +214,7 @@ You can use the following variables: %{state}, %{op_status}, =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{op_status} =~ /up/ && %{state} =~ /blocking|broken/'). +Define the conditions to match for the status to be CRITICAL (default: '%{op_status} =~ /up/ && %{state} =~ /blocking|broken/'). You can use the following variables: %{state}, %{op_status}, %{admin_status}, %{port}, %{index}. diff --git a/src/snmp_standard/mode/storage.pm b/src/snmp_standard/mode/storage.pm index 336a6b101..0b0087cc3 100644 --- a/src/snmp_standard/mode/storage.pm +++ b/src/snmp_standard/mode/storage.pm @@ -627,7 +627,7 @@ Check storage access (readOnly, readWrite). =item B<--units> -Units of thresholds (Default: '%') ('%', 'B'). +Units of thresholds (default: '%') ('%', 'B'). =item B<--free> @@ -635,7 +635,7 @@ Thresholds are on free space left. =item B<--storage> -Set the storage (number expected) ex: 1, 2,... (empty means 'check all storage'). +Set the storage (number expected) example: 1, 2,... (empty means 'check all storage'). =item B<--name> @@ -669,7 +669,7 @@ Choose OID used to display storage (default: hrStorageDescr) (values: hrStorageD Modify the storage name displayed by using a regular expression. -Eg: adding --display-transform-src='dev' --display-transform-dst='run' will replace all occurrences of 'dev' with 'run' +Example: adding --display-transform-src='dev' --display-transform-dst='run' will replace all occurrences of 'dev' with 'run' =item B<--show-cache> @@ -678,7 +678,7 @@ Display cache storage datas. =item B<--space-reservation> Some filesystem has space reserved (like ext4 for root). -The value is in percent of total (Default: none) (results like 'df' command). +The value is in percent of total (default: none) (results like 'df' command). =item B<--filter-duplicate> @@ -686,7 +686,7 @@ Filter duplicate storages (in used size and total size). =item B<--filter-storage-type> -Filter storage types with a regexp (Default: '^(hrStorageFixedDisk|hrStorageNetworkDisk|hrFSBerkeleyFFS)$'). +Filter storage types with a regexp (default: '^(hrStorageFixedDisk|hrStorageNetworkDisk|hrFSBerkeleyFFS)$'). =back diff --git a/src/snmp_standard/mode/uptime.pm b/src/snmp_standard/mode/uptime.pm index 1fcb09ba2..7aca14ac2 100644 --- a/src/snmp_standard/mode/uptime.pm +++ b/src/snmp_standard/mode/uptime.pm @@ -214,13 +214,12 @@ With that option, we manage the counter going back. But there is a few chance we =item B<--reboot-window> -To be used with check-overload option. Time in milliseconds (Default: 5000) +To be used with check-overload option. Time in milliseconds (default: 5000) You increase the chance of not missing a reboot if you decrease that value. =item B<--unit> -Select the unit for performance data and thresholds. 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 thresholds. May be 's' for seconds, 'm' for minutes, 'h' for hours, 'd' for days, 'w' for weeks. Default is seconds. =back diff --git a/src/snmp_standard/mode/vrrp.pm b/src/snmp_standard/mode/vrrp.pm index a3b6edb6d..1b54df586 100644 --- a/src/snmp_standard/mode/vrrp.pm +++ b/src/snmp_standard/mode/vrrp.pm @@ -148,7 +148,7 @@ You can use the following variables: %{adminState}, %{operStateLast}, %{operStat =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{adminState} eq "up" and %{operState} ne %{operStateLast}'). +Define the conditions to match for the status to be CRITICAL (default: '%{adminState} eq "up" and %{operState} ne %{operStateLast}'). You can use the following variables: %{adminState}, %{operStateLast}, %{operState}, %{masterIpAddr} =back diff --git a/src/storage/avid/isis/snmp/mode/status.pm b/src/storage/avid/isis/snmp/mode/status.pm index 20a139710..2c7333b17 100644 --- a/src/storage/avid/isis/snmp/mode/status.pm +++ b/src/storage/avid/isis/snmp/mode/status.pm @@ -124,12 +124,12 @@ Check System Director state and workspaces redistributing count. =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: %{state} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL. (Default: '%{state} !~ /Online/i'). +Define the conditions to match for the status to be CRITICAL. (default: '%{state} !~ /Online/i'). Can use special variables like: %{state} =item B<--warning-redistributing-count> diff --git a/src/storage/avid/isis/snmp/mode/usage.pm b/src/storage/avid/isis/snmp/mode/usage.pm index 3a6ce40f4..d0c735cc9 100644 --- a/src/storage/avid/isis/snmp/mode/usage.pm +++ b/src/storage/avid/isis/snmp/mode/usage.pm @@ -204,7 +204,7 @@ Critical threshold for used allocated storage. =item B<--units> -Units of thresholds (Default: '%') ('%', 'B'). +Units of thresholds (default: '%') ('%', 'B'). =item B<--free> diff --git a/src/storage/bdt/multistak/snmp/mode/hardware.pm b/src/storage/bdt/multistak/snmp/mode/hardware.pm index f16f3b6f9..6a3177d12 100644 --- a/src/storage/bdt/multistak/snmp/mode/hardware.pm +++ b/src/storage/bdt/multistak/snmp/mode/hardware.pm @@ -104,7 +104,7 @@ Check hardware. =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'module', 'device'. =item B<--filter> diff --git a/src/storage/buffalo/terastation/snmp/mode/hardware.pm b/src/storage/buffalo/terastation/snmp/mode/hardware.pm index 4121a8198..44c344ac8 100644 --- a/src/storage/buffalo/terastation/snmp/mode/hardware.pm +++ b/src/storage/buffalo/terastation/snmp/mode/hardware.pm @@ -93,7 +93,7 @@ Check hardware. =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'disk', 'iscsi', 'psu'. =item B<--filter> diff --git a/src/storage/dell/compellent/local/mode/hbausage.pm b/src/storage/dell/compellent/local/mode/hbausage.pm index 445a991ef..b852d4e50 100644 --- a/src/storage/dell/compellent/local/mode/hbausage.pm +++ b/src/storage/dell/compellent/local/mode/hbausage.pm @@ -268,27 +268,27 @@ Check hba usages. =item B<--cem-host> -Compellent Entreprise Manager hostname (Required). +Compellent Entreprise Manager hostname (required). =item B<--cem-user> -Compellent Entreprise Manager username (Required). +Compellent Entreprise Manager username (required). =item B<--cem-password> -Compellent Entreprise Manager password (Required). +Compellent Entreprise Manager password (required). =item B<--cem-port> -Compellent Entreprise Manager port (Default: 3033). +Compellent Entreprise Manager port (default: 3033). =item B<--sdk-path-dll> -Path to 'DellStorage.ApiCommandSet.dll' (Required). +Path to 'DellStorage.ApiCommandSet.dll' (required). =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> @@ -296,16 +296,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> diff --git a/src/storage/dell/compellent/local/mode/volumeusage.pm b/src/storage/dell/compellent/local/mode/volumeusage.pm index 7af24a36a..8e549f07d 100644 --- a/src/storage/dell/compellent/local/mode/volumeusage.pm +++ b/src/storage/dell/compellent/local/mode/volumeusage.pm @@ -305,27 +305,27 @@ Check storage center and volume usages. =item B<--cem-host> -Compellent Entreprise Manager hostname (Required). +Compellent Entreprise Manager hostname (required). =item B<--cem-user> -Compellent Entreprise Manager username (Required). +Compellent Entreprise Manager username (required). =item B<--cem-password> -Compellent Entreprise Manager password (Required). +Compellent Entreprise Manager password (required). =item B<--cem-port> -Compellent Entreprise Manager port (Default: 3033). +Compellent Entreprise Manager port (default: 3033). =item B<--sdk-path-dll> -Path to 'DellStorage.ApiCommandSet.dll' (Required). +Path to 'DellStorage.ApiCommandSet.dll' (required). =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> @@ -333,16 +333,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> @@ -362,7 +362,7 @@ Filter Volume Name to display. =item B<--units> -Units of thresholds (Default: '%') ('%', 'B'). +Units of thresholds (default: '%') ('%', 'B'). =item B<--free> diff --git a/src/storage/dell/compellent/snmp/mode/globalstatus.pm b/src/storage/dell/compellent/snmp/mode/globalstatus.pm index db3dfb6d1..a100e5050 100644 --- a/src/storage/dell/compellent/snmp/mode/globalstatus.pm +++ b/src/storage/dell/compellent/snmp/mode/globalstatus.pm @@ -130,17 +130,17 @@ Check the overall status of Dell Compellent. =item B<--unknown-status> -Define the conditions to match for the status to be UNKNOWN (Default: '%{status} =~ /unknown/'). +Define the conditions to match for the status to be UNKNOWN (default: '%{status} =~ /unknown/'). You can use the following variables: %{status} =item B<--warning-status> -Define the conditions to match for the status to be WARNING (Default: '%{status} =~ /nonCritical|other/'). +Define the conditions to match for the status to be WARNING (default: '%{status} =~ /nonCritical|other/'). You can use the following variables: %{status} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} =~ /critical|nonRecoverable/'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} =~ /critical|nonRecoverable/'). You can use the following variables: %{status} =back diff --git a/src/storage/dell/compellent/snmp/mode/hardware.pm b/src/storage/dell/compellent/snmp/mode/hardware.pm index c25c6b48a..d33009c42 100644 --- a/src/storage/dell/compellent/snmp/mode/hardware.pm +++ b/src/storage/dell/compellent/snmp/mode/hardware.pm @@ -76,7 +76,7 @@ Check sensors. =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'ctrl', 'disk', 'diskfolder', 'encl', 'ctrlfan', 'ctrlpower', 'ctrlvoltage', 'ctrltemp', 'enclfan', 'enclpower', 'encliomod', 'encltemp', 'volume', 'cache', 'server', 'sc'. diff --git a/src/storage/dell/equallogic/snmp/mode/diskusage.pm b/src/storage/dell/equallogic/snmp/mode/diskusage.pm index 7caad69f3..738348ee3 100644 --- a/src/storage/dell/equallogic/snmp/mode/diskusage.pm +++ b/src/storage/dell/equallogic/snmp/mode/diskusage.pm @@ -191,17 +191,17 @@ Filter disk name (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: %{health}, %{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: %{health}, %{status}, %{display} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} !~ /on-line|spare|off-line/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} !~ /on-line|spare|off-line/i'). You can use the following variables: %{health}, %{status}, %{display} =item B<--warning-*> B<--critical-*> diff --git a/src/storage/dell/equallogic/snmp/mode/hardware.pm b/src/storage/dell/equallogic/snmp/mode/hardware.pm index 666feb0e7..3d599a11b 100644 --- a/src/storage/dell/equallogic/snmp/mode/hardware.pm +++ b/src/storage/dell/equallogic/snmp/mode/hardware.pm @@ -130,7 +130,7 @@ Check Hardware (Power Supplies, Fans, Temperatures, Raids, Disks, Health). =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'fan', 'psu', 'temperature', 'raid', 'disk', 'health'. =item B<--filter> diff --git a/src/storage/dell/fluidfs/snmp/mode/hardware.pm b/src/storage/dell/fluidfs/snmp/mode/hardware.pm index f5889ec3b..cc94637fc 100644 --- a/src/storage/dell/fluidfs/snmp/mode/hardware.pm +++ b/src/storage/dell/fluidfs/snmp/mode/hardware.pm @@ -79,7 +79,7 @@ Check Hardware. =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'overall', 'ad', 'extservers', 'substorage'. =item B<--filter> diff --git a/src/storage/dell/fluidfs/snmp/mode/volumeusage.pm b/src/storage/dell/fluidfs/snmp/mode/volumeusage.pm index d6d302a9b..e5228cbb8 100644 --- a/src/storage/dell/fluidfs/snmp/mode/volumeusage.pm +++ b/src/storage/dell/fluidfs/snmp/mode/volumeusage.pm @@ -196,7 +196,7 @@ Can be: 'usage'. =item B<--units> -Units of thresholds (Default: '%') ('%', 'B'). +Units of thresholds (default: '%') ('%', 'B'). =item B<--free> diff --git a/src/storage/dell/me4/restapi/custom/api.pm b/src/storage/dell/me4/restapi/custom/api.pm index 8f5fa86e6..be61b8f49 100644 --- a/src/storage/dell/me4/restapi/custom/api.pm +++ b/src/storage/dell/me4/restapi/custom/api.pm @@ -227,11 +227,11 @@ Dell ME4 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> @@ -247,7 +247,7 @@ New digest to use since firmware GT280R010-01 (md5 deprecated). =item B<--timeout> -Set timeout in seconds (Default: 10). +Set timeout in seconds (default: 10). =back diff --git a/src/storage/dell/me4/restapi/mode/controllerstatistics.pm b/src/storage/dell/me4/restapi/mode/controllerstatistics.pm index 7d751cc01..8f7d15797 100644 --- a/src/storage/dell/me4/restapi/mode/controllerstatistics.pm +++ b/src/storage/dell/me4/restapi/mode/controllerstatistics.pm @@ -198,7 +198,7 @@ Check controllers statistics. =item B<--filter-name> -Filter controller name (Can be a regexp). +Filter controller name (can be a regexp). =item B<--warning-*> B<--critical-*> diff --git a/src/storage/dell/me4/restapi/mode/hardware.pm b/src/storage/dell/me4/restapi/mode/hardware.pm index d1973ef50..58e7fa554 100644 --- a/src/storage/dell/me4/restapi/mode/hardware.pm +++ b/src/storage/dell/me4/restapi/mode/hardware.pm @@ -150,12 +150,12 @@ Check hardware. =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'controller', 'disk', 'fan', 'fru', 'psu', 'sensor', 'volume'. =item B<--filter> -Exclude some parts (comma seperated list) +Exclude some parts (comma separated list) You can also exclude items from specific instances: --filter='sensor,Overall Sensor' =item B<--no-component> diff --git a/src/storage/dell/me4/restapi/mode/interfaces.pm b/src/storage/dell/me4/restapi/mode/interfaces.pm index 54f8018eb..f6063af3e 100644 --- a/src/storage/dell/me4/restapi/mode/interfaces.pm +++ b/src/storage/dell/me4/restapi/mode/interfaces.pm @@ -233,21 +233,21 @@ Check interfaces. =item B<--filter-port-name> -Filter port name (Can be a regexp). +Filter port name (can be a regexp). =item B<--unknown-port-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}, %{health}, %{display} =item B<--warning-port-status> -Define the conditions to match for the status to be WARNING (Default: '%{status} =~ /degraded/i'). +Define the conditions to match for the status to be WARNING (default: '%{status} =~ /degraded/i'). You can use the following variables: %{status}, %{health}, %{display} =item B<--critical-port-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} =~ /fault/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} =~ /fault/i'). You can use the following variables: %{status}, %{health}, %{display} =item B<--warning-*> B<--critical-*> diff --git a/src/storage/dell/me4/restapi/mode/listcontrollers.pm b/src/storage/dell/me4/restapi/mode/listcontrollers.pm index 8e32d572b..1ea93099e 100644 --- a/src/storage/dell/me4/restapi/mode/listcontrollers.pm +++ b/src/storage/dell/me4/restapi/mode/listcontrollers.pm @@ -101,7 +101,7 @@ List controllers. =item B<--filter-name> -Filter controller name (Can be a regexp). +Filter controller name (can be a regexp). =back diff --git a/src/storage/dell/me4/restapi/mode/listvolumes.pm b/src/storage/dell/me4/restapi/mode/listvolumes.pm index 6f5a9092d..fc4865c38 100644 --- a/src/storage/dell/me4/restapi/mode/listvolumes.pm +++ b/src/storage/dell/me4/restapi/mode/listvolumes.pm @@ -103,7 +103,7 @@ List volumes. =item B<--filter-name> -Filter volume name (Can be a regexp). +Filter volume name (can be a regexp). =back diff --git a/src/storage/dell/me4/restapi/mode/volumestatistics.pm b/src/storage/dell/me4/restapi/mode/volumestatistics.pm index 37ebab029..f6da435c8 100644 --- a/src/storage/dell/me4/restapi/mode/volumestatistics.pm +++ b/src/storage/dell/me4/restapi/mode/volumestatistics.pm @@ -182,7 +182,7 @@ Check volumes statistics. =item B<--filter-name> -Filter volume name (Can be a regexp). +Filter volume name (can be a regexp). =item B<--warning-*> B<--critical-*> diff --git a/src/storage/dell/powerstore/restapi/custom/api.pm b/src/storage/dell/powerstore/restapi/custom/api.pm index 7789b2c94..34edfe521 100644 --- a/src/storage/dell/powerstore/restapi/custom/api.pm +++ b/src/storage/dell/powerstore/restapi/custom/api.pm @@ -239,11 +239,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> @@ -255,7 +255,7 @@ API password. =item B<--timeout> -Set timeout in seconds (Default: 50). +Set timeout in seconds (default: 50). =back diff --git a/src/storage/dell/powerstore/restapi/mode/alerts.pm b/src/storage/dell/powerstore/restapi/mode/alerts.pm index be0ccd2c8..218ad5c39 100644 --- a/src/storage/dell/powerstore/restapi/mode/alerts.pm +++ b/src/storage/dell/powerstore/restapi/mode/alerts.pm @@ -183,12 +183,12 @@ Filter alerts by name (can be a regexp). =item B<--warning-status> -Define the conditions to match for the status to be WARNING (Default: '%{severity} =~ /minor/i') +Define the conditions to match for the status to be WARNING (default: '%{severity} =~ /minor/i') You can use the following variables: %{severity}, %{resource}, %{name}, %{timeraised}, %{acknowledged} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{severity} =~ /major|critical/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{severity} =~ /major|critical/i'). You can use the following variables: %{severity}, %{resource}, %{name}, %{timeraised}, %{acknowledged} =item B<--warning-*> B<--critical-*> diff --git a/src/storage/dell/powerstore/restapi/mode/hardware.pm b/src/storage/dell/powerstore/restapi/mode/hardware.pm index a637d9942..9afd59f66 100644 --- a/src/storage/dell/powerstore/restapi/mode/hardware.pm +++ b/src/storage/dell/powerstore/restapi/mode/hardware.pm @@ -78,12 +78,12 @@ Check hardware. =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'appliance', 'battery', 'dimm', 'disk', 'enclosure', 'fan', 'node', 'iomodule', 'psu', 'sfp'. =item B<--filter> -Exclude some parts (comma seperated list) +Exclude some parts (comma separated list) You can also exclude items from specific instances: --filter='disk,26018c5b69264a868e49119eec95b0a9' =item B<--absent-problem> diff --git a/src/storage/emc/DataDomain/mode/filesystem.pm b/src/storage/emc/DataDomain/mode/filesystem.pm index 79a6b145f..73a572113 100644 --- a/src/storage/emc/DataDomain/mode/filesystem.pm +++ b/src/storage/emc/DataDomain/mode/filesystem.pm @@ -220,7 +220,7 @@ Critical threshold in percent =item B<--filesystem> -Set the filesystem (number expected) ex: 1, 2,... (empty means 'check all filesystems'). +Set the filesystem (number expected) example: 1, 2,... (empty means 'check all filesystems'). =item B<--name> diff --git a/src/storage/emc/DataDomain/mode/hardware.pm b/src/storage/emc/DataDomain/mode/hardware.pm index 69423848c..d9f32ccf8 100644 --- a/src/storage/emc/DataDomain/mode/hardware.pm +++ b/src/storage/emc/DataDomain/mode/hardware.pm @@ -125,7 +125,7 @@ Check components (Fans, Power Supplies, Temperatures, Disks, Nvram Batteries). =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'psu', 'fan', 'disk', 'temperature', 'battery'. =item B<--filter> diff --git a/src/storage/emc/DataDomain/mode/replication.pm b/src/storage/emc/DataDomain/mode/replication.pm index f004ed0ca..9bf6c4184 100644 --- a/src/storage/emc/DataDomain/mode/replication.pm +++ b/src/storage/emc/DataDomain/mode/replication.pm @@ -160,17 +160,17 @@ Example: --filter-counters='^status$' =item B<--unknown-status> -Define the conditions to match for the status to be UNKNOWN (Default: none). +Define the conditions to match for the status to be UNKNOWN (default: none). You can use the following variables: %{state} =item B<--warning-status> -Define the conditions to match for the status to be WARNING (Default: '%{state} =~ /initializing|recovering/i'). +Define the conditions to match for the status to be WARNING (default: '%{state} =~ /initializing|recovering/i'). You can use the following variables: %{state} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{state} =~ /disabledNeedsResync|uninitialized/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{state} =~ /disabledNeedsResync|uninitialized/i'). You can use the following variables: %{state} =item B<--warning-*> B<--critical-*> diff --git a/src/storage/emc/celerra/local/mode/getreason.pm b/src/storage/emc/celerra/local/mode/getreason.pm index 26d14c352..f0299211a 100644 --- a/src/storage/emc/celerra/local/mode/getreason.pm +++ b/src/storage/emc/celerra/local/mode/getreason.pm @@ -105,7 +105,7 @@ Command used: /nas/sbin/getreason 2>&1 =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'controlstation', 'datamover'. =item B<--filter> diff --git a/src/storage/emc/isilon/snmp/mode/clusterusage.pm b/src/storage/emc/isilon/snmp/mode/clusterusage.pm index 263427742..1d8bfa3c9 100644 --- a/src/storage/emc/isilon/snmp/mode/clusterusage.pm +++ b/src/storage/emc/isilon/snmp/mode/clusterusage.pm @@ -223,12 +223,12 @@ Example: --filter-counters='^status$' =item B<--warning-status> -Define the conditions to match for the status to be WARNING (Default: '%{status} =~ /attn/). +Define the conditions to match for the status to be WARNING (default: '%{status} =~ /attn/). You can use the following variables: %{status} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} =~ /down|invalid/'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} =~ /down|invalid/'). You can use the following variables: %{status} =item B<--warning-*> @@ -243,7 +243,7 @@ Can be: 'ifs-usage', 'health'. =item B<--units> -Units of thresholds (Default: '%') ('%', 'B'). +Units of thresholds (default: '%') ('%', 'B'). =item B<--free> diff --git a/src/storage/emc/isilon/snmp/mode/hardware.pm b/src/storage/emc/isilon/snmp/mode/hardware.pm index 965b12edf..9cfee7abb 100644 --- a/src/storage/emc/isilon/snmp/mode/hardware.pm +++ b/src/storage/emc/isilon/snmp/mode/hardware.pm @@ -76,7 +76,7 @@ Check components. =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'fan', 'disk', 'temperature', 'power'. =item B<--filter> diff --git a/src/storage/emc/recoverypoint/ssh/mode/monitoredparameters.pm b/src/storage/emc/recoverypoint/ssh/mode/monitoredparameters.pm index b878e4fd2..2738a0f25 100644 --- a/src/storage/emc/recoverypoint/ssh/mode/monitoredparameters.pm +++ b/src/storage/emc/recoverypoint/ssh/mode/monitoredparameters.pm @@ -120,7 +120,7 @@ Command used: 'get_monitored_parameters min_severity=%(min_severity)' =item B<--min-severity> -Minimum severity level you want to count (Default: minor). +Minimum severity level you want to count (default: minor). Can be 'minor', 'major' or 'critical'. =item B<--warning> diff --git a/src/storage/emc/symmetrix/dmx34/local/mode/hardware.pm b/src/storage/emc/symmetrix/dmx34/local/mode/hardware.pm index dbc7a5134..a633ce32f 100644 --- a/src/storage/emc/symmetrix/dmx34/local/mode/hardware.pm +++ b/src/storage/emc/symmetrix/dmx34/local/mode/hardware.pm @@ -257,7 +257,7 @@ Check hardware. =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'director', 'xcm', 'disk', 'memory', 'config', 'fru', 'test' =item B<--filter> diff --git a/src/storage/emc/symmetrix/vmax/local/mode/hardware.pm b/src/storage/emc/symmetrix/vmax/local/mode/hardware.pm index 150182032..dd919be50 100644 --- a/src/storage/emc/symmetrix/vmax/local/mode/hardware.pm +++ b/src/storage/emc/symmetrix/vmax/local/mode/hardware.pm @@ -276,7 +276,7 @@ Check hardware. =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'module', 'temperature', 'director, 'cabling', 'power', 'voltage', 'sparedisk'. =item B<--filter> @@ -313,11 +313,11 @@ Set pattern to match the most recent directory (getting the hexa value). =item B<--file-health-name> -Name of the global storage file status (Default: HealthCheck.log). +Name of the global storage file status (default: HealthCheck.log). =item B<--file-health-env-name> -Name of the environment storage file status (Default: sympl_env_health.log). +Name of the environment storage file status (default: sympl_env_health.log). =back diff --git a/src/storage/emc/unisphere/restapi/custom/api.pm b/src/storage/emc/unisphere/restapi/custom/api.pm index 18e88a105..e6648ce5c 100644 --- a/src/storage/emc/unisphere/restapi/custom/api.pm +++ b/src/storage/emc/unisphere/restapi/custom/api.pm @@ -180,11 +180,11 @@ EMC Unisphere 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> @@ -196,7 +196,7 @@ EMC Unisphere API password. =item B<--timeout> -Set timeout in seconds (Default: 10). +Set timeout in seconds (default: 10). =back diff --git a/src/storage/emc/unisphere/restapi/mode/hardware.pm b/src/storage/emc/unisphere/restapi/mode/hardware.pm index 51f903ff9..225d2104b 100644 --- a/src/storage/emc/unisphere/restapi/mode/hardware.pm +++ b/src/storage/emc/unisphere/restapi/mode/hardware.pm @@ -75,12 +75,12 @@ Check hardware. =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'disk', 'fan', 'iomodule', 'memmodule', 'psu', 'dpe', 'battery', 'ssd', 'sp'. =item B<--filter> -Exclude some parts (comma seperated list) +Exclude some parts (comma separated list) You can also exclude items from specific instances: --filter='disk,dpe_disk_6' =item B<--no-component> diff --git a/src/storage/emc/unisphere/restapi/mode/listpools.pm b/src/storage/emc/unisphere/restapi/mode/listpools.pm index b4d9ce61e..80da45f8c 100644 --- a/src/storage/emc/unisphere/restapi/mode/listpools.pm +++ b/src/storage/emc/unisphere/restapi/mode/listpools.pm @@ -102,7 +102,7 @@ List pools. =item B<--filter-name> -Filter pool name (Can be a regexp). +Filter pool name (can be a regexp). =back diff --git a/src/storage/emc/unisphere/restapi/mode/listreplications.pm b/src/storage/emc/unisphere/restapi/mode/listreplications.pm index cfe0c6207..df8b997ff 100644 --- a/src/storage/emc/unisphere/restapi/mode/listreplications.pm +++ b/src/storage/emc/unisphere/restapi/mode/listreplications.pm @@ -110,7 +110,7 @@ List replications. =item B<--filter-name> -Filter replication name (Can be a regexp). +Filter replication name (can be a regexp). =back diff --git a/src/storage/emc/unisphere/restapi/mode/liststorageresources.pm b/src/storage/emc/unisphere/restapi/mode/liststorageresources.pm index 01a5b1d12..50af105b8 100644 --- a/src/storage/emc/unisphere/restapi/mode/liststorageresources.pm +++ b/src/storage/emc/unisphere/restapi/mode/liststorageresources.pm @@ -102,7 +102,7 @@ List pools. =item B<--filter-name> -Filter pool name (Can be a regexp). +Filter pool name (can be a regexp). =back diff --git a/src/storage/emc/unisphere/restapi/mode/pools.pm b/src/storage/emc/unisphere/restapi/mode/pools.pm index 70aa4a8bf..c61e0de8c 100644 --- a/src/storage/emc/unisphere/restapi/mode/pools.pm +++ b/src/storage/emc/unisphere/restapi/mode/pools.pm @@ -207,17 +207,17 @@ Filter pool name (can be a regexp). =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: '%{status} =~ /ok_but|degraded|minor/i'). +Define the conditions to match for the status to be WARNING (default: '%{status} =~ /ok_but|degraded|minor/i'). 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} =~ /major|critical|non_recoverable/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} =~ /major|critical|non_recoverable/i'). You can use the following variables: %{status}, %{display} =item B<--warning-*> B<--critical-*> diff --git a/src/storage/emc/unisphere/restapi/mode/replications.pm b/src/storage/emc/unisphere/restapi/mode/replications.pm index 109945080..425c8ca3a 100644 --- a/src/storage/emc/unisphere/restapi/mode/replications.pm +++ b/src/storage/emc/unisphere/restapi/mode/replications.pm @@ -141,32 +141,32 @@ Filter replication name (can be a regexp). =item B<--unknown-health-status> -Define the conditions to match for the status to be UNKNOWN (Default: '%{health_status} =~ /unknown/i'). +Define the conditions to match for the status to be UNKNOWN (default: '%{health_status} =~ /unknown/i'). You can use the following variables: %{health_status}, %{display} =item B<--warning-health-status> -Define the conditions to match for the status to be WARNING (Default: '%{health_status} =~ /ok_but|degraded|minor/i'). +Define the conditions to match for the status to be WARNING (default: '%{health_status} =~ /ok_but|degraded|minor/i'). You can use the following variables: %{health_status}, %{display} =item B<--critical-health-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{health_status} =~ /major|critical|non_recoverable/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{health_status} =~ /major|critical|non_recoverable/i'). You can use the following variables: %{health_status}, %{display} =item B<--unknown-repl-status> -Define the conditions to match for the status to be UNKNOWN (Default: '%{repl_status} =~ /unknown/i'). +Define the conditions to match for the status to be UNKNOWN (default: '%{repl_status} =~ /unknown/i'). You can use the following variables: %{repl_status}, %{display} =item B<--warning-repl-status> -Define the conditions to match for the status to be WARNING (Default: '%{repl_status} =~ /syncing/i'). +Define the conditions to match for the status to be WARNING (default: '%{repl_status} =~ /syncing/i'). You can use the following variables: %{repl_status}, %{display} =item B<--critical-repl-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{repl_status} =~ /inconsistent/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{repl_status} =~ /inconsistent/i'). You can use the following variables: %{repl_status}, %{display} =back diff --git a/src/storage/emc/unisphere/restapi/mode/storageresources.pm b/src/storage/emc/unisphere/restapi/mode/storageresources.pm index 817cf6cfe..8d64167a1 100644 --- a/src/storage/emc/unisphere/restapi/mode/storageresources.pm +++ b/src/storage/emc/unisphere/restapi/mode/storageresources.pm @@ -210,17 +210,17 @@ Filter name (can be a regexp). =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: '%{status} =~ /ok_but|degraded|minor/i'). +Define the conditions to match for the status to be WARNING (default: '%{status} =~ /ok_but|degraded|minor/i'). 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} =~ /major|critical|non_recoverable/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} =~ /major|critical|non_recoverable/i'). You can use the following variables: %{status}, %{display} =item B<--warning-*> B<--critical-*> diff --git a/src/storage/emc/vplex/restapi/custom/apiv1.pm b/src/storage/emc/vplex/restapi/custom/apiv1.pm index f22473901..8e3bc3c3c 100644 --- a/src/storage/emc/vplex/restapi/custom/apiv1.pm +++ b/src/storage/emc/vplex/restapi/custom/apiv1.pm @@ -298,11 +298,11 @@ 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<--vplex-username> diff --git a/src/storage/emc/vplex/restapi/custom/apiv2.pm b/src/storage/emc/vplex/restapi/custom/apiv2.pm index dad34cc7e..607c6848f 100644 --- a/src/storage/emc/vplex/restapi/custom/apiv2.pm +++ b/src/storage/emc/vplex/restapi/custom/apiv2.pm @@ -335,11 +335,11 @@ API hostname. =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<--vplex-username> diff --git a/src/storage/emc/vplex/restapi/mode/clustercommunication.pm b/src/storage/emc/vplex/restapi/mode/clustercommunication.pm index d99858b8d..d2d2008fa 100644 --- a/src/storage/emc/vplex/restapi/mode/clustercommunication.pm +++ b/src/storage/emc/vplex/restapi/mode/clustercommunication.pm @@ -107,7 +107,7 @@ You can use the following variables: %{operational_state}, %{admin_state}, %{nam =item B<--critical-operational-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{admin_state} eq "enabled" and %{operational_state} !~ /cluster-in-contact|in-contact/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{admin_state} eq "enabled" and %{operational_state} !~ /cluster-in-contact|in-contact/i'). You can use the following variables: %{operational_state}, %{admin_state}, %{name} =back diff --git a/src/storage/emc/vplex/restapi/mode/clusterdevices.pm b/src/storage/emc/vplex/restapi/mode/clusterdevices.pm index 02c050174..3f7d58ea6 100644 --- a/src/storage/emc/vplex/restapi/mode/clusterdevices.pm +++ b/src/storage/emc/vplex/restapi/mode/clusterdevices.pm @@ -118,7 +118,7 @@ You can use the following variables: %{health_state}, %{cluster_name}, %{device_ =item B<--critical-health-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{health_state} ne "ok"'). +Define the conditions to match for the status to be CRITICAL (default: '%{health_state} ne "ok"'). You can use the following variables: %{health_state}, %{cluster_name}, %{device_name} =back diff --git a/src/storage/emc/vplex/restapi/mode/directors.pm b/src/storage/emc/vplex/restapi/mode/directors.pm index 4507709c5..3b16eae05 100644 --- a/src/storage/emc/vplex/restapi/mode/directors.pm +++ b/src/storage/emc/vplex/restapi/mode/directors.pm @@ -128,7 +128,7 @@ Check directors. =item B<--filter-engine-id> -Filter directors by engine id (can be a regexp). +Filter directors by engine ID (can be a regexp). =item B<--filter-director-name> @@ -141,7 +141,7 @@ You can use the following variables: %{operational_status}, %{engine_id}, %{dire =item B<--critical-health-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{health_state} ne "ok"'). +Define the conditions to match for the status to be CRITICAL (default: '%{health_state} ne "ok"'). You can use the following variables: %{operational_status}, %{engine_id}, %{director_name} =item B<--warning-communication-status> @@ -151,7 +151,7 @@ You can use the following variables: %{communication_status}, %{engine_id}, %{di =item B<--critical-communication-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{communication_status} ne "ok"'). +Define the conditions to match for the status to be CRITICAL (default: '%{communication_status} ne "ok"'). You can use the following variables: %{communication_status}, %{engine_id}, %{director_name} =item B<--warning-temperature-status> @@ -161,7 +161,7 @@ You can use the following variables: %{temperature_threshold_exceeded}, %{engine =item B<--critical-temperature-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{temperature_threshold_exceeded} ne "false"'). +Define the conditions to match for the status to be CRITICAL (default: '%{temperature_threshold_exceeded} ne "false"'). You can use the following variables: %{temperature_threshold_exceeded}, %{engine_id}, %{director_name} =item B<--warning-voltage-status> @@ -171,7 +171,7 @@ You can use the following variables: %{voltage_threshold_exceeded}, %{engine_id} =item B<--critical-voltage-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{voltage_threshold_exceeded} ne "false"'). +Define the conditions to match for the status to be CRITICAL (default: '%{voltage_threshold_exceeded} ne "false"'). You can use the following variables: %{voltage_threshold_exceeded}, %{engine_id}, %{director_name} =item B<--warning-vplex-kdriver-status> @@ -181,7 +181,7 @@ You can use the following variables: %{vplex_kdriver_status}, %{engine_id}, %{di =item B<--critical-vplex-kdriver-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{vplex_kdriver_status} ne "ok"'). +Define the conditions to match for the status to be CRITICAL (default: '%{vplex_kdriver_status} ne "ok"'). You can use the following variables: %{vplex_kdriver_status}, %{engine_id}, %{director_name} =back diff --git a/src/storage/emc/vplex/restapi/mode/distributeddevices.pm b/src/storage/emc/vplex/restapi/mode/distributeddevices.pm index 0c69903a6..6e840b7f5 100644 --- a/src/storage/emc/vplex/restapi/mode/distributeddevices.pm +++ b/src/storage/emc/vplex/restapi/mode/distributeddevices.pm @@ -115,7 +115,7 @@ You can use the following variables: %{operational_status}, %{device_name} =item B<--critical-operational-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{operational_status} ne "ok"'). +Define the conditions to match for the status to be CRITICAL (default: '%{operational_status} ne "ok"'). You can use the following variables: %{operational_status}, %{device_name} =item B<--warning-health-status> @@ -125,7 +125,7 @@ You can use the following variables: %{health_state}, %{device_name} =item B<--critical-health-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{health_state} ne "ok"'). +Define the conditions to match for the status to be CRITICAL (default: '%{health_state} ne "ok"'). You can use the following variables: %{health_state}, %{device_name} =item B<--warning-service-status> @@ -135,7 +135,7 @@ You can use the following variables: %{service_status}, %{device_name} =item B<--critical-service-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{service_status} ne "running"'). +Define the conditions to match for the status to be CRITICAL (default: '%{service_status} ne "running"'). You can use the following variables: %{service_status}, %{device_name} =back diff --git a/src/storage/emc/vplex/restapi/mode/fans.pm b/src/storage/emc/vplex/restapi/mode/fans.pm index 8dd754da4..298c58ab7 100644 --- a/src/storage/emc/vplex/restapi/mode/fans.pm +++ b/src/storage/emc/vplex/restapi/mode/fans.pm @@ -103,7 +103,7 @@ Check fans. =item B<--filter-engine-id> -Filter fans by engine id (can be a regexp). +Filter fans by engine ID (can be a regexp). =item B<--filter-fan-name> @@ -116,7 +116,7 @@ You can use the following variables: %{operational_status}, %{engine_id}, %{fan_ =item B<--critical-operational-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{operational_status} ne "online"'). +Define the conditions to match for the status to be CRITICAL (default: '%{operational_status} ne "online"'). You can use the following variables: %{operational_status}, %{engine_id}, %{fan_name} =item B<--warning-speed-status> @@ -126,7 +126,7 @@ You can use the following variables: %{speed_threshold_exceeded}, %{engine_id}, =item B<--critical-speed-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{operational_status} ne "online"'). +Define the conditions to match for the status to be CRITICAL (default: '%{operational_status} ne "online"'). You can use the following variables: %{speed_threshold_exceeded}, %{engine_id}, %{fan_name} =back diff --git a/src/storage/emc/vplex/restapi/mode/psus.pm b/src/storage/emc/vplex/restapi/mode/psus.pm index 5d16cb58a..dfb7dddba 100644 --- a/src/storage/emc/vplex/restapi/mode/psus.pm +++ b/src/storage/emc/vplex/restapi/mode/psus.pm @@ -102,7 +102,7 @@ Check power-supplies. =item B<--filter-engine-id> -Filter power supplies by engine id (can be a regexp). +Filter power supplies by engine ID (can be a regexp). =item B<--filter-psu-name> @@ -115,7 +115,7 @@ You can use the following variables: %{operational_status}, %{engine_id}, %{psu_ =item B<--critical-operational-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{operational_status} ne "online"'). +Define the conditions to match for the status to be CRITICAL (default: '%{operational_status} ne "online"'). You can use the following variables: %{operational_status}, %{engine_id}, %{psu_name} =item B<--warning-temperature-status> @@ -125,7 +125,7 @@ You can use the following variables: %{temperature_threshold_exceeded}, %{engine =item B<--critical-temperature-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{operational_status} ne "online"'). +Define the conditions to match for the status to be CRITICAL (default: '%{operational_status} ne "online"'). You can use the following variables: %{temperature_threshold_exceeded}, %{engine_id}, %{psu_name} =back diff --git a/src/storage/emc/vplex/restapi/mode/storagevolumes.pm b/src/storage/emc/vplex/restapi/mode/storagevolumes.pm index 9b45def23..22ab8431b 100644 --- a/src/storage/emc/vplex/restapi/mode/storagevolumes.pm +++ b/src/storage/emc/vplex/restapi/mode/storagevolumes.pm @@ -118,7 +118,7 @@ You can use the following variables: %{health_state}, %{cluster_name}, %{volume_ =item B<--critical-health-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{health_state} ne "ok"'). +Define the conditions to match for the status to be CRITICAL (default: '%{health_state} ne "ok"'). You can use the following variables: %{health_state}, %{cluster_name}, %{volume_name} =back diff --git a/src/storage/emc/xtremio/restapi/mode/clusterhealth.pm b/src/storage/emc/xtremio/restapi/mode/clusterhealth.pm index 55710753e..3002a6602 100644 --- a/src/storage/emc/xtremio/restapi/mode/clusterhealth.pm +++ b/src/storage/emc/xtremio/restapi/mode/clusterhealth.pm @@ -204,12 +204,12 @@ Check cluster health indicators ('consistency-state','shared-memory-efficiency-l =item B<--filter> -Filter some parts (comma seperated list) +Filter some parts (comma separated list) You can also exclude items from specific instances: --filter=cluster,CLUSTER-NAME =item B<--threshold-overload> -Overload a specific threshold, e.g --threshold-overload="consistency-state,Xtremio,CRITICAL,healthy" +Overload a specific threshold. Example: --threshold-overload="consistency-state,Xtremio,CRITICAL,healthy" =back diff --git a/src/storage/emc/xtremio/restapi/mode/dpg.pm b/src/storage/emc/xtremio/restapi/mode/dpg.pm index cbd53a90d..b85f9d78d 100644 --- a/src/storage/emc/xtremio/restapi/mode/dpg.pm +++ b/src/storage/emc/xtremio/restapi/mode/dpg.pm @@ -155,7 +155,7 @@ You can use the following variables: %{health}, %{indicator} =item B<--critical-health-indicator> -Define the conditions to match for the status to be CRITICAL (Default: '%{health} !~ /done|normal|null/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{health} !~ /done|normal|null/i'). You can use the following variables: %{health}, %{indicator} =back diff --git a/src/storage/emc/xtremio/restapi/mode/ssdendurance.pm b/src/storage/emc/xtremio/restapi/mode/ssdendurance.pm index a4251ac0b..438c54233 100644 --- a/src/storage/emc/xtremio/restapi/mode/ssdendurance.pm +++ b/src/storage/emc/xtremio/restapi/mode/ssdendurance.pm @@ -151,7 +151,7 @@ Check SSDs endurance level (100% is the best value) =item B<--filter> -Filter some parts (comma seperated list) +Filter some parts (comma separated list) You can also exclude items from specific instances: --filter=ssds,SSD-NAME-NUMBER =item B<--warning> diff --git a/src/storage/emc/xtremio/restapi/mode/ssdiops.pm b/src/storage/emc/xtremio/restapi/mode/ssdiops.pm index 006bd296f..3763fb5bc 100644 --- a/src/storage/emc/xtremio/restapi/mode/ssdiops.pm +++ b/src/storage/emc/xtremio/restapi/mode/ssdiops.pm @@ -171,7 +171,7 @@ Can be: 'total', 'total-read', 'total-write', =item B<--filter-name> -Filter SSD name (can be a regexp). (e.g --filter-name '.*' for all SSDs) +Filter the SSD names to monitor with a regular expression. Example: --filter-name '.*' for all SSDs. =back diff --git a/src/storage/emc/xtremio/restapi/mode/storagecontrollers.pm b/src/storage/emc/xtremio/restapi/mode/storagecontrollers.pm index 2571cb2bf..c69334557 100644 --- a/src/storage/emc/xtremio/restapi/mode/storagecontrollers.pm +++ b/src/storage/emc/xtremio/restapi/mode/storagecontrollers.pm @@ -158,7 +158,7 @@ You can use the following variables: %{health}, %{indicator} =item B<--critical-health-indicator> -Define the conditions to match for the status to be CRITICAL (Default: '%{health} !~ /done|normal|null/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{health} !~ /done|normal|null/i'). You can use the following variables: %{health}, %{indicator} =back diff --git a/src/storage/emc/xtremio/restapi/mode/xenvscpu.pm b/src/storage/emc/xtremio/restapi/mode/xenvscpu.pm index d9ba638d8..13c708474 100644 --- a/src/storage/emc/xtremio/restapi/mode/xenvscpu.pm +++ b/src/storage/emc/xtremio/restapi/mode/xenvscpu.pm @@ -132,7 +132,7 @@ Check Xenvs CPU usage =item B<--filter> -Filter some parts (comma seperated list) +Filter some parts (comma separated list) You can also exclude items from specific instances: --filter=cpu,XENVS-NAME-NUMBER =item B<--warning> diff --git a/src/storage/emc/xtremio/restapi/mode/xenvsstate.pm b/src/storage/emc/xtremio/restapi/mode/xenvsstate.pm index 59d592cd8..479b0a3a8 100644 --- a/src/storage/emc/xtremio/restapi/mode/xenvsstate.pm +++ b/src/storage/emc/xtremio/restapi/mode/xenvsstate.pm @@ -173,7 +173,7 @@ Check Xenvs state =item B<--filter> -Filter some parts (comma seperated list) +Filter some parts (comma separated list) You can also exclude items from specific instances: --filter=device,cluster-1_xxxx =item B<--threshold-overload> diff --git a/src/storage/exagrid/snmp/mode/serverusage.pm b/src/storage/exagrid/snmp/mode/serverusage.pm index 1bf8ac96c..4f6ab5988 100644 --- a/src/storage/exagrid/snmp/mode/serverusage.pm +++ b/src/storage/exagrid/snmp/mode/serverusage.pm @@ -189,12 +189,12 @@ Example: --filter-counters='^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'). You can use the following variables: %{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: %{status} =item B<--warning-*> B<--critical-*> diff --git a/src/storage/fujitsu/eternus/dx/ssh/mode/physicaldisk.pm b/src/storage/fujitsu/eternus/dx/ssh/mode/physicaldisk.pm index 4983e4f82..8e882b445 100644 --- a/src/storage/fujitsu/eternus/dx/ssh/mode/physicaldisk.pm +++ b/src/storage/fujitsu/eternus/dx/ssh/mode/physicaldisk.pm @@ -200,7 +200,7 @@ Command used: show disks =item B<--filter> -Exclude some parts (comma seperated list) +Exclude some parts (comma separated list) You can also exclude items from specific instances: --filter=disk,CE-Disk#0 =item B<--threshold-overload> diff --git a/src/storage/fujitsu/eternus/dx/ssh/mode/psu.pm b/src/storage/fujitsu/eternus/dx/ssh/mode/psu.pm index 162eb96cb..c7afc896d 100644 --- a/src/storage/fujitsu/eternus/dx/ssh/mode/psu.pm +++ b/src/storage/fujitsu/eternus/dx/ssh/mode/psu.pm @@ -233,7 +233,7 @@ Command used: show enclosure-status -type all =item B<--filter> -Exclude some parts (comma seperated list) +Exclude some parts (comma separated list) You can also exclude items from specific instances: --filter=psu,ce#0_0 =item B<--threshold-overload> diff --git a/src/storage/hitachi/hcp/snmp/mode/nodes.pm b/src/storage/hitachi/hcp/snmp/mode/nodes.pm index 80fcdf9ff..17055561a 100644 --- a/src/storage/hitachi/hcp/snmp/mode/nodes.pm +++ b/src/storage/hitachi/hcp/snmp/mode/nodes.pm @@ -262,19 +262,19 @@ my $mapping = { }; my $mapping_temperature = { name => { oid => '.1.3.6.1.4.1.116.5.46.1.2.1.1' }, # ipmiTemperatureName - value => { oid => '.1.3.6.1.4.1.116.5.46.1.2.1.2' } # ipmiTemperatureDetailedStatus (eg: "25.0C (77.0F); (range 0.0-43.0C)") + value => { oid => '.1.3.6.1.4.1.116.5.46.1.2.1.2' } # ipmiTemperatureDetailedStatus (example: "25.0C (77.0F); (range 0.0-43.0C)") }; my $oid_temperature_entry = '.1.3.6.1.4.1.116.5.46.1.2.1'; # hcpIpmiTemperatureNodeTableEntry my $mapping_fan = { name => { oid => '.1.3.6.1.4.1.116.5.46.1.4.1.1' }, # ipmiFanName - value => { oid => '.1.3.6.1.4.1.116.5.46.1.4.1.2' } # ipmiFanDetailedStatus (eg: "5100.0 RPM") + value => { oid => '.1.3.6.1.4.1.116.5.46.1.4.1.2' } # ipmiFanDetailedStatus (example: "5100.0 RPM") }; my $oid_fan_entry = '.1.3.6.1.4.1.116.5.46.1.4.1'; # hcpIpmiFanNodeTableEntry my $mapping_voltage = { name => { oid => '.1.3.6.1.4.1.116.5.46.1.6.1.1' }, # ipmiVoltageName - value => { oid => '.1.3.6.1.4.1.116.5.46.1.6.1.2' } # ipmiVoltageDetailedStatus (eg: "1.22 Volts (1.08-1.32 Volts)") + value => { oid => '.1.3.6.1.4.1.116.5.46.1.6.1.2' } # ipmiVoltageDetailedStatus (example: "1.22 Volts (1.08-1.32 Volts)") }; my $oid_voltage_entry = '.1.3.6.1.4.1.116.5.46.1.6.1'; # hcpIpmiVoltageNodeTableEntry @@ -407,7 +407,7 @@ Check nodes. =item B<--filter-node-id> -Filter nodes by id (can be a regexp). +Filter nodes by ID (can be a regexp). =item B<--unknown-node-status> @@ -421,7 +421,7 @@ You can use the following variables: %{node_status}, %{node_id} =item B<--critical-node-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{node_status} eq "unavailable"'). +Define the conditions to match for the status to be CRITICAL (default: '%{node_status} eq "unavailable"'). You can use the following variables: %{node_status}, %{node_id} =item B<--unknown-nic-status> @@ -436,7 +436,7 @@ You can use the following variables: %{nic_status}, %{node_id} =item B<--critical-nic-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{nic_status} eq "failed"'). +Define the conditions to match for the status to be CRITICAL (default: '%{nic_status} eq "failed"'). You can use the following variables: %{nic_status}, %{node_id} =item B<--unknown-san-path-status> @@ -451,7 +451,7 @@ You can use the following variables: %{san_path_status}, %{node_id} =item B<--critical-san-path-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{san_path_status} eq "error"'). +Define the conditions to match for the status to be CRITICAL (default: '%{san_path_status} eq "error"'). You can use the following variables: %{san_path_status}, %{node_id} =item B<--unknown-bbu-status> @@ -466,7 +466,7 @@ You can use the following variables: %{bbu_status}, %{node_id} =item B<--critical-bbu-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{bbu_status} !~ /healthy/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{bbu_status} !~ /healthy/i'). You can use the following variables: %{bbu_status}, %{node_id} =item B<--warning-*> B<--critical-*> diff --git a/src/storage/hitachi/hcp/snmp/mode/volumes.pm b/src/storage/hitachi/hcp/snmp/mode/volumes.pm index 885526363..8de2c8fd4 100644 --- a/src/storage/hitachi/hcp/snmp/mode/volumes.pm +++ b/src/storage/hitachi/hcp/snmp/mode/volumes.pm @@ -227,7 +227,7 @@ Check volumes. =item B<--filter-node-id> -Filter volumes by node id (can be a regexp). +Filter volumes by node ID (can be a regexp). =item B<--unknown-volume-status> @@ -236,12 +236,12 @@ You can use the following variables: %{status}, %{node_id}, %{label} =item B<--warning-volume-status> -Define the conditions to match for the status to be WARNING (Default: '%{status} =~ /degraded/'). +Define the conditions to match for the status to be WARNING (default: '%{status} =~ /degraded/'). You can use the following variables: %{status}, %{node_id}, %{label} =item B<--critical-volume-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} =~ /broken/'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} =~ /broken/'). You can use the following variables: %{status}, %{node_id}, %{label} =item B<--warning-*> B<--critical-*> diff --git a/src/storage/hitachi/standard/snmp/mode/hardware.pm b/src/storage/hitachi/standard/snmp/mode/hardware.pm index de16a5d62..2f755b0a3 100644 --- a/src/storage/hitachi/standard/snmp/mode/hardware.pm +++ b/src/storage/hitachi/standard/snmp/mode/hardware.pm @@ -77,7 +77,7 @@ Check Hardware. =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'component', 'dkc', 'dku'. =item B<--filter> diff --git a/src/storage/hp/3par/ssh/custom/custom.pm b/src/storage/hp/3par/ssh/custom/custom.pm index 63a375e08..377ebf8a6 100644 --- a/src/storage/hp/3par/ssh/custom/custom.pm +++ b/src/storage/hp/3par/ssh/custom/custom.pm @@ -144,7 +144,7 @@ Hostname to query. =item B<--timeout> -Timeout in seconds for the command (Default: 45). +Timeout in seconds for the command (default: 45). =item B<--command> diff --git a/src/storage/hp/3par/ssh/mode/afc.pm b/src/storage/hp/3par/ssh/mode/afc.pm index 2c6a229e5..e214afb18 100644 --- a/src/storage/hp/3par/ssh/mode/afc.pm +++ b/src/storage/hp/3par/ssh/mode/afc.pm @@ -266,7 +266,7 @@ Check adaptive flash cache. =item B<--filter-node-id> -Filter nodes by id (can be a regexp). +Filter nodes by ID (can be a regexp). =item B<--filter-volume-name> diff --git a/src/storage/hp/3par/ssh/mode/cages.pm b/src/storage/hp/3par/ssh/mode/cages.pm index 996ead316..a5b255311 100644 --- a/src/storage/hp/3par/ssh/mode/cages.pm +++ b/src/storage/hp/3par/ssh/mode/cages.pm @@ -313,7 +313,7 @@ Check cages. =item B<--filter-cage-id> -Filter cages by id (can be a regexp). +Filter cages by ID (can be a regexp). =item B<--unknown-status> diff --git a/src/storage/hp/3par/ssh/mode/diskusage.pm b/src/storage/hp/3par/ssh/mode/diskusage.pm index 2745c0828..a66a262c2 100644 --- a/src/storage/hp/3par/ssh/mode/diskusage.pm +++ b/src/storage/hp/3par/ssh/mode/diskusage.pm @@ -166,12 +166,12 @@ Filter disk name (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: %{status}, %{display} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} !~ /normal/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} !~ /normal/i'). You can use the following variables: %{status}, %{display} =item B<--warning-*> B<--critical-*> diff --git a/src/storage/hp/3par/ssh/mode/hardware.pm b/src/storage/hp/3par/ssh/mode/hardware.pm index 05cfce27c..64c6ac4a0 100644 --- a/src/storage/hp/3par/ssh/mode/hardware.pm +++ b/src/storage/hp/3par/ssh/mode/hardware.pm @@ -88,7 +88,7 @@ Check components. =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'battery', 'cim', 'port', 'node', 'disk', 'psu', 'sensor', 'wsapi'. =item B<--filter> diff --git a/src/storage/hp/3par/ssh/mode/nodes.pm b/src/storage/hp/3par/ssh/mode/nodes.pm index bd4027f28..7dcb0bf3b 100644 --- a/src/storage/hp/3par/ssh/mode/nodes.pm +++ b/src/storage/hp/3par/ssh/mode/nodes.pm @@ -187,7 +187,7 @@ Check nodes. =item B<--filter-node-id> -Filter nodes by id (can be a regexp). +Filter nodes by ID (can be a regexp). =item B<--unknown-status> @@ -201,7 +201,7 @@ You can use the following variables: %{status}, %{node_id} =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}, %{node_id} =item B<--warning-*> B<--critical-*> diff --git a/src/storage/hp/3par/ssh/mode/psu.pm b/src/storage/hp/3par/ssh/mode/psu.pm index b0f424055..c7d4ed8e1 100644 --- a/src/storage/hp/3par/ssh/mode/psu.pm +++ b/src/storage/hp/3par/ssh/mode/psu.pm @@ -231,11 +231,11 @@ Check power supplies. =item B<--filter-node-id> -Filter nodes by id (can be a regexp). +Filter nodes by ID (can be a regexp). =item B<--filter-psu-id> -Filter power supplies by id (can be a regexp). +Filter power supplies by ID (can be a regexp). =item B<--unknown-status> @@ -249,7 +249,7 @@ You can use the following variables: %{status}, %{node_id}, %{psu_id} =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}, %{node_id}, %{psu_id} =item B<--unknown-ac-status> @@ -264,7 +264,7 @@ You can use the following variables: %{status}, %{node_id}, %{psu_id} =item B<--critical-ac-status> -Set critical threshold for AC status (Default: '%{status} !~ /ok/i'). +Set critical threshold for AC status (default: '%{status} !~ /ok/i'). You can use the following variables: %{status}, %{node_id}, %{psu_id} =item B<--unknown-dc-status> @@ -279,7 +279,7 @@ You can use the following variables: %{status}, %{node_id}, %{psu_id} =item B<--critical-dc-status> -Set critical threshold for DC status (Default: '%{status} !~ /ok/i'). +Set critical threshold for DC status (default: '%{status} !~ /ok/i'). You can use the following variables: %{status}, %{node_id}, %{psu_id} =item B<--unknown-fan-status> @@ -294,7 +294,7 @@ You can use the following variables: %{status}, %{node_id}, %{psu_id} =item B<--critical-fan-status> -Set critical threshold for fan status (Default: '%{status} !~ /ok/i'). +Set critical threshold for fan status (default: '%{status} !~ /ok/i'). You can use the following variables: %{status}, %{node_id}, %{psu_id} =item B<--unknown-battery-status> @@ -309,7 +309,7 @@ You can use the following variables: %{status}, %{node_id}, %{psu_id} =item B<--critical-battery-status> -Set critical threshold for battery status (Default: '%{status} !~ /ok/i'). +Set critical threshold for battery status (default: '%{status} !~ /ok/i'). You can use the following variables: %{status}, %{node_id}, %{psu_id} =item B<--warning-*> B<--critical-*> diff --git a/src/storage/hp/3par/ssh/mode/time.pm b/src/storage/hp/3par/ssh/mode/time.pm index ba5138a2f..4b5540e36 100644 --- a/src/storage/hp/3par/ssh/mode/time.pm +++ b/src/storage/hp/3par/ssh/mode/time.pm @@ -183,7 +183,7 @@ Check nodes time offset (use local time if ntp-host option is not set). =item B<--filter-node-id> -Filter nodes by id (can be a regexp). +Filter nodes by ID (can be a regexp). =item B<--ntp-hostname> @@ -191,11 +191,11 @@ Set the ntp hostname (if not set, localtime is used). =item B<--ntp-port> -Set the ntp port (Default: 123). +Set the ntp port (default: 123). =item B<--timezone> -Set the timezone for displaying the date (Default: UTC). +Set the timezone for displaying the date (default: UTC). =item B<--warning-offset> diff --git a/src/storage/hp/3par/ssh/mode/uptime.pm b/src/storage/hp/3par/ssh/mode/uptime.pm index 4675b0927..85cf415bd 100644 --- a/src/storage/hp/3par/ssh/mode/uptime.pm +++ b/src/storage/hp/3par/ssh/mode/uptime.pm @@ -176,7 +176,7 @@ Check nodes uptime. =item B<--filter-node-id> -Filter nodes by id (can be a regexp). +Filter nodes by ID (can be a regexp). =item B<--timezone> @@ -184,8 +184,7 @@ Timezone options. Default is 'UTC'. =item B<--unit> -Select the unit for performance data and thresholds. 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 performance data and 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-*> diff --git a/src/storage/hp/eva/cli/custom/api.pm b/src/storage/hp/eva/cli/custom/api.pm index 24fb93750..fb6da25f9 100644 --- a/src/storage/hp/eva/cli/custom/api.pm +++ b/src/storage/hp/eva/cli/custom/api.pm @@ -178,7 +178,7 @@ Manager system. =item B<--timeout> -Set timeout (Default: 50). +Set timeout (default: 50). =item B<--sudo> @@ -186,16 +186,16 @@ Use 'sudo' to execute the command. =item B<--command> -Command to get information (Default: 'sssu_linux_x64'). +Command to get information (default: 'sssu_linux_x64'). 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). =back diff --git a/src/storage/hp/eva/cli/mode/hardware.pm b/src/storage/hp/eva/cli/mode/hardware.pm index 242523a6a..772e29f7a 100644 --- a/src/storage/hp/eva/cli/mode/hardware.pm +++ b/src/storage/hp/eva/cli/mode/hardware.pm @@ -76,7 +76,7 @@ Check hardware. =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'fan'. =item B<--filter> diff --git a/src/storage/hp/eva/cli/mode/storageusage.pm b/src/storage/hp/eva/cli/mode/storageusage.pm index 2166b99d9..6cf5d5751 100644 --- a/src/storage/hp/eva/cli/mode/storageusage.pm +++ b/src/storage/hp/eva/cli/mode/storageusage.pm @@ -149,7 +149,7 @@ Check storage usage. =item B<--units> -Units of thresholds (Default: '%') ('%', 'B'). +Units of thresholds (default: '%') ('%', 'B'). =item B<--free> diff --git a/src/storage/hp/lefthand/snmp/mode/hardware.pm b/src/storage/hp/lefthand/snmp/mode/hardware.pm index 397c258c9..dfe78d7a9 100644 --- a/src/storage/hp/lefthand/snmp/mode/hardware.pm +++ b/src/storage/hp/lefthand/snmp/mode/hardware.pm @@ -81,7 +81,7 @@ Check hardware. =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'fan', 'rcc', 'temperature', 'psu', 'voltage', 'device', 'rc', 'ro'. =item B<--filter> diff --git a/src/storage/hp/lefthand/snmp/mode/volumeusage.pm b/src/storage/hp/lefthand/snmp/mode/volumeusage.pm index ef48ba681..f06b3761d 100644 --- a/src/storage/hp/lefthand/snmp/mode/volumeusage.pm +++ b/src/storage/hp/lefthand/snmp/mode/volumeusage.pm @@ -306,7 +306,7 @@ You can use the following variables: %{status}, %{display} =item B<--critical-replication-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} !~ /normal/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} !~ /normal/i'). You can use the following variables: %{status}, %{display} =item B<--warning-*> @@ -323,7 +323,7 @@ Can be: 'read' (b/s), 'write' (b/s), 'read-iops', 'write-iops', =item B<--units> -Units of thresholds (Default: '%') ('%', 'B'). +Units of thresholds (default: '%') ('%', 'B'). =item B<--free> diff --git a/src/storage/hp/msl/snmp/mode/hardware.pm b/src/storage/hp/msl/snmp/mode/hardware.pm index 4eaa78002..83f61a8d5 100644 --- a/src/storage/hp/msl/snmp/mode/hardware.pm +++ b/src/storage/hp/msl/snmp/mode/hardware.pm @@ -72,7 +72,7 @@ Check hardware. =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'library'. =item B<--no-component> diff --git a/src/storage/hp/p2000/xmlapi/custom/api.pm b/src/storage/hp/p2000/xmlapi/custom/api.pm index 01e8bdedf..f1c50a14e 100644 --- a/src/storage/hp/p2000/xmlapi/custom/api.pm +++ b/src/storage/hp/p2000/xmlapi/custom/api.pm @@ -304,7 +304,7 @@ Specify https if needed =item B<--urlpath> -Set path to xml api (Default: '/api/') +Set path to xml api (default: '/api/') =item B<--username> diff --git a/src/storage/hp/p2000/xmlapi/mode/controllers.pm b/src/storage/hp/p2000/xmlapi/mode/controllers.pm index 3579729c3..7e6edc730 100644 --- a/src/storage/hp/p2000/xmlapi/mode/controllers.pm +++ b/src/storage/hp/p2000/xmlapi/mode/controllers.pm @@ -391,77 +391,77 @@ Filter controllers by controller name (can be a regexp). =item B<--unknown-controller-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}, %{name} =item B<--warning-controller-status> -Define the conditions to match for the status to be WARNING (Default: '%{status} =~ /degraded/i'). +Define the conditions to match for the status to be WARNING (default: '%{status} =~ /degraded/i'). You can use the following variables: %{status}, %{name} =item B<--critical-controller-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: %{status}, %{name} =item B<--unknown-network-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}, %{name} =item B<--warning-network-status> -Define the conditions to match for the status to be WARNING (Default: '%{status} =~ /degraded/i'). +Define the conditions to match for the status to be WARNING (default: '%{status} =~ /degraded/i'). You can use the following variables: %{status}, %{name} =item B<--critical-network-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: %{status}, %{name} =item B<--unknown-port-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}, %{name} =item B<--warning-port-status> -Define the conditions to match for the status to be WARNING (Default: '%{status} =~ /degraded/i'). +Define the conditions to match for the status to be WARNING (default: '%{status} =~ /degraded/i'). You can use the following variables: %{status}, %{name} =item B<--critical-port-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: %{status}, %{name} =item B<--unknown-expander-port-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}, %{name} =item B<--warning-expander-port-status> -Define the conditions to match for the status to be WARNING (Default: '%{status} =~ /degraded/i'). +Define the conditions to match for the status to be WARNING (default: '%{status} =~ /degraded/i'). You can use the following variables: %{status}, %{name} =item B<--critical-expander-port-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: %{status}, %{name} =item B<--unknown-compact-flash-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}, %{name} =item B<--warning-compact-flash-status> -Define the conditions to match for the status to be WARNING (Default: '%{status} =~ /degraded/i'). +Define the conditions to match for the status to be WARNING (default: '%{status} =~ /degraded/i'). You can use the following variables: %{status}, %{name} =item B<--critical-compact-flash-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: %{status}, %{name} =item B<--warning-*> B<--critical-*> diff --git a/src/storage/hp/p2000/xmlapi/mode/health.pm b/src/storage/hp/p2000/xmlapi/mode/health.pm index aa89ead43..987f26a0b 100644 --- a/src/storage/hp/p2000/xmlapi/mode/health.pm +++ b/src/storage/hp/p2000/xmlapi/mode/health.pm @@ -89,7 +89,7 @@ Check health status of storage. =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'disk', 'enclosure', 'fan', 'fru', 'psu', 'saslink', 'sensor', 'vdisk'. =item B<--filter> diff --git a/src/storage/hp/p2000/xmlapi/mode/ntp.pm b/src/storage/hp/p2000/xmlapi/mode/ntp.pm index 80b77dc13..e37777534 100644 --- a/src/storage/hp/p2000/xmlapi/mode/ntp.pm +++ b/src/storage/hp/p2000/xmlapi/mode/ntp.pm @@ -194,17 +194,16 @@ Can use special variables like: %{status} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} =~ /deactivated/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} =~ /deactivated/i'). Can use special variables like: %{status} =item B<--timezone> -Set timezone for ntp contact time (Default is 'UTC'). +Set timezone for ntp contact time (default is 'UTC'). =item B<--unit> -Select the unit for contact threshold. May be 's' for seconds, 'm' for minutes, -'h' for hours, 'd' for days, 'w' for weeks. Default is days. +Select the time unit for the performance data and 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-*> diff --git a/src/storage/hp/p2000/xmlapi/mode/time.pm b/src/storage/hp/p2000/xmlapi/mode/time.pm index 8189d578f..027443c1b 100644 --- a/src/storage/hp/p2000/xmlapi/mode/time.pm +++ b/src/storage/hp/p2000/xmlapi/mode/time.pm @@ -200,11 +200,11 @@ Set the ntp hostname (if not set, localtime is used). =item B<--ntp-port> -Set the ntp port (Default: 123). +Set the ntp port (default: 123). =item B<--timezone> -Set the timezone for displaying the date (Default: UTC). +Set the timezone for displaying the date (default: UTC). =back diff --git a/src/storage/hp/p2000/xmlapi/mode/vdisks.pm b/src/storage/hp/p2000/xmlapi/mode/vdisks.pm index fcaa738d4..f4cfe977d 100644 --- a/src/storage/hp/p2000/xmlapi/mode/vdisks.pm +++ b/src/storage/hp/p2000/xmlapi/mode/vdisks.pm @@ -193,17 +193,17 @@ Filter virtual disk name (can be a regexp). =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: '%{status} =~ /degraded/i'). +Define the conditions to match for the status to be WARNING (default: '%{status} =~ /degraded/i'). 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/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} =~ /failed/i'). You can use the following variables: %{status}, %{display} =item B<--warning-*> B<--critical-*> diff --git a/src/storage/hp/storeonce/3/restapi/mode/clusterusage.pm b/src/storage/hp/storeonce/3/restapi/mode/clusterusage.pm index e139f71af..c8ee29895 100644 --- a/src/storage/hp/storeonce/3/restapi/mode/clusterusage.pm +++ b/src/storage/hp/storeonce/3/restapi/mode/clusterusage.pm @@ -226,12 +226,12 @@ Filter cluster name (can be a regexp). =item B<--warning-status> -Define the conditions to match for the status to be WARNING (Default: '%{health} =~ /warning/'). +Define the conditions to match for the status to be WARNING (default: '%{health} =~ /warning/'). You can use the following variables: %{health}, %{display} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{health} =~ /critical/'). +Define the conditions to match for the status to be CRITICAL (default: '%{health} =~ /critical/'). You can use the following variables: %{health}, %{display} =item B<--warning-*> @@ -246,7 +246,7 @@ Can be: 'usage', 'dedup'. =item B<--units> -Units of thresholds (Default: '%') ('%', 'B'). +Units of thresholds (default: '%') ('%', 'B'). =item B<--free> diff --git a/src/storage/hp/storeonce/3/restapi/mode/fcsusage.pm b/src/storage/hp/storeonce/3/restapi/mode/fcsusage.pm index 29a066a5c..bdd66619b 100644 --- a/src/storage/hp/storeonce/3/restapi/mode/fcsusage.pm +++ b/src/storage/hp/storeonce/3/restapi/mode/fcsusage.pm @@ -157,12 +157,12 @@ Filter name (can be a regexp). =item B<--warning-status> -Define the conditions to match for the status to be WARNING (Default: '%{is_online} == 1 and %{health} =~ /warning/i'). +Define the conditions to match for the status to be WARNING (default: '%{is_online} == 1 and %{health} =~ /warning/i'). You can use the following variables: %{health}, %{is_online}, %{display} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{is_online} == 1 and %{health} =~ /critical/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{is_online} == 1 and %{health} =~ /critical/i'). You can use the following variables: %{health}, %{is_online}, %{display} =item B<--warning-*> diff --git a/src/storage/hp/storeonce/3/restapi/mode/nasusage.pm b/src/storage/hp/storeonce/3/restapi/mode/nasusage.pm index 119c35d4a..bc92c1dc8 100644 --- a/src/storage/hp/storeonce/3/restapi/mode/nasusage.pm +++ b/src/storage/hp/storeonce/3/restapi/mode/nasusage.pm @@ -170,22 +170,22 @@ Filter nas name (can be a regexp). =item B<--warning-nas-status> -Define the conditions to match for the status to be WARNING (Default: '%{health} =~ /warning/i'). +Define the conditions to match for the status to be WARNING (default: '%{health} =~ /warning/i'). You can use the following variables: %{health}, %{replication_health}, %{display} =item B<--critical-nas-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{health} =~ /critical/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{health} =~ /critical/i'). You can use the following variables: %{health}, %{replication_health}, %{display} =item B<--warning-share-status> -Define the conditions to match for the status to be WARNING (Default: '%{health} =~ /warning/i'). +Define the conditions to match for the status to be WARNING (default: '%{health} =~ /warning/i'). You can use the following variables: %{health}, %{replication_health}, %{display} =item B<--critical-share-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{health} =~ /critical/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{health} =~ /critical/i'). You can use the following variables: %{health}, %{replication_health}, %{display} =back diff --git a/src/storage/hp/storeonce/3/restapi/mode/servicesetusage.pm b/src/storage/hp/storeonce/3/restapi/mode/servicesetusage.pm index 974407c9d..49cb72e31 100644 --- a/src/storage/hp/storeonce/3/restapi/mode/servicesetusage.pm +++ b/src/storage/hp/storeonce/3/restapi/mode/servicesetusage.pm @@ -224,12 +224,12 @@ Filter service set name (can be a regexp). =item B<--warning-status> -Define the conditions to match for the status to be WARNING (Default: '%{health} =~ /warning/). +Define the conditions to match for the status to be WARNING (default: '%{health} =~ /warning/). You can use the following variables: %{health}, %{replication_health}, %{housekeeping_health}, %{display} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{health} =~ /critical/'). +Define the conditions to match for the status to be CRITICAL (default: '%{health} =~ /critical/'). You can use the following variables: %{health}, %{replication_health}, %{housekeeping_health}, %{display} =item B<--warning-*> @@ -244,7 +244,7 @@ Can be: 'usage', 'dedup'. =item B<--units> -Units of thresholds (Default: '%') ('%', 'B'). +Units of thresholds (default: '%') ('%', 'B'). =item B<--free> diff --git a/src/storage/hp/storeonce/4/restapi/custom/api.pm b/src/storage/hp/storeonce/4/restapi/custom/api.pm index 1b0882dbb..781d2af6e 100644 --- a/src/storage/hp/storeonce/4/restapi/custom/api.pm +++ b/src/storage/hp/storeonce/4/restapi/custom/api.pm @@ -247,11 +247,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> @@ -263,7 +263,7 @@ API password. =item B<--timeout> -Set timeout in seconds (Default: 30). +Set timeout in seconds (default: 30). =back diff --git a/src/storage/hp/storeonce/4/restapi/mode/appliances.pm b/src/storage/hp/storeonce/4/restapi/mode/appliances.pm index 7d1462f8b..8a790d4b6 100644 --- a/src/storage/hp/storeonce/4/restapi/mode/appliances.pm +++ b/src/storage/hp/storeonce/4/restapi/mode/appliances.pm @@ -236,12 +236,12 @@ You can use the following variables: %{service}, %{status} =item B<--warning-service-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: %{service}, %{status} =item B<--critical-service-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'). You can use the following variables: %{service}, %{status} =item B<--warning-*> B<--critical-*> diff --git a/src/storage/hp/storeonce/4/restapi/mode/stores.pm b/src/storage/hp/storeonce/4/restapi/mode/stores.pm index 3ac0d9eca..f9db003e8 100644 --- a/src/storage/hp/storeonce/4/restapi/mode/stores.pm +++ b/src/storage/hp/storeonce/4/restapi/mode/stores.pm @@ -201,17 +201,17 @@ Filter stores by hostname. =item B<--unknown-health> -Define the conditions to match for the status to be UNKNOWN (Default: '%{health} =~ /unknown/i'). +Define the conditions to match for the status to be UNKNOWN (default: '%{health} =~ /unknown/i'). You can use the following variables: %{health}, %{name} =item B<--warning-health> -Define the conditions to match for the status to be WARNING (Default: '%{health} =~ /warning/i'). +Define the conditions to match for the status to be WARNING (default: '%{health} =~ /warning/i'). You can use the following variables: %{health}, %{name} =item B<--critical-health> -Define the conditions to match for the status to be CRITICAL (Default: '%{health} =~ /critical/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{health} =~ /critical/i'). You can use the following variables: %{health}, %{name} =item B<--warning-*> B<--critical-*> diff --git a/src/storage/hp/storeonce/ssh/custom/custom.pm b/src/storage/hp/storeonce/ssh/custom/custom.pm index f989149c8..256669988 100644 --- a/src/storage/hp/storeonce/ssh/custom/custom.pm +++ b/src/storage/hp/storeonce/ssh/custom/custom.pm @@ -142,7 +142,7 @@ Hostname to query. =item B<--timeout> -Timeout in seconds for the command (Default: 45). +Timeout in seconds for the command (default: 45). =item B<--command> diff --git a/src/storage/hp/storeonce/ssh/mode/hardware.pm b/src/storage/hp/storeonce/ssh/mode/hardware.pm index 5203ccb70..af752335d 100644 --- a/src/storage/hp/storeonce/ssh/mode/hardware.pm +++ b/src/storage/hp/storeonce/ssh/mode/hardware.pm @@ -96,7 +96,7 @@ Check components (hardware and service set). =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'hardware', 'serviceset'. =item B<--filter> diff --git a/src/storage/huawei/oceanstor/snmp/mode/controllers.pm b/src/storage/huawei/oceanstor/snmp/mode/controllers.pm index 5533b1c9c..5bab27cda 100644 --- a/src/storage/huawei/oceanstor/snmp/mode/controllers.pm +++ b/src/storage/huawei/oceanstor/snmp/mode/controllers.pm @@ -195,12 +195,12 @@ You can use the following variables: %{health_status}, %{running_status}, %{id} =item B<--warning-status> -Define the conditions to match for the status to be WARNING (Default: '%{health_status} =~ /degraded|partially broken/i'). +Define the conditions to match for the status to be WARNING (default: '%{health_status} =~ /degraded|partially broken/i'). You can use the following variables: %{health_status}, %{running_status}, %{id} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{health_status} =~ /fault|fail/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{health_status} =~ /fault|fail/i'). You can use the following variables: %{health_status}, %{running_status}, %{id} =item B<--warning-*> B<--critical-*> diff --git a/src/storage/huawei/oceanstor/snmp/mode/hardware.pm b/src/storage/huawei/oceanstor/snmp/mode/hardware.pm index 25cb418dd..32294a8fd 100644 --- a/src/storage/huawei/oceanstor/snmp/mode/hardware.pm +++ b/src/storage/huawei/oceanstor/snmp/mode/hardware.pm @@ -75,7 +75,7 @@ Check hardware. =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'bbu', 'disk', 'enclosure', 'expboard', 'fan', 'psu'. =item B<--add-name-instance> diff --git a/src/storage/huawei/oceanstor/snmp/mode/storagepools.pm b/src/storage/huawei/oceanstor/snmp/mode/storagepools.pm index 2cc8d357d..944de7278 100644 --- a/src/storage/huawei/oceanstor/snmp/mode/storagepools.pm +++ b/src/storage/huawei/oceanstor/snmp/mode/storagepools.pm @@ -241,12 +241,12 @@ You can use the following variables: %{health_status}, %{running_status}, %{name =item B<--warning-status> -Define the conditions to match for the status to be WARNING (Default: '%{health_status} =~ /degraded|partially broken/i'). +Define the conditions to match for the status to be WARNING (default: '%{health_status} =~ /degraded|partially broken/i'). You can use the following variables: %{health_status}, %{running_status}, %{name} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{health_status} =~ /fault|fail/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{health_status} =~ /fault|fail/i'). You can use the following variables: %{health_status}, %{running_status}, %{name} =item B<--warning-*> B<--critical-*> diff --git a/src/storage/ibm/fs900/snmp/mode/arraysstatus.pm b/src/storage/ibm/fs900/snmp/mode/arraysstatus.pm index f031ec882..5f47cef95 100644 --- a/src/storage/ibm/fs900/snmp/mode/arraysstatus.pm +++ b/src/storage/ibm/fs900/snmp/mode/arraysstatus.pm @@ -137,7 +137,7 @@ Define the conditions to match for the status to be WARNING. =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} =~ /degraded/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} =~ /degraded/i'). 'status' can be: 'online', 'offline', 'excluded', 'degraded'. =item B<--warning-vdisk-count> diff --git a/src/storage/ibm/fs900/snmp/mode/hardware.pm b/src/storage/ibm/fs900/snmp/mode/hardware.pm index 483735ef9..4e33c405e 100644 --- a/src/storage/ibm/fs900/snmp/mode/hardware.pm +++ b/src/storage/ibm/fs900/snmp/mode/hardware.pm @@ -79,7 +79,7 @@ Check hardware (batteries, fan modules, fibre channels, flashcards, power suppli =item B<--component> -Which component to check (Default: 'all'). +Which component to check (default: 'all'). Can be: 'battery', 'fan', 'fibrechannel', 'flashcard', 'psu'. =item B<--filter> @@ -89,7 +89,7 @@ You can also exclude items from specific instances: --filter=fan,1 =item B<--absent-problem> -Return an error if an entity is not 'notAvailable' (default is skipping) (comma seperated list) +Return an error if an entity is not 'notAvailable' (default is skipping) (comma separated list) Can be specific or global: --absent-problem=fan,2 =item B<--no-component> diff --git a/src/storage/ibm/storwize/ssh/custom/api.pm b/src/storage/ibm/storwize/ssh/custom/api.pm index 03d5f240d..2e389c51b 100644 --- a/src/storage/ibm/storwize/ssh/custom/api.pm +++ b/src/storage/ibm/storwize/ssh/custom/api.pm @@ -155,7 +155,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> diff --git a/src/storage/ibm/storwize/ssh/mode/eventlog.pm b/src/storage/ibm/storwize/ssh/mode/eventlog.pm index 5463dcc5e..609a5bae6 100644 --- a/src/storage/ibm/storwize/ssh/mode/eventlog.pm +++ b/src/storage/ibm/storwize/ssh/mode/eventlog.pm @@ -120,7 +120,7 @@ __END__ =head1 MODE -Check eventlogs. +Check event logs. =over 8 diff --git a/src/storage/ibm/storwize/ssh/mode/hardware.pm b/src/storage/ibm/storwize/ssh/mode/hardware.pm index 36ccf68f9..40e072fff 100644 --- a/src/storage/ibm/storwize/ssh/mode/hardware.pm +++ b/src/storage/ibm/storwize/ssh/mode/hardware.pm @@ -99,7 +99,7 @@ Check components. =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'array', 'drive', 'enclosure', 'enclosurebattery', 'enclosurecanister', 'enclosurepsu', 'host', 'portfc', 'portsas', 'vdisk', 'node', 'quorum', 'mdisk', 'systemstats'. diff --git a/src/storage/ibm/storwize/ssh/mode/poolusage.pm b/src/storage/ibm/storwize/ssh/mode/poolusage.pm index e3e61ee92..35fffb446 100644 --- a/src/storage/ibm/storwize/ssh/mode/poolusage.pm +++ b/src/storage/ibm/storwize/ssh/mode/poolusage.pm @@ -203,12 +203,12 @@ Filter pool name (can be a regexp). =item B<--warning-status> -Define the conditions to match for the status to be WARNING (Default: '%{status} =~ /degraded/i'). +Define the conditions to match for the status to be WARNING (default: '%{status} =~ /degraded/i'). 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} =~ /offline/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} =~ /offline/i'). You can use the following variables: %{status}, %{display} =item B<--warning-*> B<--critical-*> @@ -218,7 +218,7 @@ Can be: 'usage'. =item B<--units> -Units of thresholds (Default: '%') ('%', 'B'). +Units of thresholds (default: '%') ('%', 'B'). =item B<--free> diff --git a/src/storage/ibm/storwize/ssh/mode/replication.pm b/src/storage/ibm/storwize/ssh/mode/replication.pm index 8d943f588..5e9764800 100644 --- a/src/storage/ibm/storwize/ssh/mode/replication.pm +++ b/src/storage/ibm/storwize/ssh/mode/replication.pm @@ -112,7 +112,7 @@ Filter group name (can be a regexp). =item B<--warning-status> -Define the conditions to match for the status to be WARNING (Default: '%{status} =~ /idling/i'). +Define the conditions to match for the status to be WARNING (default: '%{status} =~ /idling/i'). You can use the following variables: %{status} =item B<--critical-status> diff --git a/src/storage/ibm/ts2900/snmp/mode/hardware.pm b/src/storage/ibm/ts2900/snmp/mode/hardware.pm index 7f97a284a..762012d87 100644 --- a/src/storage/ibm/ts2900/snmp/mode/hardware.pm +++ b/src/storage/ibm/ts2900/snmp/mode/hardware.pm @@ -70,12 +70,12 @@ Check hardware. =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'robot', 'drive', 'ctrl', 'ctrlpower', 'magazine'. =item B<--filter> -Exclude some parts (comma seperated list) +Exclude some parts (comma separated list) You can also exclude items from specific instances: --filter=ctrl,1 =item B<--no-component> diff --git a/src/storage/kaminario/restapi/custom/api.pm b/src/storage/kaminario/restapi/custom/api.pm index 8c807263c..a30b32fc1 100644 --- a/src/storage/kaminario/restapi/custom/api.pm +++ b/src/storage/kaminario/restapi/custom/api.pm @@ -160,11 +160,11 @@ Kaminario password. =item B<--timeout> -Set HTTP timeout in seconds (Default: '10'). +Set HTTP timeout in seconds (default: '10'). =item B<--resolution> -Selected data performance resolution (Default: '5m'). +Selected data performance resolution (default: '5m'). =back diff --git a/src/storage/lenovo/iomega/snmp/mode/hardware.pm b/src/storage/lenovo/iomega/snmp/mode/hardware.pm index f830ec24f..55246f7ff 100644 --- a/src/storage/lenovo/iomega/snmp/mode/hardware.pm +++ b/src/storage/lenovo/iomega/snmp/mode/hardware.pm @@ -81,7 +81,7 @@ Check hardware. =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'raid', 'disk', 'voltage', 'temperature', 'fan'. =item B<--filter> diff --git a/src/storage/lenovo/iomega/snmp/mode/interfaces.pm b/src/storage/lenovo/iomega/snmp/mode/interfaces.pm index 0a33f3b99..653b21650 100644 --- a/src/storage/lenovo/iomega/snmp/mode/interfaces.pm +++ b/src/storage/lenovo/iomega/snmp/mode/interfaces.pm @@ -58,7 +58,7 @@ Check interfaces. =item B<--add-global> -Check global port statistics (By default if no --add-* option is set). +Check global port statistics (by default if no --add-* option is set). =item B<--add-status> @@ -90,7 +90,7 @@ Check interface data volume between two checks (not supposed to be graphed, usef =item B<--check-metrics> -If the expression is true, metrics are checked (Default: '%{opstatus} eq "up"'). +If the expression is true, metrics are checked (default: '%{opstatus} eq "up"'). =item B<--warning-status> @@ -99,7 +99,7 @@ You can use the following variables: %{admstatus}, %{opstatus}, %{duplexstatus}, =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{admstatus} eq "up" and %{opstatus} ne "up"'). +Define the conditions to match for the status to be CRITICAL (default: '%{admstatus} eq "up" and %{opstatus} ne "up"'). You can use the following variables: %{admstatus}, %{opstatus}, %{duplexstatus}, %{display} =item B<--warning-*> B<--critical-*> @@ -112,15 +112,15 @@ Can be: 'total-port', 'total-admin-up', 'total-admin-down', 'total-oper-up', 'to =item B<--units-traffic> -Units of thresholds for the traffic (Default: 'percent_delta') ('percent_delta', 'bps', 'counter'). +Units of thresholds for the traffic (default: 'percent_delta') ('percent_delta', 'bps', 'counter'). =item B<--units-errors> -Units of thresholds for errors/discards (Default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). +Units of thresholds for errors/discards (default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). =item B<--units-cast> -Units of thresholds for communication types (Default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). +Units of thresholds for communication types (default: 'percent_delta') ('percent_delta', 'percent', 'delta', 'deltaps', 'counter'). =item B<--nagvis-perfdata> @@ -128,7 +128,7 @@ Display traffic perfdata to be compatible with nagvis widget. =item B<--interface> -Set the interface (number expected) ex: 1,2,... (empty means 'check all interfaces'). +Set the interface (number expected) example: 1,2,... (empty means 'check all interfaces'). =item B<--name> @@ -170,7 +170,7 @@ Add an OID to display. Modify the interface name displayed by using a regular expression. -Eg: adding --display-transform-src='eth' --display-transform-dst='ens' will replace all occurrences of 'eth' with 'ens' +Example: adding --display-transform-src='eth' --display-transform-dst='ens' will replace all occurrences of 'eth' with 'ens' =item B<--show-cache> diff --git a/src/storage/netapp/ontap/oncommandapi/custom/api.pm b/src/storage/netapp/ontap/oncommandapi/custom/api.pm index e311cdece..1d3bde368 100644 --- a/src/storage/netapp/ontap/oncommandapi/custom/api.pm +++ b/src/storage/netapp/ontap/oncommandapi/custom/api.pm @@ -202,15 +202,15 @@ NetApp hostname. =item B<--url-path> -OnCommand API url path (Default: '/api/4.0/ontap') +OnCommand API url path (default: '/api/4.0/ontap') =item B<--port> -OnCommand API port (Default: 8443) +OnCommand API port (default: 8443) =item B<--proto> -Specify https if needed (Default: 'https') +Specify https if needed (default: 'https') =item B<--username> diff --git a/src/storage/netapp/ontap/oncommandapi/mode/aggregateraidstatus.pm b/src/storage/netapp/ontap/oncommandapi/mode/aggregateraidstatus.pm index 548727f45..d3022e9ea 100644 --- a/src/storage/netapp/ontap/oncommandapi/mode/aggregateraidstatus.pm +++ b/src/storage/netapp/ontap/oncommandapi/mode/aggregateraidstatus.pm @@ -159,12 +159,12 @@ Can be: 'name', 'node', 'cluster' (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: %{status}, %{type}, %{size} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} !~ /normal/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} !~ /normal/i'). You can use the following variables: %{status}, %{type}, %{size} =back diff --git a/src/storage/netapp/ontap/oncommandapi/mode/aggregatestatus.pm b/src/storage/netapp/ontap/oncommandapi/mode/aggregatestatus.pm index 2b6a7c6c4..6822dce61 100644 --- a/src/storage/netapp/ontap/oncommandapi/mode/aggregatestatus.pm +++ b/src/storage/netapp/ontap/oncommandapi/mode/aggregatestatus.pm @@ -157,12 +157,12 @@ Can be: 'name', 'node', 'cluster' (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: %{state}, %{mirror_status} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{state} !~ /online/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{state} !~ /online/i'). You can use the following variables: %{state}, %{mirror_status} =back diff --git a/src/storage/netapp/ontap/oncommandapi/mode/aggregateusage.pm b/src/storage/netapp/ontap/oncommandapi/mode/aggregateusage.pm index f67c4f239..0d46fb687 100644 --- a/src/storage/netapp/ontap/oncommandapi/mode/aggregateusage.pm +++ b/src/storage/netapp/ontap/oncommandapi/mode/aggregateusage.pm @@ -291,7 +291,7 @@ Can be: 'usage', 'snapshot'. =item B<--units> -Units of thresholds (Default: '%') ('%', 'B'). +Units of thresholds (default: '%') ('%', 'B'). =item B<--free> diff --git a/src/storage/netapp/ontap/oncommandapi/mode/clusterstatus.pm b/src/storage/netapp/ontap/oncommandapi/mode/clusterstatus.pm index 007ded825..e4509d623 100644 --- a/src/storage/netapp/ontap/oncommandapi/mode/clusterstatus.pm +++ b/src/storage/netapp/ontap/oncommandapi/mode/clusterstatus.pm @@ -135,12 +135,12 @@ Filter snapmirror name (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: %{status}, %{metro_cluster_mode}, %{metro_cluster_configuration_state} =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}, %{metro_cluster_mode}, %{metro_cluster_configuration_state} =back diff --git a/src/storage/netapp/ontap/oncommandapi/mode/fcportstatus.pm b/src/storage/netapp/ontap/oncommandapi/mode/fcportstatus.pm index 86c60409e..bc53ab8ed 100644 --- a/src/storage/netapp/ontap/oncommandapi/mode/fcportstatus.pm +++ b/src/storage/netapp/ontap/oncommandapi/mode/fcportstatus.pm @@ -140,12 +140,12 @@ Can be: 'name', 'volume' (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: %{state}, %{state} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} !~ /online/i || %{state} !~ /online/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} !~ /online/i || %{state} !~ /online/i'). You can use the following variables: %{status}, %{state} =back diff --git a/src/storage/netapp/ontap/oncommandapi/mode/lunusage.pm b/src/storage/netapp/ontap/oncommandapi/mode/lunusage.pm index c6c41799f..dc65a3f35 100644 --- a/src/storage/netapp/ontap/oncommandapi/mode/lunusage.pm +++ b/src/storage/netapp/ontap/oncommandapi/mode/lunusage.pm @@ -176,7 +176,7 @@ Critical threshold. =item B<--units> -Units of thresholds (Default: '%') ('%', 'B'). +Units of thresholds (default: '%') ('%', 'B'). =item B<--free> diff --git a/src/storage/netapp/ontap/oncommandapi/mode/nodefailoverstatus.pm b/src/storage/netapp/ontap/oncommandapi/mode/nodefailoverstatus.pm index 04f6821d9..14d078398 100644 --- a/src/storage/netapp/ontap/oncommandapi/mode/nodefailoverstatus.pm +++ b/src/storage/netapp/ontap/oncommandapi/mode/nodefailoverstatus.pm @@ -153,12 +153,12 @@ Can be: 'name', 'clusters' (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: %{state}, %{interconnect}, %{current_mode}, %{take_over_possible} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{state} !~ /connected/i || %{interconnect} !~ /up/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{state} !~ /connected/i || %{interconnect} !~ /up/i'). You can use the following variables: %{state}, %{interconnect}, %{current_mode}, %{take_over_possible} =back diff --git a/src/storage/netapp/ontap/oncommandapi/mode/nodehardwarestatus.pm b/src/storage/netapp/ontap/oncommandapi/mode/nodehardwarestatus.pm index 3ea0fc625..4e82bdf75 100644 --- a/src/storage/netapp/ontap/oncommandapi/mode/nodehardwarestatus.pm +++ b/src/storage/netapp/ontap/oncommandapi/mode/nodehardwarestatus.pm @@ -181,12 +181,12 @@ Can be: 'failed-fans', 'psu'. =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}, %{temperature}, %{battery_status} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} =~ /not healthy/i || %{temperature} !~ /ok/i || +Define the conditions to match for the status to be CRITICAL (default: '%{status} =~ /not healthy/i || %{temperature} !~ /ok/i || %{battery_status} !~ /battery_ok|battery_fully_charge|battery_over_charged/i'). You can use the following variables: %{status}, %{temperature}, %{battery_status} diff --git a/src/storage/netapp/ontap/oncommandapi/mode/qtreestatus.pm b/src/storage/netapp/ontap/oncommandapi/mode/qtreestatus.pm index 849be5e27..74c8ad6be 100644 --- a/src/storage/netapp/ontap/oncommandapi/mode/qtreestatus.pm +++ b/src/storage/netapp/ontap/oncommandapi/mode/qtreestatus.pm @@ -145,12 +145,12 @@ Can be: 'name', 'volume' (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: %{state} =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: %{status} =back diff --git a/src/storage/netapp/ontap/oncommandapi/mode/snapmirrorstatus.pm b/src/storage/netapp/ontap/oncommandapi/mode/snapmirrorstatus.pm index 044cbf6f6..6585a24b6 100644 --- a/src/storage/netapp/ontap/oncommandapi/mode/snapmirrorstatus.pm +++ b/src/storage/netapp/ontap/oncommandapi/mode/snapmirrorstatus.pm @@ -130,12 +130,12 @@ Filter snapmirror name (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: %{state}, %{update} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{state} !~ /snapmirrored/i || %{update} =~ /not healthy/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{state} !~ /snapmirrored/i || %{update} =~ /not healthy/i'). You can use the following variables: %{state}, %{update} =back diff --git a/src/storage/netapp/ontap/oncommandapi/mode/volumes.pm b/src/storage/netapp/ontap/oncommandapi/mode/volumes.pm index 4593c27c1..ab2042ebf 100644 --- a/src/storage/netapp/ontap/oncommandapi/mode/volumes.pm +++ b/src/storage/netapp/ontap/oncommandapi/mode/volumes.pm @@ -442,7 +442,7 @@ You can use the following variables: %{state}, %{volumeName}, %{svmName} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{state} !~ /online/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{state} !~ /online/i'). You can use the following variables: %{state}, %{volumeName}, %{svmName} =item B<--warning-*> B<--critical-*> diff --git a/src/storage/netapp/ontap/restapi/custom/api.pm b/src/storage/netapp/ontap/restapi/custom/api.pm index 947eef858..861bfd712 100644 --- a/src/storage/netapp/ontap/restapi/custom/api.pm +++ b/src/storage/netapp/ontap/restapi/custom/api.pm @@ -176,11 +176,11 @@ Netapp 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> @@ -192,7 +192,7 @@ Netapp API password. =item B<--timeout> -Set timeout in seconds (Default: 10). +Set timeout in seconds (default: 10). =back diff --git a/src/storage/netapp/ontap/restapi/mode/aggregates.pm b/src/storage/netapp/ontap/restapi/mode/aggregates.pm index 6a9962e0e..ae58096b0 100644 --- a/src/storage/netapp/ontap/restapi/mode/aggregates.pm +++ b/src/storage/netapp/ontap/restapi/mode/aggregates.pm @@ -292,7 +292,7 @@ You can use the following variables: %{state}, %{display} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{state} !~ /online/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{state} !~ /online/i'). You can use the following variables: %{state}, %{display} =item B<--warning-*> B<--critical-*> diff --git a/src/storage/netapp/ontap/restapi/mode/cluster.pm b/src/storage/netapp/ontap/restapi/mode/cluster.pm index 0de47311f..f88b143fb 100644 --- a/src/storage/netapp/ontap/restapi/mode/cluster.pm +++ b/src/storage/netapp/ontap/restapi/mode/cluster.pm @@ -259,7 +259,7 @@ You can use the following variables: %{state}, %{link_status}, %{display} =item B<--critical-node-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{state} ne "online"'). +Define the conditions to match for the status to be CRITICAL (default: '%{state} ne "online"'). You can use the following variables: %{state}, %{link_status}, %{display} =item B<--warning-*> B<--critical-*> diff --git a/src/storage/netapp/ontap/restapi/mode/hardware.pm b/src/storage/netapp/ontap/restapi/mode/hardware.pm index a57576114..7fe67822c 100644 --- a/src/storage/netapp/ontap/restapi/mode/hardware.pm +++ b/src/storage/netapp/ontap/restapi/mode/hardware.pm @@ -95,12 +95,12 @@ Check hardware. =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'bay', 'disk', 'fru', 'shelf'. =item B<--filter> -Exclude some parts (comma seperated list) +Exclude some parts (comma separated list) You can also exclude items from specific instances: --filter='fru,-' =item B<--no-component> diff --git a/src/storage/netapp/ontap/restapi/mode/luns.pm b/src/storage/netapp/ontap/restapi/mode/luns.pm index 4969eb38d..911d23c33 100644 --- a/src/storage/netapp/ontap/restapi/mode/luns.pm +++ b/src/storage/netapp/ontap/restapi/mode/luns.pm @@ -124,7 +124,7 @@ You can use the following variables: %{state}, %{container_state}, %{display} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{state} !~ /online/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{state} !~ /online/i'). You can use the following variables: %{state}, %{container_state}, %{display} =back diff --git a/src/storage/netapp/ontap/restapi/mode/snapmirrors.pm b/src/storage/netapp/ontap/restapi/mode/snapmirrors.pm index 7c9b3ba35..4c323ecf8 100644 --- a/src/storage/netapp/ontap/restapi/mode/snapmirrors.pm +++ b/src/storage/netapp/ontap/restapi/mode/snapmirrors.pm @@ -127,7 +127,7 @@ You can use the following variables: %{healthy}, %{state}, %{transfer_state}, %{ =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{healthy} ne "true" or %{state} eq "broken_off"'). +Define the conditions to match for the status to be CRITICAL (default: '%{healthy} ne "true" or %{state} eq "broken_off"'). You can use the following variables: %{healthy}, %{state}, %{transfer_state}, %{display} =back diff --git a/src/storage/netapp/ontap/restapi/mode/volumes.pm b/src/storage/netapp/ontap/restapi/mode/volumes.pm index ac0fe4b1f..6aa9e3b5f 100644 --- a/src/storage/netapp/ontap/restapi/mode/volumes.pm +++ b/src/storage/netapp/ontap/restapi/mode/volumes.pm @@ -297,7 +297,7 @@ You can use the following variables: %{state}, %{display} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{state} !~ /online/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{state} !~ /online/i'). You can use the following variables: %{state}, %{display} =item B<--warning-*> B<--critical-*> diff --git a/src/storage/netapp/ontap/snmp/mode/aggregates.pm b/src/storage/netapp/ontap/snmp/mode/aggregates.pm index 01181a310..a8741336b 100644 --- a/src/storage/netapp/ontap/snmp/mode/aggregates.pm +++ b/src/storage/netapp/ontap/snmp/mode/aggregates.pm @@ -143,7 +143,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} !~ /normal|mirrored/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} !~ /normal|mirrored/i'). You can use the following variables: %{status}, %{name} =item B<--unknown-state> @@ -158,7 +158,7 @@ You can use the following variables: %{state}, %{name} =item B<--critical-state> -Set critical threshold for state (Default: '%{state} =~ /offline/i'). +Set critical threshold for state (default: '%{state} =~ /offline/i'). You can use the following variables: %{state}, %{name} =back diff --git a/src/storage/netapp/ontap/snmp/mode/clusternodes.pm b/src/storage/netapp/ontap/snmp/mode/clusternodes.pm index dd721661c..bd04781e8 100644 --- a/src/storage/netapp/ontap/snmp/mode/clusternodes.pm +++ b/src/storage/netapp/ontap/snmp/mode/clusternodes.pm @@ -382,7 +382,7 @@ Filter nodes by name (can be a regexp). =item B<--filter-port-id> -Filter ports by id (can be a regexp). +Filter ports by ID (can be a regexp). =item B<--filter-port-role> @@ -400,7 +400,7 @@ You can use the following variables: %{node_status}, %{node_name} =item B<--critical-node-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{node_status} eq "clusterComLost"'). +Define the conditions to match for the status to be CRITICAL (default: '%{node_status} eq "clusterComLost"'). You can use the following variables: %{node_status}, %{node_name} =item B<--unknown-bbu-status> @@ -415,7 +415,7 @@ You can use the following variables: %{bbu_status}, %{node_name} =item B<--critical-bbu-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{bbu_status} !~ /fullyCharged|ok/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{bbu_status} !~ /fullyCharged|ok/i'). You can use the following variables: %{bbu_status}, %{node_name} =item B<--unknown-port-link-status> @@ -430,7 +430,7 @@ You can use the following variables: %{admstatus}, %{opstatus}, %{port_id}, %{no =item B<--critical-port-link-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{admstatus} eq "up" and %{opstatus} ne "up"'). +Define the conditions to match for the status to be CRITICAL (default: '%{admstatus} eq "up" and %{opstatus} ne "up"'). You can use the following variables: %{admstatus}, %{opstatus}, %{port_id}, %{node_name} =item B<--unknown-port-health> @@ -440,7 +440,7 @@ You can use the following variables: %{health}, %{port_id}, %{node_name} =item B<--warning-port-health> -Define the conditions to match for the status to be WARNING (Default: '%{health} eq "degraded"'). +Define the conditions to match for the status to be WARNING (default: '%{health} eq "degraded"'). You can use the following variables: %{health}, %{port_id}, %{node_name} =item B<--critical-port-health> diff --git a/src/storage/netapp/ontap/snmp/mode/failover.pm b/src/storage/netapp/ontap/snmp/mode/failover.pm index adba527e8..92f234dda 100644 --- a/src/storage/netapp/ontap/snmp/mode/failover.pm +++ b/src/storage/netapp/ontap/snmp/mode/failover.pm @@ -202,32 +202,32 @@ Filter name with regexp (based on serial) =item B<--unknown-cluster-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: %{cluster_status}, %{reason_cannot_takeover}, %{partner_status} =item B<--warning-cluster-status> -Define the conditions to match for the status to be WARNING (Default: '%{cluster_status} =~ /^takeover|partialGiveback/i'). +Define the conditions to match for the status to be WARNING (default: '%{cluster_status} =~ /^takeover|partialGiveback/i'). You can use the following variables: %{cluster_status}, %{reason_cannot_takeover}, %{partner_status} =item B<--critical-cluster-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{cluster_status} =~ /dead|cannotTakeover/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{cluster_status} =~ /dead|cannotTakeover/i'). You can use the following variables: %{cluster_status}, %{reason_cannot_takeover}, %{partner_status} =item B<--unknown-node-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: %{status}, %{reason_cannot_takeover}, %{partner_status}, %{display} =item B<--warning-node-status> -Define the conditions to match for the status to be WARNING (Default: '%{status} =~ /^takeover|partialGiveback/i'). +Define the conditions to match for the status to be WARNING (default: '%{status} =~ /^takeover|partialGiveback/i'). You can use the following variables: %{status}, %{reason_cannot_takeover}, %{partner_status}, %{display} =item B<--critical-node-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} =~ /dead|cannotTakeover/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} =~ /dead|cannotTakeover/i'). You can use the following variables: %{status}, %{reason_cannot_takeover}, %{partner_status}, %{display} =back diff --git a/src/storage/netapp/ontap/snmp/mode/filesys.pm b/src/storage/netapp/ontap/snmp/mode/filesys.pm index 57c934c1b..4c20e6856 100644 --- a/src/storage/netapp/ontap/snmp/mode/filesys.pm +++ b/src/storage/netapp/ontap/snmp/mode/filesys.pm @@ -368,17 +368,17 @@ Check filesystem usage (volumes, snapshots and aggregates also). =item B<--unknown-vserver-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: %{vserver_status}, %{vserver_name} =item B<--warning-vserver-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: %{vserver_status}, %{vserver_name} =item B<--critical-vserver-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: %{vserver_status}, %{vserver_name} =item B<--warning-*> @@ -393,7 +393,7 @@ Can be: usage, inodes (%), compresssaved (%), dedupsaved (%). =item B<--units> -Units of thresholds (Default: '%') ('%', 'B'). +Units of thresholds (default: '%') ('%', 'B'). =item B<--free> diff --git a/src/storage/netapp/ontap/snmp/mode/plexes.pm b/src/storage/netapp/ontap/snmp/mode/plexes.pm index 5c54e3c13..fd8bc7833 100644 --- a/src/storage/netapp/ontap/snmp/mode/plexes.pm +++ b/src/storage/netapp/ontap/snmp/mode/plexes.pm @@ -225,12 +225,12 @@ You can use the following variables: %{status}, %{name}, %{aggregate} =item B<--warning-status> -Define the conditions to match for the status to be WARNING (Default: '%{status} eq "resyncing"'). +Define the conditions to match for the status to be WARNING (default: '%{status} eq "resyncing"'). You can use the following variables: %{status}, %{name}, %{aggregate} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} eq "offline"'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} eq "offline"'). You can use the following variables: %{status}, %{name}, %{aggregate} =item B<--warning-*> B<--critical-*> diff --git a/src/storage/netapp/ontap/snmp/mode/shelf.pm b/src/storage/netapp/ontap/snmp/mode/shelf.pm index 5f567e047..553c95efe 100644 --- a/src/storage/netapp/ontap/snmp/mode/shelf.pm +++ b/src/storage/netapp/ontap/snmp/mode/shelf.pm @@ -124,7 +124,7 @@ Check Shelves hardware (temperatures, voltages, electronics, fan, power supplies =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'psu', 'fan', 'communication', 'voltage', 'temperature', 'electronics', 'raid'. =item B<--filter> @@ -134,7 +134,7 @@ You can also exclude items from specific instances: --filter=psu,41239F00647-A =item B<--absent-problem> -Return an error if an entity is not 'present' (default is skipping) (comma seperated list) +Return an error if an entity is not 'present' (default is skipping) (comma separated list) Can be specific or global: --absent-problem=fan,41239F00647-fan02 =item B<--no-component> diff --git a/src/storage/netapp/ontap/snmp/mode/sis.pm b/src/storage/netapp/ontap/snmp/mode/sis.pm index d54d7dfe3..b49a64cce 100644 --- a/src/storage/netapp/ontap/snmp/mode/sis.pm +++ b/src/storage/netapp/ontap/snmp/mode/sis.pm @@ -174,17 +174,17 @@ Filter name (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: %{state}, %{status}, %{lastOpError}, %{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: %{state}, %{status}, %{lastOpError}, %{display} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{state} eq "enabled" and %{lastOpError} !~ /-|Success/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{state} eq "enabled" and %{lastOpError} !~ /-|Success/i'). You can use the following variables: %{state}, %{status}, %{lastOpError}, %{display} =back diff --git a/src/storage/netapp/ontap/snmp/mode/snapmirrorlag.pm b/src/storage/netapp/ontap/snmp/mode/snapmirrorlag.pm index cca200463..ad36ad78f 100644 --- a/src/storage/netapp/ontap/snmp/mode/snapmirrorlag.pm +++ b/src/storage/netapp/ontap/snmp/mode/snapmirrorlag.pm @@ -245,17 +245,17 @@ Example: --filter-counters='^status$' =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: %{state}, %{display} =item B<--warning-status> -Define the conditions to match for the status to be WARNING (Default: '%{state} =~ /quiesced/i'). +Define the conditions to match for the status to be WARNING (default: '%{state} =~ /quiesced/i'). You can use the following variables: %{state}, %{display} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{state} =~ /unknown|brokenOff|uninitialized/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{state} =~ /unknown|brokenOff|uninitialized/i'). You can use the following variables: %{state}, %{display} =item B<--warning-lag> diff --git a/src/storage/netapp/ontap/snmp/mode/snapvaultusage.pm b/src/storage/netapp/ontap/snmp/mode/snapvaultusage.pm index fab2abb8b..b72d86b01 100644 --- a/src/storage/netapp/ontap/snmp/mode/snapvaultusage.pm +++ b/src/storage/netapp/ontap/snmp/mode/snapvaultusage.pm @@ -219,17 +219,17 @@ Filter snapvault name (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: %{state}, %{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: %{state}, %{status}, %{display} =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: %{state}, %{status}, %{display} =item B<--warning-*> B<--critical-*> diff --git a/src/storage/netapp/ontap/snmp/mode/volumeoptions.pm b/src/storage/netapp/ontap/snmp/mode/volumeoptions.pm index 5752524eb..626ebc33b 100644 --- a/src/storage/netapp/ontap/snmp/mode/volumeoptions.pm +++ b/src/storage/netapp/ontap/snmp/mode/volumeoptions.pm @@ -197,32 +197,32 @@ Filter on volume status (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: %{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: ''). +Define the conditions to match for the status to be CRITICAL (default: ''). You can use the following variables: %{status}, %{display} =item B<--unknown-options> -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: %{options}, %{display} =item B<--warning-options> -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: %{options}, %{display} =item B<--critical-options> -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: %{options}, %{display} =back diff --git a/src/storage/netapp/santricity/restapi/custom/api.pm b/src/storage/netapp/santricity/restapi/custom/api.pm index bd7fc378a..6d2dd5505 100644 --- a/src/storage/netapp/santricity/restapi/custom/api.pm +++ b/src/storage/netapp/santricity/restapi/custom/api.pm @@ -218,11 +218,11 @@ Santricity 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<--api-username> @@ -234,11 +234,11 @@ Santricity API password. =item B<--api-path> -Specify api path (Default: '/devmgr/v2') +Specify api path (default: '/devmgr/v2') =item B<--timeout> -Set timeout in seconds (Default: 10). +Set timeout in seconds (default: 10). =back diff --git a/src/storage/netapp/santricity/restapi/mode/hardware.pm b/src/storage/netapp/santricity/restapi/mode/hardware.pm index 266719460..b8e7911a3 100644 --- a/src/storage/netapp/santricity/restapi/mode/hardware.pm +++ b/src/storage/netapp/santricity/restapi/mode/hardware.pm @@ -160,12 +160,12 @@ Check hardware. =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'storage', 'ctrl', 'battery', 'board', 'cbd', 'cmd', 'drive', 'psu', 'fan', 'thsensor'. =item B<--filter> -Exclude some parts (comma seperated list) +Exclude some parts (comma separated list) You can also exclude items from specific instances: --filter='drive,010000005000C500C244251B0000000000000000' =item B<--no-component> diff --git a/src/storage/netapp/santricity/restapi/mode/storagecontrollers.pm b/src/storage/netapp/santricity/restapi/mode/storagecontrollers.pm index cf680ad39..869fd61db 100644 --- a/src/storage/netapp/santricity/restapi/mode/storagecontrollers.pm +++ b/src/storage/netapp/santricity/restapi/mode/storagecontrollers.pm @@ -216,17 +216,17 @@ Filter controller name (can be a regexp). =item B<--unknown-controller-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-controller-status> -Define the conditions to match for the status to be WARNING (Default: '%{status} =~ /rpaParErr|degraded/i'). +Define the conditions to match for the status to be WARNING (default: '%{status} =~ /rpaParErr|degraded/i'). You can use the following variables: %{status}, %{display} =item B<--critical-controller-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: %{status}, %{display} =item B<--warning-*> B<--critical-*> diff --git a/src/storage/netapp/santricity/restapi/mode/storagepools.pm b/src/storage/netapp/santricity/restapi/mode/storagepools.pm index 2ac3bb6e1..dcb27db97 100644 --- a/src/storage/netapp/santricity/restapi/mode/storagepools.pm +++ b/src/storage/netapp/santricity/restapi/mode/storagepools.pm @@ -204,12 +204,12 @@ You can use the following variables: %{raid_status}, %{state}, %{display} =item B<--warning-pool-status> -Define the conditions to match for the status to be WARNING (Default: '%{raid_status} =~ /degraded/i'). +Define the conditions to match for the status to be WARNING (default: '%{raid_status} =~ /degraded/i'). You can use the following variables: %{raid_status}, %{state}, %{display} =item B<--critical-pool-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{raid_status} =~ /failed/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{raid_status} =~ /failed/i'). You can use the following variables: %{raid_status}, %{state}, %{display} =item B<--warning-*> B<--critical-*> diff --git a/src/storage/netapp/santricity/restapi/mode/storagesystems.pm b/src/storage/netapp/santricity/restapi/mode/storagesystems.pm index fc6fe4eff..561b86930 100644 --- a/src/storage/netapp/santricity/restapi/mode/storagesystems.pm +++ b/src/storage/netapp/santricity/restapi/mode/storagesystems.pm @@ -170,7 +170,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} =~ /needsAttn/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} =~ /needsAttn/i'). You can use the following variables: %{status}, %{display} =item B<--warning-*> B<--critical-*> diff --git a/src/storage/netapp/santricity/restapi/mode/storagevolumes.pm b/src/storage/netapp/santricity/restapi/mode/storagevolumes.pm index 21ee2e2ee..2b034ce5a 100644 --- a/src/storage/netapp/santricity/restapi/mode/storagevolumes.pm +++ b/src/storage/netapp/santricity/restapi/mode/storagevolumes.pm @@ -207,12 +207,12 @@ You can use the following variables: %{status}, %{display} =item B<--warning-volume-status> -Define the conditions to match for the status to be WARNING (Default: '%{status} =~ /degraded/i'). +Define the conditions to match for the status to be WARNING (default: '%{status} =~ /degraded/i'). You can use the following variables: %{status}, %{display} =item B<--critical-volume-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: %{status}, %{display} =item B<--warning-*> B<--critical-*> diff --git a/src/storage/netgear/readynas/snmp/mode/hardware.pm b/src/storage/netgear/readynas/snmp/mode/hardware.pm index b07407028..fbf273da8 100644 --- a/src/storage/netgear/readynas/snmp/mode/hardware.pm +++ b/src/storage/netgear/readynas/snmp/mode/hardware.pm @@ -110,7 +110,7 @@ Check hardware (READYNASOS-MIB, READYNAS-MIB) (Fans, Power Supplies, Disk status =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'psu', 'fan', 'disk', 'volume', 'temperature'. =item B<--filter> diff --git a/src/storage/nimble/restapi/custom/api.pm b/src/storage/nimble/restapi/custom/api.pm index 2d8254686..63ee836f2 100644 --- a/src/storage/nimble/restapi/custom/api.pm +++ b/src/storage/nimble/restapi/custom/api.pm @@ -238,11 +238,11 @@ Set hostname. =item B<--port> -Set port (Default: '5392'). +Set port (default: '5392'). =item B<--proto> -Specify https if needed (Default: 'https'). +Specify https if needed (default: 'https'). =item B<--api-username> @@ -254,7 +254,7 @@ Set password. =item B<--timeout> -Threshold for HTTP timeout (Default: '30'). +Threshold for HTTP timeout (default: '30'). =back diff --git a/src/storage/nimble/restapi/mode/arrays.pm b/src/storage/nimble/restapi/mode/arrays.pm index 3de20bb1d..ca475532b 100644 --- a/src/storage/nimble/restapi/mode/arrays.pm +++ b/src/storage/nimble/restapi/mode/arrays.pm @@ -191,7 +191,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} =~ /unreachable/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} =~ /unreachable/i'). You can use the following variables: %{status}, %{display} =item B<--warning-*> B<--critical-*> diff --git a/src/storage/nimble/restapi/mode/hardware.pm b/src/storage/nimble/restapi/mode/hardware.pm index 45f104203..d065ee05e 100644 --- a/src/storage/nimble/restapi/mode/hardware.pm +++ b/src/storage/nimble/restapi/mode/hardware.pm @@ -111,7 +111,7 @@ Check hardware. =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'disk', 'fan', 'psu', 'temperature'. =item B<--filter> diff --git a/src/storage/nimble/restapi/mode/volumes.pm b/src/storage/nimble/restapi/mode/volumes.pm index 433ef17ed..90e07217e 100644 --- a/src/storage/nimble/restapi/mode/volumes.pm +++ b/src/storage/nimble/restapi/mode/volumes.pm @@ -206,12 +206,12 @@ You can use the following variables: %{state}, %{space_level_usage}, %{display} =item B<--warning-status> -Define the conditions to match for the status to be WARNING (Default: '%{space_usage_level} =~ /warning/'). +Define the conditions to match for the status to be WARNING (default: '%{space_usage_level} =~ /warning/'). You can use the following variables: %{state}, %{space_level_usage}, %{display} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{state} !~ /online/i || %{space_usage_level} =~ /critical/'). +Define the conditions to match for the status to be CRITICAL (default: '%{state} !~ /online/i || %{space_usage_level} =~ /critical/'). You can use the following variables: %{state}, %{space_level_usage}, %{display} =item B<--warning-*> B<--critical-*> diff --git a/src/storage/oracle/zs/restapi/custom/api.pm b/src/storage/oracle/zs/restapi/custom/api.pm index 0e29cf8db..1b55f1d7a 100644 --- a/src/storage/oracle/zs/restapi/custom/api.pm +++ b/src/storage/oracle/zs/restapi/custom/api.pm @@ -178,11 +178,11 @@ Oracle ZFS hostname. =item B<--port> -Port used (Default: 215) +Port used (default: 215) =item B<--proto> -Specify https if needed (Default: 'https') +Specify https if needed (default: 'https') =item B<--api-username> @@ -194,7 +194,7 @@ Oracle ZFS API password. =item B<--timeout> -Set timeout in seconds (Default: 10). +Set timeout in seconds (default: 10). =back diff --git a/src/storage/oracle/zs/restapi/mode/hardware.pm b/src/storage/oracle/zs/restapi/mode/hardware.pm index 41546c03c..1f6453294 100644 --- a/src/storage/oracle/zs/restapi/mode/hardware.pm +++ b/src/storage/oracle/zs/restapi/mode/hardware.pm @@ -74,12 +74,12 @@ Check hardware. =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'chassis', 'cpu', 'disk', 'fan', 'memory', 'psu', 'slot'. =item B<--filter> -Exclude some parts (comma seperated list) +Exclude some parts (comma separated list) You can also exclude items from specific instances: --filter='disk,hdd 0' =item B<--no-component> diff --git a/src/storage/oracle/zs/restapi/mode/pools.pm b/src/storage/oracle/zs/restapi/mode/pools.pm index d9fa4bee7..33d451dde 100644 --- a/src/storage/oracle/zs/restapi/mode/pools.pm +++ b/src/storage/oracle/zs/restapi/mode/pools.pm @@ -174,17 +174,17 @@ Filter pool name (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: %{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} !~ /online|exported/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} !~ /online|exported/i'). You can use the following variables: %{status}, %{display} =item B<--warning-*> B<--critical-*> diff --git a/src/storage/oracle/zs/snmp/mode/hardware.pm b/src/storage/oracle/zs/snmp/mode/hardware.pm index 6dceb31ac..a683bdb11 100644 --- a/src/storage/oracle/zs/snmp/mode/hardware.pm +++ b/src/storage/oracle/zs/snmp/mode/hardware.pm @@ -71,12 +71,12 @@ Check hardware. =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'module'. =item B<--filter> -Exclude some parts (comma seperated list) +Exclude some parts (comma separated list) You can also exclude items from specific instances: --filter=module,1 =item B<--no-component> diff --git a/src/storage/oracle/zs/snmp/mode/shareusage.pm b/src/storage/oracle/zs/snmp/mode/shareusage.pm index dbd26743f..669125bff 100644 --- a/src/storage/oracle/zs/snmp/mode/shareusage.pm +++ b/src/storage/oracle/zs/snmp/mode/shareusage.pm @@ -235,7 +235,7 @@ Can be: 'share-usage', 'project-usage'. =item B<--units> -Units of thresholds (Default: '%') ('%', 'B'). +Units of thresholds (default: '%') ('%', 'B'). =item B<--free> diff --git a/src/storage/overland/neo/snmp/mode/eventlog.pm b/src/storage/overland/neo/snmp/mode/eventlog.pm index e92dec597..af55ce3fb 100644 --- a/src/storage/overland/neo/snmp/mode/eventlog.pm +++ b/src/storage/overland/neo/snmp/mode/eventlog.pm @@ -107,7 +107,7 @@ __END__ =head1 MODE -Check eventlogs. +Check event logs. =over 8 @@ -117,14 +117,14 @@ Use warning return instead 'critical'. =item B<--filter-severity> -Filter on severity. (Default: hard|severe) +Filter on severity. (default: hard|severe) Can be: severe, hard, mild, informational. =item B<--filter-message> -Filter on event message. (Default: none) +Filter on event message. (default: none) =back =cut - \ No newline at end of file + diff --git a/src/storage/overland/neo/snmp/mode/hardware.pm b/src/storage/overland/neo/snmp/mode/hardware.pm index 43251df61..72ea165c4 100644 --- a/src/storage/overland/neo/snmp/mode/hardware.pm +++ b/src/storage/overland/neo/snmp/mode/hardware.pm @@ -78,7 +78,7 @@ Check hardware. =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'drive', 'library', 'eventlog'. =item B<--filter> diff --git a/src/storage/purestorage/flasharray/legacy/restapi/custom/api.pm b/src/storage/purestorage/flasharray/legacy/restapi/custom/api.pm index cff250005..49aa5866e 100644 --- a/src/storage/purestorage/flasharray/legacy/restapi/custom/api.pm +++ b/src/storage/purestorage/flasharray/legacy/restapi/custom/api.pm @@ -254,11 +254,11 @@ Pure Storage password. =item B<--timeout> -Set HTTP timeout in seconds (Default: '10'). +Set HTTP timeout in seconds (default: '10'). =item B<--api-path> -API base url path (Default: '/api/1.11'). +API base url path (default: '/api/1.11'). =back diff --git a/src/storage/purestorage/flasharray/legacy/restapi/mode/alarms.pm b/src/storage/purestorage/flasharray/legacy/restapi/mode/alarms.pm index acebfa35f..f0a3dfbb2 100644 --- a/src/storage/purestorage/flasharray/legacy/restapi/mode/alarms.pm +++ b/src/storage/purestorage/flasharray/legacy/restapi/mode/alarms.pm @@ -175,12 +175,12 @@ Filter by category name (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: %{category}, %{code}, %{severity}, %{opened}, %{event}, %{component_name} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{severity} =~ /critical/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{severity} =~ /critical/i'). You can use the following variables: %{category}, %{code}, %{severity}, %{opened}, %{event}, %{component_name} =item B<--memory> diff --git a/src/storage/purestorage/flasharray/legacy/restapi/mode/hardware.pm b/src/storage/purestorage/flasharray/legacy/restapi/mode/hardware.pm index c5071b99a..666c75798 100644 --- a/src/storage/purestorage/flasharray/legacy/restapi/mode/hardware.pm +++ b/src/storage/purestorage/flasharray/legacy/restapi/mode/hardware.pm @@ -74,12 +74,12 @@ Check hardware. =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'entity'. =item B<--filter> -Exclude some parts (comma seperated list) +Exclude some parts (comma separated list) You can also exclude items from specific instances: --filter=entity,CT1.FC0 =item B<--no-component> diff --git a/src/storage/purestorage/flasharray/legacy/restapi/mode/pgroupreplication.pm b/src/storage/purestorage/flasharray/legacy/restapi/mode/pgroupreplication.pm index 3b3c87b80..aed9e0963 100644 --- a/src/storage/purestorage/flasharray/legacy/restapi/mode/pgroupreplication.pm +++ b/src/storage/purestorage/flasharray/legacy/restapi/mode/pgroupreplication.pm @@ -165,12 +165,12 @@ Check protection group replication state and usage. =item B<--filter-counters> -Only display some counters (Can be a regexp). +Only display some counters (can be a regexp). Example: --filter-counters='^progress$' =item B<--filter-name> -Filter protection group name (Can be a regexp). +Filter protection group name (can be a regexp). =item B<--warning-*> @@ -186,7 +186,7 @@ Can be: 'progress' (%), 'creation' (s), 'duration' (s), =item B<--timezone> -Timezone of API results (Default: 'GMT'). +Timezone of API results (default: 'GMT'). =back diff --git a/src/storage/purestorage/flasharray/legacy/restapi/mode/volumeusage.pm b/src/storage/purestorage/flasharray/legacy/restapi/mode/volumeusage.pm index ac3cde781..b522d01db 100644 --- a/src/storage/purestorage/flasharray/legacy/restapi/mode/volumeusage.pm +++ b/src/storage/purestorage/flasharray/legacy/restapi/mode/volumeusage.pm @@ -217,7 +217,7 @@ Can be: 'usage', 'data-reduction', 'total-reduction'. =item B<--units> -Units of thresholds (Default: '%') ('%', 'B'). +Units of thresholds (default: '%') ('%', 'B'). =item B<--free> diff --git a/src/storage/purestorage/flasharray/v2/restapi/custom/api.pm b/src/storage/purestorage/flasharray/v2/restapi/custom/api.pm index 5d813767a..1d8e31cf2 100644 --- a/src/storage/purestorage/flasharray/v2/restapi/custom/api.pm +++ b/src/storage/purestorage/flasharray/v2/restapi/custom/api.pm @@ -245,11 +245,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-token> @@ -257,11 +257,11 @@ API token. =item B<--api-version> -API version (Default: 2.4). +API version (default: 2.4). =item B<--timeout> -Set timeout in seconds (Default: 30). +Set timeout in seconds (default: 30). =back diff --git a/src/storage/purestorage/flasharray/v2/restapi/mode/alerts.pm b/src/storage/purestorage/flasharray/v2/restapi/mode/alerts.pm index f1e1f3e57..a1321719f 100644 --- a/src/storage/purestorage/flasharray/v2/restapi/mode/alerts.pm +++ b/src/storage/purestorage/flasharray/v2/restapi/mode/alerts.pm @@ -165,12 +165,12 @@ Filter by category name (can be a regexp). =item B<--warning-status> -Define the conditions to match for the status to be WARNING (Default: '%{state} ne "closed" and %{severity} =~ /warning/i') +Define the conditions to match for the status to be WARNING (default: '%{state} ne "closed" and %{severity} =~ /warning/i') You can use the following variables: %{category}, %{code}, %{severity}, %{opened}, %{state}, %{issue}, %{component_name} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{state} ne "closed" and %{severity} =~ /critical/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{state} ne "closed" and %{severity} =~ /critical/i'). You can use the following variables: %{category}, %{code}, %{severity}, %{opened}, %{state}, %{issue}, %{component_name} =item B<--memory> diff --git a/src/storage/purestorage/flasharray/v2/restapi/mode/arrays.pm b/src/storage/purestorage/flasharray/v2/restapi/mode/arrays.pm index 07cfc0c4e..40e2bf697 100644 --- a/src/storage/purestorage/flasharray/v2/restapi/mode/arrays.pm +++ b/src/storage/purestorage/flasharray/v2/restapi/mode/arrays.pm @@ -256,7 +256,7 @@ Example: --filter-counters='data-reduction' =item B<--filter-id> -Filter arrays by id (can be a regexp). +Filter arrays by ID (can be a regexp). =item B<--filter-name> diff --git a/src/storage/purestorage/flasharray/v2/restapi/mode/hardware.pm b/src/storage/purestorage/flasharray/v2/restapi/mode/hardware.pm index 4379f534d..4e65d256a 100644 --- a/src/storage/purestorage/flasharray/v2/restapi/mode/hardware.pm +++ b/src/storage/purestorage/flasharray/v2/restapi/mode/hardware.pm @@ -75,7 +75,7 @@ Check hardware. =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'chassis', 'controller', 'cooling', 'drive', 'ethport', 'fcport', 'nvram', 'psu', 'sasport', 'temperature'. =item B<--filter> diff --git a/src/storage/purestorage/flasharray/v2/restapi/mode/volumes.pm b/src/storage/purestorage/flasharray/v2/restapi/mode/volumes.pm index a77ca9041..befdcf6b7 100644 --- a/src/storage/purestorage/flasharray/v2/restapi/mode/volumes.pm +++ b/src/storage/purestorage/flasharray/v2/restapi/mode/volumes.pm @@ -239,7 +239,7 @@ Example: --filter-counters='data-reduction' =item B<--filter-id> -Filter volumes by id (can be a regexp). +Filter volumes by ID (can be a regexp). =item B<--filter-name> diff --git a/src/storage/purestorage/flashblade/v2/restapi/custom/api.pm b/src/storage/purestorage/flashblade/v2/restapi/custom/api.pm index dcffe00c6..984ca955e 100644 --- a/src/storage/purestorage/flashblade/v2/restapi/custom/api.pm +++ b/src/storage/purestorage/flashblade/v2/restapi/custom/api.pm @@ -245,11 +245,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-token> @@ -257,11 +257,11 @@ API token. =item B<--api-version> -API version (Default: 2.4). +API version (default: 2.4). =item B<--timeout> -Set timeout in seconds (Default: 30). +Set timeout in seconds (default: 30). =back diff --git a/src/storage/purestorage/flashblade/v2/restapi/mode/alerts.pm b/src/storage/purestorage/flashblade/v2/restapi/mode/alerts.pm index 55dc69201..eb82c55aa 100644 --- a/src/storage/purestorage/flashblade/v2/restapi/mode/alerts.pm +++ b/src/storage/purestorage/flashblade/v2/restapi/mode/alerts.pm @@ -160,12 +160,12 @@ Check alerts. =item B<--warning-status> -Define the conditions to match for the status to be WARNING (Default: '%{state} ne "closed" and %{severity} =~ /warning/i') +Define the conditions to match for the status to be WARNING (default: '%{state} ne "closed" and %{severity} =~ /warning/i') You can use the following variables: %{code}, %{severity}, %{opened}, %{state}, %{component_name} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{state} ne "closed" and %{severity} =~ /critical/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{state} ne "closed" and %{severity} =~ /critical/i'). You can use the following variables: %{code}, %{severity}, %{opened}, %{state}, %{component_name} =item B<--memory> diff --git a/src/storage/purestorage/flashblade/v2/restapi/mode/arrays.pm b/src/storage/purestorage/flashblade/v2/restapi/mode/arrays.pm index f1c5506d6..16022ad29 100644 --- a/src/storage/purestorage/flashblade/v2/restapi/mode/arrays.pm +++ b/src/storage/purestorage/flashblade/v2/restapi/mode/arrays.pm @@ -256,7 +256,7 @@ Example: --filter-counters='data-reduction' =item B<--filter-id> -Filter arrays by id (can be a regexp). +Filter arrays by ID (can be a regexp). =item B<--filter-name> diff --git a/src/storage/purestorage/flashblade/v2/restapi/mode/filesystems.pm b/src/storage/purestorage/flashblade/v2/restapi/mode/filesystems.pm index 8e9d126d4..495731c6b 100644 --- a/src/storage/purestorage/flashblade/v2/restapi/mode/filesystems.pm +++ b/src/storage/purestorage/flashblade/v2/restapi/mode/filesystems.pm @@ -162,7 +162,7 @@ Example: --filter-counters='data-reduction' =item B<--filter-id> -Filter filesystems by id (can be a regexp). +Filter filesystems by ID (can be a regexp). =item B<--filter-name> diff --git a/src/storage/purestorage/flashblade/v2/restapi/mode/hardware.pm b/src/storage/purestorage/flashblade/v2/restapi/mode/hardware.pm index 22e362142..9086ec659 100644 --- a/src/storage/purestorage/flashblade/v2/restapi/mode/hardware.pm +++ b/src/storage/purestorage/flashblade/v2/restapi/mode/hardware.pm @@ -76,7 +76,7 @@ Check hardware. =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'chassis', 'ethport', 'fan', 'fb', 'fm', 'mgmtport', 'psu'. =item B<--filter> diff --git a/src/storage/qnap/snmp/mode/hardware.pm b/src/storage/qnap/snmp/mode/hardware.pm index 63e7e0657..c392d8b41 100644 --- a/src/storage/qnap/snmp/mode/hardware.pm +++ b/src/storage/qnap/snmp/mode/hardware.pm @@ -121,7 +121,7 @@ Check hardware. =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'disk', 'fan', 'mdisk', 'psu', 'raid', 'temperature'. =item B<--filter> @@ -131,7 +131,7 @@ You can also exclude items from specific instances: --filter=disk,1 =item B<--absent-problem> -Return an error if an entity is not 'present' (default is skipping) (comma seperated list) +Return an error if an entity is not 'present' (default is skipping) (comma separated list) Can be specific or global: --absent-problem=disk =item B<--no-component> diff --git a/src/storage/qnap/snmp/mode/pools.pm b/src/storage/qnap/snmp/mode/pools.pm index e795d1d41..2b0bcfd35 100644 --- a/src/storage/qnap/snmp/mode/pools.pm +++ b/src/storage/qnap/snmp/mode/pools.pm @@ -262,12 +262,12 @@ You can use the following variables: %{status}, %{name} =item B<--warning-pool-status> -Define the conditions to match for the status to be WARNING (Default: '%{status} =~ /degraded|warning/i'). +Define the conditions to match for the status to be WARNING (default: '%{status} =~ /degraded|warning/i'). You can use the following variables: %{status}, %{name} =item B<--critical-pool-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} =~ /error|critical/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} =~ /error|critical/i'). You can use the following variables: %{status}, %{name} =item B<--warning-*> B<--critical-*> diff --git a/src/storage/qnap/snmp/mode/upgrade.pm b/src/storage/qnap/snmp/mode/upgrade.pm index 3d1cf7389..569f8c4f5 100644 --- a/src/storage/qnap/snmp/mode/upgrade.pm +++ b/src/storage/qnap/snmp/mode/upgrade.pm @@ -98,7 +98,7 @@ Check upgrade status (only works with QTS OS). =item B<--warning-status> -Define the conditions to match for the status to be WARNING (Default : '%{upgrade} eq "available"'). +Define the conditions to match for the status to be WARNING (default : '%{upgrade} eq "available"'). You can use the following variables: %{model}, %{version}, %{upgrade} =item B<--critical-status> diff --git a/src/storage/qnap/snmp/mode/volumes.pm b/src/storage/qnap/snmp/mode/volumes.pm index c745fd882..8753c55a1 100644 --- a/src/storage/qnap/snmp/mode/volumes.pm +++ b/src/storage/qnap/snmp/mode/volumes.pm @@ -274,12 +274,12 @@ You can use the following variables: %{status}, %{name} =item B<--warning-volume-status> -Define the conditions to match for the status to be WARNING (Default: '%{status} =~ /degraded|warning/i'). +Define the conditions to match for the status to be WARNING (default: '%{status} =~ /degraded|warning/i'). You can use the following variables: %{status}, %{name} =item B<--critical-volume-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'). You can use the following variables: %{status}, %{name} =item B<--warning-*> B<--critical-*> diff --git a/src/storage/qsan/nas/snmp/mode/hardware.pm b/src/storage/qsan/nas/snmp/mode/hardware.pm index 92ae032bf..74543fd86 100644 --- a/src/storage/qsan/nas/snmp/mode/hardware.pm +++ b/src/storage/qsan/nas/snmp/mode/hardware.pm @@ -84,7 +84,7 @@ Check hardware. =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'disk', 'voltage', 'temperature', 'psu', 'fan' =item B<--filter> diff --git a/src/storage/quantum/dxi/ssh/custom/api.pm b/src/storage/quantum/dxi/ssh/custom/api.pm index e5be96261..f98f0b6a4 100644 --- a/src/storage/quantum/dxi/ssh/custom/api.pm +++ b/src/storage/quantum/dxi/ssh/custom/api.pm @@ -152,7 +152,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> diff --git a/src/storage/quantum/dxi/ssh/mode/compaction.pm b/src/storage/quantum/dxi/ssh/mode/compaction.pm index b66c24477..7db3334d9 100644 --- a/src/storage/quantum/dxi/ssh/mode/compaction.pm +++ b/src/storage/quantum/dxi/ssh/mode/compaction.pm @@ -172,12 +172,12 @@ Example: --filter-counters='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: ''). You can use the following variables: %{compaction_status} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{compaction_status} !~ /ready/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{compaction_status} !~ /ready/i'). You can use the following variables: %{compaction_status} =item B<--warning-*> B<--critical-*> diff --git a/src/storage/quantum/dxi/ssh/mode/dedupnas.pm b/src/storage/quantum/dxi/ssh/mode/dedupnas.pm index f7311f0fc..a251372d2 100644 --- a/src/storage/quantum/dxi/ssh/mode/dedupnas.pm +++ b/src/storage/quantum/dxi/ssh/mode/dedupnas.pm @@ -200,12 +200,12 @@ Example: --filter-counters='status' =item B<--warning-status> -Define the conditions to match for the status to be WARNING (Default: '%{state} !~ /Enabled/i'). +Define the conditions to match for the status to be WARNING (default: '%{state} !~ /Enabled/i'). You can use the following variables: %{status}, %{state}, %{duration}, %{percent_complete}. =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: %{status}, %{state}, %{duration}, %{percent_complete}. =item B<--warning-*> B<--critical-*> diff --git a/src/storage/quantum/dxi/ssh/mode/dedupvtl.pm b/src/storage/quantum/dxi/ssh/mode/dedupvtl.pm index 8920b92c1..837050356 100644 --- a/src/storage/quantum/dxi/ssh/mode/dedupvtl.pm +++ b/src/storage/quantum/dxi/ssh/mode/dedupvtl.pm @@ -201,12 +201,12 @@ Example: --filter-counters='status' =item B<--warning-status> -Define the conditions to match for the status to be WARNING (Default: '%{state} !~ /Enabled/i'). +Define the conditions to match for the status to be WARNING (default: '%{state} !~ /Enabled/i'). You can use the following variables: %{status}, %{state}, %{duration}, %{percent_complete}. =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: %{status}, %{state}, %{duration}, %{percent_complete}. =item B<--warning-*> B<--critical-*> diff --git a/src/storage/quantum/dxi/ssh/mode/health.pm b/src/storage/quantum/dxi/ssh/mode/health.pm index 9390c7f53..03111554f 100644 --- a/src/storage/quantum/dxi/ssh/mode/health.pm +++ b/src/storage/quantum/dxi/ssh/mode/health.pm @@ -118,12 +118,12 @@ Check health 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: ''). You can use the following variables: %{name}, %{status}, %{state} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} !~ /Ready|Success/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} !~ /Ready|Success/i'). You can use the following variables: %{name}, %{status}, %{state} =back diff --git a/src/storage/quantum/dxi/ssh/mode/hostbusadapterstatus.pm b/src/storage/quantum/dxi/ssh/mode/hostbusadapterstatus.pm index 9afef8ab8..bd9888197 100644 --- a/src/storage/quantum/dxi/ssh/mode/hostbusadapterstatus.pm +++ b/src/storage/quantum/dxi/ssh/mode/hostbusadapterstatus.pm @@ -117,12 +117,12 @@ Check hostbus adapters 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: ''). You can use the following variables: %{name}, %{status} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} !~ /Normal/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} !~ /Normal/i'). You can use the following variables: %{name}, %{status} =back diff --git a/src/storage/quantum/dxi/ssh/mode/network.pm b/src/storage/quantum/dxi/ssh/mode/network.pm index 275744459..da78e515d 100644 --- a/src/storage/quantum/dxi/ssh/mode/network.pm +++ b/src/storage/quantum/dxi/ssh/mode/network.pm @@ -118,12 +118,12 @@ Check network ports 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: ''). You can use the following variables: %{name}, %{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: %{name}, %{status} =back diff --git a/src/storage/quantum/dxi/ssh/mode/reclamation.pm b/src/storage/quantum/dxi/ssh/mode/reclamation.pm index 00ed503b3..59cfe66e4 100644 --- a/src/storage/quantum/dxi/ssh/mode/reclamation.pm +++ b/src/storage/quantum/dxi/ssh/mode/reclamation.pm @@ -185,12 +185,12 @@ Example: --filter-counters='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: ''). You can use the following variables: %{reclamation_status} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{reclamation_status} !~ /ready/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{reclamation_status} !~ /ready/i'). You can use the following variables: %{reclamation_status} =item B<--warning-*> B<--critical-*> diff --git a/src/storage/quantum/dxi/ssh/mode/storagearraystatus.pm b/src/storage/quantum/dxi/ssh/mode/storagearraystatus.pm index dd58d175b..7d6fe7dca 100644 --- a/src/storage/quantum/dxi/ssh/mode/storagearraystatus.pm +++ b/src/storage/quantum/dxi/ssh/mode/storagearraystatus.pm @@ -111,12 +111,12 @@ Check storage array 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: ''). You can use the following variables: %{name}, %{status} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} !~ /Normal/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} !~ /Normal/i'). You can use the following variables: %{name}, %{status} =back diff --git a/src/storage/quantum/dxi/ssh/mode/systemstatus.pm b/src/storage/quantum/dxi/ssh/mode/systemstatus.pm index d65cb2db3..ce0cc01e5 100644 --- a/src/storage/quantum/dxi/ssh/mode/systemstatus.pm +++ b/src/storage/quantum/dxi/ssh/mode/systemstatus.pm @@ -122,12 +122,12 @@ Check system board 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: ''). You can use the following variables: %{name}, %{status} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{status} !~ /Normal/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{status} !~ /Normal/i'). You can use the following variables: %{name}, %{status} =back diff --git a/src/storage/quantum/scalar/snmp/mode/hardware.pm b/src/storage/quantum/scalar/snmp/mode/hardware.pm index 188ed363a..c8752a20f 100644 --- a/src/storage/quantum/scalar/snmp/mode/hardware.pm +++ b/src/storage/quantum/scalar/snmp/mode/hardware.pm @@ -92,7 +92,7 @@ Check hardware. =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'global', 'subsystem', 'physicaldrive', 'psu', 'voltage', 'humidity', 'temperature'. =item B<--filter> diff --git a/src/storage/storagetek/sl/snmp/mode/hardware.pm b/src/storage/storagetek/sl/snmp/mode/hardware.pm index 7f7c3a0cd..10aeb0b7a 100644 --- a/src/storage/storagetek/sl/snmp/mode/hardware.pm +++ b/src/storage/storagetek/sl/snmp/mode/hardware.pm @@ -79,7 +79,7 @@ Check hardware. =item B<--component> -Which component to check (Default: '.*'). +Which component to check (default: '.*'). Can be: 'interface', 'temperature', 'fan', 'psu', 'robot', 'elevator', 'controller', 'cap', 'turntable'. =item B<--filter> diff --git a/src/storage/synology/snmp/mode/ha.pm b/src/storage/synology/snmp/mode/ha.pm index cfc46fd8c..f85af4ec3 100644 --- a/src/storage/synology/snmp/mode/ha.pm +++ b/src/storage/synology/snmp/mode/ha.pm @@ -136,12 +136,12 @@ You can use the following variables: %{cluster_status}, %{heartbeat_status}, %{a =item B<--warning-status> -Define the conditions to match for the status to be WARNING (Default: '%{cluster_status} =~ /warning/i || %{heartbeat_status} =~ /abnormal/i'). +Define the conditions to match for the status to be WARNING (default: '%{cluster_status} =~ /warning/i || %{heartbeat_status} =~ /abnormal/i'). You can use the following variables: %{cluster_status}, %{heartbeat_status}, %{active_node_name}, %{passive_node_name} =item B<--critical-status> -Define the conditions to match for the status to be CRITICAL (Default: '%{cluster_status} =~ /critical/i || %{heartbeat_status} =~ /disconnected/i'). +Define the conditions to match for the status to be CRITICAL (default: '%{cluster_status} =~ /critical/i || %{heartbeat_status} =~ /disconnected/i'). You can use the following variables: %{cluster_status}, %{heartbeat_status}, %{active_node_name}, %{passive_node_name} =item B<--warning-*> B<--critical-*> diff --git a/src/storage/synology/snmp/mode/upgrade.pm b/src/storage/synology/snmp/mode/upgrade.pm index 6735a3123..b53b11541 100644 --- a/src/storage/synology/snmp/mode/upgrade.pm +++ b/src/storage/synology/snmp/mode/upgrade.pm @@ -103,7 +103,7 @@ Check upgrade status =item B<--warning-status> -Define the conditions to match for the status to be WARNING (Default : '%{upgrade} ne "unavailable"'). +Define the conditions to match for the status to be WARNING (default : '%{upgrade} ne "unavailable"'). You can use the following variables: %{model}, %{version}, %{upgrade} =item B<--critical-status> diff --git a/src/storage/wd/nas/snmp/mode/hardware.pm b/src/storage/wd/nas/snmp/mode/hardware.pm index abc694024..07508a7a0 100644 --- a/src/storage/wd/nas/snmp/mode/hardware.pm +++ b/src/storage/wd/nas/snmp/mode/hardware.pm @@ -203,7 +203,7 @@ Check hardware. =item B<--warning-fan-status> -Define the conditions to match for the status to be WARNING (Default : '%{status} ne "running"'). +Define the conditions to match for the status to be WARNING (default : '%{status} ne "running"'). You can use the following variables: %{status} =item B<--critical-fan-status>