ludek_navratil
aafb48c4db
fixing inputname var assignment
2018-01-30 22:53:26 +00:00
Frederic Branczyk
642df8ac25
kube-prometheus: Fix generate scripts
2018-01-26 12:03:26 +01:00
Frederic Branczyk
546a2e6ac6
*: Use non-root
2018-01-23 16:14:17 +01:00
Frederic Branczyk
f97b6af095
*: Adapt documentation and scripts to use minikube kubelet authN/authZ
2018-01-19 15:28:38 +01:00
Frederic Branczyk
aacc95b74c
kube-prometheus: bump various versions
2018-01-15 14:13:26 +01:00
Frederic Branczyk
5392443721
kube-prometheus: Add etcd dashboard
2018-01-10 14:46:00 +01:00
Giancarlo Rubio
68517f63b5
Delete chart exporter-kube-api because it has been replaced by kube-controller-manager alerts
2017-12-27 09:36:12 +01:00
Giancarlo Rubio
22eef956af
Add script to keep kube-prometheus rules in sync with helm charts
...
Bump prometheus to 2.0.0, prometheus-operator to 0.15.0, alertmanager to 0.12.0 and node-exporter to 0.15.1, grafana to 4.6.3
migrate prometheus alerts to yaml notation
2017-12-27 09:35:53 +01:00
Peter Fiddes
64425be6b9
contrib: namespace warning to kube-prometheus
...
NAMESPACE feature in scripts implies it works. warnning ensures
that users are aware that its use requires further changes.
Alleviates #765
2017-11-29 11:31:42 +00:00
Nuala Gaffey
bf6461b851
Wrapping the filename in quotes preserves the .yml suffix, so regex is no longer necessary
2017-11-28 19:22:17 -05:00
Nuala Gaffey
ce20757475
Per issue 593, append .yml to each filename used in the generated configmap. I wasn't able to see alerts in the Prometheus UI until I did this
2017-11-27 17:04:43 -05:00
Nuala Gaffey
40d746e12a
Promtool appends .yml, not .yaml, but for backwards compatibility, lets allow both
2017-11-22 16:41:05 -05:00
Arve Knudsen
d04cccc526
Use grafanalib to generate Grafana dashboards
2017-10-30 22:05:25 +01:00
Eduardo Gonzalez
c510324253
newline bugfix modified in grafana configmap generator
2017-10-22 11:20:57 +02:00
Frederic Branczyk
1b7c8cdf21
*: bump Prometheus to v2.0.0-rc.1
2017-10-17 20:13:40 +02:00
Frederic Branczyk
3388dd2e55
Merge pull request #670 from valdisrigdon/fix-datasource-configmap
...
Fix merging of -datasource.json files
2017-10-16 13:53:49 +02:00
Valdis Rigdon
7eed244db7
Fix merging of -datasource.json files
...
The merge was missing a new line at the end of the merge, so only
the first datasource was being put into the ConfigMap.
2017-10-13 11:55:56 -04:00
jordanjennings
1a30399883
[kube-prometheus] Update to Grafana 4.5.2 in template
...
In the generated version of this file at /contrib/kube-prometheus/manifests/grafana/grafana-deployment.yaml the version was bumped to 4.5.2 but seems it was overlooked in this templated version of the file.
2017-10-11 15:09:11 -04:00
Giap Tran
6aadd5cfd9
grafana_dashboards_generate: fix "file" local variable
2017-09-22 12:00:43 +07:00
Eduardo Gonzalez
3c4dec7a1c
grafana-deployment-original file deleted
2017-09-15 11:43:13 +02:00
Eduardo Gonzalez
41972d362c
added grafana-deployment updates when configmaps are generated
2017-09-14 15:26:45 +02:00
Eduardo Gonzalez
ec4fabad9c
set options added to main script
2017-09-14 12:46:00 +02:00
Eduardo Gonzalez
e517658b57
dashboards removed from tool
2017-09-09 12:54:12 +02:00
Eduardo Gonzalez
46671b7ee4
grafana configmap generator tool added
2017-09-09 12:54:12 +02:00
Eduardo Gonzalez
53b616e77d
deleted configmap generator
2017-09-09 12:54:12 +02:00
Eduardo Gonzalez
7067e8d6d1
Merge branch 'master' of https://github.com/coreos/prometheus-operator
2017-09-09 12:03:36 +02:00
Arve Knudsen
ebffe0dae6
Refer to CRDs as opposed to TPRs
2017-09-07 11:21:59 +02:00
Frederic Branczyk
7708f8eb83
kube-prometheus: adapt deploy script to wait for CRDs
2017-08-28 09:37:24 +02:00
Eduardo Gonzalez
b75d263567
grafana configmap generator integrated
2017-08-15 17:18:09 +02:00
Frederic Branczyk
c97a329792
kube-prometheus: run prometheus-k8s with only those roles it needs
2017-07-20 14:33:20 +02:00
Frederic Branczyk
3e4f0d1115
kube-prometheus: separate exporters in their own directories
2017-05-04 10:49:05 +02:00
Tapani Moilanen
6a12f669f7
Use kubectl apply in custom service example deploy
...
https://github.com/kubernetes/kubernetes/issues/29542 has been fixed,
use apply instead of create to create third party resources in custom service
monitoring example.
2017-05-03 20:02:22 +03:00
Frederic Branczyk
309c677270
kube-prometheus: extract ServiceMonitors into single files
...
Starting with Kubernetes 1.6 `kubectl apply` works for TPRs so we can
start using it, therefore using multiple files is no issue.
2017-04-27 12:44:46 +02:00
Jeff Cook
c3cb0ac749
Ensure that grafana-credentials are created first. ...
...
Without this, a race condition may occur, preventing grafana-watcher
from logging in to grafana.
2017-04-14 23:57:06 -06:00
Frederic Branczyk
066b04322d
grafana-watcher: allow credentials from env variable
2017-04-06 15:24:22 +02:00
Brandon Philips
86e5854918
kube-prometheus: put in kube-system
...
These manifests should live in kube-system; otherwise the label selector
won't work.
2017-03-27 15:00:31 +02:00
Frederic Branczyk
bf67031b5c
kube-prometheus: add RBAC resources
2017-03-23 15:24:53 +01:00
Frederic Branczyk
3bc8b3a7ae
kube-prometheus: timing issue fixed with prometheus-watcher
2017-03-15 17:30:51 +01:00
Frederic Branczyk
d9086e9875
kube-prometheus: remove duplication in grafana dashboards
...
Datasource links were duplicated in the grafana dashboads. This now also
allows exporting grafana dashboards from the UI and just dropping them
into the assets directory and they will be wrapped by the manifest
generation script.
2017-03-13 12:08:30 +01:00
Frederic Branczyk
9ed63f191f
kube-prometheus: generate manifests without kubectl
...
For `--dry-run` to work with kubectl a Kubernetes cluster's apiserver is
actually used, which is unnecessary for generating these manifests. This
approach also allows further customization, such as adding labels to the
generated manifests.
2017-03-13 11:17:23 +01:00
Frederic Branczyk
5546016826
prometheus: mount rule files based on label selector
2017-03-13 11:14:16 +01:00
Frederic Branczyk
e69a6f69ec
alertmanager: use a secret for the config
2017-03-09 10:04:47 +01:00
Frederic Branczyk
89ed6773e7
Add 'contrib/kube-prometheus/' from commit '81c0d2f4d30f63a4e274c2870c5afc89241827b0'
...
git-subtree-dir: contrib/kube-prometheus
git-subtree-mainline: 050ca21276696c8603375c699513ec487301ed62
git-subtree-split: 81c0d2f4d3
2017-03-06 09:55:36 +01:00