diff --git a/storage/hp/p2000/xmlapi/mode/health.pm b/storage/hp/p2000/xmlapi/mode/health.pm index ae7ac292d..152c1d7ca 100644 --- a/storage/hp/p2000/xmlapi/mode/health.pm +++ b/storage/hp/p2000/xmlapi/mode/health.pm @@ -38,19 +38,22 @@ sub set_system { $self->{thresholds} = { # disk, enclosure, vdisk default => [ + ['ok', 'OK'], ['degraded', 'WARNING'], - ['failed', 'CRITICAL'], + ['failed|fault', 'CRITICAL'], ['unknown|not available', 'UNKNOWN'], ], fru => [ + ['ok', 'OK'], ['absent', 'WARNING'], ['fault', 'CRITICAL'], ['not available', 'UNKNOWN'], ], sensor => [ + ['ok', 'OK'], ['warning|not installed|unavailable', 'WARNING'], ['error|unrecoverable', 'CRITICAL'], - ['nknown|unsupported', 'UNKNOWN'], + ['unknown|unsupported', 'UNKNOWN'], ], };