You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
homepage/docs/widgets/services/ceph.md

21 lines
469 B

---
title: Ceph
description: Ceph Widget Configuration
---
Learn more about [Ceph API](https://docs.ceph.com/en/latest/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"]`.
```yaml
widget:
type: ceph
url: http://ceph.host.or.ip:port
username: user1
password: password1
fields: ["status", "alerts", "used"]
```