This repository has been archived on 2023-04-02. You can view files and clone it, but cannot push or open issues or pull requests.
gitops-tbrnt/monitoring
Tobias Brunner 1a8f972860
continuous-integration/drone/push Build is passing Details
remove status from secret
2020-12-11 21:39:25 +01:00
..
manifests remove status from secret 2020-12-11 21:39:25 +01:00
vendor update monitoring stack 2020-12-11 21:32:59 +01:00
Makefile move k8up rules to monitoring 2020-03-07 20:52:58 +01:00
README.md initial monitoring config 2020-02-11 22:21:17 +01:00
build.sh initial monitoring config 2020-02-11 22:21:17 +01:00
healthchecks-io-cronjob.yaml add healthchecks.io cronjob for heartbeat 2020-04-01 21:37:22 +02:00
healthchecks-io-secret.yaml add healthchecks.io cronjob for heartbeat 2020-04-01 21:37:22 +02:00
jsonnetfile.json upgrade monitoring - switch to prometheus-operator/kube-prometheus 2020-08-19 20:44:52 +02:00
jsonnetfile.lock.json update monitoring stack 2020-12-11 21:32:59 +01:00
k3s.libsonnet use http for scraping on k3s 2020-08-24 20:18:04 +02:00
k8rules.yaml move k8up rules to monitoring 2020-03-07 20:52:58 +01:00
monitoring.jsonnet use upstream defined grafana version 2020-07-28 21:43:16 +02:00
traefik-grafana-dashboard.json define datasource 2020-06-01 13:21:46 +02:00
traefik-service-monitor.yaml add traefik service monitor definition 2020-05-25 21:10:23 +02:00

README.md

Cluster Monitoring

Source: kube-prometheus.

Build

docker run --rm -v $(pwd):$(pwd) --workdir $(pwd) quay.io/coreos/jsonnet-ci ./build.sh monitoring.jsonnet

Update libs

docker run --rm -v $(pwd):$(pwd) --workdir $(pwd) quay.io/coreos/jsonnet-ci jb update

Then build again, obviously