Install Munin client
Munin is a free and open-source monitoring tool.
Munin is written in Perl.
Update the system and install packages
apt update && apt install munin-node -y
allow access for munin master server
vi /etc/munin/munin-node.conf
allow ^127\.0\.0\.1$
allow ^::1$
allow ^192\.168\.1\.1$ # ip of munin master server
restart munin client
service munin-node restart
netstat -tulpn | grep 4949
tcp6 0 0 :::4949 :::* LISTEN 6439/perl
configure munin master server
vi /etc/munin/munin.conf
[myhostname.local] address 192.168.1.2 # ip address of client use_node_name yes
service munin-node restart
add server to Smokeping
vi /etc/smokeping/config.d/Targets