
sudo systemctl stop observium-poller observium-discovery sudo systemctl disable observium-poller observium-discovery
DROP DATABASE observium_db; DROP USER 'observium'@'localhost'; FLUSH PRIVILEGES; uninstall observium ubuntu
sudo mysql -uroot -p<password> mysql> drop database observium; DROP USER 'observium'@'localhost'
If you created a specific virtual host for Observium, you should remove it: : Disable the site and delete the config file: sudo a2dissite observium.conf sudo rm /etc/apache2/sites-available/observium.conf sudo systemctl restart apache2 Step 5: (Optional) Remove Dependencies sudo mysql -uroot -p<