If ceph status reports HEALTH_OK then OSD down alarm is not raised.
Same for OSD out.
Example scenario:
The disk might fail which means the osd will be in down state.
Ceph status shows a health warning, for example HEALTH_WARN.
An alarm is raised by ceph-manager.
After some time the disk will be marked out. Ceph health becomes
HEALTH_OK and alarms are cleared.
The user might never replace the disk thus the OSD state is still down
yet no alarm is raised.
Raise alarms even when status is HEALTH_OK to let the user know that
the OSDs are still down or out.
Closes-Bug: 1841903
Change-Id: I4380183ce0cd2e41fbf12d0f9f20a4328293882c
Signed-off-by: Dan Voiculeasa <dan.voiculeasa@windriver.com>