template.yaml 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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. version: 2.4.0-latest
  18. author: Christian Lempa
  19. date: '2025-12-10'
  20. tags:
  21. - traefik
  22. spec:
  23. general:
  24. vars:
  25. service_name:
  26. default: checkmk
  27. cmk_password:
  28. type: secret
  29. description: CheckMK admin password
  30. config:
  31. autogenerated: true
  32. required: true
  33. cmk_site_id:
  34. type: str
  35. description: CheckMK site ID
  36. default: cmk
  37. required: true
  38. traefik:
  39. vars:
  40. traefik_host:
  41. default: checkmk
  42. ports:
  43. vars:
  44. ports_http:
  45. default: 8000
  46. ports_agent:
  47. description: Agent port
  48. type: int
  49. default: 5000
  50. required: true