Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Collectd-Web don't display the host client #86

Open
EnzoGislard opened this issue Feb 5, 2021 · 0 comments
Open

Collectd-Web don't display the host client #86

EnzoGislard opened this issue Feb 5, 2021 · 0 comments

Comments

@EnzoGislard
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant