Scheduling a fixlet for a daily run without any relevance

Hi all,

I have a fixlet which I need to run daily, once on a group of servers. this fixlet has one relevance which will never be false ( OS check relevance ). this script is an environment scan and creates files which contain the status of the values configured on the server.

I Have tried multiple action settings and execution parameters but It is not running daily.

My question here is, is there a way in which I can schedule this fixlet without adding any extra relevance? If so, then please kindly guide me in both the approaches.( with and without adding relevance)

Thanks.

Try to have a look at action settings, in particular “Reapply this action”: Action Settings

It will guarantee two consecutive executions will be separated by at least xxx time. If you need more complex scheduling, there are many ways but requires to add a bit of more intelligence.

Regards

Hi Daniele,

thanks for the documentation.

I think the below settings will work for me (Once, daily and automatic). please note again that this fixlet will never come as not-applicable as it contains only OS relevance.

Thanks for your help!