#9761 remove lines "logstash"

This commit is contained in:
Jonathan 2023-10-17 16:35:58 +02:00
parent ac1727e7d6
commit 19abe5f0f6
2 changed files with 0 additions and 10 deletions

View File

@ -394,15 +394,6 @@ class ConsoleSupervisor
$this->checkPandoraHistoryDB(); $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. * Check historical DB MR version.
* NOTIF.HISTORYDB.MR * NOTIF.HISTORYDB.MR

View File

@ -141,7 +141,6 @@ function notifications_get_subtypes(?string $source=null)
'NOTIF.PANDORADB', 'NOTIF.PANDORADB',
'NOTIF.PANDORADB.HISTORICAL', 'NOTIF.PANDORADB.HISTORICAL',
'NOTIF.HISTORYDB.MR', 'NOTIF.HISTORYDB.MR',
'NOTIF.EXT.ELASTICSEARCH',
'NOTIF.EXT.LOGSTASH', 'NOTIF.EXT.LOGSTASH',
'NOTIF.METACONSOLE.DB_CONNECTION', 'NOTIF.METACONSOLE.DB_CONNECTION',
'NOTIF.DOWNTIME', 'NOTIF.DOWNTIME',