Observium Ubuntu — Uninstall

"We need a new solution," Jenna said, not unkindly. "Can you remove the old one?"

sudo mysql -u root -p -e "SHOW DATABASES;" | grep observium uninstall observium ubuntu

If you want a completely clean slate, remove the system user created for the application and the log files. "We need a new solution," Jenna said, not unkindly

Remove the main Observium directory and the cron jobs that handle polling: sudo rm -rf /opt/observium sudo rm /etc/cron.d/observium 2. Drop the Database "We need a new solution