An ansible role to install and configure heartbeat
Please refer to the defaults file for an up to date list of input parameters.
Please review the dependency configuration for more details
- hosts: servers
vars:
heartbeat_package_state: latest
heartbeat_conf_manage: yes
heartbeat_conf:
heartbeat:
monitors:
- type: http
schedule: '*/1 * * * * * *'
urls:
- "https://www.google.com"
- "https://www.amazon.com"
output:
elasticsearch:
enabled: true
hosts:
- http://localhost:9200
setup:
dashboards:
enabled: true
beat: heartbeat
always_kibana: true
template:
enabled: true
kibana:
host: http://localhost:80
roles:
- role: nephelaiio.heartbeat
- hosts: servers
vars:
heartbeat_package_state: latest
heartbeat_conf_file: ./my-heartbeat-config.yml
roles:
- role: nephelaiio.heartbeat
Please make sure your environment has docker installed in order to run role validation tests. Additional python dependencies are listed in the requirements file
Role is tested against the following distributions (docker images):
- Ubuntu Bionic
- Ubuntu Xenial
- CentOS 7
- Debian Stretch
You can test the role directly from sources using command molecule test
This project is licensed under the terms of the MIT License