mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-26 23:24:27 +02:00
add resource-type option for vmware discovery
This commit is contained in:
parent
e96364911f
commit
8f008705f8
@ -33,7 +33,8 @@ sub new {
|
||||
|
||||
$self->{version} = '1.0';
|
||||
$options{options}->add_options(arguments => {
|
||||
"prettify" => { name => 'prettify' },
|
||||
"resource-type:s" => { name => 'resource_type' },
|
||||
"prettify" => { name => 'prettify' },
|
||||
});
|
||||
|
||||
return $self;
|
||||
@ -72,7 +73,7 @@ __END__
|
||||
|
||||
=head1 MODE
|
||||
|
||||
Discover resources.
|
||||
Resources discovery.
|
||||
|
||||
=over 8
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user