mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-04-07 20:35:27 +02:00
fix bad ident
This commit is contained in:
parent
3b5adcd21c
commit
cfb9a2d085
@ -129,10 +129,10 @@ sub run {
|
||||
|
||||
foreach my $containername (keys %{$self->{container_infos}}) {
|
||||
$self->{output}->output_add(long_msg => sprintf("%s [id = %s , image = %s, state = %s]",
|
||||
$containername,
|
||||
$self->{container_infos}->{$containername}->{id},
|
||||
$self->{container_infos}->{$containername}->{image},
|
||||
$self->{container_infos}->{$containername}->{state}));
|
||||
$containername,
|
||||
$self->{container_infos}->{$containername}->{id},
|
||||
$self->{container_infos}->{$containername}->{image},
|
||||
$self->{container_infos}->{$containername}->{state}));
|
||||
}
|
||||
|
||||
$self->{output}->output_add(severity => 'OK',
|
||||
|
Loading…
x
Reference in New Issue
Block a user