Skip to content
This repository has been archived by the owner on Oct 11, 2020. It is now read-only.

event driven automation with webhook notifications (demo with Healthbot and SaltStack)

Khelil Sator edited this page Mar 5, 2019 · 1 revision

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.
Clone this wiki locally