Hello everyone,
I am having issues with making a trigger work between working hours only. My trigger is set as
Theoretically it works just fine as you can see in the test bellow but in reality it doesn't.


Right now it's 09:40(094000) and value from regex trigger is 0 but the trigger is not active. Could someone please help me understand what the issue might be?
Thank you
I am having issues with making a trigger work between working hours only. My trigger is set as
Code:
{Check service - MyServer-01 - Strike:run.checkindices.time()}>090000
and
{Check service - MyServer-03 - Strike:run.checkindices.regexp(My TEST Index OK,30s)}=0
and
{Check service - MyServer-03 - Strike:run.checkindices.time()}<180000
Right now it's 09:40(094000) and value from regex trigger is 0 but the trigger is not active. Could someone please help me understand what the issue might be?
Thank you
Comment