Cacti unter Ubuntu

sudo apt-get install snmpd
sudo nano /etc/default/snmpd

export MIBS=ALL

sudo nano /etc/snmp/snmp.conf

rocommunity public localhost # Full access from localhost

sudo apt-get install snmp-mibs-downloader

wall of text

sudo service snmpd restart # Reload new configuration and MIB files
* Restarting network management services:

sudo apt-get install cacti cacti-spine

meldung:

WARNUNG: Der Pfad für PHP hat sich geändert! â
â â
â libphp-adodb wird nicht mehr in /usr/share/adodb installiert. Der neue Installations-Pfad ist jetzt â
â /usr/share/php/adodb. â
â â
â Bitte aktualisieren Sie Ihre Datei php.ini. Eventuell müssen Sie auch Ihre Web-Server-Konfiguration ändern. â
â â
â

cd /usr/share/nginx/html/

sudo ln -s /usr/share/cacti/site cacti

sudo chown -R www-data:www-data /usr/share/cacti/site cacti

Leave a Comment