Hello,
I try to monitor windows process (if it work or not) in period of time.
Now i add only time range and it dont't work. If it work i wanna also add day of week range 1-5 --> 8:00-17:00, 6-7 --> 00:00 - 00:00
My zabbix version: 4.0
My test item:
proc.num[notepad.exe]
my test trigger:
0 - offline
1 - online
{DELLRN7
roc.num[notepad.exe].avg(1m)}=0 and {DELLRN7
roc.num[notepad.exe].time()}>170000 or {DELLRN7
roc.num[notepad.exe].time()}<080000 and {DELLRN7
roc.num[notepad.exe].avg(1m)}=0
and it don't work
only when i set up to monitor 24/7 it working :
{DELLRN7
roc.num[notepad.exe].avg(1m)}=0
How to fix this?
I try to monitor windows process (if it work or not) in period of time.
Now i add only time range and it dont't work. If it work i wanna also add day of week range 1-5 --> 8:00-17:00, 6-7 --> 00:00 - 00:00
My zabbix version: 4.0
My test item:
proc.num[notepad.exe]
my test trigger:
0 - offline
1 - online
{DELLRN7
roc.num[notepad.exe].avg(1m)}=0 and {DELLRN7
roc.num[notepad.exe].time()}>170000 or {DELLRN7
roc.num[notepad.exe].time()}<080000 and {DELLRN7
roc.num[notepad.exe].avg(1m)}=0and it don't work

only when i set up to monitor 24/7 it working :
{DELLRN7
roc.num[notepad.exe].avg(1m)}=0How to fix this?
Comment