Hi,
I am trying to set up an SNMP trap receiver. But there is a problem.
When i want to use snmpttconvermib, it does nothing. It add's nothing(adds nothing in the snmptt.conf or gives any error).(and i am sure it need to add traps form te MIB).
I checked everything again and again. But nothing is wrong.
thnx
Stijn
snmpttconvertmib problem
-
zamykiller
- Posts: 12
- Joined: Wed Feb 12, 2014 9:56 am
Re: snmpttconvertmib problem
my snmtt.conf file is emty. There is nothing in it.
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: snmpttconvertmib problem
Use this document.
http://assets.nagios.com/downloads/nagi ... ios_XI.pdf
At the top of page 3 you will see you need to run the following from the command line
http://assets.nagios.com/downloads/nagi ... ios_XI.pdf
At the top of page 3 you will see you need to run the following from the command line
Code: Select all
addmib <PathToNewMIB>-
zamykiller
- Posts: 12
- Joined: Wed Feb 12, 2014 9:56 am
Re: snmpttconvertmib problem
This didn't work. All my mibs were already in the usr/share/snmp/mibs folderscottwilkerson wrote:Use this document.
http://assets.nagios.com/downloads/nagi ... ios_XI.pdf
At the top of page 3 you will see you need to run the following from the command lineCode: Select all
addmib <PathToNewMIB>
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: snmpttconvertmib problem
Can you post the error you received when running the command?