Uninstall Observium Ubuntu [best] -
(Or, if you stored them within the opt directory, the /opt/observium/rrd folder will already be gone from Step 2).
sudo rm -f /etc/cron.d/observium
DROP DATABASE observium_db; DROP USER 'observium'@'localhost'; FLUSH PRIVILEGES;
Observium relies heavily on cron jobs for polling and discovery. You must remove these, or your system logs will fill up with "file not found" errors. uninstall observium ubuntu
After removing the files, restart the web server to reload its configuration.
If you might need your historical data or configurations later, back up the /opt/observium directory and dump your SQL database before proceeding.
This will remove Apache and MySQL entirely. Only run this if you don't need these services for other applications. (Or, if you stored them within the opt
Note: If a group was explicitly created for this user, the userdel command will typically remove it automatically. Step 6: Purge Unused Dependencies (Optional)
To uninstall from Ubuntu , you must manually remove its files, database, and scheduled tasks. Observium does not typically have a standard "uninstaller" script because it is often installed manually via a tarball. 1. Stop Web and SNMP Services
The removal method depends entirely on how Observium was initially installed. After removing the files, restart the web server
This public link is valid for 7 days and shares a thread, including any personal information you added. This link or copies made by others cannot be deleted. If you share with third parties, their policies apply. Can’t copy the link right now. Try again later.
sudo rm -f /etc/php/*/cli/conf.d/observium.ini sudo rm -f /etc/php/*/apache2/conf.d/observium.ini
How to Completely Uninstall and Remove Observium from Ubuntu