Uninstall Observium Ubuntu [ TOP-RATED ]
If you had set up any specific Observium system services (rare, but possible), disable those as well.
sudo rm /etc/cron.d/observium
If you see any, remove them with sudo crontab -e .
Note: If you use Nginx instead of Apache, replace apache2 with nginx . Step 2: Remove Cron Jobs and Systemd Timers uninstall observium ubuntu
To ensure that Observium has been completely uninstalled from your Ubuntu system, verify the following:
💡 If you only want to stop the service without deleting data, just disable the Apache site and remove the cron file. If you'd like to:
Warning: Double-check the path before hitting Enter. The rm -rf command deletes files permanently without a confirmation prompt. Step 5: Clean Up System Packages and Dependencies If you had set up any specific Observium
First, log in to your Ubuntu server and gather information about your Observium setup:
Additionally, look for any Observium-related configuration files hidden in user home directories or system-wide locations:
# Restart Apache to apply changes sudo systemctl restart apache2 Step 2: Remove Cron Jobs and Systemd Timers
If Observium was the only application on this server using certain packages (like SNMP tools or specific PHP modules), you might want to remove them to save space.
If you are migrating or think you might need this data later, back up your critical directories.
Observium uses a MySQL database (usually named observium ) to store device information, event logs, and performance data. To remove it, log in to MySQL and drop the database:
If you installed Observium from source, the uninstallation process is slightly different.