Ad Widget

Collapse

SNMP TRAPS from ZABBIX to Northbound Network Management System

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dex
    Junior Member
    • Dec 2012
    • 1

    #1

    SNMP TRAPS from ZABBIX to Northbound Network Management System

    Hello all,

    Is there a way to send SNMP traps from ZABBIX server to another Network Management platform like Netcool? Since I am new to using ZABBIX can someone please post the "How To Setup" instructions on this mechanism or post a link that provides this information on setting up a SNMP TRAP gateway between ZABBIX and third party Network Management systems?

    Thanks in advance.

    DEX
  • hellisme
    Junior Member
    • Mar 2016
    • 3

    #2
    Hi Dex

    have you got any success for this implementation ? I have a similar case and i want to know if it is possible to integrate Zabbix and Cacti or Temip ?

    Br

    Originally posted by dex
    Hello all,

    Is there a way to send SNMP traps from ZABBIX server to another Network Management platform like Netcool? Since I am new to using ZABBIX can someone please post the "How To Setup" instructions on this mechanism or post a link that provides this information on setting up a SNMP TRAP gateway between ZABBIX and third party Network Management systems?

    Thanks in advance.

    DEX

    Comment

    • ramasik
      Junior Member
      • Feb 2012
      • 19

      #3
      Hi Dex,
      Do you have any idea how to implement this?

      Comment

      • kloczek
        Senior Member
        • Jun 2006
        • 1771

        #4
        http://uk.linkedin.com/pub/tomasz-k%...zko/6/940/430/
        https://kloczek.wordpress.com/
        zapish - Zabbix API SHell binding https://github.com/kloczek/zapish
        My zabbix templates https://github.com/kloczek/zabbix-templates

        Comment

        • prasad_SL
          Member
          • May 2018
          • 35

          #5
          Hi,

          Try this,

          update package snmp by apt-get install snmp to zabbix
          then write a script to generate snmp trap
          may be something like
          snmptrap -v 2c -c public host "" NET-SNMP-EXAMPLES-MIB::netSnmpExampleHeartbeatNotification \ netSnmpExampleHeartbeatRate i 123456
          when you detect your non snmp service down, call the script in trigger action.
          did not test this ,,

          Comment

          • kloczek
            Senior Member
            • Jun 2006
            • 1771

            #6
            Originally posted by prasad_SL
            Hi,

            Try this,

            update package snmp by apt-get install snmp to zabbix
            then write a script to generate snmp trap
            may be something like
            snmptrap -v 2c -c public host "" NET-SNMP-EXAMPLES-MIB::netSnmpExampleHeartbeatNotification \ netSnmpExampleHeartbeatRate i 123456
            when you detect your non snmp service down, call the script in trigger action.
            did not test this ,,
            In such case all those traps will be visible by another traps collector as generated by zabbix server and not original devices/hosts.
            http://uk.linkedin.com/pub/tomasz-k%...zko/6/940/430/
            https://kloczek.wordpress.com/
            zapish - Zabbix API SHell binding https://github.com/kloczek/zapish
            My zabbix templates https://github.com/kloczek/zabbix-templates

            Comment

            Working...