ceph / ceph-medic

find common issues in ceph clusters
MIT License
22 stars 18 forks source link

split collector and checks needed for every host vs. whole cluster #84

Open alfredodeza opened 6 years ago

alfredodeza commented 6 years ago

Some checks need to run once, like checking some value from ceph -s. Otherwise, a failing check for say 'nearfull: True` would show up in every single node being checked, which is not necessary.

In order to have split checks, the collector needs to be reworked as well to split cluster wide metadata gathering (like ceph -s).

alfredodeza commented 5 years ago

The split checks are done as part of PR #97