From 19abe5f0f6340e3547c9f8345eee5f2553b57a49 Mon Sep 17 00:00:00 2001 From: Jonathan Date: Tue, 17 Oct 2023 16:35:58 +0200 Subject: [PATCH] #9761 remove lines "logstash" --- pandora_console/include/class/ConsoleSupervisor.php | 9 --------- pandora_console/include/functions_notifications.php | 1 - 2 files changed, 10 deletions(-) diff --git a/pandora_console/include/class/ConsoleSupervisor.php b/pandora_console/include/class/ConsoleSupervisor.php index b4320b1a4d..25e298e520 100644 --- a/pandora_console/include/class/ConsoleSupervisor.php +++ b/pandora_console/include/class/ConsoleSupervisor.php @@ -394,15 +394,6 @@ class ConsoleSupervisor $this->checkPandoraHistoryDB(); - /* - * Check pandoradb running in main DB. - * Check pandoradb running in historical DB. - * NOTIF.PANDORADB - * NOTIF.PANDORADB.HISTORICAL - */ - - $this->checkPandoraDBMaintenance(); - /* * Check historical DB MR version. * NOTIF.HISTORYDB.MR diff --git a/pandora_console/include/functions_notifications.php b/pandora_console/include/functions_notifications.php index b9393ce1c4..ea5b57283f 100644 --- a/pandora_console/include/functions_notifications.php +++ b/pandora_console/include/functions_notifications.php @@ -141,7 +141,6 @@ function notifications_get_subtypes(?string $source=null) 'NOTIF.PANDORADB', 'NOTIF.PANDORADB.HISTORICAL', 'NOTIF.HISTORYDB.MR', - 'NOTIF.EXT.ELASTICSEARCH', 'NOTIF.EXT.LOGSTASH', 'NOTIF.METACONSOLE.DB_CONNECTION', 'NOTIF.DOWNTIME',