Hello all. I am working with Windows Event Logs on a Zabbix 6 server. Test client is a Win10 with Zabbix agent active.
Currently, I have an item,
and a trigger
This works exactly as expected. It will generate a single alert for a single event log entry. However, if I add this to the trigger, it will generate a new alert every 30 seconds even if the previous triggers are closed.
I don't want to set the trigger to be a single alert because there may be 30 different users that have this and a single alert on a single system will only trigger for the first one.
The goal is to be able to create different triggers based on the time of day.
I appreciate any help on this.
Currently, I have an item,
Code:
eventlog[Microsoft-Windows-TerminalServices-RemoteConnectionManager/Operational,,,,1149,,skip]
Code:
logeventid(/Windows/eventlog[Microsoft-Windows-TerminalServices-RemoteConnectionManager/Operational,,,,1149,,skip])=1
Code:
and (time()>=070000 or time()<=183000)
The goal is to be able to create different triggers based on the time of day.
I appreciate any help on this.
TRUE or FALSE => TRUE, TRUE and FALSE => FALSE
Comment