cephmetrics
cephmetrics copied to clipboard
ceph metric collectors with collectd integration
The code is woefully out of date w.r.t recent ceph releases. Specifically, the mon collector is incompatible with the current json structures returned in Luminous (14.2.X) and later versions. Also,...
} fatal: [dash]: FAILED! => { "msg": "The task includes an option with an undefined variable. The error was: 'dict object' has no attribute 'ceph-grafana'\n\nThe error appears to be in...
Hello, mgr service(prometheus) no exposes rgw buckets metrics. For example: bucket iops, bucket size, etc. Maybe RGW collector will expose metrics in the future?
Replacing usage of group 'all' by dynamic generated group containing all ceph groups. Fixes #247 Signed-off-by: rppietrzak
Scenario: - using the inventory which contains more groups that might be not directly part of ceph deployment Result: - the prometheus.yml templated on the host will have additional non-ceph...
The ceph-mgr role has a name colliding with the similarly named role brought by ceph-ansible, which makes it very difficult (aka next to impossible without dirty Ansible tricks, which doesn't...
Attempting to set values for `ceph-grafana` and `ceph-prometheus` (all?) roles seems to be thwarted by the `merge_vars.yml` task. ```bash ansible-playbook -v \ -e '{"prometheus":{"container_name":"docker-hub.example.com:5000/openshift3/prometheus", "version":"latest"}}' \ -e '{"grafana":{"container_name":"docker-hub.example.com:5000/rhceph/rhceph-3-dashboard-rhel7", "version":"latest"}}' \...
Related: https://github.com/ceph/cephmetrics/pull/132
While testing setting up a Ceph Metrics cluster an issue in the purge.yml playbook file was found. The playbook list /var/lig/graphite-web instead of /var/lib/graphite-web.