HeartBeat Contd
- Setup: Refer Here
- monitor types Refer Here
- icmp
- tcp
- http
- We need to configure the heartbeat.yml file with all the checks
- icmp
- database
- application
- http:
- application
http://<ip>:5000 - Refer Here
- application
- icmp
- Try configuring icmp checks
heartbeat.monitors:
- type: icmp
enabled: true
name: Server Monitor
service.name: nop
schedule: '@every 5s'
hosts: ["172.31.19.188", "172.31.20.99"]
