charm-ceph-mon/actions/get-health

7 lines
96 B
Python
Executable File

#!/usr/bin/python
from ceph_ops import get_health
if __name__ == '__main__':
get_health()