Hi!

I'm trying to use mrtg with SNMPv3. SNMPv3 itself is working, but mrtg 
don't seem to.

When executing mrtg, it tells me this:
SNMP V3 libraries found, SNMP V3 enabled.

I have installed the p5-Net-SNMP package.

In /usr/local/bin/mrtg I read this:

    if ($cfg{enablesnmpv3} eq 'yes') {
        if  (eval {local $SIG{__DIE__};require Net_SNMP_util;})   {
            import Net_SNMP_util;
            debug('base', "SNMP V3 libraries found, SNMP V3 enabled.");
        } else {

Now I can see, that it needs Net_SNMP_util, but that is not present on 
my system, although it is in in the mrtg distfile. However, it doesn't 
get installed. Why is that? It seems that I need that module to be able 
use SNMPv3.

Daniel

Reply via email to