template.yaml 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. ---
  2. kind: compose
  3. metadata:
  4. icon:
  5. provider: selfh
  6. id: checkmk
  7. name: Checkmk
  8. description: |-
  9. Checkmk is a comprehensive IT monitoring solution that provides real-time insights
  10. into the health and performance of your infrastructure, applications, and services.
  11. It offers a wide range of monitoring capabilities, including server, network, cloud,
  12. and application monitoring, with an emphasis on ease of use and scalability.
  13. ## References
  14. * **Project:** https://checkmk.com/
  15. * **Documentation:** https://docs.checkmk.com/latest/en/
  16. * **GitHub:** https://github.com/tribe29/checkmk
  17. next_steps: |-
  18. Log in with your initial admin user:
  19. ```bash
  20. Username: cmkadmin
  21. Password: {{ cmk_password }}
  22. ```
  23. version: 2.4.0-latest
  24. author: Christian Lempa
  25. date: '2025-12-10'
  26. tags:
  27. - traefik
  28. schema: 1.2
  29. spec:
  30. general:
  31. vars:
  32. service_name:
  33. default: checkmk
  34. cmk_password:
  35. type: str
  36. description: CheckMK admin password
  37. sensitive: true
  38. autogenerated: true
  39. required: true
  40. cmk_site_id:
  41. type: str
  42. description: CheckMK site ID
  43. default: cmk
  44. required: true
  45. traefik:
  46. vars:
  47. traefik_host:
  48. default: checkmk
  49. ports:
  50. vars:
  51. ports_http:
  52. default: 8000
  53. ports_agent:
  54. description: Agent port
  55. type: int
  56. default: 5000
  57. required: true