collectd:Monitoring server not showing clients
Posted
by
Quintin Par
on Server Fault
See other posts from Server Fault
or by Quintin Par
Published on 2011-11-21T06:44:26Z
Indexed on
2013/11/10
22:02 UTC
Read the original article
Hit count: 351
I have setup a monitoring server with the following setup.
<Plugin network>
Listen "0.0.0.0" "25826"
</Plugin>
Now my clients are sending data to the monitoring server(verified through tcpdump). Even the collection folder shows that the data is being dumped
/var/lib/collectd/rrd
[ec2-user at x rrd]$ ll
total 4
drwxr-xr-x 11 root root 4096 Nov 20 17:53 x-web-1.y.com
[ec2-user at x rrd]$
I have also verified with find . -mmin 1 to see if its being constantly updated.
[ec2-user@x rrd]$ find . -mmin 1
./x-web-1.y.com/interface-eth0/if_errors.rrd
./x-web-1.y.com/interface-eth0/if_packets.rrd
./x-web-1.y.com/interface-eth0/if_octets.rrd
./x-web-1.y.com/disk-xvda1/disk_time.rrd
./x-web-1.y.com/disk-xvda1/disk_ops.rrd
./x-web-1.y.com/disk-xvda1/disk_octets.rrd
./x-web-1.y.com/disk-xvda1/disk_merged.rrd
But when i look it up through collectd-web, I don't see the clients
What might be wrong in my setup?
© Server Fault or respective owner