First, log into your database:
sudo rm -rf /opt/observium/rrd # already removed above, but check for external locations sudo rm -rf /var/log/observium # if logs were stored outside the install dir
: sudo rm /etc/apache2/sites-available/observium.conf and then sudo systemctl reload apache2 .
# Restart your web server sudo systemctl restart apache2 # OR sudo systemctl restart nginx uninstall observium ubuntu
Your Ubuntu server is now free of Observium and ready for a fresh install of another monitoring platform or simply reclaimed system resources. If you ever decide to return to Observium, you can start with a completely clean slate.
You will need root or sudo access to execute these commands. Step 1: Stop Associated Services and Daemons
That’s fine. Just move to the next step. First, log into your database: sudo rm -rf
Run the following command to drop the Observium database (replace observium with your actual database name if you customized it during installation): DROP DATABASE observium; Use code with caution.
Check active listening ports: sudo ss -tulwn (Ensure no unexpected pollers are running). Your Ubuntu server is now entirely free of Observium.
sudo rm -f /etc/nginx/sites-available/observium sudo rm -f /etc/nginx/sites-enabled/observium You will need root or sudo access to execute these commands
Observium relies on background processes, cron jobs, and web servers to function. You must stop and disable these before removing the core files. 1. Remove Cron Jobs
How to Completely Uninstall Observium from Ubuntu Observium is a powerful network monitoring platform, but you may need to remove it to free up resources, migrate to another server, or switch to alternative software. Completely uninstalling Observium requires removing its web files, cron jobs, database, and associated configuration files.