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:
Lucie Dubrunfaut 2023-09-11 08:57:23 +02:00 committed by GitHub
parent 8b09c71c9f
commit f6068be83a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ sub new {
sub check_options {
my ($self, %options) = @_;
$self->SUPER::check_options(%options);
$self->SUPER::init(%options);
}
sub manage_selection {

View File

@ -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',