You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PR #6157 does not handle registering checks against the new ServiceCheck.Task field added in #6131.
{Register,Update,Remove}Group methods must defer check registration to TaskRunner so they can be associated with the correct Task. The associated task is required for script checks and check_restart to work.
May want to look into the misleading script check error message from #6110 at the same time.
The text was updated successfully, but these errors were encountered:
I'm going to lock this issue because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Followup to #6042
PR #6157 does not handle registering checks against the new
ServiceCheck.Task
field added in #6131.{Register,Update,Remove}Group
methods must defer check registration to TaskRunner so they can be associated with the correct Task. The associated task is required for script checks andcheck_restart
to work.May want to look into the misleading script check error message from #6110 at the same time.
The text was updated successfully, but these errors were encountered: