We are using Shinken Framework for monitoring our servers, in that I got a scenario like I want to execute a service check only once in a day that is everyday at 1 AM, how can I configure it?
Using check_interval or time_period can we achieve this..?
You need to set
check_intervalandcheck_period.For example, we are using check at 9 AM everyday for check system updates. Just change time and service for your needs.