{"id":21422546,"url":"https://github.com/zerwes/ansible-role-checkmkagent","last_synced_at":"2026-05-02T18:33:58.710Z","repository":{"id":37985438,"uuid":"120525258","full_name":"zerwes/ansible-role-checkmkagent","owner":"zerwes","description":"install check-mk-agent on debian","archived":false,"fork":false,"pushed_at":"2025-10-15T04:12:14.000Z","size":133,"stargazers_count":0,"open_issues_count":6,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-15T12:42:35.421Z","etag":null,"topics":["ansible","ansible-role","check-mk","check-mk-agent","checkmk","debian","open-source"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zerwes.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2018-02-06T21:27:10.000Z","updated_at":"2025-09-22T20:40:44.000Z","dependencies_parsed_at":"2025-01-23T06:45:53.842Z","dependency_job_id":"968b6cc6-3374-4447-87f2-84a3a40b0a2a","html_url":"https://github.com/zerwes/ansible-role-checkmkagent","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zerwes/ansible-role-checkmkagent","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zerwes%2Fansible-role-checkmkagent","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zerwes%2Fansible-role-checkmkagent/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zerwes%2Fansible-role-checkmkagent/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zerwes%2Fansible-role-checkmkagent/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zerwes","download_url":"https://codeload.github.com/zerwes/ansible-role-checkmkagent/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zerwes%2Fansible-role-checkmkagent/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279177856,"owners_count":26120058,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-16T02:00:06.019Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ansible","ansible-role","check-mk","check-mk-agent","checkmk","debian","open-source"],"created_at":"2024-11-22T20:49:40.696Z","updated_at":"2026-05-02T18:33:58.703Z","avatar_url":"https://github.com/zerwes.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](http://www.gnu.org/licenses/gpl-3.0)\n[![ansible-lint](https://github.com/zerwes/ansible-role-checkmkagent/actions/workflows/lint.yml/badge.svg)](https://github.com/zerwes/ansible-role-checkmkagent/actions?query=workflow%3Aansible-lint)\n[![molecule test](https://github.com/zerwes/ansible-role-checkmkagent/actions/workflows/molecule.yml/badge.svg)](https://github.com/zerwes/ansible-role-checkmkagent/actions/workflows/molecule.yml)\n![Ansible 12 read](https://img.shields.io/badge/ansible_12-ready-green?logo=ansible\u0026labelColor=black)\n\n# ansible-role-checkmkagent\n\n[ansible](https://www.ansible.com) role to install/configure [checkmk agent](https://checkmk.com/) on debian\nwith optional creation and registration of the agent host on the checkmk server.\n\n## role variables\n\n[defaults/main.yml](defaults/main.yml)\n\n## requirements\n\na [checkmk server](https://checkmk.com/) reachable from the machine running ansible\n\n## bonus\n\nIn the role we have included some (partialy debian specific) check plugins (`check_mk_local_plugins`):\n  * `check_apt-update-success` : check if the last apt update process was successful and not too long ago\n  * `check_apt_updates_for_packages_on_hold` : check if there are updates available for packages set on hold\n  * `check_reboot` : check if a reboot is required after a apt update\n  * `check_keepalived` : check the status of keepalive (global an per vrrp instance)\n  * `check_samba_repl`: check samba DC replication status\n  * `check_fail2ban` : check the status of fail2ban jails (using `fail2ban-client`)\n  * `check_zammad_health` : check the [zammad health](https://admin-docs.zammad.org/en/latest/system/monitoring.html) (requires `python3-requests`)\n  * `check_lsbrelease` : simple and informational lsb_release check\n\n## example configuration\n\n```yml\n# hostname of the checkmk server\ncheckmk_hostname: \"cmk.example.domain\"\ncheckmk_proto: https\ncheckmk_site: MYSITE\n# IP of the checkmk server\ncheckmk_ip: \"192.168.0.10\"\n# we prefere good old xinetd\ncheck_mk_agent_use_systemd: false\ncheck_mk_agent_use_xinetd: true\n# install and configure logwatch\ncheck_mk_logwatch: true\n# you can use dicts instead of lists (see issue #12)\ncheck_mk_logwatch_syslog_patterns:\n  all:\n    - I softdog\n    - I hispanic\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzerwes%2Fansible-role-checkmkagent","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzerwes%2Fansible-role-checkmkagent","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzerwes%2Fansible-role-checkmkagent/lists"}