mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-23 05:35:01 +02:00
fix cisco ise
This commit is contained in:
parent
68120b9be4
commit
7340b564ca
@ -30,8 +30,8 @@ sub new {
|
|||||||
bless $self, $class;
|
bless $self, $class;
|
||||||
|
|
||||||
$self->{version} = '1.0';
|
$self->{version} = '1.0';
|
||||||
%$self->{modes} = {
|
$self->{modes} = {
|
||||||
'session' => 'apps::cisco::ise::restapi::mode::session',
|
'session' => 'apps::cisco::ise::restapi::mode::session'
|
||||||
};
|
};
|
||||||
|
|
||||||
$self->{custom_modes}->{xmlapi} = 'apps::cisco::ise::restapi::custom::xmlapi';
|
$self->{custom_modes}->{xmlapi} = 'apps::cisco::ise::restapi::custom::xmlapi';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user