On 10/12/2007, PoWah Wong <[EMAIL PROTECTED]> wrote:
> I compiled the agent myself....
> ./configure --with-libs=/usr/local/lib/libsensors.a
> --with-defaults --with-openssl=/
> --with-mib-modules="mymibs/myhw ucd-snmp/lmSensors"
> --with-out-mib-modules="agent_mibs utilities"
> make


> The snmp daemon rpm is installed as follows:
> chkconfig --add snmpd
> chkconfig --level 0123456 snmpd off

Err....  but if you compiled the agent yourself
(configure; make), then this won't actually
create an RPM.  It simply compiles the binaries,
ready for installing manually with "make install".

I'm still not convinced that you are necessarily
running the agent that you think you are.


> It is started by:
> service snmpd start
>
> It is restarted by:
> service snmpd restart

Can you please try running (and restarting) the agent
manually:

    service snmpd stop
    /usr/local/sbin/snmpd -f -Le

Does that send a trap to the trap receiver?

Restart using:
    ps -ef | grep snmpd
    kill -HUP {pid}

Does that send a trap to the trap receiver?

Dave

-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to