[collectd] collectd client / server network plugin advice required

Keith keith at nhs.net
Mon Dec 12 16:25:51 CET 2016


Hi, We are having trouble getting collectd client / server networking working. We think out client / server can talk to each other but for some reason the data cpu/syslog/interface data from the client isn't getting logged into our influxdb and we're not sure why.

Below is our cut down config from both client & server.

"Client_VM_A" to connect to {"Server_VM_A" > InfluxDB}

==========================================

#Hostname     "the_server"
LoadPlugin network
LoadPlugin nginx
#LoadPlugin syslog   #Not sure if we need this

<Plugin network>
        Server "127.0.0.1" "26000"   #This is out InfluxDB Server
        Listen "192.168.1.10"
</Plugin>

<Plugin "nginx">
  URL "http://192.168.1.150/nginx_status"<http://192.168.1.150/nginx_status>
</Plugin>

==========================================

#Hostname    "the_client"
#FQDNLookup   true

LoadPlugin syslog
LoadPlugin cpu
LoadPlugin interface
LoadPlugin load
LoadPlugin memory
LoadPlugin network

<Plugin network>
        Server "192.168.1.10"
</Plugin>

==========================================

I left the nginx part in just so that I can see data is going into influxdb, and I can see the vaules via the Influx DB Admin Interface and also via Grafana.
collectd starts without error on our client and server machines and we have run the following tcpdump command to see data arriving at the server.
    tcpdump -i eth0 -p -n -s 1500 udp port 25826
    netstat -lnp | grep collectd

Our Client is running collectd 4.10.9   (Centos 6)
Our Server is running collectd 5.6.0   (Centos 7)

Any help would be appreciated.

Thanks
Keith



********************************************************************************************************************

This message may contain confidential information. If you are not the intended recipient please inform the
sender that you have received the message in error before deleting it.
Please do not disclose, copy or distribute information in this e-mail or take any action in reliance on its contents:
to do so is strictly prohibited and may be unlawful.

Thank you for your co-operation.

NHSmail is the secure email and directory service available for all NHS staff in England and Scotland
NHSmail is approved for exchanging patient data and other sensitive information with NHSmail and GSi recipients
NHSmail provides an email address for your career in the NHS and can be accessed anywhere
For more information and to find out how you can switch, visit www.nhsdigital.nhs.uk/nhsmail

********************************************************************************************************************
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.verplant.org/pipermail/collectd/attachments/20161212/72a03b44/attachment.html>


More information about the collectd mailing list