{"id":13491933,"url":"https://github.com/qk4l/zabbix-cachet","last_synced_at":"2026-01-23T13:23:56.336Z","repository":{"id":53535379,"uuid":"55304088","full_name":"qk4l/zabbix-cachet","owner":"qk4l","description":"Python script which sync Zabbix IT Services with Cachet","archived":false,"fork":false,"pushed_at":"2024-10-10T18:15:52.000Z","size":272,"stargazers_count":82,"open_issues_count":8,"forks_count":33,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-03-28T09:37:28.170Z","etag":null,"topics":["cachet","zabbix","zabbix-cachet"],"latest_commit_sha":null,"homepage":"","language":"Python","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/qk4l.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":"2016-04-02T16:19:19.000Z","updated_at":"2025-03-28T08:24:00.000Z","dependencies_parsed_at":"2023-01-22T02:31:52.596Z","dependency_job_id":"1d84d6b2-c85b-43b5-af78-dd5fe67d80bb","html_url":"https://github.com/qk4l/zabbix-cachet","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/qk4l/zabbix-cachet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qk4l%2Fzabbix-cachet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qk4l%2Fzabbix-cachet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qk4l%2Fzabbix-cachet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qk4l%2Fzabbix-cachet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qk4l","download_url":"https://codeload.github.com/qk4l/zabbix-cachet/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qk4l%2Fzabbix-cachet/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28693323,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T11:01:27.039Z","status":"ssl_error","status_checked_at":"2026-01-23T11:00:26.909Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["cachet","zabbix","zabbix-cachet"],"created_at":"2024-07-31T19:01:01.637Z","updated_at":"2026-01-23T13:23:56.308Z","avatar_url":"https://github.com/qk4l.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# Zabbix-Cachet\nThis is python script which provides synchronisation between [Zabbix IT Services](https://www.zabbix.com/documentation/3.0/manual/it_services)\nand [Cachet](https://cachethq.io/)\n\n# Description\n\nThe idea of Zabbix-Cachet is providing the easiest way to export Zabbix terms to Cachet.\nWith this script you can maintain Cachet though Zabbix.\n\nZabbix-Cachet reads pre-configured [Zabbix IT Services](https://www.zabbix.com/documentation/3.0/manual/it_services) and automatically creates Cachet components.\nAfter that Zabbix-Cachet periodically checks Zabbix triggers (that linked to you IT Services) and manipulate with Cachet incidents and Component statuses based on triggers.\n\nZabbix-Cachet communicate with Zabbix and Cachet via API interface.\nTo make it works you need a zabbix user with sufficient permissions to read triggers,\nitems of services that is exported to Cachet and Cachet`s API key.\n\n\n# Features\n* Automatically creates Cachet Components and Components group\n* Automatically creates Cachet Incidents and update them with [acknowledgement messages](https://www.zabbix.com/documentation/3.0/manual/acknowledges)\n* Allow to specify root IT service where Zabbix-Cachet will work\n\n# Example\n## Zabbix IT Services.\n* _Cachet_ - `root_service` for zabbix-cachet script.\n* _Bitbucket_, _Network Connectivity_ - parent services. They will be _Components Groups_ in Cachet.\n* _GIT https_, _GIT ssh_ - Components in Cachet. Do not forget to set Zabbix trigger to this group.\n\n![Zabbix IT Services](https://cloud.githubusercontent.com/assets/8394059/14297272/0b79bc1a-fb8f-11e5-820f-5460cc735cda.png)\n\n## Cachet\n![Cachet Components](https://cloud.githubusercontent.com/assets/8394059/14298058/c5c8b806-fb93-11e5-83f6-ff32aeb5fb4d.png)\n\n# Requirements\n* Cachet 2.2, 2.3\n* Zabbix 2.X, 3.X, 4.0, 5.0, 6.0, 6.4, 7.0\n* python 3.6+\n\n# Installation\n\n# Docker Installation\n1. Create `/etc/zabbix-cachet.yml` file based `config-example.yml`.\n2. Run Docker container\n    ```\n    docker run --name zabbix-cachet -v /etc/zabbix-cachet.yml:/config.yml qk4l/zabbix-cachet\n    ```\n3. Drink a cup of tea (optional)\n\n## Python package\n1. Install python package via pip\n   ```bash\n   pip install zabbix-cachet\n   ```\n2. Rename `config-example.yml` to `config.yml` and fill a file with your settings.\n3. Define `CONFIG_FILE` environment variable which point to your `config.yml` or change current work directory to folder with config \n4. Launch `zabbix-cachet`\n\n## Apt (outdated release)\n1. Add official Zabbix-Cachet [PPA](https://launchpad.net/~reg-tem4uk/+archive/ubuntu/zabbix-cachet):\n    ```bash\n    add-apt-repository ppa:reg-tem4uk/zabbix-cachet\n    apt-get update\n    ```\n2. Install the package: `apt-get install zabbix-cachet`\n3. Configure it: `nano /etc/zabbix-cachet.yml`\n4. Restart it: `systemctl enable zabbix-cachet \u0026\u0026 systemctl restart zabbix-cachet`\n\n# Configuration\n\nSettings are storing in `config.yml` file which should be placed in script's working directory.\nIf you want to use another path for `config.yml` use `CONFIG_FILE` environment variable.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqk4l%2Fzabbix-cachet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqk4l%2Fzabbix-cachet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqk4l%2Fzabbix-cachet/lists"}