Worked with sales to update our account, then updating to email.
thx..
Search found 5 matches
- Fri Mar 28, 2014 3:33 pm
- Forum: Open Source Nagios Projects
- Topic: SNMP Trap Not Working
- Replies: 7
- Views: 5187
- Thu Mar 27, 2014 6:01 pm
- Forum: Open Source Nagios Projects
- Topic: SNMP Trap Not Working
- Replies: 7
- Views: 5187
Re: SNMP Trap Not Working
Created a second mib.. NOTIFICATION-TEST-MIB.txt via google search.. Converted it OK, Sent a version 2 snmp trap to the Nagios server in an attempt to find out if Nagios only works with v2 type snmp traps. From client_server: $ sudo snmptrap -v 2c -c public nagios_server '' NOTIFICATION-TEST-MIB::de...
- Thu Mar 27, 2014 4:39 pm
- Forum: Open Source Nagios Projects
- Topic: SNMP Trap Not Working
- Replies: 7
- Views: 5187
Re: SNMP Trap Not Working
More info.. I am keeping at this!! Created TRAP-TEST-MIB.txt and put it in the /usr/share/snmp/mibs/ dir. _________________________________________ TRAP-TEST-MIB DEFINITIONS ::= BEGIN IMPORTS ucdExperimental FROM UCD-SNMP-MIB; demotraps OBJECT IDENTIFIER ::= { ucdExperimental 990 } demo-trap TRAP-TY...
- Thu Mar 27, 2014 2:31 pm
- Forum: Open Source Nagios Projects
- Topic: SNMP Trap Not Working
- Replies: 7
- Views: 5187
Re: SNMP Trap Not Working
$ grep "net_snmp_perl_enable = " /etc/snmp/snmptt.ini
net_snmp_perl_enable = 1
net_snmp_perl_enable = 1
- Wed Mar 26, 2014 5:59 pm
- Forum: Open Source Nagios Projects
- Topic: SNMP Trap Not Working
- Replies: 7
- Views: 5187
SNMP Trap Not Working
Pretty new to the SNMP Trap thing and doing a bunch of forum and google searching. Still having problems getting traps to show up in the XI webpages. Here is a review of what I have so far.. Versions installed $ rpm -qa | grep snmp php-snmp-5.3.3-27.el6_5.x86_64 net-snmp-utils-5.5-49.el6_5.1.x86_64 ...