Uninstall Observium Ubuntu Extra Quality -
: sudo rm /etc/nginx/sites-available/observium.conf and then sudo systemctl reload nginx . 5. Optional: Remove Dependencies
dpkg -l | grep php | grep -E "mysql|snmp|gd|curl|mcrypt" uninstall observium ubuntu
You need to remove the database and the dedicated user created during setup. Stack Overflow Log in to your database: sudo mysql -u root -p Drop the database: DROP DATABASE observium; Remove the user: DROP USER 'observium'@'localhost'; Exit the prompt: Stack Overflow 4. Cleanup Web Server Configurations : sudo rm /etc/nginx/sites-available/observium
To uninstall from Ubuntu, you must manually delete its installation directory, cron jobs, and database, as it is typically installed via a source archive rather than a standard package manager. Step 1: Stop Services and Remove Cron Jobs Stack Overflow Log in to your database: sudo
If all commands return empty or "not found", Observium has been from your Ubuntu system.
sudo mysql -uroot -p<password>