sudo rm /etc/nginx/sites-enabled/observium sudo rm /etc/nginx/sites-available/observium sudo systemctl restart nginx Delete the Observium cron file:
Root or sudo access. Step 1: Stop and Disable Services Run the following commands to stop Observium’s polling and web services: uninstall observium ubuntu
sudo apt remove php7.4-mysql,gd,curl,pear,snmp sudo apt autoremove Remove the observium system user and group (if created): DROP USER 'observium'@'localhost'
DROP DATABASE observium; DROP USER 'observium'@'localhost'; FLUSH PRIVILEGES; EXIT; Delete the main installation directory (default location): uninstall observium ubuntu