Questions tagged [netdata]

11 questions
5
votes
4 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
  • 173
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
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…
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
  • 434
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
  • 133
0
votes
0 answers

Missing Data in Grafana Graphs Despite Continuous Netdata + InfluxDB Collection and Temporary Network Loss

Issue Description: The system, running Debian 10 on an Intel NUC, was operating normally. However, there was a network connection interruption at approximately 12:10 PM on December 27. Despite the machine remaining powered on, Grafana's graphs…
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…
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…
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
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
  • 569