Answer the question
In order to leave comments, you need to log in
Why doesn't Munin update/create rrd files?
Debian 9, Munin 2.33-1, RRDtool 1.6.0
Everything worked fine for a year, but a couple of days ago I noticed that the charts had not been updated for a couple of weeks. Perhaps something was updated in the system, or maybe not, I don’t remember.
I tried to restore working capacity, but it didn’t work out, I decided to demolish everything and reinstall it, but the situation has not changed, rrd are still not created, what could be the reason?
What I checked: the munin-node service is running, the rights seem to be normal, the firewall is disabled, the munin user is created, ..
Installation:
apt install -y apt-transport-https libwww-perl libio-all-lwp-perl spawn-fcgi fcgiwrap libcgi-fast -perl munin munin-node munin-plugins-extra
chown -R munin:munin /var/lib/munin/cgi-tmp
/etc/munin/munin.conf
# Расположение основных директорий:
dbdir /var/lib/munin
htmldir /var/www/munin.mysite.ru/www
logdir /var/www/munin.mysite.ru/logs
rundir /var/run/munin
tmpldir /etc/munin/templates
staticdir /etc/munin/static
# Насколько подробно вести журнал:
# 1 - ничего не записывать
# 10 - записывать все, что можно (режим отладки)
# по умолчанию было 4
log_level 1
# Временные cgi-файлы, права на директорию д.б. munin:munin
cgitmpdir /var/lib/munin/cgi-tmp
includedir /etc/munin/munin-conf.d
# Время обновления на графике: минута, час, значение по умолчанию "в секунда"
graph_period second
# Графики создавать cron или cgi
graph_strategy cgi
# Если munin-cgi-graph вызывать много раз, это приведет к нагрузке на CPU и памяти.
# По умолчанию 6, что оптимально для max_cgi_graph_jobs, как и для max_graph_jobs.
#munin_cgi_graph_jobs 6
# Если путь к cgi отличается, то здесь его можно переопределить:
cgiurl_graph /munin-cgi/munin-cgi-graph
# Максимальный размер изображения в пикселях, по умолчанию значение 4000.
max_size_x 4000
max_size_y 4000
# Создавать HTML-файлы или генерировать по требованию (cgi): cron / cgi
html_strategy cgi
# Максимальное число параллельных процессов 16 (по умолчанию). Для отключения укажите 0.
#max_processes 16
# По умолчанию данные хранятся в rrd-файлах. Но если файлов много, то можно закешировать,
# для этого нужно установить программу rrdcached и указать путь к сокету, который использует rrdcached.
#rrdcached_socket /var/run/rrdcached.sock
[Web-server]
address 127.0.0.1
use_node_name yes
# Если снимать по SNMP, то нужно указать: use_node_name no
log_level 1
log_file /var/www/munin.mysite.ru/logs/munin-node.log
host_name Web-server
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question