mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-04-08 17:06:05 +02:00
+ add type in disco datastores
This commit is contained in:
parent
93663f1dd9
commit
14b05ad1df
@ -73,7 +73,7 @@ sub run {
|
||||
sub disco_format {
|
||||
my ($self, %options) = @_;
|
||||
|
||||
$self->{output}->add_disco_format(elements => ['name', 'accessible']);
|
||||
$self->{output}->add_disco_format(elements => ['name', 'accessible', 'type']);
|
||||
}
|
||||
|
||||
sub disco_show {
|
||||
|
Loading…
x
Reference in New Issue
Block a user