(Sorry for the duplicate email, I forgot to CC the list)

Assuming you're using the default setup (RadosGW, FastCGI, and Apache),
it's the same as monitoring a web site.  On every node, verify that request
for / returns a 200.  If the RadosGW agent is down, or FastCGI is
mis-configured, the request will return a 500 error.  If Apache is down,
you won't be able to connect.

I'm also monitoring my load balancer (HAProxy).  I added alerts if HAProxy
marks a node offline.


That's the basics, but you can get more complicated if you want.  You could
add a heartbeat file, and verify it's being updated.  You can monitor the
performance stats returned by /usr/bin/ceph --admin-daemon
/var/run/ceph/radosgw.asok --format=json perf dump.

I'm not doing a heartbeat, but I am monitoring performance.  If the latency
per operation get too high, I alert on that to.  It's really noise during
recovery, but useful when the cluster is healthy.


On Sat, Jul 26, 2014 at 2:58 AM, pragya jain <prag_2...@yahoo.co.in> wrote:

> Thanks zhu qiang for your response
>
> that means there are only the logs with the help of which we can monitor
> radosgw instances for coming user request traffic for uploading and
> downloading the stored data and also for monitoring other features of
> radosgw
> no external monitoring tool, such as calamari, nagios collectd, zabbix
> etc., provide the functionality to monitor radosgw instances.
>
> Am I right?
>
> Thanks again
> Pragya Jain
>
>
>   On Friday, 25 July 2014 8:12 PM, zhu qiang <zhu_qiang...@foxmail.com>
> wrote:
>
>
>
> Hi,
>    May be you can try the ways below:
>   1. Set “debug rgw = 2” ,then view the radosgw daemon’s log, also can use
> ‘sed,grep,awk’,get  the infos you want.
>   2. timely rum “ceph daemon client.radosgw.X perf dump” command to get
> the statics message of radosgw daemon.
>
> This is all I know, may this will be usefull for you.
>
>
> *From:* ceph-users [mailto:ceph-users-boun...@lists.ceph.com] *On Behalf
> Of *pragya jain
> *Sent:* Friday, July 25, 2014 6:39 PM
> *To:* ceph-users@lists.ceph.com
> *Subject:* [ceph-users] radosgw monitoring
>
> Hi all,
>
> Please suggest me some open source monitoring tools which can monitor
> radosgw instances for coming user request traffic for uploading and
> downloading the stored data and also for monitoring other features of
> radosgw
>
> Regards
> Pragya Jain
>
>
>
> _______________________________________________
> ceph-users mailing list
> ceph-users@lists.ceph.com
> http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com
>
>
_______________________________________________
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com

Reply via email to