Cleanup #430
make simple 'ceph mon stat' check syntax
% Done:
0%
Tags:
Backport:
Reviewed:
Affected Versions:
Pull request ID:
Description
So we can push a future-proof nagios plugin upstream.
History
#1 Updated by Sage Weil over 10 years ago
- Assignee set to Colin McCabe
#2 Updated by Colin McCabe over 10 years ago
- probably want to call it 'ceph mon health'
- should check status of all components, not just monitor
#3 Updated by Sage Weil over 10 years ago
or just 'ceph health'
#4 Updated by Colin McCabe over 10 years ago
Implemented "ceph health" in fbb5a457bacc656cd
The format is:
"HEALTH_OK|HEALTH_WARN|HEALTH_ERR <free-text-string>"
so if all is well, we'll see:
HEALTH_OK
otherwise, we'll see something like
HEALTH_ERR <reason why health is bad>
#5 Updated by Colin McCabe over 10 years ago
- Status changed from New to Resolved