Monitorix is a free and Open-source, lightweight system monitoring tool designed to monitor services, system resources, and servers. It is similar to Zabbix, Nagios, and Cacti.
This tutorial will be helpful for the users to install Monitorix 3.14.0 on Ubuntu 20.04 LTS, Ubuntu 21.10, LinuxMint 20.3, Fedora 35, and Rocky Linux 8.
Monitorix team released a new version 3.14.0 on January 18, 2022.
All users are requested to upgrade to the current version 3.14.0
WHAT’S NEW IN MONITORIX 3.14.0?
- Newer version Introduces 3 modules: nvme.pm , nvidiagpu.pm, amdgpu.pm.
- Added support in redis.pm to connect to a socket file
- Added support for IPv6 addresses in traffacct.pm
- Added the option time_unit in system.pm to set the scale of the uptime graph
- Added the ability to view the website as web app in full screen mode
- Added legend customisation to ambsens.pm
- Fixed to honour the option on graphs 2 and 3 in disk.pm.
- Small cosmetic changes.
Refer to the URL for the complete changelog.
INSTALL MONITORIX 3.14.0 ON UBUNTU 22.04 LTS / LINUX MINT?
Step 1: Make sure the system is up to date
sudo apt update
Step 2: Install the Dependencies
sudo apt-get install rrdtool perl libwww-perl libmailtools-perl libmime-lite-perl librrds-perl libdbi-perl libxml-simple-perl libhttp-server-simple-perl libconfig-general-perl libio-socket-ssl-perl
Step 3: Download Monitorix package
wget https://www.monitorix.org/monitorix_3.14.0-izzy1_all.deb && sudo dpkg -i monitorix_3.14.0-izzy1_all.deb
Step 4: Access Monitorix
Once installation is completed, from your browser type the below URL to access the Monitorix dashboard. Replace COMPUTER_IP with your server IP address.
http://COMPUTER_IP:8080/monitorix
Leave a Reply