Hi! I have set up rrdcached service with the 2 sockets one for gmetad and one 
limited for ganglia web ...

1. The gmetad socket is with the group rrdcached perm=660
and ganglia (the user that runs gmetad) is in rrdcached group

2. Second socket has perm=770 and i tried group nobody and apache
and the ganglia web page cannot see the data.

The sockets receive the data as i checked with 
while true; do clear ; echo STATS | socat - /tmp/rrdcached_limited.sock ; sleep 
1; done
and
while true; do clear ; echo STATS | socat - /var/run/rrdcached/rrdcached.sock ; 
sleep 1; done

So, i would say that the problem is that ganglia web page cannot access the 
rrdcached_limited.sock
Does anyone some idea where could be the problem?

The only thing i get from http logs is :
ERROR: rrdcached: Permission denied.
and this is in error_log not ssl_error_log (the ganglia web page is on https)

Thank you!
Adrian

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

------------------------------------------------------------------------------
_______________________________________________
Ganglia-general mailing list
Ganglia-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-general

Reply via email to