(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>
Set to overload default threshold values (syntax: status,regexp)
It used before default thresholds (order stays).
Use this option to override the status returned by the plugin when the status label matches a regular expression (syntax: status,regexp).
Example: --threshold-overload='CRITICAL,^(?!(good)$)'
=back

View File

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

View File

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

View File

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

View File

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

View File

@ -59,7 +59,7 @@ Set the interface (number expected) ex: 1,2,... (empty means 'check all interfac
=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>

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -59,7 +59,7 @@ Set the interface (number expected) ex: 1,2,... (empty means 'check all interfac
=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>

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -99,17 +99,16 @@ Add literal description for instance value (used in filter, and threshold option
=item B<--filter>
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>
Return an error if no compenents are checked.
If total (with skipped) is 0. (Default: 'critical' returns).
Define the expected status if no components are found (default: critical).
=item B<--threshold-overload>
Set to overload default threshold values (syntax: section,[instance,]status,regexp)
It used before default thresholds (order stays).
Use this option to override the status returned by the plugin when the status label matches a regular expression (syntax: section,[instance,]status,regexp).
Example: --threshold-overload='sensors,WARNING,off'
=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>
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>

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -84,17 +84,16 @@ Can be: 'entity'.
=item B<--filter>
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>
Return an error if no compenents are checked.
If total (with skipped) is 0. (Default: 'critical' returns).
Define the expected status if no components are found (default: critical).
=item B<--threshold-overload>
Set to overload default threshold values (syntax: section,[instance,]status,regexp)
It used before default thresholds (order stays).
Use this option to override the status returned by the plugin when the status label matches a regular expression (syntax: section,[instance,]status,regexp).
Example: --threshold-overload='entity,sensor..*,CRITICAL,minor'
=item B<--warning>

View File

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

View File

@ -1608,7 +1608,7 @@ Rewrite the ranges displayed in the perfdata. Accepted values:
=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>

View File

@ -1137,16 +1137,16 @@ Max repetitions value (default: 50) (only for SNMP v2 and v3).
=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>
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).
=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.
=item B<--snmp-cache-file>

View File

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

View File

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

View File

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

View File

@ -80,17 +80,15 @@ Can be: 'service', 'sdcard'.
=item B<--filter>
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>
Return an error if no compenents are checked.
If total (with skipped) is 0. (Default: 'critical' returns).
Define the expected status if no components are found (default: critical).
=item B<--threshold-overload>
Set to overload default threshold values (syntax: section,[instance,]status,regexp)
It used before default thresholds (order stays).
Use this option to override the status returned by the plugin when the status label matches a regular expression (syntax: section,[instance,]status,regexp).
Example: --threshold-overload='service,relayOutpu1,OK,high'
=back

View File

@ -143,17 +143,15 @@ Can be: 'ad' (audio device), 'aic' (audio input connectors), 'aoc' (audio output
=item B<--filter>
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>
Return an error if no compenents are checked.
If total (with skipped) is 0. (Default: 'critical' returns).
Define the expected status if no components are found (default: critical).
=item B<--threshold-overload>
Set to overload default threshold values (syntax: section,[instance,]status,regexp)
It used before default thresholds (order stays).
Use this option to override the status returned by the plugin when the status label matches a regular expression (syntax: section,[instance,]status,regexp).
Example: --threshold-overload='ad.status,CRITICAL,NotConnected'
=item B<--warning>

View File

@ -111,12 +111,11 @@ Can be: 'hwstatus', 'temperature', 'memory'.
=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>
Set to overload default threshold values (syntax: section,status,regexp)
It used before default thresholds (order stays).
Use this option to override the status returned by the plugin when the status label matches a regular expression (syntax: section,status,regexp).
Example: --threshold-overload='hwstats,CRITICAL,^(?!(OK)$)'
=item B<--warning>

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -90,12 +90,11 @@ Can be: 'temperature', 'humidity'.
=item B<--filter>
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>
Set to overload default threshold values (syntax: section,[instance,]status,regexp)
It used before default thresholds (order stays).
Use this option to override the status returned by the plugin when the status label matches a regular expression (syntax: section,[instance,]status,regexp).
Example: --threshold-overload='sensor,CRITICAL,^(?!(normal)$)'
=item B<--warning>

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -72,12 +72,11 @@ Can be: 'sensor'.
=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>
Return an error if no compenents are checked.
If total (with skipped) is 0. (Default: 'critical' returns).
Define the expected status if no components are found (default: critical).
=item B<--warning>

View File

@ -81,17 +81,15 @@ Can be: 'sensor', 'disk', 'memory'.
=item B<--filter>
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>
Return an error if no compenents are checked.
If total (with skipped) is 0. (Default: 'critical' returns).
Define the expected status if no components are found (default: critical).
=item B<--threshold-overload>
Set to overload default threshold values (syntax: section,[instance,]status,regexp)
It used before default thresholds (order stays).
Use this option to override the status returned by the plugin when the status label matches a regular expression (syntax: section,[instance,]status,regexp).
Example: --threshold-overload='sensor.temperature,OK,warning'
=item B<--warning>

View File

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

View File

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

View File

@ -69,17 +69,15 @@ Check alarms.
=item B<--filter>
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>
Return an error if no compenents are checked.
If total (with skipped) is 0. (Default: 'critical' returns).
Define the expected status if no components are found (default: critical).
=item B<--threshold-overload>
Set to overload default threshold values (syntax: section,[instance,]status,regexp)
It used before default thresholds (order stays).
Use this option to override the status returned by the plugin when the status label matches a regular expression (syntax: section,[instance,]status,regexp).
Example: --threshold-overload='alarm,FAN Alarm,OK,on'
=back

View File

@ -75,17 +75,15 @@ Check sensors.
=item B<--filter>
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>
Return an error if no compenents are checked.
If total (with skipped) is 0. (Default: 'critical' returns).
Define the expected status if no components are found (default: critical).
=item B<--threshold-overload>
Set to overload default threshold values (syntax: section,[instance,]status,regexp)
It used before default thresholds (order stays).
Use this option to override the status returned by the plugin when the status label matches a regular expression (syntax: section,[instance,]status,regexp).
Example: --threshold-overload='sensor,CRITICAL,sensorStatusNotApplicable'
=item B<--warning>

View File

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

View File

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

View File

@ -87,17 +87,16 @@ Can be: 'psu', 'fan', 'temperature'.
=item B<--filter>
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>
Return an error if no compenents are checked.
If total (with skipped) is 0. (Default: 'critical' returns).
Define the expected status if no components are found (default: critical).
=item B<--threshold-overload>
Set to overload default threshold values (syntax: section,[instance,]status,regexp)
It used before default thresholds (order stays).
Use this option to override the status returned by the plugin when the status label matches a regular expression (syntax: section,[instance,]status,regexp).
Example: --threshold-overload='psu,OK,off'
=item B<--warning>

View File

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

View File

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

View File

@ -345,7 +345,7 @@ Set the interface (number expected) ex: 1,2,... (empty means 'check all interfac
=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>

View File

@ -115,7 +115,7 @@ Set the interface (number expected) ex: 1,2,... (empty means 'check all interfac
=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>

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

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