(help) update hardware modes

This commit is contained in:
omercier 2023-06-29 09:59:26 +02:00 committed by GitHub
parent d7dd019440
commit f01050dce8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
237 changed files with 776 additions and 1054 deletions

View File

@ -153,8 +153,7 @@ Threshold for HTTP timeout (Default: 5)
=item B<--threshold-overload> =item B<--threshold-overload>
Set to overload default threshold values (syntax: status,regexp) Use this option to override the status returned by the plugin when the status label matches a regular expression (syntax: status,regexp).
It used before default thresholds (order stays).
Example: --threshold-overload='CRITICAL,^(?!(good)$)' Example: --threshold-overload='CRITICAL,^(?!(good)$)'
=back =back

View File

@ -80,13 +80,11 @@ Can be: 'device'.
=item B<--no-component> =item B<--no-component>
Return an error if no compenents are checked. Define the expected status if no components are found (default: critical).
If total (with skipped) is 0. (Default: 'critical' returns).
=item B<--threshold-overload> =item B<--threshold-overload>
Set to overload default threshold values (syntax: section,[instance,]status,regexp) Use this option to override the status returned by the plugin when the status label matches a regular expression (syntax: section,[instance,]status,regexp).
It used before default thresholds (order stays).
Example: --threshold-overload='device,WARNING,restarting' Example: --threshold-overload='device,WARNING,restarting'
=back =back

View File

@ -257,8 +257,7 @@ Filter by server runtime.
=item B<--threshold-overload> =item B<--threshold-overload>
Set to overload default threshold values (syntax: section,status,regexp) Use this option to override the status returned by the plugin when the status label matches a regular expression (syntax: section,status,regexp).
It used before default thresholds (order stays).
Example: --threshold-overload='health,CRITICAL,^(?!(HEALTH_OK)$)' Example: --threshold-overload='health,CRITICAL,^(?!(HEALTH_OK)$)'
=back =back

View File

@ -143,8 +143,7 @@ Retention in days (default : 1).
=item B<--threshold-overload> =item B<--threshold-overload>
Set to overload default threshold values (syntax: status,regexp) Use this option to override the status returned by the plugin when the status label matches a regular expression (syntax: status,regexp).
It used before default thresholds (order stays).
Example: --threshold-overload='CRITICAL,^(?!(1)$)' Example: --threshold-overload='CRITICAL,^(?!(1)$)'
=back =back

View File

@ -75,13 +75,12 @@ Can be: 'fan', 'voltage', 'temperature', 'misc'.
=item B<--filter> =item B<--filter>
Exclude some parts (comma seperated list) (Example: --filter=fan --filter=power) Exclude the items given as a comma-separated list (example: --filter=fan --filter=power).
Can also exclude specific instance: --filter=power,3.3 You can also exclude items from specific instances: --filter=power,3.3
=item B<--no-component> =item B<--no-component>
Return an error if no compenents are checked. Define the expected status if no components are found (default: critical).
If total (with skipped) is 0. (Default: 'critical' returns).
=item B<--warning> =item B<--warning>

View File

