]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/alerts: simple module to send health alerts
authorSage Weil <sage@redhat.com>
Sun, 6 Oct 2019 15:45:57 +0000 (10:45 -0500)
committerSage Weil <sage@redhat.com>
Mon, 7 Oct 2019 14:04:39 +0000 (09:04 -0500)
commitd7223938f818ca725ec72e499a3fefa14d7d83c6
tree3efd8bf6b092ab49aa3369ef4a5c46fcbf37b1f8
parentbbc7bb5a222d2ac0b058c5f2d4319b70390111de
mgr/alerts: simple module to send health alerts

Initialy SMTP support is implemented; nothing else.

This is just smart enough for me to get emails from my home cluster when
something goes wrong.  No bells and whistled at this point.

Signed-off-by: Sage Weil <sage@redhat.com>
ceph.spec.in
debian/ceph-mgr.install
doc/mgr/alerts.rst [new file with mode: 0644]
doc/mgr/index.rst
src/pybind/mgr/alerts/__init__.py [new file with mode: 0644]
src/pybind/mgr/alerts/module.py [new file with mode: 0644]