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
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