
Observium is a free network monitoring and management platform that supports various operating systems, devices, and other platforms. Its auto-discovering feature collects data from network devices using SNMP (Simple Network Management Protocol) and stores it in a MySQL database. Being a PHP-based platform, it offers an easy-to-use web interface to allow you to monitor the network devices. Some supported platforms and devices are Linux, Cisco, FreeBSD, Windows, Juniper, Brocade, Netscaler, and NetApp. In this article, you will learn how to install Observium on Ubuntu 20.04 server.
Update the system packages.
Install all the required packages needed to run Observium.
Log in to the MySQL shell. Then, at the password prompt, press Enter to continue.
Create a database named observium.
Create a user named observium. Modify the StrongPassword value with your secure password.
Grant all database privileges to the user.
Reload the changes.
Exit MySQL shell.
Create a directory /opt/observium for Observium.
Add Observium system user.
Add the user to group www-data.
Change the permissions of the directory.
Navigate to /opt.
Download the latest Observium Community Edition installation files.
Unpack the downloaded files.
Navigate into the new install directory.
Copy the default configuration file.
Edit the file for your system.
Modify the file as shown bellow:
Create rrd and logs directory.
Insert the default MySQL database schema.
Edit the default Apache configuration file.
The final content should be similar to the one below.
Disable mpm_event module.
Enable mpm_prefork module.
Enable mod_rewrite.
Restart the Apache service.
Add and initial user with level of 10 for admin. Modify the AdminPassword value with your own secure password.
Create a new file /etc/cron.d/observium to add cron jobs.
Add the following contents:
To access the Observium Web Interface, go to your browser and visit http://Server_IP/. For example:
You have successfully installed Observium on your server. You will get a login screen; use admin as your username and AdminPassword as your password. Modify the AdminPassword value with the secure password you entered during setup. You can now access the Dashboard and configure it to begin managing your network.
To learn more about Observium, go to the official documentation page.
0 Comments
Be the first to comment and share your perspective with the community.