{"id":13561946,"url":"https://github.com/oxyno-zeta/prometheus-cachethq","last_synced_at":"2025-07-25T04:02:27.604Z","repository":{"id":65163487,"uuid":"221797465","full_name":"oxyno-zeta/prometheus-cachethq","owner":"oxyno-zeta","description":"Prometheus Alertmanager wehbooks to CachetHQ","archived":false,"fork":false,"pushed_at":"2023-11-23T13:18:57.000Z","size":163,"stargazers_count":12,"open_issues_count":1,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-27T12:07:23.058Z","etag":null,"topics":["alertmanager","alertmanager-webhook","cachethq","incident","prometheus","webhooks"],"latest_commit_sha":null,"homepage":"https://oxyno-zeta.github.io/prometheus-cachethq/","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/oxyno-zeta.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}},"created_at":"2019-11-14T22:24:56.000Z","updated_at":"2024-11-28T19:11:24.000Z","dependencies_parsed_at":"2024-03-17T00:53:27.211Z","dependency_job_id":"7bb7fe0e-34b3-4c9e-a666-d4de38f26ab3","html_url":"https://github.com/oxyno-zeta/prometheus-cachethq","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oxyno-zeta%2Fprometheus-cachethq","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oxyno-zeta%2Fprometheus-cachethq/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oxyno-zeta%2Fprometheus-cachethq/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oxyno-zeta%2Fprometheus-cachethq/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oxyno-zeta","download_url":"https://codeload.github.com/oxyno-zeta/prometheus-cachethq/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248788867,"owners_count":21161726,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["alertmanager","alertmanager-webhook","cachethq","incident","prometheus","webhooks"],"created_at":"2024-08-01T13:01:02.892Z","updated_at":"2025-04-13T21:43:03.324Z","avatar_url":"https://github.com/oxyno-zeta.png","language":"Go","funding_links":[],"categories":["Go"],"sub_categories":[],"readme":"\n\u003ch1 align=\"center\"\u003ePrometheus-CachetHQ\u003c/h1\u003e\n\n[![CircleCI](https://circleci.com/gh/oxyno-zeta/prometheus-cachethq/tree/master.svg?style=svg)](https://circleci.com/gh/oxyno-zeta/prometheus-cachethq/tree/master) [![Go Report Card](https://goreportcard.com/badge/github.com/oxyno-zeta/prometheus-cachethq)](https://goreportcard.com/report/github.com/oxyno-zeta/prometheus-cachethq) [![GolangCI](https://golangci.com/badges/github.com/oxyno-zeta/prometheus-cachethq.svg)](https://golangci.com) [![Coverage Status](https://coveralls.io/repos/github/oxyno-zeta/prometheus-cachethq/badge.svg?branch=master)](https://coveralls.io/github/oxyno-zeta/prometheus-cachethq?branch=master) ![Docker Pulls](https://img.shields.io/docker/pulls/oxynozeta/prometheus-cachethq.svg) [![GitHub license](https://img.shields.io/github/license/oxyno-zeta/prometheus-cachethq)](https://github.com/oxyno-zeta/prometheus-cachethq/blob/master/LICENSE) ![GitHub release (latest by date)](https://img.shields.io/github/v/release/oxyno-zeta/prometheus-cachethq)\n\nPrometheus alerts to CachetHQ\n\n- [Features](#features)\n- [Configuration](#configuration)\n- [Setup](#setup)\n  - [Prometheus Alertmanager](#prometheus-alertmanager)\n  - [Deploy](#deploy)\n    - [Configuration](#configuration-1)\n    - [Kubernetes - Helm](#kubernetes---helm)\n    - [Docker](#docker)\n- [Thanks](#thanks)\n- [Author](#author)\n- [License](#license)\n\n## Features\n\n- Filter Prometheus alerts by name or labels\n- Change CachetHQ component status\n- Allow to create incident for component\n- Manage resolved alert for component or incident\n\n## Configuration\n\nSee here: [Configuration](./docs/configuration.md)\n\n## Setup\n\n### Prometheus Alertmanager\n\nJust put a new receiver in your alertmanager configuration:\n\n```yaml\nroute:\n  ...\n  receivers:\n  - name: cachethq-receiver\n    webhook_configs:\n    - url: http://prometheus-cachet-domain:8080/prometheus/webhook\n      send_resolved: true\n```\n\nAdd also a new route to send alert to prometheus-cachethq:\n\n```yaml\nroute:\n  ...\n    routes:\n    - receiver: cachethq-receiver\n      continue: true\n      # match: ...\n```\n\n### Deploy\n\n#### Configuration\n\nSee configuration values [here](./docs/configuration.md)\n\n#### Kubernetes - Helm\n\nA helm chart have been created to deploy this in a Kubernetes cluster.\n\nYou can find it here: [https://github.com/oxyno-zeta/helm-charts/tree/master/stable/prometheus-cachethq](https://github.com/oxyno-zeta/helm-charts/tree/master/stable/prometheus-cachethq)\n\n#### Docker\n\nFirst, write the configuration file in a config folder. That one will be mounted.\n\nRun this command:\n\n```shell\ndocker run -d --name prometheus-cachethq -p 8080:8080 -p 9090:9090 -v $PWD/config:/config oxynozeta/prometheus-cachethq\n```\n\n## Thanks\n\n- My wife BH to support me doing this\n\n## Author\n\n- Oxyno-zeta (Havrileck Alexandre)\n\n## License\n\nApache 2.0 (See in LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foxyno-zeta%2Fprometheus-cachethq","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foxyno-zeta%2Fprometheus-cachethq","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foxyno-zeta%2Fprometheus-cachethq/lists"}