Categorygithub.com/openshift/autoheal
repository
0.0.1
Repository: https://github.com/openshift/autoheal.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# README

Auto-heal Service

This project contains the auto-heal service. It receives alert notitifications from the Prometheus alert manager and executes Ansible playbooks to resolve the root cause.

Building

To build the binary run this command:

$ make

To build the RPM and the images, run this command:

make build-images