Ubuntu - Uninstall Observium

During a standard installation, a dedicated system user named observium is often created to run the poller scripts safely without root permissions.

dpkg -l | grep -i observium

sudo a2dissite observium.conf sudo rm -f /etc/apache2/sites-available/observium.conf uninstall observium ubuntu

sudo apt purge php8.1-mysql php8.1-gd php8.1-snmp php8.1-curl php8.1-mcrypt \ php8.1-json php8.1-pear graphviz fping imagemagick During a standard installation, a dedicated system user

How to Uninstall Observium from Ubuntu: A Complete Step-by-Step Guide During a standard installation

Check the crontab of the root user or the dedicated observium user (if you created one): sudo crontab -e Use code with caution.