Not a customer? Click the 'Start a free trial' link to begin a 30-day SaaS trial of our product and to join our community.
Existing Cisco AppDynamics customers should click the 'Sign In' button to authenticate to access the community
09-20-2019 12:55 PM
How to setup Health Rule schedule for the below scenario. I need to avoid getting alerts between 8 AM to 2 PM.
Will the below schedule work?
Mon - 12 to 8 AM EST & 2 PM to 11 PM EST
Monday
Start Time Cron Expression: 0 0 0,14 ? * 2
End Time Cron Expression: 0 0 8,23 ? * 2
Solved! Go to Solution.
09-23-2019 08:13 AM
If you're just trying to supress an alert between 8am and 2 pm, then under "manage health rule schedules" when creating the health rule, you'll want a start time at 2pm and an end time at 8am. So it'll look something like this:
0 0 14 ? * MON-FRI
0 0 8 ? * MON-FRI
09-25-2019 11:04 AM
Thanks Eric.
But we need to avoid alerts only on Monday 8 AM to 2 PM. Rest of the weekdays we need to be active on all time.
09-25-2019 11:25 AM - edited 09-25-2019 11:26 AM
Ahh ok, same logic, just instead of MON-FRI, you'll just have it kick off 2PM MON, and shut off at 8AM MON, so it'll run fine the other days.
Here's some additional cron expression documentation which may help: https://docs.oracle.com/cd/E12058_01/doc/doc.1014/e12030/cron_expressions.htm
Thank you! Your submission has been received!
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form