Skip to content
Snippets Groups Projects
Commit eb67d28f authored by Jmoore53's avatar Jmoore53
Browse files

health checks

parent 408e0b0a
No related branches found
No related tags found
No related merge requests found
......@@ -52,11 +52,7 @@ if !RundeckJob.where(job_name:"health_report").last.blank?
end
end
if !HealthCheck.last.blank?
<<<<<<< HEAD
if HealthCheck.last.status == "unhealthy"
=======
if HealthCheck.last.status != "healthy"
>>>>>>> seed
check_run_alerts()
RundeckHelper.post_compositional_role
return 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment