homepage/docs/widgets/services/ceph.md
2024-04-10 15:51:24 -07:00

469 B

title description
Ceph Ceph Widget Configuration

Learn more about Ceph API.

The username and password are the same as used to login to the web interface.

Allowed fields: ["status", "alerts", "freespace", "usedspace", "free", "used", "read", "write", "recovering"].

widget:
  type: ceph
  url: http://ceph.host.or.ip:port
  username: user1
  password: password1
  fields: ["status", "alerts", "used"]