Questions tagged [snmptrapd]

snmptrapd is an SNMP application that receives and logs SNMP TRAP and INFORM messages.

snmptrapd is an SNMP application that receives and logs SNMP TRAP and INFORM messages.

See http://www.net-snmp.org/docs/man/snmptrapd.html

45 questions
0
votes
1 answer

Zabbix server 3 : Using SNMP trap for monitoring specific SNMP OID item

In Zabbix Server 3, I have a linux host monitored through SNMP. The SNMP OID of the monitored MIB is as below: SNMPv2-SMI::enterprises.94.7.1.4.2.1.5.1 = STRING: "CLUSTER STARTED (RESTARTED)" I have configured this SNMP OID to be monitored for…
anoop.babu
  • 405
  • 2
  • 6
  • 13
0
votes
1 answer

snmptrapd : Authentication failed for

I have a python script (using pysnmp lib) running on a real device with Ubuntu 14.04 LTS which do internal polling. It sends keepalives and SNMPv3 Traps to Nagios. Snmptrapd is receiving traps and passing it to Snmptt, which works very well. Ive…
Ken
  • 1
  • 4
0
votes
1 answer

snmptrapd can't forward the received traps to a different port on the same host

I am currently attempting to configure snmptrapd to do trap forwarding.With my current configuration, snmptrapd is receiving and logging incoming traps, but it it does not appear to be forwarding them. The contents of my snmptrapd.conf file are as…
andrewarnier
  • 159
  • 2
  • 8
  • 20
0
votes
2 answers

snmptrapd doesn't log in mysql

I am trying to log snmp traps to mysql db, but unfortunately without results. OS - Debian Net-SNMP v.5.7.3 MySQL 5.1 I am using snmptrapd and did the configuration from here here is my snmptrapd.conf: authCommunity log public sqlMaxQueue…
0
votes
1 answer

Send And Recieve SNMP traps and create MIB file for NAS device

I am planning to develop a feature of generating snmp traps and to send them. And also I want to receive them which I sent. For that I need to create MIB file as well. I know that snmp traps can be received based on MIB file. I got lot of content on…
0
votes
1 answer

Understanding snmptrap log and design

I have some question about SNMP and using traps. I'm not an SNMP expert, but I understand and know a bit how to use SNMP tools. Before describing what I would exactly want to do, I would ask a little question about SNMP traps. In brief, I have read…
nixmind
  • 2,060
  • 6
  • 32
  • 54
0
votes
0 answers

logstash-snmptrap not showing any logs in logstash

We are trying to implement logstash with snmptrap, but the logs are not coming in logstash, in netstat the logstash udp port is not open for all can that be the issue. logstash.conf input { snmptrap { type => "snmptrap" community =>…
0
votes
1 answer

force linux to generate snmp traps automatically

I would like to generate a trap automatically when any service goes down on a server. What I have to do for this. Is it I have to right a script for this for we i have to configure snmptrapd.conf is so please let me know some example for doing this.…
0
votes
1 answer

SNMP v3 seems not working

I have an application in PHP(running on ubuntu) which executes some commands depending on some received traps. I have a windows test client to send traps and it works well for snmp v2. I check everything from the snmptrapd log. Unfortunately the…
user778258
0
votes
1 answer

generated executable of Net-Snmp is not getting distributed

Actually I compiled a source file of Net-Snmp-5.7.1 version on windows system by using Visual Studio C++ (2008).Its working fine on that particular machine,but whenever I tried to take this compiled source & make it run on another windows system,Its…
Gaurav
  • 91
  • 1
  • 4
  • 14
0
votes
1 answer

Could not format log-string

while recieving snmptrap on linux system...every thing working fine,but in windows server & XP I am getting Could not format log-string.Anyone please help me to solve this problem. I am using Net-SNMP-5.6.1.1 for windows server. Thanks in…
Gaurav
  • 91
  • 1
  • 4
  • 14
0
votes
2 answers

value for host in snmptraps

while executing "snmptrap -v 1 -c public localhost TRAP-TEST-MIB::demotraps localhost 4 0 '' IF-MIB::ifIndex i 1" on my system,I am getting host ,ip & OID values as host = localhost.localdomain :ip = UDP: [127.0.0.1]:49109->[127.0.0.1] :OID…
Gaurav
  • 91
  • 1
  • 4
  • 14
0
votes
1 answer

redirect snmptrapd to postgres or message queue

I have a need to collect snmptraps and display them in a web interface. The application already includes *ruby on rails *linux *delayed_job (for queueing) *postgresql *A few cron jobs that do snmp queries Now I need to run something like snmptrapd…
Tommie Jones
  • 957
  • 1
  • 16
  • 37
-1
votes
0 answers

Receive SNMP Trap from Cisco Nexus on Linux server with SNMP v3

We have a Cisco nexus switch on which our network team has created a user and have allowed SNMP v3 access. I am able to access this using Snmpwalk and I can fetch all the data. Below are the details I had received. username :- snmpuser1 Password :-…
KeyurM
  • 388
  • 1
  • 3
  • 12
-3
votes
1 answer

Need support: SNMP trap sender (SNMPv3)

Can someone help me in creating an agent which can send SNMPv3 traps to NMS? Open to use SNMP4J or net-snmp.
epiyugu
  • 13
  • 5
1 2
3