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 43140f8c1c
All checks were successful
continuous-integration/drone/push Build is passing
change rocket chat webhook
2020-05-12 20:14:06 +02:00
..
manifests change rocket chat webhook 2020-05-12 20:14:06 +02:00
vendor update monitoring stack to latest 2020-05-12 19:42:23 +02: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 stack to latest and greatest 2020-05-04 21:13:34 +02:00
jsonnetfile.lock.json update monitoring stack to latest 2020-05-12 19:42:23 +02:00
k3s.libsonnet no service selector 2020-02-25 22:30:39 +01:00
k8rules.yaml move k8up rules to monitoring 2020-03-07 20:52:58 +01:00
Makefile move k8up rules to monitoring 2020-03-07 20:52:58 +01:00
monitoring.jsonnet upgrade prometheus 2020-05-12 20:07:55 +02:00
README.md initial monitoring config 2020-02-11 22:21:17 +01:00

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