https://github.com/shalb/opsgenie-heartbeat
Opsgenie heartbeat container
https://github.com/shalb/opsgenie-heartbeat
Last synced: 2 months ago
JSON representation
Opsgenie heartbeat container
- Host: GitHub
- URL: https://github.com/shalb/opsgenie-heartbeat
- Owner: shalb
- Created: 2019-10-25T17:23:17.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-01-10T12:59:22.000Z (5 months ago)
- Last Synced: 2025-03-29T05:51:18.875Z (3 months ago)
- Language: Python
- Homepage:
- Size: 3.51 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# opsgenie-heartbeat
opsgenie heartbeat for prometheus monitoring## Info
Use this container if you use opsgennie heartbeat
## build
~~~~
docker login
docker-compose -f docker-compose-build.yml build
docker-compose -f docker-compose-build.yml push
~~~~## configuration
Customize your configuration via config file entrypoint/entrypoint.py.yml
## run
Use docker-compose.yml to run container with env file opsgenie-heartbeat/env_secrets
~~~~
docker-compose up
~~~~## prepare helm chart
~~~~
helm package examples/helmfile/opsgenie-heartbeat/
mv opsgenie-heartbeat-0.0.5.tgz charts/
helm repo index charts --url https://raw.githubusercontent.com/shalb/opsgenie-heartbeat/master/charts/
~~~~## dependencies if want to run without container
pip3 install --user pyaml prometheus_client