X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ceph%2Fsrc%2Fmgr%2FMgrPyModule.cc;h=a2bf73ca379124c26f2d534efae35a0a884e2e8c;hb=c07f9fc5a4f48397831383549fb0482b93480643;hp=fda9bf6528dbd90500cad04bb4569d069b9f6be0;hpb=9439ae556f035e65c9c107ae13ddd09457dbbecd;p=ceph.git diff --git a/ceph/src/mgr/MgrPyModule.cc b/ceph/src/mgr/MgrPyModule.cc index fda9bf652..a2bf73ca3 100644 --- a/ceph/src/mgr/MgrPyModule.cc +++ b/ceph/src/mgr/MgrPyModule.cc @@ -365,3 +365,7 @@ int MgrPyModule::handle_command( return r; } +void MgrPyModule::get_health_checks(health_check_map_t *checks) +{ + checks->merge(health_checks); +}