diff options
author | Sage Weil <sage@redhat.com> | 2019-10-06 17:45:57 +0200 |
---|---|---|
committer | Sage Weil <sage@redhat.com> | 2019-10-07 16:04:39 +0200 |
commit | d7223938f818ca725ec72e499a3fefa14d7d83c6 (patch) | |
tree | 3efd8bf6b092ab49aa3369ef4a5c46fcbf37b1f8 /ceph.spec.in | |
parent | Merge PR #30217 into master (diff) | |
download | ceph-d7223938f818ca725ec72e499a3fefa14d7d83c6.tar.xz ceph-d7223938f818ca725ec72e499a3fefa14d7d83c6.zip |
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>
Diffstat (limited to 'ceph.spec.in')
-rw-r--r-- | ceph.spec.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ceph.spec.in b/ceph.spec.in index d9c236e8369..c5128cdbf4d 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -1609,6 +1609,7 @@ fi %files mgr %{_bindir}/ceph-mgr %dir %{_datadir}/ceph/mgr +%{_datadir}/ceph/mgr/alerts %{_datadir}/ceph/mgr/ansible %{_datadir}/ceph/mgr/balancer %{_datadir}/ceph/mgr/crash |