checkmk_agent
checkmk_agent
Install the checkmk agent and a selection of plugins
GitHub | GitLab | Quality | Downloads | Version | Issues | Pull Requests |
---|---|---|---|---|---|---|
Example Playbook
This example is taken from molecule/default/converge.yml
and is tested on each push, pull request and release.
---
- name: converge
hosts: all
become: yes
gather_facts: yes
pre_tasks:
- name: Update apt cache.
apt: update_cache=yes cache_valid_time=600
when: ansible_os_family == 'Debian'
changed_when: false
roles:
- role: buluma.checkmk_agent
The machine needs to be prepared. In CI this is done using molecule/default/prepare.yml
:
---
- name: Prepare
hosts: all
gather_facts: no
become: yes
roles:
- role: buluma.bootstrap
- role: buluma.python_pip
Role Variables
The default values for the variables are set in defaults/main.yml
:
---
# defaults file for checkmk_agent
checkmk_server: localhost
checkmk_site_name: cmk
checkmk_purge_xinetd: true
checkmk_pub_key: ''
Requirements
- pip packages listed in requirements.txt.
Status of used roles
The following roles are used to prepare a system. You can prepare your system in another way.
Requirement | GitHub | GitLab |
---|---|---|
buluma.bootstrap | ||
buluma.python_pip |
Context
This role is a part of many compatible roles. Have a look at the documentation of these roles for further information.
Here is an overview of related roles:
Compatibility
This role has been tested on these container images:
container | tags |
---|---|
ubuntu | all |
debian | all |
el | all |
The minimum version of Ansible required is 2.1, tests have been done to:
- The previous version.
- The current version.
- The development version.
If you find issues, please register them in GitHub
Changelog
License
Apache-2.0
Author Information
Install
ansible-galaxy install buluma/ansible-role-checkmk_agent
License
apache-2.0
Downloads
7010
Owner
DevOps Engineer