mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-27 23:54:18 +02:00
Update listvms.pm
Change the macro of disco format
This commit is contained in:
parent
74333b24c4
commit
dac4626ec1
@ -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