mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-29 00:24:46 +02:00
fix list asm-diskgroup
This commit is contained in:
parent
70c1886192
commit
23fa01375b
@ -71,7 +71,6 @@ sub run {
|
|||||||
'[state = ' . $self->{list_dg}->{$name}->{state} . '] ' .
|
'[state = ' . $self->{list_dg}->{$name}->{state} . '] ' .
|
||||||
'[type = ' . $self->{list_dg}->{$name}->{type} . '] '
|
'[type = ' . $self->{list_dg}->{$name}->{type} . '] '
|
||||||
);
|
);
|
||||||
$self->{output}->output_add(long_msg => "'" . $name . "'");
|
|
||||||
}
|
}
|
||||||
$self->{output}->output_add(severity => 'OK',
|
$self->{output}->output_add(severity => 'OK',
|
||||||
short_msg => "List of asm disk groups:");
|
short_msg => "List of asm disk groups:");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user