ceph/doc/mgr
Patrick Nawracay 30b5d72d2d mgr/dashboard: Add Grafana proxy
Add the ability to connect the dashboard with a Grafana instance to
display graphs from Grafana incorporated into the dashboard.

Possible configuration options:

$ ceph dashboard set-grafana-api-host <host> # Default: 'localhost'
$ ceph dashboard set-grafana-api-port <port> # Default: 3000
$ ceph dashboard set-grafana-api-scheme <scheme> # Default: 'http'

The configuration can be checked using a GET request to the API endpoint
`/api/grafana/status`. It returns a JSON response in the following
format:

    {
	"available": False,
	"message": "<error message>",
    }

The message is not returned if Grafana is available.

The Grafana proxy is reachable through
`http(s)://<host>/api/grafana/proxy`.

Signed-off-by: Patrick Nawracay <pnawracay@suse.com>
2018-06-06 11:11:27 +02:00
..
administrator.rst doc/mgr: remove none user-facing code from doc 2018-02-09 01:47:35 +08:00
balancer.rst mgr/balancer: add cmd to list all plans 2018-05-12 13:26:13 +00:00
dashboard.rst mgr/dashboard: Add Grafana proxy 2018-06-06 11:11:27 +02:00
hello.rst pybind/mgr: add 'hello world' mgr module skeleton 2018-04-25 10:37:09 -04:00
index.rst doc: add documentation for iostat 2018-05-21 23:47:09 -04:00
influx.rst doc: update config-key->config in mgr module docs 2018-04-23 10:14:31 -04:00
iostat.rst doc: add documentation for iostat 2018-05-21 23:47:09 -04:00
localpool.rst doc: update config-key->config in mgr module docs 2018-04-23 10:14:31 -04:00
plugins.rst doc/mgr: mention how to clear config setting 2018-05-22 18:55:00 +01:00
prometheus.rst doc/mgr/prometheus: add instructions to correlate metrics 2018-04-26 17:22:42 +02:00
restful.rst doc: update config-key->config in mgr module docs 2018-04-23 10:14:31 -04:00
telegraf.rst doc: fix a typo in doc/mgr/telegraf.rst 2018-05-28 10:25:46 +08:00
telemetry.rst mgr/telemetry: Add Ceph Telemetry module to send reports back to project 2018-05-14 23:34:25 +08:00
zabbix.rst mgr/zabbix: Use fsid as identifier with Zabbix if none is set 2017-12-19 13:53:48 +01:00