Questions tagged [netdata]
43 questions
1
vote
1 answer
Nginx Reverse Proxy - Netdata - Don't display but downlaod as application/octet-stream
I recently change my VPS and reinstalled everything I need, include Netdata, Nginx.
The installer works great to install Netdata. However I have some trouble to do a reverse proxy with Nginx. I already have some reverse proxy on my server and it…

Alexandre Serrano
- 53
- 5
1
vote
0 answers
EC2 Instance Type for NetData Master?
I am currently working on monitoring my EC2 Instances on AWS.
I already installed NetData on a Master Instance that receives information from Slaves Instances, all is working find on that point.
NetData default history is set to 36000 seconds.
At…

k0nezzstark
- 156
- 1
- 10
1
vote
0 answers
How to set different resolution on different chart in netdata?
I have setup a netdata server to monitor application metrics, and would like to use statsd to collect metrics data. After research some days, I still have no idea of how to set different resolution on different chart.
For example, I would like to…

Ramon
- 409
- 2
- 8
- 18
1
vote
1 answer
NetData: Even after enabling plugin web_log netdata says disabled in error log and not shows up in UI
I have netdata setup on the same system as nginx. I am monitoring stub_status already through netdata and want to monitor the access.log log file as well.
I first copied /usr/lib/netdata/conf.d/python.d/web_log.confstrong text in directory…

Avik Aggarwal
- 599
- 7
- 28
1
vote
0 answers
How to log mysql read next queries?
I have a big load on my MySQL database.
With NetData ( https://github.com/firehol/netdata ), I saw that the handler "Read Next" sometimes jumps from 30-50 to 4M !
How can I log the concerned queries (concerned by read-next jumps), or detect what…

Yves Denan
- 31
- 5
0
votes
1 answer
Netdata - all custom collectors disappeared from the dashboard
I'm running native netdata on an RPi 3, with a few custom python collectors to monitor my local network.
It seems that a recent update has made all of my collectors disappear from the dashboard. Nothing strange is found in any of the netdata…

Vaiden
- 15,728
- 7
- 61
- 91
0
votes
2 answers
traefik configuration for netdata on docker
I am struggling configuring traefik:v2.6 so I can access a self-hosted netdata instance running on docker. This is my compose file:
version: "3"
services:
netdata:
image: netdata/netdata
volumes:
- "netdataconfig:/etc/netdata"
…

OneK
- 613
- 1
- 7
- 12
0
votes
0 answers
How to remove Progress bar ( toastify_container) from Netdata?
When net-data is launched, the progress bar shows and after few seconds it disappears, so I want to remove net-data progress bar permanently. I need some suggestions regarding for this.
Operating System - Linux
uname -a - 5.10.103-v7l+ #1529 SMP Tue…
0
votes
0 answers
Monitor Redis replica lag using netdata
I want to monitor the redis replica for lags. If the lag increases more than a certain level, I would want to be alerted.
Here by lag I mean, if the replica is lagging behind the master.
I would like to achieve this using Netdata Monitoring.
My…

HarshM
- 21
- 6
0
votes
1 answer
Netdata Tor plugin configuration
Netdata mentions how to set up their tor plugin to be able to monitor traffic: https://learn.netdata.cloud/docs/agent/collectors/python.d.plugin/tor
However they do not detail how do you specify the password
How do you configure your control port…

Hunor Kovács
- 1,062
- 9
- 16
0
votes
1 answer
How to make the netdata apache plugin works on Plesk enviroment
I'm wondering how can I do to make the web apache netdata's plugin works on a Plesk server...
The graphics are empties and no data is displayed.
I've checked and apache mod-status is enabled and working...

JuliSmz
- 996
- 1
- 12
- 26
0
votes
1 answer
Remove netdata package from Yocto
I'm trying to get rid of netdata from my Yocto environment. So I added it to the IMAGE_INSTALL_remove variable inside my .bb file:
IMAGE_INSTALL_remove = "netdata"
I also added it to conf/bblayers.conf file:
DISTRO_FEATURES_remove =…

Mark
- 4,338
- 7
- 58
- 120
0
votes
1 answer
How to add the chart of "voltage fluctuations per core" in Netdata monitoring the status of Raspberry Pi 3A+
I am monitoring the status of my RPi 3A+ while running different applications on the Pi via Netdata monitoring agent.
I want to study about the variations in the per core voltage while executing a particular application on netdata .
I followed the…

Sukhmani Kaur Thethi
- 167
- 1
- 10
0
votes
1 answer
How to setup Netdata to monitor my website performance?
So I have installed netdata on my machine using this tutorial https://www.how2shout.com/how-to/how-to-install-netdata-on-windows-10-wsl.html
I started it in my browser via the provided command 127.0.0.1:19999 and it only monitors and sends…

Zixy Mikirie
- 11
- 1