Ad Widget

Collapse

An help with SNMP traps

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • eclipse79
    Junior Member
    • May 2017
    • 1

    #1

    An help with SNMP traps

    Hello, I am new to zabbix, I recently installed latest version with .iso file.

    I'm trying to create an Item and a trigger for SNMP traps. In this case, my aim is to get an alert when someone fails a login in my firewall. Actually I'm using KS advanced host monitor, and the condition I set (and works) is that the message from xxx.xxx.xxx.xxx ip address related to OID 1.3.6.1.4.1.9789.1500.2.5 must returns a value <> "".

    So I created an item with these parameters:
    Name: UTMWebAdminFailed
    Type: SNMP Trap
    Type information: text

    Then I created a trigger:
    Severity: warning
    expression: {UTM:snmptrap["1.3.6.1.4.1.9789.1500.2.5"].nodata(5m)}=0

    When I fail login, I received no warnings in zabbix.

    I checked all zabbix configuration files as suggested here https://www.zabbix.com/documentation...types/snmptrap

    Where am I wrong?

    Thanks
    eclipse79
Working...