Hello,
I'm still rather new to Zabbix and was trying to set up triggers for when a user signs into and out of windows I have already created the items for this and they are working.
So far I have been using this expression to try and get notifications.
Name: User sign in
Severity: Information
Expression: change(/Template name/eventlog[Security,,,,4624,,])>=1
Name: User sign out
Severity: Information
Expression: change(/Template name/eventlog[Security,,,,4634,,])>=1
I was able to get it to send an alert that a problem has been started but then it will not send any other notifications after that, I was able to go in and manually resolve the issue.
I was wondering if there is a better way of setting up these triggers.
Thanks
I'm still rather new to Zabbix and was trying to set up triggers for when a user signs into and out of windows I have already created the items for this and they are working.
So far I have been using this expression to try and get notifications.
Name: User sign in
Severity: Information
Expression: change(/Template name/eventlog[Security,,,,4624,,])>=1
Name: User sign out
Severity: Information
Expression: change(/Template name/eventlog[Security,,,,4634,,])>=1
I was able to get it to send an alert that a problem has been started but then it will not send any other notifications after that, I was able to go in and manually resolve the issue.
I was wondering if there is a better way of setting up these triggers.
Thanks
Comment