summaryrefslogtreecommitdiffstats
path: root/src/pybind/mgr/alerts (follow)
Commit message (Expand)AuthorAgeFilesLines
* mgr/dashboard: alerts module supports setting multiple email recipientsbugwz2024-08-291-2/+2
* mgr/alerts: Add Date header to mails sent by alerts moduleLorenz Bausch2022-03-081-2/+4
* mgr/alerts: Generate Message-Id for mails sent by alerts moduleLorenz Bausch2022-03-081-1/+4
* mgr/alerts: add alerts to flake8 testKefu Chai2021-02-102-2/+3
* pybind/mgr/alerts: flake8 cleanupsKefu Chai2021-02-071-7/+10
* pybind/mgr/alerts: define options using OptionKefu Chai2021-02-031-60/+51
* pybind/mgr/alerts: use CLIReadCommand to define commandsKefu Chai2021-02-031-20/+9
* mgr/alerts: type checkingSebastian Wagner2021-01-281-15/+26
* mgr/alerts: Avoid suspicious error messageSebastian Wagner2021-01-281-2/+2
* mgr: logger.warn() -> logger.warning()Michael Fritch2020-05-141-1/+1
* pybind/mgr/*: fix config_notify handling of default valuesSage Weil2020-01-211-1/+1
* mgr/alerts: fix module fails to start without smtp_hostKiefer Chang2019-12-191-0/+3
* mgr/alerts: fix type of interval optionKiefer Chang2019-12-191-1/+1
* mgr/alerts: raise health alert if smtplib has a problemSage Weil2019-10-081-9/+25
* mgr/alerts: simple module to send health alertsSage Weil2019-10-072-0/+241