Questions tagged [netdata]
11 questions
4
votes
1 answer
system - softnet_stat - Netdata alarm
We got this Netdata alarm
system.softnet_stat number of times, during the last 10min, ksoftirq
ran out of sysctl net.core.netdev_budget or
net.core.netdev_budget_usecs, with work remaining (this can be a cause
for dropped packets)
I have…

Martin
- 41
- 2
3
votes
3 answers
Netdata, prometheus and grafana - why recommended in this constellation?
Currently I do setup monitoring-service for our Server.
I've found some articles, which recommend to use: Netdata, prometheus and grafana
So I wonder what are the benefits to use all three of them.
Can anybody explain it to me, why prometheus and…

suther
- 143
- 1
- 9
2
votes
1 answer
netdata ipv4 UDP errors
I've recently installed netdata on an Amazon EC2 debian instance that I have. Netdata is pretty cool, nice charts/graphs, painlessly easy to install (compared to others.)
A number of times each day I receive a message such as
1m ipv4 udp receive…

bo gusman
- 23
- 1
- 4
2
votes
1 answer
Spikes on softirqs RCU monitored with NetData on proxmox container
I have a server with the following characteristics: https://www.soyoustart.com/it/offerte/1801sysgame05.xml
Processor
Intel i7-4790K
RAM
32GB DDR3 1333MHz
Traffic
Unlimited
Anti-DDoS
Included
Disks
1x240GB SSD
Bandwidth
250 Mbps
I've installed…

Joseph
- 121
- 3
1
vote
1 answer
netdata: view other servers from one dashboard
I've just installed netdata for testing as a replacement (or augment) for nagios. I have it installed on one machine and it's great.
However, I'm trying to install netdata on a second machine ("cougar"), with the intent of using the first machine…

hymie
- 424
- 2
- 11
1
vote
1 answer
MariaDB / MySql Warning after Netdata installation. "Access denied for user 'netdata'@'localhost' (using password: NO)" How to fix?
I have configured Netdata on an Ubuntu 20.04 Server LEMP server, according to this Linuxbabe.com tutorial.
After installation, I run the following command
sudo systemctl status mariadb.service
which returns the following warning:
[Warning] Access…

DanRan
- 73
- 1
- 3
- 22
0
votes
1 answer
Netdata: apps.plugin errors out because of permission denied
while configuring netdata on my debian 11 mailserver I get constant permission denied errors for the plugins. I have no idea why netdata is even using those and how to get rid of them. Do I need to change permissions for netdata in the /etc/passwd…

tillewolle
- 11
- 1
0
votes
0 answers
Block all IP's except HOME IP in Nginx Netdata virtual host file on Ubuntu Server 20.04
I'm running Ubuntu Server 20.04, and have successfully set up netdata. My netdata's Nginx virtual host file looks like this:
upstream backend {
server 127.0.0.1:19999;
keepalive 64;
}
server {
auth_basic "Protected";
auth_basic_user_file…

DanRan
- 73
- 1
- 3
- 22
0
votes
1 answer
Netdata Connection Timeout behind Reverse Proxy
I run netdata on my server to monitor it. Therefore I use an NGINX Reverse Proxy
together with Letsencrypt and the Authorization feature of NGINX to make it accessible via the internet.
upstream netdata {
server localhost:19999;
keepalive…

Arwed Mett
- 101
- 1
0
votes
1 answer
Netdata logs everything to mysql logs
Since I enabled mariadb logs for all queries on my server, using Netdata shows me each second these queries:
SHOW GLOBAL VARIABLES LIKE 'max_connections'
11 Query SHOW GLOBAL STATUS
11 Query commit
I have to say it's not helping me to…

zeflex
- 101
- 2
0
votes
1 answer
netdata monitoring - unable to install mysql plugin
I can't find instruction how to install the python.d plugins for netdata - I want to use the mysql plugin - but I have no such configuration file, and the /etc/netdata/python.d/ folder is empty.
how can I install the missing plug-ins so I can…

Dani
- 531
- 3
- 11
- 24