Hi,

The Telemetry [0] module has been in Ceph since the Mimic release and
when enabled it sends back a anonymized JSON back to
https://telemetry.ceph.com/ every 72 hours with information about the
cluster.

For example:

- Version(s)
- Number of MONs, OSDs, FS, RGW
- Operating System used
- CPUs used by MON and OSD

Enabling the module is very simple:

$ ceph mgr module enable telemetry

And when in Nautilus you also need to run:

$ ceph telemetry on

Before enabling the module you can also view the JSON document it will
send back:

$ ceph telemetry show

If you whish you can also set a contact and a description of the cluster.

$ ceph config set mgr mgr/telemetry/contact 'John Doe
<john....@example.com>'
$ ceph config set mgr mgr/telemetry/description 'My first Ceph cluster'
$ ceph config set mgr mgr/telemetry/channel_ident true

It would be great if more people enable the module! This way the
developers get better insight on how Ceph is used and what versions are
deployed.

Thanks!

Wido

[0]: https://docs.ceph.com/docs/master/mgr/telemetry/
_______________________________________________
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com

Reply via email to