Uninstall Observium Ubuntu | Must Watch

quit Observium sets up several cron jobs. To remove them, run:

sudo crontab -e Remove any lines that contain observium .

sudo rm -rf /opt/observium As with the package manager method, remove the Observium database: uninstall observium ubuntu

sudo mysql -uroot -p<password> Replace <password> with your MySQL root password.

DROP DATABASE observium; Then, exit the MySQL shell: quit Observium sets up several cron jobs

DROP DATABASE observium; Then, exit the MySQL shell:

quit

sudo mysql -uroot -p<password> Replace <password> with your MySQL root password.