Ad Widget

Collapse

Sending SNMP traps from .NET app to Zabbix Server

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Voy
    Junior Member
    • Apr 2016
    • 3

    #1

    Sending SNMP traps from .NET app to Zabbix Server

    Hi,

    I want to send traps from application written in .NET (preferebly using SnmpSharpNet) to Zabbix Server and I don't know how to exactly configure Zabbix. I have virtual machine with Zabbix Appliance 3.0 on Ubuntu Server 14.04. I will be grateful for every help.

    Best regards
    Last edited by Voy; 18-04-2016, 11:21.
  • Voy
    Junior Member
    • Apr 2016
    • 3

    #2
    At the beginning, I've tried to configure Zabbix to receive traps by itself. I've followed steps shown in http://www.net-snmp.org/wiki/index.p...n_Ubuntu_10.04 at section "Install and Configure Net-SNMP Packages" but after command

    > snmpwalk -v 2c -c public localhost system
    I'm receiving response:

    Timeout: No Response from localhost
    I've also added Host in Zabbix console:




    I've tried with another tutorial https://www.zabbix.com/documentation...types/snmptrap but after command:

    snmptrap -v 1 -c public 127.0.0.1 '.1.3.6.1.6.3.1.1.5.3' '0.0.0.0' 6 33 '55' .1.3.6.1.6.3.1.1.5.3 s "teststring000"
    I've received following error:

    read_config_store open failure on /var/lib/snmp/snmpapp.conf
    Any ideas what am I doing wrong? Can anyone help me?

    Comment

    Working...