mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-29 16:45:04 +02:00
fix azure cpu mode
This commit is contained in:
parent
4638d97a8b
commit
d58e3e1815
@ -81,7 +81,7 @@ sub new {
|
||||
my $self = $class->SUPER::new(package => __PACKAGE__, %options);
|
||||
bless $self, $class;
|
||||
|
||||
$options{options}->add_options(arguments =>v{
|
||||
$options{options}->add_options(arguments => {
|
||||
'resource:s@' => { name => 'resource' },
|
||||
'resource-group:s' => { name => 'resource_group' },
|
||||
'filter-metric:s' => { name => 'filter_metric' }
|
||||
|
Loading…
x
Reference in New Issue
Block a user