mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-28 16:14:21 +02:00
+ add type in disco datastores
This commit is contained in:
parent
0ff373714d
commit
2210c53186
@ -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