{"id":16700449,"url":"https://github.com/t3easy/check_traefik","last_synced_at":"2026-01-27T17:01:03.972Z","repository":{"id":50484787,"uuid":"486986526","full_name":"t3easy/check_traefik","owner":"t3easy","description":"Monitoring plugin to check a Traefik instance","archived":false,"fork":false,"pushed_at":"2024-06-22T16:52:30.000Z","size":49,"stargazers_count":1,"open_issues_count":3,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-22T08:37:21.276Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/t3easy.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},"funding":{"github":"t3easy","custom":["https://paypal.me/t3easy/beer"]}},"created_at":"2022-04-29T13:41:13.000Z","updated_at":"2023-07-23T19:29:29.000Z","dependencies_parsed_at":"2024-11-19T20:47:55.512Z","dependency_job_id":"d703ed62-8a02-4e08-8d19-c0dce7475daa","html_url":"https://github.com/t3easy/check_traefik","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/t3easy/check_traefik","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/t3easy%2Fcheck_traefik","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/t3easy%2Fcheck_traefik/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/t3easy%2Fcheck_traefik/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/t3easy%2Fcheck_traefik/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/t3easy","download_url":"https://codeload.github.com/t3easy/check_traefik/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/t3easy%2Fcheck_traefik/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28816571,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T12:25:15.069Z","status":"ssl_error","status_checked_at":"2026-01-27T12:25:05.297Z","response_time":168,"last_error":"SSL_read: 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":[],"created_at":"2024-10-12T18:10:38.815Z","updated_at":"2026-01-27T17:01:03.932Z","avatar_url":"https://github.com/t3easy.png","language":"Go","funding_links":["https://github.com/sponsors/t3easy","https://paypal.me/t3easy/beer"],"categories":[],"sub_categories":[],"readme":"# check_traefik - a monitoring plugin to check Trafik instances\n\nThis monitoring plugin checks [Traefik](https://traefik.io/traefik/) by querying the [Ping](https://doc.traefik.io/traefik/operations/ping/) health-check URL.\n\n## Example:\nConfigure your Traefik service to activate ping, e.g. in docker-compose\n```yaml\nservices:\n  frontend:\n    image: traefik:v2.6\n    command:\n    # ...\n    # Enable ping and use custom routing\n    - --ping=true\n    - --ping.manualrouting=true\n    labels:\n      traefik.enable: \"true\"\n      traefik.http.middlewares.auth-monitoring.basicauth.users: monitoring:$$2y$$05$$9kDJQAJckPliR0Px7Qcxs.LRPpeC4G.cF7F87Fa1NJXW6/9YOKTLa\n      traefik.http.routers.ping.entrypoints: https\n      traefik.http.routers.ping.middlewares: auth-monitoring\n      traefik.http.routers.ping.rule: Host(`traefik.domain.tld`) \u0026\u0026 PathPrefix(`/ping`)\n      traefik.http.routers.ping.service: ping@internal\n      traefik.http.routers.ping.tls: \"true\"\n```\n\n```shell\ncheck_traefik health -I 192.0.2.101 -H traefik.domain.tld --user=\"monitoring\" --password=\"password\"\n```\n\n## Coming soon:\nQuery the [API](https://doc.traefik.io/traefik/operations/api/#endpoints).\n* Compare the response of `/api/version` against latest GitHub release or a static version.\n* Check the response of `/api/overview` for total, warnings and errors.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ft3easy%2Fcheck_traefik","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ft3easy%2Fcheck_traefik","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ft3easy%2Fcheck_traefik/lists"}