0

I want to check glusterfs-server status, but not in the machine running the server. For example, I want to use curl gluster-server-ip:24007 from the client-side and then check if 200 OK is returned.

Haoyuan Ge
  • 3,379
  • 3
  • 24
  • 40

1 Answers1

0

Heketi may help.

It is RESTful based volume management framework for GlusterFS

link: https://github.com/heketi/heketi

kumar
  • 2,530
  • 6
  • 33
  • 57