collectd-web icon indicating copy to clipboard operation
collectd-web copied to clipboard

Collectd-Web don't display the host client

Open EnzoGislard opened this issue 4 years ago • 0 comments

Hello,

i have a problem with the display on collectd-web, i have my localhost but not my client :/.

I had missing something but i don't know what.

In my /etc/httpd/conf/httpd.conf : <Directory "/var/www/cgi-bin"> AllowOverride all AddHandler cgi-script .cgi Require all granted </Directory>

On /etc/collectd.conf (server) : `Hostname "localhost" FQDNLookup true BaseDir "/var/lib/collectd" PIDFile "/var/run/collectd.pid" PluginDir "/usr/lib64/collectd" TypesDB "/usr/share/collectd/types.db"

....

# server setup Listen "0.0.0.0" "25826" ` on my client collectd.conf : ` Hostname "glusterfstest1.theyard.lan" FQDNLookup true #BaseDir "/var/lib/collectd" #PIDFile "/var/run/collectd.pid" #PluginDir "/usr/lib64/collectd" #TypesDB "/usr/share/collectd/types.db"

....

# client setup: Server "10.10.1.16" "25826" ` and when i listen on the server via the command : ` [root@collectd ~]# tcpdump -i eth0 -p -n -s 1500 udp port 25826 tcpdump: verbose output suppressed, use -v or -vv for full protocol decode listening on eth0, link-type EN10MB (Ethernet), capture size 1500 bytes 12:58:49.436137 IP 10.10.0.236.49820 > 10.10.1.16.25826: UDP, length 1274 12:58:49.436220 IP 10.10.0.236.51936 > 10.10.1.16.25826: UDP, length 1274 12:58:49.436241 IP 10.10.0.236.49820 > 10.10.1.16.25826: UDP, length 1340 12:58:49.436260 IP 10.10.0.236.51936 > 10.10.1.16.25826: UDP, length 1340 12:58:49.436362 IP 10.10.0.236.49820 > 10.10.1.16.25826: UDP, length 1323 12:58:49.436390 IP 10.10.0.236.51936 > 10.10.1.16.25826: UDP, length 1323 12:58:49.436539 IP 10.10.0.236.49820 > 10.10.1.16.25826: UDP, length 1337 etc...`

Do you have any idea, i'm sure i miss something, but i can't get my hands on it.

Thanks

EnzoGislard avatar Feb 05 '21 12:02 EnzoGislard