commit
f3fb8ccc52
|
@ -38,11 +38,12 @@ sub set_system {
|
|||
['ok', 'OK'],
|
||||
['unavailable', 'UNKNOWN'],
|
||||
['nonoperational', 'UNKNOWN'],
|
||||
['unknown', 'UNKNOWN'],
|
||||
],
|
||||
sensor => [
|
||||
['ok', 'OK'],
|
||||
['unknown', 'UNKNOWN'],
|
||||
['nonInstalled', 'OK'],
|
||||
['notInstalled', 'OK'],
|
||||
['voltageLowWarning', 'WARNING'],
|
||||
['voltageLowCritical', 'CRITICAL'],
|
||||
['noPower', 'CRITICAL'],
|
||||
|
@ -141,4 +142,4 @@ Set critical threshold for temperatures (syntax: type,instance,threshold)
|
|||
Example: --critical='sensor,.*,40'
|
||||
=back
|
||||
|
||||
=cut
|
||||
=cut
|
||||
|
|
Loading…
Reference in New Issue