Hi,

I figure it out
In case someone else is interested, here are some concise instructions

on grafana server
enter correct server names and DNS domain in dasboard.yml and update it
"python dashUpdater.py"

on collectd servers ( OSD, MON)
mkdir -p /usr/lib64/collectd/python-plugins/collectors
copy the collectors and cephmetrics.ph from the git repository into above

cp cephmetrics/collectors/* /usr/lib64/collectd/python-plugins/collectors
cp cephmetrics/cephmetrics.py /usr/lib64/collectd/python-plugins

copy and modify collectd conf files as you see fit
cp cephmetrics/etc/collectd.d/*conf /etc/collectd.d/

restart collectd

Thanks



On Thu, 9 Aug 2018 at 15:38, Michael Kuriger <mk7...@dexyp.com> wrote:

> I use ceph-exporter (docker container) to move the stats into prometheus,
> then grafana to display the dashboards.
>
>
>
> *Mike Kuriger*
> Sr. Unix Systems Engineer
> *T: *818-649-7235 *M: *818-434-6195
> [image: ttp://www.hotyellow.com/deximages/dex-thryv-logo.jpg]
> <http://www.dexyp.com/>
>
>
>
> *From:* ceph-users [mailto:ceph-users-boun...@lists.ceph.com] *On Behalf
> Of *Steven Vacaroaia
> *Sent:* Thursday, August 09, 2018 9:45 AM
> *To:* ceph-users
> *Subject:* [ceph-users] cephmetrics without ansible
>
>
>
> Hi,
>
>
>
> I would be very grateful if any of you will share their
> experience/knowledge
>
>  for using cephmetrics without ansible
>
>
>
> I have deployed my cluster using ceph-deploy on Centos 7
>
> I have Grafana, Graphite and collectd  installed and running / collecting
> data
>
>
>
> Building dashboards and queries is very time consuming
>
>
>
> I 'd like to take advantage of the dashboards and ceph specific
> collections provided by cephmetrics
>
>
>
> How do I do that ?
>
>
>
> Many thanks
>
> Steven
>
_______________________________________________
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com

Reply via email to