| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- ---
- 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
|