ansible-role-check-mk-agent icon indicating copy to clipboard operation
ansible-role-check-mk-agent copied to clipboard

Ansible role for check_mk agent

Results 11 ansible-role-check-mk-agent issues
Sort by recently updated
recently updated
newest added

Hi there! I use this role a lot in our ansible production environment. Thank you for developing and keeping it updated! Recently I noticed, that new host are not added...

This PR allows to define a new var `check_mk_agent_validate_api_ssl_certs: false` so the ssl certificates of the check_mk server are not verified. This is required when the check_mk server is using...

- add two new variables : - check_mk_agent_xinetd_port - check_mk_agent_xinetd_only_from - add /etc/xinetd.d/check_mk configuration - add handers to restart xinetd in case of configuration change

Seems to install the agent, but not allow for upgrading the agent because state is set to present. ```yaml - name: Install check_mk_agent package: name: check-mk-agent state: present ``` Would...

This PR implements the following: - plugin can now be also configured using ansible templates - host labels configuration is possible and change will not be trigger if no change...

It will be nice if this role is able to handle asynchronous pluging For example , it's not need to run mk_apt checkmk pluging every 30second. Need to schedule it...

Actually the xinetd support is only partial as xinetd is not run check_mk,

Hello @elnappo, we just enabled https in front of the check_mk server (LB) and since then, the check_mk.py is not able to work anymore. Is this module tested against https...

So far the host was always updated in WATO if attributes was set. Now it will only be updated if attributes is not a subset of the attributes dict pulled...