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
The application will parse the content of the /heatlh endpoint exposed on the 8081 and if the content is != 'UP' the service will be stated in warning on Consul and remove from the HAProxy pool.
The 8081 is not exposed on via Docker, check the result of docker inspect -f '{{ .NetworkSettings.Ports }}' container_name to retrieve the port.
The solution should be able to notify that a node for a service is in failed state.
See: https://github.com/AcalephStorage/consul-alerts
I'm currently able to send metrics about the service_state (on/off) in Prometheus (http://prometheus.io/) using the CRN stack: https://github.com/deviantony/docker-CRN
An alert has been configured to be triggered when a service state is off. No notifications are sended though.
The text was updated successfully, but these errors were encountered: