mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-27 15:44:21 +02:00
Update listvms.pm
Change the macro of disco format
This commit is contained in:
parent
5e368deb3a
commit
f26173323b
@ -70,7 +70,7 @@ sub run {
|
||||
sub disco_format {
|
||||
my ($self, %options) = @_;
|
||||
|
||||
$self->{output}->add_disco_format(elements => ['id', 'name', 'node' ,'status','type','vmid']);
|
||||
$self->{output}->add_disco_format(elements => ['id', 'name', 'node' ,'state','type','vmid']);
|
||||
}
|
||||
|
||||
sub disco_show {
|
||||
|
Loading…
x
Reference in New Issue
Block a user