#9761 remove lines "logstash"
This commit is contained in:
parent
ac1727e7d6
commit
19abe5f0f6
|
@ -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
|
||||||
|
|
|
@ -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',
|
||||||
|
|
Loading…
Reference in New Issue