Uninstall Observium Ubuntu |top| Page
Observium should now be completely removed from your Ubuntu system. If you plan to reinstall Observium later, you can skip Step 8 (removing dependencies) to save time.
He opened his old notes. The installation path was /opt/observium . The web root had a symlink: /var/www/html/observium . The database was called observium_db . The cron job ran poller.php every five minutes. It was a mess of his own making.
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. uninstall observium ubuntu
sudo rm /etc/cron.d/observium sudo userdel -r observium || true sudo find / -iname ' observium ' -maxdepth 4
sudo mysqldump observium > observium_backup.sql Observium should now be completely removed from your
. Use the following command to remove the entire directory and its contents (logs, RRD data, and configuration files): sudo rm -rf /opt/observium Step 3: Drop the MySQL/MariaDB Database
: Disable the Observium site configuration (assuming you named it observium.conf ): sudo a2dissite observium.conf sudo systemctl reload apache2 2. Delete the Installation Directory The installation path was /opt/observium
sudo apt-get remove --purge apache2 mysql-server php7.4 php7.4-cli php7.4-mysql php7.4-gd php7.4-snmp php7.4-curl snmp fping graphviz rrdtool