]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/ccha: IBM Ceph Call Home Agent ccha
authorJuan Miguel Olmo Martínez <jolmomar@redhat.com>
Wed, 5 Apr 2023 17:11:35 +0000 (19:11 +0200)
committerJuan Miguel Olmo Martínez <jolmomar@redhat.com>
Wed, 17 May 2023 15:04:44 +0000 (17:04 +0200)
commitd3f5f1f707024fbe613c6cd46f1b79037ef7f700
treefe4ba32ff5c9ab0e6cd443a9a67a6302669c37e0
parent2cd5eb5a36274b9c6955694fd8b64e1bc3640000
mgr/ccha: IBM Ceph Call Home Agent

- basic functionality for sending/printing reports
- Use environment vars preferentially as module options
- Critical situations are reflected in the Ceph Health status

Signed-off-by: Juan Miguel Olmo Martínez <jolmomar@ibm.com>
src/pybind/mgr/call_home_agent/__init__.py [new file with mode: 0644]
src/pybind/mgr/call_home_agent/config.src [new file with mode: 0644]
src/pybind/mgr/call_home_agent/dataCollectors.py [new file with mode: 0644]
src/pybind/mgr/call_home_agent/module.py [new file with mode: 0644]
src/pybind/mgr/call_home_agent/options.py [new file with mode: 0644]