How do you set an action to reboot a server every day?

(imported topic written by dawilsonvette91)

Im am trying to set a server to reboot every day. The action works once but will not reapply? What am I missing?

here is the action statement:

"Execution

This action starts 8/21/2009 9:40:12 AM, client local time.

This action will never expire.

It will run between 10:00:00 AM and 10:30:00 AM, only on Monday, Tuesday, Wednesday, Thursday, and Friday, .

If the action becomes relevant after it has successfully executed, the action will be reapplied as a policy an unlimited number of times.

If the action fails, it will not be retried"

(imported comment written by BenKus)

Hello,

Your Fixlet will need to become unrelevant and re-relevant for this to work… See here for more info:

http://forum.bigfix.com/viewtopic.php?id=1981

The easiest fix is to add the relevance:

(not exists last active time of it or (now - last active time of it) > (15 *minute)) of action

Ben