Hello everyone,
Greetings to you all!
I have a question regarding a trigger that reacts to a registry value. I'm reading the following registry value via an ITEM:
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows \Cur rentVersion\Policies\System", "inactivitytimeoutsecs"
If the value is configured, it is correctly read and my trigger is fired. The trigger looks like this:
max([Name of the Trigger], 15m) > 0
To resolve the "error", the registry key is deleted on the target system. The item then shows the following under Latest Data (which makes sense):
"The system cannot find the file specified"
Unfortunately, the recovery expression doesn't work. It looks like this:
nodata([Name of the Trigger], 900) = 1
Am I missing something here, or is there a more elegant solution?
I’ve already posted this in the German forum, but I think it might get more reach here.
Best regards,
Benni
Greetings to you all!
I have a question regarding a trigger that reacts to a registry value. I'm reading the following registry value via an ITEM:
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows \Cur rentVersion\Policies\System", "inactivitytimeoutsecs"
If the value is configured, it is correctly read and my trigger is fired. The trigger looks like this:
max([Name of the Trigger], 15m) > 0
To resolve the "error", the registry key is deleted on the target system. The item then shows the following under Latest Data (which makes sense):
"The system cannot find the file specified"
Unfortunately, the recovery expression doesn't work. It looks like this:
nodata([Name of the Trigger], 900) = 1
Am I missing something here, or is there a more elegant solution?
I’ve already posted this in the German forum, but I think it might get more reach here.
Best regards,
Benni
Comment