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 enter image description here

What might be wrong in my setup?

link|improve this question

56% accept rate
feedback

1 Answer

The posted image doesn't seem a part of collectd-web. Anyway, there's a sort of cache effect with Firefox which prevents the rebuilding of collectd-web menus, included the hosts list. Clean Firefox' cache and try again.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.