@ -131,7 +131,7 @@ Set the interface (number expected) ex: 1,2,... (empty means 'check all interfac
=item B<--name> =item B<--name>
Allows to use interface name with option --interface instead of interface oid index (Can be a regexp) Allows you to define the interface (in option --interface) by name instead of OID index. The name matching mode supports regular expressions.
=item B<--speed> =item B<--speed>

View File

@ -59,7 +59,7 @@ Set the interface (number expected) ex: 1,2,... (empty means 'check all interfac
=item B<--name> =item B<--name>
Allows to use interface name with option --interface instead of interface oid index (Can be a regexp) Allows you to define the interface (in option --interface) by name instead of OID index. The name matching mode supports regular expressions.
=item B<--speed> =item B<--speed>

View File

@ -133,18 +133,16 @@ Can be: 'omc_discretesensor', 'omc_fan', 'omc_psu', 'vmware_storageextent', 'vmw
=item B<--filter> =item B<--filter>
Exclude some parts (comma seperated list) (Example: --filter=cim_card --filter=cim_recordlog) Exclude the items given as a comma-separated list (example: --filter=cim_card --filter=cim_recordlog).
Can also exclude specific instance: --filter='omc_psu,Power Supply 1' You can also exclude items from specific instances: --filter='omc_psu,Power Supply 1'
=item B<--no-component> =item B<--no-component>
Return an error if no compenents are checked. Define the expected status if no components are found (default: critical).
If total (with skipped) is 0. (Default: 'critical' returns).
=item B<--threshold-overload> =item B<--threshold-overload>
Set to overload default threshold values (syntax: section,[instance,]status,regexp) Use this option to override the status returned by the plugin when the status label matches a regular expression (syntax: section,[instance,]status,regexp).
It used before default thresholds (order stays).
Example: --threshold-overload='cim_card,CRITICAL,^(?!(OK)$)' Example: --threshold-overload='cim_card,CRITICAL,^(?!(OK)$)'
=item B<--warning> =item B<--warning>

View File

@ -104,18 +104,17 @@ Can be: 'global', 'physicaldrive', 'subsystem', 'component', 'temperature', 'fan
=item B<--filter> =item B<--filter>
Exclude some parts (comma seperated list) (Example: --filter=subsystem) Exclude the items given as a comma-separated list (example: --filter=subsystem).
Can also exclude specific instance: --filter=physicaldrive,1 You can also exclude items from specific instances: --filter=physicaldrive,1
=item B<--no-component> =item B<--no-component>
Return an error if no compenents are checked. Define the expected status if no components are found (default: critical).
If total (with skipped) is 0. (Default: 'critical' returns).
=item B<--threshold-overload> =item B<--threshold-overload>
Set to overload default threshold values (syntax: section,[instance,]status,regexp) Use this option to override the status returned by the plugin when the status label matches a regular expression (syntax: section,[instance,]status,regexp).
It used before default thresholds (order stays).
Example: --threshold-overload='physicaldrive,OK,invalid' Example: --threshold-overload='physicaldrive,OK,invalid'
=item B<--warning> =item B<--warning>

View File

@ -76,8 +76,8 @@ Can be: 'psu'.
=item B<--filter> =item B<--filter>
Exclude some parts (comma seperated list) (Example: --filter=psu) Exclude the items given as a comma-separated list (example: --filter=psu).
Can also exclude specific instance: --filter=psu,1 You can also exclude items from specific instances: --filter=psu,1
=item B<--absent-problem> =item B<--absent-problem>
@ -86,13 +86,12 @@ Can be specific or global: --absent-problem=psu,1
=item B<--no-component> =item B<--no-component>
Return an error if no compenents are checked. Define the expected status if no components are found (default: critical).
If total (with skipped) is 0. (Default: 'critical' returns).
=item B<--threshold-overload> =item B<--threshold-overload>
Set to overload default threshold values (syntax: section,[instance,]status,regexp) Use this option to override the status returned by the plugin when the status label matches a regular expression (syntax: section,[instance,]status,regexp).
It used before default thresholds (order stays).
Example: --threshold-overload='psu,WARNING,not operational' Example: --threshold-overload='psu,WARNING,not operational'
=back =back

View File

@ -83,18 +83,17 @@ Can be: 'fan', 'psu', 'module'.
=item B<--filter> =item B<--filter>
Exclude some parts (comma seperated list) (Example: --filter=fan --filter=psu) Exclude the items given as a comma-separated list (example: --filter=fan --filter=psu).
Can also exclude specific instance: --filter=fan,1 You can also exclude items from specific instances: --filter=fan,1
=item B<--no-component> =item B<--no-component>
Return an error if no compenents are checked. Define the expected status if no components are found (default: critical).
If total (with skipped) is 0. (Default: 'critical' returns).
=item B<--threshold-overload> =item B<--threshold-overload>
Set to overload default threshold values (syntax: section,[instance,]status,regexp) Use this option to override the status returned by the plugin when the status label matches a regular expression (syntax: section,[instance,]status,regexp).
It used before default thresholds (order stays).
Example: --threshold-overload='fan,OK,inactive' Example: --threshold-overload='fan,OK,inactive'
=back =back

View File

@ -126,18 +126,17 @@ Can be: 'temperature', 'fan', 'psu', 'sysdrive', 'battery'.
=item B<--filter> =item B<--filter>
Exclude some parts (comma seperated list) (Example: --filter=sysdrive) Exclude the items given as a comma-separated list (example: --filter=sysdrive).
Can also exclude specific instance: --filter=sysdrive,1 You can also exclude items from specific instances: --filter=sysdrive,1
=item B<--no-component> =item B<--no-component>
Return an error if no compenents are checked. Define the expected status if no components are found (default: critical).
If total (with skipped) is 0. (Default: 'critical' returns).
=item B<--threshold-overload> =item B<--threshold-overload>
Set to overload default threshold values (syntax: section,[instance,]status,regexp) Use this option to override the status returned by the plugin when the status label matches a regular expression (syntax: section,[instance,]status,regexp).
It used before default thresholds (order stays).
Example: --threshold-overload='sysdrive,OK,formatting' Example: --threshold-overload='sysdrive,OK,formatting'
=item B<--warning> =item B<--warning>

View File

@ -131,7 +131,7 @@ Set the interface (number expected) ex: 1,2,... (empty means 'check all interfac
=item B<--name> =item B<--name>
Allows to use interface name with option --interface instead of interface oid index (Can be a regexp) Allows you to define the interface (in option --interface) by name instead of OID index. The name matching mode supports regular expressions.
=item B<--speed> =item B<--speed>

View File

@ -59,7 +59,7 @@ Set the interface (number expected) ex: 1,2,... (empty means 'check all interfac
=item B<--name> =item B<--name>
Allows to use interface name with option --interface instead of interface oid index (Can be a regexp) Allows you to define the interface (in option --interface) by name instead of OID index. The name matching mode supports regular expressions.
=item B<--speed> =item B<--speed>

View File

@ -92,8 +92,8 @@ Can be: 'fan', 'psu', 'temperature'.
=item B<--filter> =item B<--filter>
Exclude some parts (comma seperated list) (Example: --filter=fan --filter=psu) Exclude the items given as a comma-separated list (example: --filter=fan --filter=psu).
Can also exclude specific instance: --filter=fan,1.1 You can also exclude items from specific instances: --filter=fan,1.1
=item B<--absent-problem> =item B<--absent-problem>
@ -102,13 +102,12 @@ Can be specific or global: --absent-problem=fan,1
=item B<--no-component> =item B<--no-component>
Return an error if no compenents are checked. Define the expected status if no components are found (default: critical).
If total (with skipped) is 0. (Default: 'critical' returns).
=item B<--threshold-overload> =item B<--threshold-overload>
Set to overload default threshold values (syntax: section,[instance,]status,regexp) Use this option to override the status returned by the plugin when the status label matches a regular expression (syntax: section,[instance,]status,regexp).
It used before default thresholds (order stays).
Example: --threshold-overload='psu,CRITICAL,^(?!(operational)$)' Example: --threshold-overload='psu,CRITICAL,^(?!(operational)$)'
=item B<--warning> =item B<--warning>

View File

@ -105,8 +105,8 @@ Can be: 'alarm', 'fan', 'sim', 'slot', 'psu',
=item B<--filter> =item B<--filter>
Exclude some parts (comma seperated list) (Example: --filter=fan --filter=psu) Exclude the items given as a comma-separated list (example: --filter=fan --filter=psu).
Can also exclude specific instance: --filter=fan,3 You can also exclude items from specific instances: --filter=fan,3
=item B<--absent-problem> =item B<--absent-problem>
@ -115,13 +115,12 @@ Can be specific or global: --absent-problem=fan,1
=item B<--no-component> =item B<--no-component>
Return an error if no compenents are checked. Define the expected status if no components are found (default: critical).
If total (with skipped) is 0. (Default: 'critical' returns).
=item B<--threshold-overload> =item B<--threshold-overload>
Set to overload default threshold values (syntax: section,[instance,]status,regexp) Use this option to override the status returned by the plugin when the status label matches a regular expression (syntax: section,[instance,]status,regexp).
It used before default thresholds (order stays).
Example: --threshold-overload='psu,OK,^(?!(status-unrecoverable)$)' Example: --threshold-overload='psu,OK,^(?!(status-unrecoverable)$)'
=item B<--warning> =item B<--warning>

View File

@ -85,8 +85,8 @@ Can be: 'fan', 'temperature', 'psu', 'raid'.
=item B<--filter> =item B<--filter>
Exclude some parts (comma seperated list) (Example: --filter=fan --filter=temperature) Exclude the items given as a comma-separated list (example: --filter=fan --filter=temperature).
Can also exclude specific instance: --filter=fan,1 You can also exclude items from specific instances: --filter=fan,1
=item B<--absent-problem> =item B<--absent-problem>
@ -95,13 +95,12 @@ Can be specific or global: --absent-problem=psu#1#
=item B<--no-component> =item B<--no-component>
Return an error if no compenents are checked. Define the expected status if no components are found (default: critical).
If total (with skipped) is 0. (Default: 'critical' returns).
=item B<--threshold-overload> =item B<--threshold-overload>
Set to overload default threshold values (syntax: section,[instance,]status,regexp) Use this option to override the status returned by the plugin when the status label matches a regular expression (syntax: section,[instance,]status,regexp).
It used before default thresholds (order stays).
Example: --threshold-overload='psu,CRITICAL,^(?!(powerSupplyHealthy)$)' Example: --threshold-overload='psu,CRITICAL,^(?!(powerSupplyHealthy)$)'
=item B<--warning> =item B<--warning>

View File

@ -103,8 +103,8 @@ Can be: 'fan', 'psu', 'temperature'.
=item B<--filter> =item B<--filter>
Exclude some parts (comma seperated list) (Example: --filter=psu) Exclude the items given as a comma-separated list (example: --filter=psu).
Can also exclude specific instance: --filter=psu,0 You can also exclude items from specific instances: --filter=psu,0
=item B<--absent-problem> =item B<--absent-problem>
@ -113,13 +113,12 @@ Can be specific or global: --absent-problem=fan#2#
=item B<--no-component> =item B<--no-component>
Return an error if no compenents are checked. Define the expected status if no components are found (default: critical).
If total (with skipped) is 0. (Default: 'critical' returns).
=item B<--threshold-overload> =item B<--threshold-overload>
Set to overload default threshold values (syntax: section,[instance,]status,regexp) Use this option to override the status returned by the plugin when the status label matches a regular expression (syntax: section,[instance,]status,regexp).
It used before default thresholds (order stays).
Example: --threshold-overload='fan,CRITICAL,^(?!(normal)$)' Example: --threshold-overload='fan,CRITICAL,^(?!(normal)$)'
=item B<--warning> =item B<--warning>

View File

@ -165,8 +165,8 @@ Can be: 'fan', 'psu', 'temperature', 'voltage', 'module', 'physical', 'sensor'.
=item B<--filter> =item B<--filter>
Exclude some parts (comma seperated list) (Example: --filter=fan --filter=psu) Exclude the items given as a comma-separated list (example: --filter=fan --filter=psu).
Can also exclude specific instance: --filter=fan,1 You can also exclude items from specific instances: --filter=fan,1
=item B<--add-name-instance> =item B<--add-name-instance>
@ -187,13 +187,12 @@ Can be specific or global: --absent-problem=fan,1
=item B<--no-component> =item B<--no-component>
Return an error if no compenents are checked. Define the expected status if no components are found (default: critical).
If total (with skipped) is 0. (Default: 'critical' returns).
=item B<--threshold-overload> =item B<--threshold-overload>
Set to overload default threshold values (syntax: section,status,regexp) Use this option to override the status returned by the plugin when the status label matches a regular expression (syntax: section,status,regexp).
It used before default thresholds (order stays).
Example: --threshold-overload='fan,CRITICAL,^(?!(up|normal)$)' Example: --threshold-overload='fan,CRITICAL,^(?!(up|normal)$)'
=item B<--warning> =item B<--warning>

View File

@ -414,7 +414,7 @@ Set the interface (number expected) ex: 1,2,... (empty means 'check all interfac
=item B<--name> =item B<--name>
Allows to use interface name with option --interface instead of interface oid index (Can be a regexp) Allows you to define the interface (in option --interface) by name instead of OID index. The name matching mode supports regular expressions.
=item B<--speed> =item B<--speed>

View File

@ -953,8 +953,7 @@ Filter tag (Default: '.*')
=item B<--threshold-overload> =item B<--threshold-overload>
Set to overload default threshold values (syntax: section,status,regexp) Use this option to override the status returned by the plugin when the status label matches a regular expression (syntax: section,status,regexp).
It used before default thresholds (order stays).
Example: --threshold-overload='opersense,CRITICAL,^(?!(ok)$)' Example: --threshold-overload='opersense,CRITICAL,^(?!(ok)$)'
=item B<--warning-*> =item B<--warning-*>

View File

@ -91,8 +91,8 @@ Can be: 'fan', 'psu', 'temperature'.
=item B<--filter> =item B<--filter>
Exclude some parts (comma seperated list) (Example: --filter=fan --filter=psu) Exclude the items given as a comma-separated list (example: --filter=fan --filter=psu).
Can also exclude specific instance: --filter=fan,1 You can also exclude items from specific instances: --filter=fan,1
=item B<--absent-problem> =item B<--absent-problem>
@ -101,13 +101,12 @@ Can be specific or global: --absent-problem=psu,1
=item B<--no-component> =item B<--no-component>
Return an error if no compenents are checked. Define the expected status if no components are found (default: critical).
If total (with skipped) is 0. (Default: 'critical' returns).
=item B<--threshold-overload> =item B<--threshold-overload>
Set to overload default threshold values (syntax: section,[instance,]status,regexp) Use this option to override the status returned by the plugin when the status label matches a regular expression (syntax: section,[instance,]status,regexp).
It used before default thresholds (order stays).
Example: --threshold-overload='psu,CRITICAL,^(?!(operational)$)' Example: --threshold-overload='psu,CRITICAL,^(?!(operational)$)'
=item B<--warning> =item B<--warning>

View File

@ -116,13 +116,13 @@ Can be: 'fan', 'lcc', 'psu', 'battery', 'memory', 'cpu', 'iomodule', 'cable'.
=item B<--filter> =item B<--filter>
Exclude some parts (comma seperated list) (Example: --filter=lcc --filter=fan) Exclude the items given as a comma-separated list (example: --filter=lcc --filter=fan).
Can also exclude specific instance: --filter=fan,1.2 You can also exclude items from specific instances: --filter=fan,1.2
=item B<--no-component> =item B<--no-component>
Return an error if no compenents are checked. Define the expected status if no components are found (default: critical).
If total (with skipped) is 0. (Default: 'critical' returns).
=back =back

View File

@ -99,8 +99,8 @@ Can be: 'temperature', 'fan', 'psu'.
=item B<--filter> =item B<--filter>
Exclude some parts (comma seperated list) (Example: --filter=temperature --filter=psu) Exclude the items given as a comma-separated list (example: --filter=temperature --filter=psu).
Can also exclude specific instance: --filter=fan,1 You can also exclude items from specific instances: --filter=fan,1
=item B<--absent-problem> =item B<--absent-problem>
@ -109,13 +109,12 @@ Can be specific or global: --absent-problem=fan,1
=item B<--no-component> =item B<--no-component>
Return an error if no compenents are checked. Define the expected status if no components are found (default: critical).
If total (with skipped) is 0. (Default: 'critical' returns).
=item B<--threshold-overload> =item B<--threshold-overload>
Set to overload default threshold values (syntax: section,[instance,]status,regexp) Use this option to override the status returned by the plugin when the status label matches a regular expression (syntax: section,[instance,]status,regexp).
It used before default thresholds (order stays).
Example: --threshold-overload='psu,WARNING,^(?!(up)$)' Example: --threshold-overload='psu,WARNING,^(?!(up)$)'
=item B<--warning> =item B<--warning>

View File

@ -99,17 +99,16 @@ Add literal description for instance value (used in filter, and threshold option
=item B<--filter> =item B<--filter>
Exclude some parts (comma seperated list) Exclude some parts (comma seperated list)
Can also exclude specific instance: --filter=sensors,1 You can also exclude items from specific instances: --filter=sensors,1
=item B<--no-component> =item B<--no-component>
Return an error if no compenents are checked. Define the expected status if no components are found (default: critical).
If total (with skipped) is 0. (Default: 'critical' returns).
=item B<--threshold-overload> =item B<--threshold-overload>
Set to overload default threshold values (syntax: section,[instance,]status,regexp) Use this option to override the status returned by the plugin when the status label matches a regular expression (syntax: section,[instance,]status,regexp).
It used before default thresholds (order stays).
Example: --threshold-overload='sensors,WARNING,off' Example: --threshold-overload='sensors,WARNING,off'
=item B<--warning> =item B<--warning>

View File

@ -142,7 +142,7 @@ Set the interface (number expected) ex: 1,2,... (empty means 'check all interfac
=item B<--name> =item B<--name>
Allows to use interface name with option --interface instead of interface oid index (Can be a regexp) Allows you to define the interface (in option --interface) by name instead of OID index. The name matching mode supports regular expressions.
=item B<--speed> =item B<--speed>

View File

@ -88,18 +88,17 @@ Can be: 'board', 'fan', 'temperature', 'psu'.
=item B<--filter> =item B<--filter>
Exclude some parts (comma seperated list) (Example: --filter=fan --filter=psu) Exclude the items given as a comma-separated list (example: --filter=fan --filter=psu).
Can also exclude specific instance: --filter=fan,1.1 You can also exclude items from specific instances: --filter=fan,1.1
=item B<--no-component> =item B<--no-component>
Return an error if no compenents are checked. Define the expected status if no components are found (default: critical).
If total (with skipped) is 0. (Default: 'critical' returns).
=item B<--threshold-overload> =item B<--threshold-overload>
Set to overload default threshold values (syntax: section,[instance,]status,regexp) Use this option to override the status returned by the plugin when the status label matches a regular expression (syntax: section,[instance,]status,regexp).
It used before default thresholds (order stays).
Example: --threshold-overload='psu,CRITICAL,fail' Example: --threshold-overload='psu,CRITICAL,fail'
=item B<--warning> =item B<--warning>

View File

@ -285,8 +285,8 @@ Can be: 'fan', 'psu', 'other', 'unknown', 'sensor', 'chassis', 'backplane',
=item B<--filter> =item B<--filter>
Exclude some parts (comma seperated list) (Example: --filter=fan --filter=psu) Exclude the items given as a comma-separated list (example: --filter=fan --filter=psu).
Can also exclude specific instance: --filter=fan,101 You can also exclude items from specific instances: --filter=fan,101
=item B<--absent-problem> =item B<--absent-problem>
@ -295,13 +295,12 @@ Can be specific or global: --absent-problem=psu#44#
=item B<--no-component> =item B<--no-component>
Return an error if no compenents are checked. Define the expected status if no components are found (default: critical).
If total (with skipped) is 0. (Default: 'critical' returns).
=item B<--threshold-overload> =item B<--threshold-overload>
Set to overload default threshold values (syntax: section,[instance,]status,regexp) Use this option to override the status returned by the plugin when the status label matches a regular expression (syntax: section,[instance,]status,regexp).
It used before default thresholds (order stays).
Example: --threshold-overload='psu,CRITICAL,^(?!(normal)$)' Example: --threshold-overload='psu,CRITICAL,^(?!(normal)$)'
=item B<--warning> =item B<--warning>

View File

@ -265,7 +265,7 @@ Set the interface (number expected) ex: 1,2,... (empty means 'check all interfac
=item B<--name> =item B<--name>
Allows to use interface name with option --interface instead of interface oid index (Can be a regexp) Allows you to define the interface (in option --interface) by name instead of OID index. The name matching mode supports regular expressions.
=item B<--speed> =item B<--speed>

View File

@ -76,13 +76,12 @@ Can be: 'faultled', 'temperature'.
=item B<--no-component> =item B<--no-component>
Return an error if no compenents are checked. Define the expected status if no components are found (default: critical).
If total (with skipped) is 0. (Default: 'critical' returns).
=item B<--threshold-overload> =item B<--threshold-overload>
Set to overload default threshold values (syntax: section,status,regexp) Use this option to override the status returned by the plugin when the status label matches a regular expression (syntax: section,status,regexp).
It used before default thresholds (order stays).
Example: --threshold-overload='faulted,WARNING,on' Example: --threshold-overload='faulted,WARNING,on'
=item B<--warning> =item B<--warning>

View File

@ -98,18 +98,17 @@ Can be: 'chassis', 'drive', 'changer', 'psu'.
=item B<--filter> =item B<--filter>
Exclude some parts (comma seperated list) (Example: --filter=drive) Exclude the items given as a comma-separated list (example: --filter=drive).
Can also exclude specific instance: --filter=drive,1 You can also exclude items from specific instances: --filter=drive,1
=item B<--no-component> =item B<--no-component>
Return an error if no compenents are checked. Define the expected status if no components are found (default: critical).
If total (with skipped) is 0. (Default: 'critical' returns).
=item B<--threshold-overload> =item B<--threshold-overload>
Set to overload default threshold values (syntax: section,[instance,]status,regexp) Use this option to override the status returned by the plugin when the status label matches a regular expression (syntax: section,[instance,]status,regexp).
It used before default thresholds (order stays).
Example: --threshold-overload='chassis,CRITICAL,degraded' Example: --threshold-overload='chassis,CRITICAL,degraded'
=back =back

View File

@ -76,18 +76,17 @@ Can be: 'global', 'microphone', 'camera', 'nic', 'ptc', 'board'.
=item B<--filter> =item B<--filter>
Exclude some parts (comma seperated list) (Example: --filter=camera) Exclude the items given as a comma-separated list (example: --filter=camera).
Can also exclude specific instance: --filter=camera,1 You can also exclude items from specific instances: --filter=camera,1
=item B<--no-component> =item B<--no-component>
Return an error if no compenents are checked. Define the expected status if no components are found (default: critical).
If total (with skipped) is 0. (Default: 'critical' returns).
=item B<--threshold-overload> =item B<--threshold-overload>
Set to overload default threshold values (syntax: section,[instance,]status,regexp) Use this option to override the status returned by the plugin when the status label matches a regular expression (syntax: section,[instance,]status,regexp).
It used before default thresholds (order stays).
Example: --threshold-overload='camera,WARNING,disabled' Example: --threshold-overload='camera,WARNING,disabled'
=back =back

View File

@ -104,8 +104,8 @@ Can be: 'fan', 'psu', 'temperature'.
=item B<--filter> =item B<--filter>
Exclude some parts (comma seperated list) (Example: --filter=psu) Exclude the items given as a comma-separated list (example: --filter=psu).
Can also exclude specific instance: --filter=psu,0 You can also exclude items from specific instances: --filter=psu,0
=item B<--absent-problem> =item B<--absent-problem>
@ -114,13 +114,12 @@ Can be specific or global: --absent-problem=fan#2#
=item B<--no-component> =item B<--no-component>
Return an error if no compenents are checked. Define the expected status if no components are found (default: critical).
If total (with skipped) is 0. (Default: 'critical' returns).
=item B<--threshold-overload> =item B<--threshold-overload>
Set to overload default threshold values (syntax: section,[instance,]status,regexp) Use this option to override the status returned by the plugin when the status label matches a regular expression (syntax: section,[instance,]status,regexp).
It used before default thresholds (order stays).
Example: --threshold-overload='fan,CRITICAL,^(?!(normal)$)' Example: --threshold-overload='fan,CRITICAL,^(?!(normal)$)'
=item B<--warning> =item B<--warning>

View File

@ -175,17 +175,16 @@ Can be: 'chassis', 'device', 'drive', 'fan', 'psu', 'sc', 'storage', 'temperatur
=item B<--filter> =item B<--filter>
Exclude some parts (comma seperated list) Exclude some parts (comma seperated list)
Can also exclude specific instance: --filter='fan,1.2' You can also exclude items from specific instances: --filter='fan,1.2'
=item B<--no-component> =item B<--no-component>
Return an error if no compenents are checked. Define the expected status if no components are found (default: critical).
If total (with skipped) is 0. (Default: 'critical' returns).
=item B<--threshold-overload> =item B<--threshold-overload>
Set to overload default threshold values (syntax: section,[instance,]status,regexp) Use this option to override the status returned by the plugin when the status label matches a regular expression (syntax: section,[instance,]status,regexp).
It used before default thresholds (order stays).
Example: --threshold-overload='chassis.state,WARNING,inTest' Example: --threshold-overload='chassis.state,WARNING,inTest'
=item B<--warning> =item B<--warning>

View File

@ -84,17 +84,16 @@ Can be: 'entity'.
=item B<--filter> =item B<--filter>
Exclude some parts (comma seperated list) Exclude some parts (comma seperated list)
Can also exclude specific instance: --filter=entity,sensor.18 You can also exclude items from specific instances: --filter=entity,sensor.18
=item B<--no-component> =item B<--no-component>
Return an error if no compenents are checked. Define the expected status if no components are found (default: critical).
If total (with skipped) is 0. (Default: 'critical' returns).
=item B<--threshold-overload> =item B<--threshold-overload>
Set to overload default threshold values (syntax: section,[instance,]status,regexp) Use this option to override the status returned by the plugin when the status label matches a regular expression (syntax: section,[instance,]status,regexp).
It used before default thresholds (order stays).
Example: --threshold-overload='entity,sensor..*,CRITICAL,minor' Example: --threshold-overload='entity,sensor..*,CRITICAL,minor'
=item B<--warning> =item B<--warning>

View File

@ -133,8 +133,8 @@ Can be: 'psu', 'fan', 'ca', 'vimm', 'lfc', 'gfc', 'temperature'.
=item B<--filter> =item B<--filter>
Exclude some parts (comma seperated list) (Example: --filter=fan --filter=psu) Exclude the items given as a comma-separated list (example: --filter=fan --filter=psu).
Can also exclude specific instance: --filter=fan,41239F00647-A You can also exclude items from specific instances: --filter=fan,41239F00647-A
=item B<--absent-problem> =item B<--absent-problem>
@ -143,13 +143,12 @@ Can be specific or global: --absent-problem=fan,41239F00647-fan02
=item B<--no-component> =item B<--no-component>
Return an error if no compenents are checked. Define the expected status if no components are found (default: critical).
If total (with skipped) is 0. (Default: 'critical' returns).
=item B<--threshold-overload> =item B<--threshold-overload>
Set to overload default threshold values (syntax: section,[instance,]status,regexp) Use this option to override the status returned by the plugin when the status label matches a regular expression (syntax: section,[instance,]status,regexp).
It used before default thresholds (order stays).
Example: --threshold-overload='gfc,CRITICAL,^(?!(Online)$)' Example: --threshold-overload='gfc,CRITICAL,^(?!(Online)$)'
=item B<--warning> =item B<--warning>

View File

@ -1608,7 +1608,7 @@ Rewrite the ranges displayed in the perfdata. Accepted values:
=item B<--filter-uom> =item B<--filter-uom>
Masks the units when they don't match the given regular expression. Mask the units when they don't match the given regular expression.
=item B<--opt-exit> =item B<--opt-exit>

View File

@ -1137,16 +1137,16 @@ Max repetitions value (default: 50) (only for SNMP v2 and v3).
=item B<--subsetleef> =item B<--subsetleef>
How many oid values per SNMP request (default: 50) (for get_leef method. Be cautious when you set it. Prefer to let the default value). How many OID values per SNMP request (default: 50) (for get_leef method. Be cautious when you set it. Prefer to let the default value).
=item B<--snmp-autoreduce> =item B<--snmp-autoreduce>
Progressively reduce the number requested OIDs in bulk mode. Use it in case of 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> =item B<--snmp-force-getnext>
Use snmp getnext function in snmp v2c and v3. This will request one OID at a Use SNMP getnext function in SNMP v2c and v3. This will request one OID at a
time. time.
=item B<--snmp-cache-file> =item B<--snmp-cache-file>

View File

@ -493,8 +493,8 @@ Can be: 'xxx', 'yyy'.
=item B<--filter> =item B<--filter>
Exclude some parts (comma seperated list) (Example: --filter=xxx --filter=yyyy) Exclude the items given as a comma-separated list (example: --filter=xxx --filter=yyyy).
Can also exclude specific instance: --filter=xxxxx,instancevalue You can also exclude items from specific instances: --filter=xxxxx,instancevalue
=item B<--absent-problem> =item B<--absent-problem>
@ -503,13 +503,12 @@ Can be specific or global: --absent-problem=xxxx,instancevalue
=item B<--no-component> =item B<--no-component>
Return an error if no compenents are checked. Define the expected status if no components are found (default: critical).
If total (with skipped) is 0. (Default: 'critical' returns).
=item B<--threshold-overload> =item B<--threshold-overload>
Set to overload default threshold values (syntax: section,[instance,]status,regexp) Use this option to override the status returned by the plugin when the status label matches a regular expression (syntax: section,[instance,]status,regexp).
It used before default thresholds (order stays).
Example: --threshold-overload='xxxxx,CRITICAL,^(?!(normal)$)' Example: --threshold-overload='xxxxx,CRITICAL,^(?!(normal)$)'
=item B<--warning> =item B<--warning>

View File

@ -86,18 +86,16 @@ Can be: 'entity'.
=item B<--filter> =item B<--filter>
Exclude some parts (comma seperated list) (Example: --filter=entity) Exclude the items given as a comma-separated list (example: --filter=entity).
Can also exclude specific instance: --filter=entity,CommStatus You can also exclude items from specific instances: --filter=entity,CommStatus
=item B<--no-component> =item B<--no-component>
Return an error if no compenents are checked. Define the expected status if no components are found (default: critical).
If total (with skipped) is 0. (Default: 'critical' returns).
=item B<--threshold-overload> =item B<--threshold-overload>
Set to overload default threshold values (syntax: section,[instance,]status,regexp) Use this option to override the status returned by the plugin when the status label matches a regular expression (syntax: section,[instance,]status,regexp).
It used before default thresholds (order stays).
Example: --threshold-overload='entity,SourceBStatus,WARNING,fail' Example: --threshold-overload='entity,SourceBStatus,WARNING,fail'
=back =back

View File

@ -81,18 +81,16 @@ Can be: 'alarm'.
=item B<--filter> =item B<--filter>
Exclude some parts (comma seperated list) (Example: --filter=simple) Exclude the items given as a comma-separated list (example: --filter=simple).
Can also exclude specific instance: --filter=simple,3 You can also exclude items from specific instances: --filter=simple,3
=item B<--no-component> =item B<--no-component>
Return an error if no compenents are checked. Define the expected status if no components are found (default: critical).
If total (with skipped) is 0. (Default: 'critical' returns).
=item B<--threshold-overload> =item B<--threshold-overload>
Set to overload default threshold values (syntax: section,[instance,]status,regexp) Use this option to override the status returned by the plugin when the status label matches a regular expression (syntax: section,[instance,]status,regexp).
It used before default thresholds (order stays).
Example: --threshold-overload='multiple,2,OK,true' Example: --threshold-overload='multiple,2,OK,true'
=back =back

View File

@ -80,17 +80,15 @@ Can be: 'service', 'sdcard'.
=item B<--filter> =item B<--filter>
Exclude some parts (comma seperated list) Exclude some parts (comma seperated list)
Can also exclude specific instance: --filter=instance,relayOutput1 You can also exclude items from specific instances: --filter=instance,relayOutput1
=item B<--no-component> =item B<--no-component>
Return an error if no compenents are checked. Define the expected status if no components are found (default: critical).
If total (with skipped) is 0. (Default: 'critical' returns).
=item B<--threshold-overload> =item B<--threshold-overload>
Set to overload default threshold values (syntax: section,[instance,]status,regexp) Use this option to override the status returned by the plugin when the status label matches a regular expression (syntax: section,[instance,]status,regexp).
It used before default thresholds (order stays).
Example: --threshold-overload='service,relayOutpu1,OK,high' Example: --threshold-overload='service,relayOutpu1,OK,high'
=back =back

View File

@ -143,17 +143,15 @@ Can be: 'ad' (audio device), 'aic' (audio input connectors), 'aoc' (audio output
=item B<--filter> =item B<--filter>
Exclude some parts (comma seperated list) Exclude some parts (comma seperated list)
Can also exclude specific instance: --filter='aic,Microphone.1' You can also exclude items from specific instances: --filter='aic,Microphone.1'
=item B<--no-component> =item B<--no-component>
Return an error if no compenents are checked. Define the expected status if no components are found (default: critical).
If total (with skipped) is 0. (Default: 'critical' returns).
=item B<--threshold-overload> =item B<--threshold-overload>
Set to overload default threshold values (syntax: section,[instance,]status,regexp) Use this option to override the status returned by the plugin when the status label matches a regular expression (syntax: section,[instance,]status,regexp).
It used before default thresholds (order stays).
Example: --threshold-overload='ad.status,CRITICAL,NotConnected' Example: --threshold-overload='ad.status,CRITICAL,NotConnected'
=item B<--warning> =item B<--warning>

View File

@ -111,12 +111,11 @@ Can be: 'hwstatus', 'temperature', 'memory'.
=item B<--filter> =item B<--filter>
Exclude some parts (comma seperated list) (Example: --filter=temperature) Exclude the items given as a comma-separated list (example: --filter=temperature).
=item B<--threshold-overload> =item B<--threshold-overload>
Set to overload default threshold values (syntax: section,status,regexp) Use this option to override the status returned by the plugin when the status label matches a regular expression (syntax: section,status,regexp).
It used before default thresholds (order stays).
Example: --threshold-overload='hwstats,CRITICAL,^(?!(OK)$)' Example: --threshold-overload='hwstats,CRITICAL,^(?!(OK)$)'
=item B<--warning> =item B<--warning>

View File

@ -102,8 +102,8 @@ Can be: 'video', 'psu', 'fan', 'temperature', 'audio', 'storage', 'casing'.
=item B<--filter> =item B<--filter>
Exclude some parts (comma seperated list) (Example: --filter=video) Exclude the items given as a comma-separated list (example: --filter=video).
Can also exclude specific instance: --filter=video,fan.1 You can also exclude items from specific instances: --filter=video,fan.1
=item B<--absent-problem> =item B<--absent-problem>
@ -112,13 +112,11 @@ Can be specific or global: --absent-problem=video,temperature.2
=item B<--no-component> =item B<--no-component>
Return an error if no compenents are checked. Define the expected status if no components are found (default: critical).
If total (with skipped) is 0. (Default: 'critical' returns).
=item B<--threshold-overload> =item B<--threshold-overload>
Set to overload default threshold values (syntax: section,[instance,]status,regexp) Use this option to override the status returned by the plugin when the status label matches a regular expression (syntax: section,[instance,]status,regexp).
It used before default thresholds (order stays).
Example: --threshold-overload='video,CRITICAL,^(?!(good)$)' Example: --threshold-overload='video,CRITICAL,^(?!(good)$)'
=back =back

View File

@ -76,8 +76,8 @@ Can be: 'psu'.
=item B<--filter> =item B<--filter>
Exclude some parts (comma seperated list) (Example: --filter=psu) Exclude the items given as a comma-separated list (example: --filter=psu).
Can also exclude specific instance: --filter=psu,1 You can also exclude items from specific instances: --filter=psu,1
=item B<--absent-problem> =item B<--absent-problem>
@ -86,13 +86,11 @@ Can be specific or global: --absent-problem=psu
=item B<--no-component> =item B<--no-component>
Return an error if no compenents are checked. Define the expected status if no components are found (default: critical).
If total (with skipped) is 0. (Default: 'critical' returns).
=item B<--threshold-overload> =item B<--threshold-overload>
Set to overload default threshold values (syntax: section,[instance,]status,regexp) Use this option to override the status returned by the plugin when the status label matches a regular expression (syntax: section,[instance,]status,regexp).
It used before default thresholds (order stays).
Example: --threshold-overload='psu,CRITICAL,^(?!(statePowerOn)$)' Example: --threshold-overload='psu,CRITICAL,^(?!(statePowerOn)$)'
=back =back

View File

@ -76,8 +76,8 @@ Can be: 'psu'.
=item B<--filter> =item B<--filter>
Exclude some parts (comma seperated list) (Example: --filter=psu) Exclude the items given as a comma-separated list (example: --filter=psu).
Can also exclude specific instance: --filter=psu,1 You can also exclude items from specific instances: --filter=psu,1
=item B<--absent-problem> =item B<--absent-problem>
@ -86,13 +86,11 @@ Can be specific or global: --absent-problem=psu
=item B<--no-component> =item B<--no-component>
Return an error if no compenents are checked. Define the expected status if no components are found (default: critical).
If total (with skipped) is 0. (Default: 'critical' returns).
=item B<--threshold-overload> =item B<--threshold-overload>
Set to overload default threshold values (syntax: section,[instance,]status,regexp) Use this option to override the status returned by the plugin when the status label matches a regular expression (syntax: section,[instance,]status,regexp).
It used before default thresholds (order stays).
Example: --threshold-overload='psu,CRITICAL,^(?!(statePowerOn)$)' Example: --threshold-overload='psu,CRITICAL,^(?!(statePowerOn)$)'
=back =back

View File

@ -94,8 +94,8 @@ Can be: 'psu', 'humidity', 'temperature'.
=item B<--filter> =item B<--filter>
Exclude some parts (comma seperated list) (Example: --filter=temperature --filter=humidity) Exclude the items given as a comma-separated list (example: --filter=temperature --filter=humidity).
Can also exclude specific instance: --filter=temperature,1 You can also exclude items from specific instances: --filter=temperature,1
=item B<--absent-problem> =item B<--absent-problem>
@ -104,13 +104,11 @@ Can be specific or global: --absent-problem=psu
=item B<--no-component> =item B<--no-component>
Return an error if no compenents are checked. Define the expected status if no components are found (default: critical).
If total (with skipped) is 0. (Default: 'critical' returns).
=item B<--threshold-overload> =item B<--threshold-overload>
Set to overload default threshold values (syntax: section,[instance,]status,regexp) Use this option to override the status returned by the plugin when the status label matches a regular expression (syntax: section,[instance,]status,regexp).
It used before default thresholds (order stays).
Example: --threshold-overload='temperature,CRITICAL,^(?!(normal)$)' Example: --threshold-overload='temperature,CRITICAL,^(?!(normal)$)'
=item B<--warning> =item B<--warning>

View File

@ -118,18 +118,16 @@ Which component to check (Default: '.*').
=item B<--filter> =item B<--filter>
Exclude some parts (comma seperated list) (Example: --filter=airPressure --filter=rmsVoltage) Exclude the items given as a comma-separated list (example: --filter=airPressure --filter=rmsVoltage).
Can also exclude specific instance: --filter=rmsVoltage,I1 You can also exclude items from specific instances: --filter=rmsVoltage,I1
=item B<--no-component> =item B<--no-component>
Return an error if no compenents are checked. Define the expected status if no components are found (default: critical).
If total (with skipped) is 0. (Default: 'critical' returns).
=item B<--threshold-overload> =item B<--threshold-overload>
Set to overload default threshold values (syntax: section,[instance,]status,regexp) Use this option to override the status returned by the plugin when the status label matches a regular expression (syntax: section,[instance,]status,regexp).
It used before default thresholds (order stays).
Example: --threshold-overload='powerQuality,CRITICAL,^(?!(normal)$)' Example: --threshold-overload='powerQuality,CRITICAL,^(?!(normal)$)'
=item B<--warning> =item B<--warning>

View File

@ -110,18 +110,16 @@ Which component to check (Default: '.*').
=item B<--filter> =item B<--filter>
Exclude some parts (comma seperated list) (Example: --filter=airPressure --filter=rmsVoltage) Exclude the items given as a comma-separated list (example: --filter=airPressure --filter=rmsVoltage).
Can also exclude specific instance: --filter=rmsVoltage,I1 You can also exclude items from specific instances: --filter=rmsVoltage,I1
=item B<--no-component> =item B<--no-component>
Return an error if no compenents are checked. Define the expected status if no components are found (default: critical).
If total (with skipped) is 0. (Default: 'critical' returns).
=item B<--threshold-overload> =item B<--threshold-overload>
Set to overload default threshold values (syntax: section,[instance,]status,regexp) Use this option to override the status returned by the plugin when the status label matches a regular expression (syntax: section,[instance,]status,regexp).
It used before default thresholds (order stays).
Example: --threshold-overload='powerQuality,CRITICAL,^(?!(normal)$)' Example: --threshold-overload='powerQuality,CRITICAL,^(?!(normal)$)'
=item B<--warning> =item B<--warning>

View File

@ -110,18 +110,16 @@ Which component to check (Default: '.*').
=item B<--filter> =item B<--filter>
Exclude some parts (comma seperated list) (Example: --filter=airPressure --filter=rmsVoltage) Exclude the items given as a comma-separated list (example: --filter=airPressure --filter=rmsVoltage).
Can also exclude specific instance: --filter=rmsVoltage,C1 You can also exclude items from specific instances: --filter=rmsVoltage,C1
=item B<--no-component> =item B<--no-component>
Return an error if no compenents are checked. Define the expected status if no components are found (default: critical).
If total (with skipped) is 0. (Default: 'critical' returns).
=item B<--threshold-overload> =item B<--threshold-overload>
Set to overload default threshold values (syntax: section,[instance,]status,regexp) Use this option to override the status returned by the plugin when the status label matches a regular expression (syntax: section,[instance,]status,regexp).
It used before default thresholds (order stays).
Example: --threshold-overload='powerQuality,CRITICAL,^(?!(normal)$)' Example: --threshold-overload='powerQuality,CRITICAL,^(?!(normal)$)'
=item B<--warning> =item B<--warning>

View File

@ -110,18 +110,16 @@ Which component to check (Default: '.*').
=item B<--filter> =item B<--filter>
Exclude some parts (comma seperated list) (Example: --filter=airPressure --filter=rmsVoltage) Exclude the items given as a comma-separated list (example: --filter=airPressure --filter=rmsVoltage).
Can also exclude specific instance: --filter=rmsVoltage,I1 You can also exclude items from specific instances: --filter=rmsVoltage,I1
=item B<--no-component> =item B<--no-component>
Return an error if no compenents are checked. Define the expected status if no components are found (default: critical).
If total (with skipped) is 0. (Default: 'critical' returns).
=item B<--threshold-overload> =item B<--threshold-overload>
Set to overload default threshold values (syntax: section,[instance,]status,regexp) Use this option to override the status returned by the plugin when the status label matches a regular expression (syntax: section,[instance,]status,regexp).
It used before default thresholds (order stays).
Example: --threshold-overload='powerQuality,CRITICAL,^(?!(normal)$)' Example: --threshold-overload='powerQuality,CRITICAL,^(?!(normal)$)'
=item B<--warning> =item B<--warning>

View File

@ -74,13 +74,12 @@ Can be: 'temperature', 'humidity', 'contact'.
=item B<--filter> =item B<--filter>
Exclude some parts (comma seperated list) (Example: --filter=temperature --filter=contact) Exclude the items given as a comma-separated list (example: --filter=temperature --filter=contact).
Can also exclude specific instance: --filter=temperature,1 You can also exclude items from specific instances: --filter=temperature,1
=item B<--no-component> =item B<--no-component>
Return an error if no compenents are checked. Define the expected status if no components are found (default: critical).
If total (with skipped) is 0. (Default: 'critical' returns).
=item B<--warning> =item B<--warning>

View File

@ -90,18 +90,16 @@ Can be: 'temperature', 'humidity', 'switch', 'serial', 'water'.
=item B<--filter> =item B<--filter>
Exclude some parts (comma seperated list) (Example: --filter=temperature --filter=humidity) Exclude the items given as a comma-separated list (example: --filter=temperature --filter=humidity).
Can also exclude specific instance: --filter=fan,1 You can also exclude items from specific instances: --filter=fan,1
=item B<--no-component> =item B<--no-component>
Return an error if no compenents are checked. Define the expected status if no components are found (default: critical).
If total (with skipped) is 0. (Default: 'critical' returns).
=item B<--threshold-overload> =item B<--threshold-overload>
Set to overload default threshold values (syntax: section,[instance,]status,regexp) Use this option to override the status returned by the plugin when the status label matches a regular expression (syntax: section,[instance,]status,regexp).
It used before default thresholds (order stays).
Example: --threshold-overload='temperature,CRITICAL,^(?!(normal)$)' Example: --threshold-overload='temperature,CRITICAL,^(?!(normal)$)'
=item B<--warning> =item B<--warning>

View File

@ -98,18 +98,16 @@ Can be: 'temperature', 'humidity', 'fluid'.
=item B<--filter> =item B<--filter>
Exclude some parts (comma seperated list) (Example: --filter=temperature --filter=humidity) Exclude the items given as a comma-separated list (example: --filter=temperature --filter=humidity).
Can also exclude specific instance: --filter=temperature,1 You can also exclude items from specific instances: --filter=temperature,1
=item B<--no-component> =item B<--no-component>
Return an error if no compenents are checked. Define the expected status if no components are found (default: critical).
If total (with skipped) is 0. (Default: 'critical' returns).
=item B<--threshold-overload> =item B<--threshold-overload>
Set to overload default threshold values (syntax: section,[instance,]status,regexp) Use this option to override the status returned by the plugin when the status label matches a regular expression (syntax: section,[instance,]status,regexp).
It used before default thresholds (order stays).
Example: --threshold-overload='temperature,CRITICAL,^(?!(warning)$)' Example: --threshold-overload='temperature,CRITICAL,^(?!(warning)$)'
=item B<--warning> =item B<--warning>

View File

@ -90,12 +90,11 @@ Can be: 'temperature', 'humidity'.
=item B<--filter> =item B<--filter>
Exclude some parts. Exclude some parts.
Can also exclude specific instance: --filter=sensor,10 You can also exclude items from specific instances: --filter=sensor,10
=item B<--threshold-overload> =item B<--threshold-overload>
Set to overload default threshold values (syntax: section,[instance,]status,regexp) Use this option to override the status returned by the plugin when the status label matches a regular expression (syntax: section,[instance,]status,regexp).
It used before default thresholds (order stays).
Example: --threshold-overload='sensor,CRITICAL,^(?!(normal)$)' Example: --threshold-overload='sensor,CRITICAL,^(?!(normal)$)'
=item B<--warning> =item B<--warning>

View File

@ -121,18 +121,16 @@ Can be: 'temperature', 'humidity', 'input'.
=item B<--filter> =item B<--filter>
Exclude some parts (comma seperated list) (Example: --filter=temperature --filter=input) Exclude the items given as a comma-separated list (example: --filter=temperature --filter=input).
Can also exclude specific instance: --filter=temperature,1 You can also exclude items from specific instances: --filter=temperature,1
=item B<--no-component> =item B<--no-component>
Return an error if no compenents are checked. Define the expected status if no components are found (default: critical).
If total (with skipped) is 0. (Default: 'critical' returns).
=item B<--threshold-overload> =item B<--threshold-overload>
Set to overload default threshold values (syntax: section,[instance,]status,regexp) Use this option to override the status returned by the plugin when the status label matches a regular expression (syntax: section,[instance,]status,regexp).
It used before default thresholds (order stays).
Example: --threshold-overload='temperature,CRITICAL,^(?!(normal)$)' Example: --threshold-overload='temperature,CRITICAL,^(?!(normal)$)'
=item B<--warning> =item B<--warning>

View File

@ -106,18 +106,16 @@ Can be: 'temperature', 'humidity', 'dewpoint', 'airflow',
=item B<--filter> =item B<--filter>
Exclude some parts (comma seperated list) (Example: --filter=temperature --filter=humidity) Exclude the items given as a comma-separated list (example: --filter=temperature --filter=humidity).
Can also exclude specific instance: --filter=temperature,1 You can also exclude items from specific instances: --filter=temperature,1
=item B<--no-component> =item B<--no-component>
Return an error if no compenents are checked. Define the expected status if no components are found (default: critical).
If total (with skipped) is 0. (Default: 'critical' returns).
=item B<--threshold-overload> =item B<--threshold-overload>
Set to overload default threshold values (syntax: section,[instance,]status,regexp) Use this option to override the status returned by the plugin when the status label matches a regular expression (syntax: section,[instance,]status,regexp).
It used before default thresholds (order stays).
Example: --threshold-overload='temperature,CRITICAL,^(?!(normal)$)' Example: --threshold-overload='temperature,CRITICAL,^(?!(normal)$)'
=item B<--warning> =item B<--warning>

View File

@ -89,8 +89,8 @@ Can be: 'sp', 'temperature', 'humidity', 'switch'.
=item B<--filter> =item B<--filter>
Exclude some parts (comma seperated list) (Example: --filter=psu) Exclude the items given as a comma-separated list (example: --filter=psu).
Can also exclude specific instance: --filter=humidty,0 You can also exclude items from specific instances: --filter=humidty,0
=item B<--absent-problem> =item B<--absent-problem>
@ -99,13 +99,11 @@ Can be specific or global: --absent-problem=temperature#2#
=item B<--no-component> =item B<--no-component>
Return an error if no compenents are checked. Define the expected status if no components are found (default: critical).
If total (with skipped) is 0. (Default: 'critical' returns).
=item B<--threshold-overload> =item B<--threshold-overload>
Set to overload default threshold values (syntax: section,status,regexp) Use this option to override the status returned by the plugin when the status label matches a regular expression (syntax: section,status,regexp).
It used before default thresholds (order stays).
Example: --threshold-overload='temperature,CRITICAL,^(?!(normal)$)' Example: --threshold-overload='temperature,CRITICAL,^(?!(normal)$)'
=item B<--warning> =item B<--warning>

View File

@ -77,18 +77,16 @@ Can be: 'sensors'.
=item B<--filter> =item B<--filter>
Exclude some parts (comma seperated list) (Example: --filter=sensors) Exclude the items given as a comma-separated list (example: --filter=sensors).
Can also exclude specific instance: --filter=sensors,Inter You can also exclude items from specific instances: --filter=sensors,Inter
=item B<--no-component> =item B<--no-component>
Return an error if no compenents are checked. Define the expected status if no components are found (default: critical).
If total (with skipped) is 0. (Default: 'critical' returns).
=item B<--threshold-overload> =item B<--threshold-overload>
Set to overload default threshold values (syntax: section,status,regexp) Use this option to override the status returned by the plugin when the status label matches a regular expression (syntax: section,status,regexp).
It used before default thresholds (order stays).
Example: --threshold-overload='output,CRITICAL,^(?!(off)$)' Example: --threshold-overload='output,CRITICAL,^(?!(off)$)'
=item B<--warning> =item B<--warning>

View File

@ -71,8 +71,8 @@ Can be: 'fan', 'psu', 'chassis', 'iocard', 'blade', 'fex', 'cpu', 'memory', 'loc
=item B<--filter> =item B<--filter>
Exclude some parts (comma seperated list) (Example: --filter=fan --filter=psu) Exclude the items given as a comma-separated list (example: --filter=fan --filter=psu).
Can also exclude specific instance: --filter=fan,/sys/chassis-7/fan-module-1-7/fan-1 You can also exclude items from specific instances: --filter=fan,/sys/chassis-7/fan-module-1-7/fan-1
=item B<--absent-problem> =item B<--absent-problem>
@ -81,13 +81,11 @@ Can be specific or global: --absent-problem=fan,/sys/chassis-7/fan-module-1-7/fa
=item B<--no-component> =item B<--no-component>
Return an error if no compenents are checked. Define the expected status if no components are found (default: critical).
If total (with skipped) is 0. (Default: 'critical' returns).
=item B<--threshold-overload> =item B<--threshold-overload>
Set to overload default threshold values (syntax: section,[instance,]status,regexp) Use this option to override the status returned by the plugin when the status label matches a regular expression (syntax: section,[instance,]status,regexp).
It used before default thresholds (order stays).
Eg: --threshold-overload='fan.operability,OK,poweredOff|removed' Eg: --threshold-overload='fan.operability,OK,poweredOff|removed'
--threshold-overload='presence,OK,missing' --threshold-overload='presence,OK,missing'
--threshold-overload='operability,OK,removed' --threshold-overload='operability,OK,removed'

View File

@ -106,18 +106,16 @@ Can be: 'chassis', 'disk', 'health', 'psu', 'temperature', 'vdisk'.
=item B<--filter> =item B<--filter>
Exclude some parts (comma seperated list) (Example: --filter=fan) Exclude the items given as a comma-separated list (example: --filter=fan).
Can also exclude specific instance: --filter=health,2 You can also exclude items from specific instances: --filter=health,2
=item B<--no-component> =item B<--no-component>
Return an error if no compenents are checked. Define the expected status if no components are found (default: critical).
If total (with skipped) is 0. (Default: 'critical' returns).
=item B<--threshold-overload> =item B<--threshold-overload>
Set to overload default threshold values (syntax: section,status,regexp) Use this option to override the status returned by the plugin when the status label matches a regular expression (syntax: section,status,regexp).
It used before default thresholds (order stays).
Example: --threshold-overload='health,CRITICAL,^(?!(ok)$)' Example: --threshold-overload='health,CRITICAL,^(?!(ok)$)'
=item B<--warning> =item B<--warning>

View File

@ -164,8 +164,8 @@ Can be: 'amperage', 'coolingdevice', 'coolingunit', 'enclosure',
=item B<--filter> =item B<--filter>
Exclude some parts (comma seperated list) (Example: --filter=temperature --filter=psu) Exclude the items given as a comma-separated list (example: --filter=temperature --filter=psu).
Can also exclude specific instance: --filter=temperature,1.1 You can also exclude items from specific instances: --filter=temperature,1.1
=item B<--add-name-instance> =item B<--add-name-instance>
@ -173,13 +173,11 @@ Add literal description for instance value (used in filter and threshold options
=item B<--no-component> =item B<--no-component>
Return an error if no compenents are checked. Define the expected status if no components are found (default: critical).
If total (with skipped) is 0. (Default: 'critical' returns).
=item B<--threshold-overload> =item B<--threshold-overload>
Set to overload default threshold values (syntax: section,[instance,]status,regexp) Use this option to override the status returned by the plugin when the status label matches a regular expression (syntax: section,[instance,]status,regexp).
It used before default thresholds (order stays).
Example: --threshold-overload='temperature.state,CRITICAL,^(?!(enabled)$)' Example: --threshold-overload='temperature.state,CRITICAL,^(?!(enabled)$)'
=item B<--warning> =item B<--warning>

View File

@ -105,18 +105,16 @@ Can be: 'health', 'temperature', 'chassis', 'psu'.
=item B<--filter> =item B<--filter>
Exclude some parts (comma seperated list) (Example: --filter=fan) Exclude the items given as a comma-separated list (example: --filter=fan).
Can also exclude specific instance: --filter=health,2 You can also exclude items from specific instances: --filter=health,2
=item B<--no-component> =item B<--no-component>
Return an error if no compenents are checked. Define the expected status if no components are found (default: critical).
If total (with skipped) is 0. (Default: 'critical' returns).
=item B<--threshold-overload> =item B<--threshold-overload>
Set to overload default threshold values (syntax: section,status,regexp) Use this option to override the status returned by the plugin when the status label matches a regular expression (syntax: section,status,regexp).
It used before default thresholds (order stays).
Example: --threshold-overload='health,CRITICAL,^(?!(ok)$)' Example: --threshold-overload='health,CRITICAL,^(?!(ok)$)'
=item B<--warning> =item B<--warning>

View File

@ -101,18 +101,16 @@ Can be: 'globalstatus', 'fan', 'cpu', 'psu', 'temperature', 'cachebattery',
=item B<--filter> =item B<--filter>
Exclude some parts (comma seperated list) (Example: --filter=fan) Exclude the items given as a comma-separated list (example: --filter=fan).
Can also exclude specific instance: --filter=fan,1 You can also exclude items from specific instances: --filter=fan,1
=item B<--no-component> =item B<--no-component>
Return an error if no compenents are checked. Define the expected status if no components are found (default: critical).
If total (with skipped) is 0. (Default: 'critical' returns).
=item B<--threshold-overload> =item B<--threshold-overload>
Set to overload default threshold values (syntax: section,status,regexp) Use this option to override the status returned by the plugin when the status label matches a regular expression (syntax: section,status,regexp).
It used before default thresholds (order stays).
Example: --threshold-overload='temperature,CRITICAL,^(?!(ok)$)' Example: --threshold-overload='temperature,CRITICAL,^(?!(ok)$)'
=item B<--warning> =item B<--warning>

View File

@ -176,8 +176,8 @@ Can be: 'temperature', 'fan', 'psu', 'voltage', 'cpu', 'memory'.
=item B<--filter> =item B<--filter>
Exclude some parts (comma seperated list) (Example: --filter=temperature) Exclude the items given as a comma-separated list (example: --filter=temperature).
Can also exclude specific instance: --filter=temperature,1 You can also exclude items from specific instances: --filter=temperature,1
=item B<--absent-problem> =item B<--absent-problem>
@ -186,13 +186,11 @@ Can be specific or global: --absent-problem="fan,1.1"
=item B<--no-component> =item B<--no-component>
Return an error if no compenents are checked. Define the expected status if no components are found (default: critical).
If total (with skipped) is 0. (Default: 'critical' returns).
=item B<--threshold-overload> =item B<--threshold-overload>
Set to overload default threshold values (syntax: section,[instance,]status,regexp) Use this option to override the status returned by the plugin when the status label matches a regular expression (syntax: section,[instance,]status,regexp).
It used before default thresholds (order stays).
Example: --threshold-overload='psu,CRITICAL,^(?!(ok)$)' Example: --threshold-overload='psu,CRITICAL,^(?!(ok)$)'
=item B<--warning> =item B<--warning>

View File

@ -81,8 +81,8 @@ Can be: 'enclosure', 'manager', 'fan', 'blade', 'network', 'psu', 'temperature',
=item B<--filter> =item B<--filter>
Exclude some parts (comma seperated list) (Example: --filter=psu) Exclude the items given as a comma-separated list (example: --filter=psu).
Can also exclude specific instance: --filter=temperature,1 You can also exclude items from specific instances: --filter=temperature,1
=item B<--absent-problem> =item B<--absent-problem>
@ -91,13 +91,11 @@ Can be specific or global: --absent-problem="blade,12"
=item B<--no-component> =item B<--no-component>
Return an error if no compenents are checked. Define the expected status if no components are found (default: critical).
If total (with skipped) is 0. (Default: 'critical' returns).
=item B<--threshold-overload> =item B<--threshold-overload>
Set to overload default threshold values (syntax: section,[instance,]status,regexp) Use this option to override the status returned by the plugin when the status label matches a regular expression (syntax: section,[instance,]status,regexp).
It used before default thresholds (order stays).
Example: --threshold-overload='temperature,OK,other' Example: --threshold-overload='temperature,OK,other'
=back =back

View File

@ -92,8 +92,8 @@ Can be: 'fan', 'temperature', 'vrm', 'psu', 'cpu', 'memory', 'nic', 'battery', '
=item B<--filter> =item B<--filter>
Exclude some parts (comma seperated list) (Example: --filter=temperature --filter=fan) Exclude the items given as a comma-separated list (example: --filter=temperature --filter=fan).
Can also exclude specific instance: --filter="fan,Fan Block 1" You can also exclude items from specific instances: --filter="fan,Fan Block 1"
=item B<--absent-problem> =item B<--absent-problem>
@ -102,13 +102,11 @@ Can be specific or global: --absent-problem="fan,Fan Block 1"
=item B<--no-component> =item B<--no-component>
Return an error if no compenents are checked. Define the expected status if no components are found (default: critical).
If total (with skipped) is 0. (Default: 'critical' returns).
=item B<--threshold-overload> =item B<--threshold-overload>
Set to overload default threshold values (syntax: section,[instance,]status,regexp) Use this option to override the status returned by the plugin when the status label matches a regular expression (syntax: section,[instance,]status,regexp).
It used before default thresholds (order stays).
Example: --threshold-overload='fan,OK,degraded' Example: --threshold-overload='fan,OK,degraded'
=item B<--warning> =item B<--warning>

View File

@ -82,17 +82,15 @@ Can be: 'enclosure', 'server'.
=item B<--filter> =item B<--filter>
Exclude some parts (comma seperated list) Exclude some parts (comma seperated list)
Can also exclude specific instance: --filter='enclosure.fan,:1' You can also exclude items from specific instances: --filter='enclosure.fan,:1'
=item B<--no-component> =item B<--no-component>
Return an error if no compenents are checked. Define the expected status if no components are found (default: critical).
If total (with skipped) is 0. (Default: 'critical' returns).
=item B<--threshold-overload> =item B<--threshold-overload>
Set to overload default threshold values (syntax: section,[instance,]status,regexp) Use this option to override the status returned by the plugin when the status label matches a regular expression (syntax: section,[instance,]status,regexp).
It used before default thresholds (order stays).
Example: --threshold-overload='server,WARNING,disabled' Example: --threshold-overload='server,WARNING,disabled'
=back =back

View File

@ -123,8 +123,7 @@ Check the overall status of the server.
=item B<--threshold-overload> =item B<--threshold-overload>
Set to overload default threshold values (syntax: status,regexp) Use this option to override the status returned by the plugin when the status label matches a regular expression (syntax: status,regexp).
It used before default thresholds (order stays).
Example: --threshold-overload='CRITICAL,^(?!(ok)$)' Example: --threshold-overload='CRITICAL,^(?!(ok)$)'
=back =back

View File

@ -232,8 +232,8 @@ There are some magic words like: 'network', 'storage'.
=item B<--filter> =item B<--filter>
Exclude some parts (comma seperated list) (Example: --filter=fan --filter=temperature) Exclude the items given as a comma-separated list (example: --filter=fan --filter=temperature).
Can also exclude specific instance: --filter=fan,1.2 --filter=lnic,1 You can also exclude items from specific instances: --filter=fan,1.2 --filter=lnic,1
=item B<--absent-problem> =item B<--absent-problem>
@ -242,13 +242,11 @@ Can be specific or global: --absent-problem=fan,1.2
=item B<--no-component> =item B<--no-component>
Return an error if no compenents are checked. Define the expected status if no components are found (default: critical).
If total (with skipped) is 0. (Default: 'critical' returns).
=item B<--threshold-overload> =item B<--threshold-overload>
Set to overload default threshold values (syntax: section,status,regexp) Use this option to override the status returned by the plugin when the status label matches a regular expression (syntax: section,status,regexp).
It used before default thresholds (order stays).
Example: --threshold-overload='temperature,CRITICAL,^(?!(ok)$)' Example: --threshold-overload='temperature,CRITICAL,^(?!(ok)$)'
=item B<--warning> =item B<--warning>

View File

@ -97,18 +97,16 @@ Can be: 'cpu', 'disk', 'memory', 'mezz', 'raidcontroller', 'temperature'.
=item B<--filter> =item B<--filter>
Exclude some parts (comma seperated list) (Example: --filter=cpu) Exclude the items given as a comma-separated list (example: --filter=cpu).
Can also exclude specific instance: --filter=cpu,1 You can also exclude items from specific instances: --filter=cpu,1
=item B<--no-component> =item B<--no-component>
Return an error if no compenents are checked. Define the expected status if no components are found (default: critical).
If total (with skipped) is 0. (Default: 'critical' returns).
=item B<--threshold-overload> =item B<--threshold-overload>
Set to overload default threshold values (syntax: section,[instance,]status,regexp) Use this option to override the status returned by the plugin when the status label matches a regular expression (syntax: section,[instance,]status,regexp).
It used before default thresholds (order stays).
Example: --threshold-overload='cpu,CRITICAL,^(?!(ok)$)' Example: --threshold-overload='cpu,CRITICAL,^(?!(ok)$)'
=item B<--warning> =item B<--warning>

View File

@ -77,18 +77,16 @@ Can be: 'blade', 'fan', 'psu', 'switch'.
=item B<--filter> =item B<--filter>
Exclude some parts (comma seperated list) (Example: --filter=psu) Exclude the items given as a comma-separated list (example: --filter=psu).
Can also exclude specific instance: --filter=psu,1 You can also exclude items from specific instances: --filter=psu,1
=item B<--no-component> =item B<--no-component>
Return an error if no compenents are checked. Define the expected status if no components are found (default: critical).
If total (with skipped) is 0. (Default: 'critical' returns).
=item B<--threshold-overload> =item B<--threshold-overload>
Set to overload default threshold values (syntax: section,[instance,]status,regexp) Use this option to override the status returned by the plugin when the status label matches a regular expression (syntax: section,[instance,]status,regexp).
It used before default thresholds (order stays).
Example: --threshold-overload='psu,CRITICAL,^(?!(ok)$)' Example: --threshold-overload='psu,CRITICAL,^(?!(ok)$)'
=back =back

View File

@ -100,18 +100,16 @@ Can be: 'component', 'cpu', 'harddisk', 'fan', 'logicaldrive',
=item B<--filter> =item B<--filter>
Exclude some parts (comma seperated list) (Example: --filter=psu) Exclude the items given as a comma-separated list (example: --filter=psu).
Can also exclude specific instance: --filter=psu,1 You can also exclude items from specific instances: --filter=psu,1
=item B<--no-component> =item B<--no-component>
Return an error if no components are checked. Return an error if no components are checked.
If total (with skipped) is 0. (Default: 'critical' returns).
=item B<--threshold-overload> =item B<--threshold-overload>
Set to overload default threshold values (syntax: section,[instance,]status,regexp) Use this option to override the status returned by the plugin when the status label matches a regular expression (syntax: section,[instance,]status,regexp).
It used before default thresholds (order stays).
Example: --threshold-overload='psu,CRITICAL,^(?!(ok)$)' Example: --threshold-overload='psu,CRITICAL,^(?!(ok)$)'
=item B<--warning> =item B<--warning>

View File

@ -137,8 +137,8 @@ Can be: 'ambient', 'powermodule', 'fanpack', 'chassisfan',
=item B<--filter> =item B<--filter>
Exclude some parts (comma seperated list) (Example: --filter=blower --filter=powermodule) Exclude the items given as a comma-separated list (example: --filter=blower --filter=powermodule).
Can also exclude specific instance: --filter=blower,1 You can also exclude items from specific instances: --filter=blower,1
=item B<--absent-problem> =item B<--absent-problem>
@ -147,13 +147,11 @@ Can be specific or global: --absent-problem=powermodule,2
=item B<--no-component> =item B<--no-component>
Return an error if no compenents are checked. Define the expected status if no components are found (default: critical).
If total (with skipped) is 0. (Default: 'critical' returns).
=item B<--threshold-overload> =item B<--threshold-overload>
Set to overload default threshold values (syntax: section,[instance,]status,regexp) Use this option to override the status returned by the plugin when the status label matches a regular expression (syntax: section,[instance,]status,regexp).
It used before default thresholds (order stays).
Example: --threshold-overload='blade,OK,unknown' Example: --threshold-overload='blade,OK,unknown'
=item B<--warning> =item B<--warning>
@ -168,4 +166,4 @@ Example: --critical='blower,1,50'
=back =back
=cut =cut

View File

@ -84,18 +84,16 @@ Can be: 'cpu', 'disk', 'fan', 'global', 'memory', 'power', 'temperature', 'volta
=item B<--filter> =item B<--filter>
Exclude some parts (comma seperated list) (Example: --filter=fan --filter=temperature) Exclude the items given as a comma-separated list (example: --filter=fan --filter=temperature).
Can also exclude specific instance: --filter=fan,1 You can also exclude items from specific instances: --filter=fan,1
=item B<--no-component> =item B<--no-component>
Return an error if no compenents are checked. Define the expected status if no components are found (default: critical).
If total (with skipped) is 0. (Default: 'critical' returns).
=item B<--threshold-overload> =item B<--threshold-overload>
Set to overload default threshold values (syntax: section,[instance,]status,regexp) Use this option to override the status returned by the plugin when the status label matches a regular expression (syntax: section,[instance,]status,regexp).
It used before default thresholds (order stays).
Example: --threshold-overload='fan,OK,offline' Example: --threshold-overload='fan,OK,offline'
=item B<--warning> =item B<--warning>

View File

@ -81,18 +81,16 @@ Can be: 'temperature', 'voltage', 'fan', 'psu', 'disk', 'raidvolume'.
=item B<--filter> =item B<--filter>
Exclude some parts (comma seperated list) (Example: --filter=fan --filter=temperature) Exclude the items given as a comma-separated list (example: --filter=fan --filter=temperature).
Can also exclude specific instance: --filter=fan,1 You can also exclude items from specific instances: --filter=fan,1
=item B<--no-component> =item B<--no-component>
Return an error if no compenents are checked. Define the expected status if no components are found (default: critical).
If total (with skipped) is 0. (Default: 'critical' returns).
=item B<--threshold-overload> =item B<--threshold-overload>
Set to overload default threshold values (syntax: section,[instance,]status,regexp) Use this option to override the status returned by the plugin when the status label matches a regular expression (syntax: section,[instance,]status,regexp).
It used before default thresholds (order stays).
Example: --threshold-overload='fan,OK,offline' Example: --threshold-overload='fan,OK,offline'
=item B<--warning> =item B<--warning>

View File

@ -297,8 +297,7 @@ Exclude some slots (comma seperated list) (Example: --exclude=IDO,PS0)
=item B<--no-component> =item B<--no-component>
Return an error if no compenents are checked. Define the expected status if no components are found (default: critical).
If total (with skipped) is 0. (Default: 'critical' returns).
=back =back

View File

@ -218,18 +218,16 @@ Can be: 'temperature', 'si', 'disk', 'fan', 'voltage', 'psu', 'sensors'.
=item B<--filter> =item B<--filter>
Exclude some parts (comma seperated list) (Example: --filter=fan) Exclude the items given as a comma-separated list (example: --filter=fan).
Can also exclude specific instance: --filter=fan,F1.RS You can also exclude items from specific instances: --filter=fan,F1.RS
=item B<--no-component> =item B<--no-component>
Return an error if no compenents are checked. Define the expected status if no components are found (default: critical).
If total (with skipped) is 0. (Default: 'critical' returns).
=item B<--threshold-overload> =item B<--threshold-overload>
Set to overload default threshold values (syntax: section,status,regexp) Use this option to override the status returned by the plugin when the status label matches a regular expression (syntax: section,status,regexp).
It used before default thresholds (order stays).
Example: --threshold-overload='fan,CRITICAL,^(?!(OK|NOT PRESENT)$)' Example: --threshold-overload='fan,CRITICAL,^(?!(OK|NOT PRESENT)$)'
=back =back

View File

@ -260,8 +260,7 @@ Timeout in seconds for the command (Default: 30).
=item B<--threshold-overload> =item B<--threshold-overload>
Set to overload default threshold values (syntax: status,regexp) Use this option to override the status returned by the plugin when the status label matches a regular expression (syntax: status,regexp).
It used before default thresholds (order stays).
Example: --threshold-overload='UNKNOWN,Normal' Example: --threshold-overload='UNKNOWN,Normal'
=item B<--exclude> =item B<--exclude>

View File

@ -72,12 +72,11 @@ Can be: 'sensor'.
=item B<--filter> =item B<--filter>
Can also exclude specific instance: --filter=sensor,fan You can also exclude items from specific instances: --filter=sensor,fan
=item B<--no-component> =item B<--no-component>
Return an error if no compenents are checked. Define the expected status if no components are found (default: critical).
If total (with skipped) is 0. (Default: 'critical' returns).
=item B<--warning> =item B<--warning>

View File

@ -81,17 +81,15 @@ Can be: 'sensor', 'disk', 'memory'.
=item B<--filter> =item B<--filter>
Exclude some parts (comma seperated list) Exclude some parts (comma seperated list)
Can also exclude specific instance: --filter=sensor,temperature.* You can also exclude items from specific instances: --filter=sensor,temperature.*
=item B<--no-component> =item B<--no-component>
Return an error if no compenents are checked. Define the expected status if no components are found (default: critical).
If total (with skipped) is 0. (Default: 'critical' returns).
=item B<--threshold-overload> =item B<--threshold-overload>
Set to overload default threshold values (syntax: section,[instance,]status,regexp) Use this option to override the status returned by the plugin when the status label matches a regular expression (syntax: section,[instance,]status,regexp).
It used before default thresholds (order stays).
Example: --threshold-overload='sensor.temperature,OK,warning' Example: --threshold-overload='sensor.temperature,OK,warning'
=item B<--warning> =item B<--warning>

View File

@ -100,18 +100,16 @@ Can be: 'component', 'cpu', 'harddisk', 'fan', 'logicaldrive',
=item B<--filter> =item B<--filter>
Exclude some parts (comma seperated list) (Example: --filter=psu) Exclude the items given as a comma-separated list (example: --filter=psu).
Can also exclude specific instance: --filter=psu,1 You can also exclude items from specific instances: --filter=psu,1
=item B<--no-component> =item B<--no-component>
Return an error if no components are checked. Return an error if no components are checked.
If total (with skipped) is 0. (Default: 'critical' returns).
=item B<--threshold-overload> =item B<--threshold-overload>
Set to overload default threshold values (syntax: section,[instance,]status,regexp) Use this option to override the status returned by the plugin when the status label matches a regular expression (syntax: section,[instance,]status,regexp).
It used before default thresholds (order stays).
Example: --threshold-overload='psu,CRITICAL,^(?!(ok)$)' Example: --threshold-overload='psu,CRITICAL,^(?!(ok)$)'
=item B<--warning> =item B<--warning>

View File

@ -75,18 +75,16 @@ Can be: 'alarm'.
=item B<--filter> =item B<--filter>
Exclude some parts (comma seperated list) (Example: --filter=alarm) Exclude the items given as a comma-separated list (example: --filter=alarm).
Can also exclude specific instance: --filter=alarm,1 You can also exclude items from specific instances: --filter=alarm,1
=item B<--no-component> =item B<--no-component>
Return an error if no compenents are checked. Define the expected status if no components are found (default: critical).
If total (with skipped) is 0. (Default: 'critical' returns).
=item B<--threshold-overload> =item B<--threshold-overload>
Set to overload default threshold values (syntax: section,[instance,]status,regexp) Use this option to override the status returned by the plugin when the status label matches a regular expression (syntax: section,[instance,]status,regexp).
It used before default thresholds (order stays).
Example: --threshold-overload='alarm,1,OK,enabled' Example: --threshold-overload='alarm,1,OK,enabled'
=back =back

View File

@ -69,17 +69,15 @@ Check alarms.
=item B<--filter> =item B<--filter>
Exclude some parts (comma seperated list) Exclude some parts (comma seperated list)
Can also exclude specific instance: --filter="alarm,FAN Alarm" You can also exclude items from specific instances: --filter="alarm,FAN Alarm"
=item B<--no-component> =item B<--no-component>
Return an error if no compenents are checked. Define the expected status if no components are found (default: critical).
If total (with skipped) is 0. (Default: 'critical' returns).
=item B<--threshold-overload> =item B<--threshold-overload>
Set to overload default threshold values (syntax: section,[instance,]status,regexp) Use this option to override the status returned by the plugin when the status label matches a regular expression (syntax: section,[instance,]status,regexp).
It used before default thresholds (order stays).
Example: --threshold-overload='alarm,FAN Alarm,OK,on' Example: --threshold-overload='alarm,FAN Alarm,OK,on'
=back =back

View File

@ -75,17 +75,15 @@ Check sensors.
=item B<--filter> =item B<--filter>
Exclude some parts (comma seperated list) Exclude some parts (comma seperated list)
Can also exclude specific instance: --filter=sensor,1.1 You can also exclude items from specific instances: --filter=sensor,1.1
=item B<--no-component> =item B<--no-component>
Return an error if no compenents are checked. Define the expected status if no components are found (default: critical).
If total (with skipped) is 0. (Default: 'critical' returns).
=item B<--threshold-overload> =item B<--threshold-overload>
Set to overload default threshold values (syntax: section,[instance,]status,regexp) Use this option to override the status returned by the plugin when the status label matches a regular expression (syntax: section,[instance,]status,regexp).
It used before default thresholds (order stays).
Example: --threshold-overload='sensor,CRITICAL,sensorStatusNotApplicable' Example: --threshold-overload='sensor,CRITICAL,sensorStatusNotApplicable'
=item B<--warning> =item B<--warning>

View File

@ -135,8 +135,7 @@ Check output source status (XUPS-MIB).
=item B<--threshold-overload> =item B<--threshold-overload>
Set to overload default threshold values (syntax: status,regexp) Use this option to override the status returned by the plugin when the status label matches a regular expression (syntax: status,regexp).
It used before default thresholds (order stays).
Example: --threshold-overload='WARNING,bypass|booster' Example: --threshold-overload='WARNING,bypass|booster'
=back =back

View File

@ -77,8 +77,8 @@ Can be: 'fan', 'psu'.
=item B<--filter> =item B<--filter>
Exclude some parts (comma seperated list) (Example: --filter=fan) Exclude the items given as a comma-separated list (example: --filter=fan).
Can also exclude specific instance: --filter=fan,1 You can also exclude items from specific instances: --filter=fan,1
=item B<--absent-problem> =item B<--absent-problem>
@ -87,13 +87,12 @@ Can be specific or global: --absent-problem=fan,2
=item B<--no-component> =item B<--no-component>
Return an error if no compenents are checked. Define the expected status if no components are found (default: critical).
If total (with skipped) is 0. (Default: 'critical' returns).
=item B<--threshold-overload> =item B<--threshold-overload>
Set to overload default threshold values (syntax: section,[instance,]status,regexp) Use this option to override the status returned by the plugin when the status label matches a regular expression (syntax: section,[instance,]status,regexp).
It used before default thresholds (order stays).
Example: --threshold-overload='fan,CRITICAL,^(?!(active)$)' Example: --threshold-overload='fan,CRITICAL,^(?!(active)$)'
=back =back

View File

@ -87,17 +87,16 @@ Can be: 'psu', 'fan', 'temperature'.
=item B<--filter> =item B<--filter>
Exclude some parts (comma seperated list) Exclude some parts (comma seperated list)
Can also exclude specific instance: --filter=psu,1 You can also exclude items from specific instances: --filter=psu,1
=item B<--no-component> =item B<--no-component>
Return an error if no compenents are checked. Define the expected status if no components are found (default: critical).
If total (with skipped) is 0. (Default: 'critical' returns).
=item B<--threshold-overload> =item B<--threshold-overload>
Set to overload default threshold values (syntax: section,[instance,]status,regexp) Use this option to override the status returned by the plugin when the status label matches a regular expression (syntax: section,[instance,]status,regexp).
It used before default thresholds (order stays).
Example: --threshold-overload='psu,OK,off' Example: --threshold-overload='psu,OK,off'
=item B<--warning> =item B<--warning>

View File

@ -83,8 +83,8 @@ Can be: 'voltage', 'temperature', 'fan', 'psu'.
=item B<--filter> =item B<--filter>
Exclude some parts (comma seperated list) (Example: --filter=fan --filter=psu) Exclude the items given as a comma-separated list (example: --filter=fan --filter=psu).
Can also exclude specific instance: --filter=fan,1 You can also exclude items from specific instances: --filter=fan,1
=item B<--absent-problem> =item B<--absent-problem>
@ -93,13 +93,12 @@ Can be specific or global: --absent-problem=psu,1
=item B<--no-component> =item B<--no-component>
Return an error if no compenents are checked. Define the expected status if no components are found (default: critical).
If total (with skipped) is 0. (Default: 'critical' returns).
=item B<--threshold-overload> =item B<--threshold-overload>
Set to overload default threshold values (syntax: section,[instance,]status,regexp) Use this option to override the status returned by the plugin when the status label matches a regular expression (syntax: section,[instance,]status,regexp).
It used before default thresholds (order stays).
Example: --threshold-overload='psu,CRITICAL,^(?!(normal|initial)$)' Example: --threshold-overload='psu,CRITICAL,^(?!(normal|initial)$)'
=item B<--warning> =item B<--warning>

View File

@ -85,18 +85,17 @@ Can be: 'shelf', 'card'.
=item B<--filter> =item B<--filter>
Exclude some parts (comma seperated list) (Example: --filter=shelf) Exclude the items given as a comma-separated list (example: --filter=shelf).
Can also exclude specific instance: --filter=card,psu.1.1.4 You can also exclude items from specific instances: --filter=card,psu.1.1.4
=item B<--no-component> =item B<--no-component>
Return an error if no compenents are checked. Define the expected status if no components are found (default: critical).
If total (with skipped) is 0. (Default: 'critical' returns).
=item B<--threshold-overload> =item B<--threshold-overload>
Set to overload default threshold values (syntax: section,[instance,]status,regexp) Use this option to override the status returned by the plugin when the status label matches a regular expression (syntax: section,[instance,]status,regexp).
It used before default thresholds (order stays).
Example: --threshold-overload='card,WARNING,initializing' Example: --threshold-overload='card,WARNING,initializing'
=back =back

View File

@ -345,7 +345,7 @@ Set the interface (number expected) ex: 1,2,... (empty means 'check all interfac
=item B<--name> =item B<--name>
Allows to use interface name with option --interface instead of interface oid index (Can be a regexp) Allows you to define the interface (in option --interface) by name instead of OID index. The name matching mode supports regular expressions.
=item B<--speed> =item B<--speed>

View File

@ -115,7 +115,7 @@ Set the interface (number expected) ex: 1,2,... (empty means 'check all interfac
=item B<--name> =item B<--name>
Allows to use interface name with option --interface instead of interface oid index (Can be a regexp) Allows you to define the interface (in option --interface) by name instead of OID index. The name matching mode supports regular expressions.
=item B<--speed> =item B<--speed>

View File

@ -81,18 +81,17 @@ Can be: 'cardtemperature', 'sfp'.
=item B<--filter> =item B<--filter>
Exclude some parts (comma seperated list) (Example: --filter=cardtemperature) Exclude the items given as a comma-separated list (example: --filter=cardtemperature).
Can also exclude specific instance: --filter=cardtemperature,1080.1 You can also exclude items from specific instances: --filter=cardtemperature,1080.1
=item B<--no-component> =item B<--no-component>
Return an error if no compenents are checked. Define the expected status if no components are found (default: critical).
If total (with skipped) is 0. (Default: 'critical' returns).
=item B<--threshold-overload> =item B<--threshold-overload>
Set to overload default threshold values (syntax: section,[instance,]status,regexp) Use this option to override the status returned by the plugin when the status label matches a regular expression (syntax: section,[instance,]status,regexp).
It used before default thresholds (order stays).
Example: --threshold-overload='sfp,OK,^los$' Example: --threshold-overload='sfp,OK,^los$'
=item B<--warning> =item B<--warning>

View File

@ -139,18 +139,17 @@ Some not exists ;)
=item B<--filter> =item B<--filter>
Exclude some parts (comma seperated list) (Example: --filter=fan) Exclude the items given as a comma-separated list (example: --filter=fan).
Can also exclude specific instance: --filter=fan,1.2 You can also exclude items from specific instances: --filter=fan,1.2
=item B<--no-component> =item B<--no-component>
Return an error if no compenents are checked. Define the expected status if no components are found (default: critical).
If total (with skipped) is 0. (Default: 'critical' returns).
=item B<--threshold-overload> =item B<--threshold-overload>
Set to overload default threshold values (syntax: section,[instance,]status,regexp) Use this option to override the status returned by the plugin when the status label matches a regular expression (syntax: section,[instance,]status,regexp).
It used before default thresholds (order stays).
Example: --threshold-overload='psu.oper,CRITICAL,standby' Example: --threshold-overload='psu.oper,CRITICAL,standby'
=back =back

View File

@ -126,8 +126,7 @@ Check PBX Role.
=item B<--threshold-overload> =item B<--threshold-overload>
Set to overload default threshold values (syntax: section,status,regexp) Use this option to override the status returned by the plugin when the status label matches a regular expression (syntax: section,status,regexp).
It used before default thresholds (order stays).
Example: --threshold-overload='role,CRITICAL,^(?!(main)$)' Example: --threshold-overload='role,CRITICAL,^(?!(main)$)'
=back =back

View File

@ -128,8 +128,7 @@ Check PBX State.
=item B<--threshold-overload> =item B<--threshold-overload>
Set to overload default threshold values (syntax: section,status,regexp) Use this option to override the status returned by the plugin when the status label matches a regular expression (syntax: section,status,regexp).
It used before default thresholds (order stays).
Example: --threshold-overload='state,CRITICAL,^(?!(normal)$)' Example: --threshold-overload='state,CRITICAL,^(?!(normal)$)'
=back =back

View File

@ -86,18 +86,17 @@ Can be: 'voltage', 'fan', 'temperature', 'psu'.
=item B<--filter> =item B<--filter>
Exclude some parts (comma seperated list) (Example: --filter=psu) Exclude the items given as a comma-separated list (example: --filter=psu).
Can also exclude specific instance: --filter=fan,1.1.1 You can also exclude items from specific instances: --filter=fan,1.1.1
=item B<--no-component> =item B<--no-component>
Return an error if no compenents are checked. Define the expected status if no components are found (default: critical).
If total (with skipped) is 0. (Default: 'critical' returns).
=item B<--threshold-overload> =item B<--threshold-overload>
Set to overload default threshold values (syntax: section,status,regexp) Use this option to override the status returned by the plugin when the status label matches a regular expression (syntax: section,status,regexp).
It used before default thresholds (order stays).
Example: --threshold-overload='fan,WARNING,failed' Example: --threshold-overload='fan,WARNING,failed'
=item B<--warning> =item B<--warning>

View File

@ -83,18 +83,17 @@ Can be: 'fan', 'psu', 'temperature', 'fan'.
=item B<--filter> =item B<--filter>
Exclude some parts (comma seperated list) (Example: --filter=psu) Exclude the items given as a comma-separated list (example: --filter=psu).
Can also exclude specific instance: --filter=fan,chassis:1:1/1 You can also exclude items from specific instances: --filter=fan,chassis:1:1/1
=item B<--no-component> =item B<--no-component>
Return an error if no compenents are checked. Define the expected status if no components are found (default: critical).
If total (with skipped) is 0. (Default: 'critical' returns).
=item B<--threshold-overload> =item B<--threshold-overload>
Set to overload default threshold values (syntax: section,status,regexp) Use this option to override the status returned by the plugin when the status label matches a regular expression (syntax: section,status,regexp).
It used before default thresholds (order stays).
Example: --threshold-overload='fan,WARNING,string' Example: --threshold-overload='fan,WARNING,string'
=item B<--warning> =item B<--warning>

View File

@ -78,18 +78,17 @@ Can be: 'psu', 'temperature', 'fan', 'fantry'.
=item B<--filter> =item B<--filter>
Exclude some parts (comma seperated list) (Example: --filter=psu) Exclude the items given as a comma-separated list (example: --filter=psu).
Can also exclude specific instance: --filter=fan,1.1 You can also exclude items from specific instances: --filter=fan,1.1
=item B<--no-component> =item B<--no-component>
Return an error if no compenents are checked. Define the expected status if no components are found (default: critical).
If total (with skipped) is 0. (Default: 'critical' returns).
=item B<--threshold-overload> =item B<--threshold-overload>
Set to overload default threshold values (syntax: section,status,regexp) Use this option to override the status returned by the plugin when the status label matches a regular expression (syntax: section,status,regexp).
It used before default thresholds (order stays).
Example: --threshold-overload='fan,WARNING,string' Example: --threshold-overload='fan,WARNING,string'
=item B<--warning> =item B<--warning>

Some files were not shown because too many files have changed in this diff Show More