Hello together
I would say I'm a advanced zabbix user. But I don't know if I'm doing something wrong...I got the following Trigger:
Name:
Problem Expression:
Recovery Expression:
The Item "/DomainController/username.eventlog[security,,,,4767,,skip]" is a dependend item which only returns the username from the eventlog message. (like DOMAIN\Username )
If I'm going to unlock a user the Problem is going to be generated. But even after minutes (when no data is being received) the recovery expression isn't working.
If I'm going to put the recovery Expression in a new trigger as problem Expression it works like it should. If I'm stop sending data for 30s the problem is going to be generated.
Can somebody explain why?
Thanks and greetings
I would say I'm a advanced zabbix user. But I don't know if I'm doing something wrong...I got the following Trigger:
Name:
Code:
Account was unlocked
Code:
last(/DomainController/username.eventlog[security,,,,4767,,skip])<>0
Code:
nodata(/DomainController/username.eventlog[security,,,,4767,,skip],30)=1
If I'm going to unlock a user the Problem is going to be generated. But even after minutes (when no data is being received) the recovery expression isn't working.
If I'm going to put the recovery Expression in a new trigger as problem Expression it works like it should. If I'm stop sending data for 30s the problem is going to be generated.
Can somebody explain why?
Thanks and greetings
Comment