diff --git a/collection-scripts/gather_ceph_resources b/collection-scripts/gather_ceph_resources index ab2cefc..a3ee920 100755 --- a/collection-scripts/gather_ceph_resources +++ b/collection-scripts/gather_ceph_resources @@ -30,6 +30,7 @@ ceph_commands+=("ceph fs dump") ceph_commands+=("ceph fs ls") ceph_commands+=("ceph fs status") ceph_commands+=("ceph health detail") +ceph_commands+=("ceph healthcheck history ls") ceph_commands+=("ceph mds stat") ceph_commands+=("ceph mgr dump") ceph_commands+=("ceph mgr module ls")