Uninstall Observium Ubuntu
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 systemctl disable observium_discovery.timer observium_poller.timer sudo systemctl disable observium_discovery.service observium_poller.service
: Disable the Observium site configuration (assuming you named it observium.conf ): sudo a2dissite observium.conf sudo systemctl reload apache2 2. Delete the Installation Directory uninstall observium ubuntu
For security and clean uninstallation, remove the dedicated observium user (and group) created during installation.
Monitor system logs for a few minutes to ensure no cron jobs are failing due to missing Observium scripts: tail -f /var/log/syslog | grep cron Use code with caution. This public link is valid for 7 days
Restart Apache to apply the changes:
Once inside the MySQL shell:
Observium stores device inventories, event logs, syslogs, and user credentials inside a MySQL or MariaDB database. We need to drop this database and delete the dedicated database user. Log into your MySQL/MariaDB terminal as root: sudo mysql -u root -p Use code with caution.
