mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-24 06:05:17 +02:00
Update disk.pm
This commit is contained in:
parent
03aacd0cc3
commit
82684694a2
@ -33,6 +33,9 @@ my %map_disk_status = (
|
||||
4 => 'failed',
|
||||
5 => 'spare', # since OS 5.4
|
||||
6 => 'available', # since OS 5.4
|
||||
8 => 'raidReconstruction', # since OS 7.x
|
||||
9 => 'copyReconstruction', # since OS 7.x
|
||||
10 => 'system', # since OS 7.x
|
||||
);
|
||||
|
||||
sub load {
|
||||
@ -74,4 +77,4 @@ sub check {
|
||||
}
|
||||
}
|
||||
|
||||
1;
|
||||
1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user