mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-30 17:15:11 +02:00
Refs #6339 - delete unused variable
This commit is contained in:
parent
070dd4b54c
commit
1c3ca4bec7
@ -97,7 +97,6 @@ sub run {
|
|||||||
$self->{output}->option_exit();
|
$self->{output}->option_exit();
|
||||||
}
|
}
|
||||||
|
|
||||||
my $exit;
|
|
||||||
if ($webcontent->{status} eq 'green') {
|
if ($webcontent->{status} eq 'green') {
|
||||||
$self->{output}->output_add(severity => 'OK',
|
$self->{output}->output_add(severity => 'OK',
|
||||||
short_msg => sprintf("Cluster %s : All shard are allocated", $webcontent->{cluster_name}));
|
short_msg => sprintf("Cluster %s : All shard are allocated", $webcontent->{cluster_name}));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user