Hello everyone !
I’m using netdata recently to monitoring some debian/ubuntu servers in my company and, after successfully get nginx netdata plugin workin on my servers, I tried to add some others usefull one.
But after few days of web research, I can’t get something working on my server.
My configuration is that
A parent that going to collect data from childrens, so most of the plugins are going to be on the children (exemple children1 got nginx, children 2 have postegresql etc…) all for now on a VM for training.
I followed the official documentation, but I can’t have any results. I’ve edited this documentation :
And this one
So this is my haproxy.conf end line :
# ------------------------------------------------MODULE-CONFIGURATION--------------------------------------------------
# update_every: 1
# autodetection_retry: 0
# priority: 70000
jobs:
- name: local
url: http://127.0.0.1:8404/metrics
And this is my ./edit-config python.d/haproxy.conf
# ----------------------------------------------------------------------
# AUTO-DETECTION JOBS
# only one of them will run (they have the same name)
via_url:
# user : 'admin'
# pass : 'password'
url : 'http://127.0.0.1:7000/haproxy_stats;csv;norefresh'
#via_socket:
#socket: '/var/run/haproxy/admin.sock'
Do you have any tips ?
Thank you a lot !