- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Help for configuring Health Rule schedule
I have created a custom extension that captures the status of the Scheduled Job (e.g., Ready, Running, Others) and sends the data to AppDynamics as 1, 2, etc. respectively.
Do we have any feasibility of configuring Health Rules to accommodate the following conditions:
TaskName | Triggers |
Failure_PushData_ToWellnessCore_CRON | Start at 12 AM and execute every 3 Hrs |
PushToWellness fromDbtoConsoleApp | Start at 5 PM and execute every 3 Hrs |
Wellnessdatacron | starts at 12.01Pm and execute every 1 hr |
WellnessFailureCRON | 9am, 12am, 3pm, 6pm, 10pm, 1am, 5 am |
NoiseDataSyncCron | Start at 11Am and execute every 1hr |
NoiseWebhookProcessor | Start at 11Am and execute every 2hrs |
I tried configuring Cron with Start time as 0 17/3 * * * and End time 59 23 30 4 * as to accommodate "Start at 5 PM and execute every 3 Hrs " condition as a Health rule schedule but I am getting error as Error creating schedule: Test. Cause: Unexpected end of expression.
Can anyone help me with this?
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Hi @Rakshit.Patki,
Thanks for asking your question on the community. It's been a few days with no reply from the Community. Did you happen to find any additional information or a solution you can share?
If you still need help, you can contact AppDynamics Support: How do I open a case with AppDynamics Support?
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks, @iamryan for following up!
I have found the solution to my problem. I just need to configure the Health-rule so that an alert is triggered if the metric value is less than 1 at any given time.
Since even if the task is not running, it will remain in the READY state in the Task Scheduler, with a value of 2, and for any other state, the value will be 0.
