threefoldtecharchive / jumpscaleX_core

Apache License 2.0
1 stars 6 forks source link

alerthandler shouldn't use bcdb should only use redis #428

Closed xmonader closed 4 years ago

xmonader commented 4 years ago

implement alerthandler over redis instead of bcdb so you can keep seeing alerts even when something wrong in bcdb

abom commented 4 years ago

Alert handler now uses redis, implemented in RedisAlertHandler.py and also, the UI is updated.

abom commented 4 years ago

To verify, the functionality is still the same, you can test alerta UI:

Alerts also now go to redis, under a alerts named alerts, this can be checked through redis-cli or even our redis client.

Dinaamagdy commented 4 years ago

verified but we need to update all docs in this issue https://github.com/threefoldtech/home/issues/517