{"id":20783206,"url":"https://github.com/asapdotid/dcc-checkmk","last_synced_at":"2026-03-10T19:32:15.755Z","repository":{"id":281931753,"uuid":"935384961","full_name":"asapdotid/dcc-checkmk","owner":"asapdotid","description":"Checkmk over Traefik","archived":false,"fork":false,"pushed_at":"2025-09-25T06:03:32.000Z","size":40,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-25T06:20:50.130Z","etag":null,"topics":["checkmk","monitoring-tool","traefik"],"latest_commit_sha":null,"homepage":"","language":"Makefile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/asapdotid.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}},"created_at":"2025-02-19T11:07:12.000Z","updated_at":"2025-09-25T06:03:35.000Z","dependencies_parsed_at":"2025-03-11T22:56:42.705Z","dependency_job_id":null,"html_url":"https://github.com/asapdotid/dcc-checkmk","commit_stats":null,"previous_names":["asapdotid/dcc-checkmk"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/asapdotid/dcc-checkmk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asapdotid%2Fdcc-checkmk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asapdotid%2Fdcc-checkmk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asapdotid%2Fdcc-checkmk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asapdotid%2Fdcc-checkmk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/asapdotid","download_url":"https://codeload.github.com/asapdotid/dcc-checkmk/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asapdotid%2Fdcc-checkmk/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30350068,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T15:55:29.454Z","status":"ssl_error","status_checked_at":"2026-03-10T15:54:58.440Z","response_time":106,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["checkmk","monitoring-tool","traefik"],"created_at":"2024-11-17T14:17:48.142Z","updated_at":"2026-03-10T19:32:15.747Z","avatar_url":"https://github.com/asapdotid.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003cimg src=\"doc/img/checkmk-traefik-cover.svg\" width=\"600\" /\u003e\n\u003c/p\u003e\n\n# Docker Compose Checkmk behind reserve proxy Traefik (Cloudflare)\n\nThis guide shows you how to deploy your containers behind Traefik reverse-proxy. It will obtain and refresh `HTTPS` certificates automatically and it comes with password-protected Traefik dashboard.\n\n## Docker container\n\n### Main container\n\n-   Checkmk Raw 2.4.0-latest\n-   Traefik Project [Repository](https://github.com/asapdotid/dcc-traefik.git)\n\n### Docker container:\n\n-   Checkmk [Document](https://docs.checkmk.com/latest/en/)\n-   Traefik [Document](https://github.com/asapdotid/dcc-traefik.git)\n\n### Step 1: Make Sure You Have Required Dependencies\n\n-   Git\n-   Docker\n-   Docker Compose\n\n### Step 2: Clone the Repository\n\n# Traefik Docker Compose\n\n```bash\ngit clone https://github.com/asapdotid/dcc-traefik.git\ncd dcc-traefik\n# Setup base on README\n```\n\n# CheckMk DOcker Compsoe\n\n```bash\ngit clone https://github.com/asapdotid/dcc-checkmk.git\ncd dcc-checkmk\n# Setup base on README\n```\n\nMake command help:\n\n```bash\nmake help\n```\n\n### Step 3: Make Initial Environment Variables\n\n```bash\nmake init\n```\n\nModified file in `.make/.env` for build image\n\n```ini\n...\n# Project variables\nDOCKER_REGISTRY=docker.io\nDOCKER_NAMESPACE=checkmk\nDOCKER_IMAGE=check-mk-raw\nDOCKER_IMAGE_VERSION=2.4.0-latest\nDOCKER_PROJECT_NAME=monitoring\n```\n\n### Step 3: Make Docker Compose Initial Environment Variables\n\n```bash\nmake env\n```\n\nModified file in `src/.env` for build image\n\n### Step 4: Set Your Environments\n\nSet both Checkmk and Traefik in `src/.env`\n\n#### Checkmk envs\n\n```ini\n# docker-compose env vars\n## CHECKMK ENVS\nTZ=Asia/Jakarta\nCMK_USER_ID=1000\nCMK_GROUP_ID=1000\nCMK_SITE_ID=cmk\nCMK_PASSWORD=JYg0ZDYu23451\nCMK_LIVESTATUS_TCP=on\nCMK_SET_DOMAIN_NAME=cmk.jogjascript.com\nCMK_TRAEFIK_ENTRYPOINTS=websecure\n```\n\n### Step 5: Test Your Deployment\n\n```bash\ncurl -I https://{domain_name}/\n```\n\nYou can also test it in the browser:\n\n-   Checkmk dashboard: `https://cmk.{domain_name}/`\n-   Traefik dashboard: `https://monitor.{domain_name}/`\n\n## License\n\nMIT / BSD\n\n## Author Information\n\nThis Docker Compose Checkmk + Traefik was created in 2025 by [Asapdotid](https://github.com/asapdotid) 🚀\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasapdotid%2Fdcc-checkmk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fasapdotid%2Fdcc-checkmk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasapdotid%2Fdcc-checkmk/lists"}