mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-26 23:24:27 +02:00
Fix - MON-16256 Retrieve alerts from kadiska new service template mode command (#4650)
Co-authored-by: Lucie Dubrunfaut <ldubrunfaut@CNTR-P-PF3DNAR1> Co-authored-by: sdepassio <114986849+sdepassio@users.noreply.github.com> Co-authored-by: omercier <32134301+omercier@users.noreply.github.com>
This commit is contained in:
parent
8b09c71c9f
commit
f6068be83a
@ -39,7 +39,7 @@ sub new {
|
|||||||
|
|
||||||
sub check_options {
|
sub check_options {
|
||||||
my ($self, %options) = @_;
|
my ($self, %options) = @_;
|
||||||
$self->SUPER::check_options(%options);
|
$self->SUPER::init(%options);
|
||||||
}
|
}
|
||||||
|
|
||||||
sub manage_selection {
|
sub manage_selection {
|
||||||
|
@ -31,7 +31,7 @@ sub new {
|
|||||||
|
|
||||||
$self->{modes} = {
|
$self->{modes} = {
|
||||||
'alerts' => 'apps::monitoring::kadiska::mode::alerts',
|
'alerts' => 'apps::monitoring::kadiska::mode::alerts',
|
||||||
'list-alert-rules' => 'apps::monitoring::kadiska::mode::listalertrules',
|
'list-alert-rules' => 'apps::monitoring::kadiska::mode::listalertrules',
|
||||||
'list-runners' => 'apps::monitoring::kadiska::mode::listrunners',
|
'list-runners' => 'apps::monitoring::kadiska::mode::listrunners',
|
||||||
'list-targets' => 'apps::monitoring::kadiska::mode::listtargets',
|
'list-targets' => 'apps::monitoring::kadiska::mode::listtargets',
|
||||||
'list-watchers' => 'apps::monitoring::kadiska::mode::listwatchers',
|
'list-watchers' => 'apps::monitoring::kadiska::mode::listwatchers',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user