event driven automation with webhook notifications (demo with Healthbot and SaltStack) - ksator/junos_monitoring_with_healthbot GitHub Wiki
A webhook is an HTTP POST with a JSON body.
Healthbot supports webhook notifications.
So, Healthbot can send webhook notifications to another application (saltstack, stackstorm, python flask, ...) to transmit some information to this other application, and this will be the role of this other application to decide how to handle these webhook notifications
Please visit this other repository to see an example of event driven automation with Healthbot and SaltStack:
- Healthbot is used to collect data from the network, store the data collected, process the data collected.
- Based on healthbot configuration and network devices status, healthbot automatically send webhook notifications to SaltStack.
- SaltStack reacts to these notifications.