--- kind: compose metadata: icon: provider: selfh id: checkmk name: Checkmk description: |- Checkmk is a comprehensive IT monitoring solution that provides real-time insights into the health and performance of your infrastructure, applications, and services. It offers a wide range of monitoring capabilities, including server, network, cloud, and application monitoring, with an emphasis on ease of use and scalability. ## References * **Project:** https://checkmk.com/ * **Documentation:** https://docs.checkmk.com/latest/en/ * **GitHub:** https://github.com/tribe29/checkmk next_steps: |- Log in with your initial admin user: ```bash Username: cmkadmin Password: {{ cmk_password }} ``` version: 2.4.0-latest author: Christian Lempa date: '2025-12-10' tags: - traefik schema: 1.2 spec: general: vars: service_name: default: checkmk cmk_password: type: str description: CheckMK admin password sensitive: true autogenerated: true required: true cmk_site_id: type: str description: CheckMK site ID default: cmk required: true traefik: vars: traefik_host: default: checkmk ports: vars: ports_http: default: 8000 ports_agent: description: Agent port type: int default: 5000 required: true