https://github.com/indix/ansible-heartbeat
Role to create a daemon which sends heartbeat at defined intervals
https://github.com/indix/ansible-heartbeat
Last synced: 7 months ago
JSON representation
Role to create a daemon which sends heartbeat at defined intervals
- Host: GitHub
- URL: https://github.com/indix/ansible-heartbeat
- Owner: indix
- Created: 2017-04-28T03:41:56.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-08T05:38:57.000Z (almost 9 years ago)
- Last Synced: 2024-12-27T11:20:24.473Z (over 1 year ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ansible-heartbeat
Role to create a daemon which sends heartbeat to Riemann server at defined intervals.
NOTE: You need a working riemann server to test this role. Without a riemann server to connect to the heartbeat script will fail after 4 retries.
You can provide the hostname of the riemann server with the variable "riemann_host". By default it is set to localhost.