While configuring MRTG for the first time after installation, i ran on the following error message from cfgmaker:
WARNING: SNMP V3 libraries not found, SNMP V3 disabled. Falling back to V2c.
Missing libraries were the problem, so on Ubuntu, this solved my problems:
sudo apt-get -y install libnet-snmp-perl libcrypt-hcesha-perl libcrypt-des-perl libdigest-hmac-perl
Advertisement