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 {
|
||||
my ($self, %options) = @_;
|
||||
$self->SUPER::check_options(%options);
|
||||
$self->SUPER::init(%options);
|
||||
}
|
||||
|
||||
sub manage_selection {
|
||||
|
|
|
@ -31,7 +31,7 @@ sub new {
|
|||
|
||||
$self->{modes} = {
|
||||
'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-targets' => 'apps::monitoring::kadiska::mode::listtargets',
|
||||
'list-watchers' => 'apps::monitoring::kadiska::mode::listwatchers',
|
||||
|
|
Loading…
Reference in New Issue