Prometheus: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
| Zeile 2: | Zeile 2: | ||
*[[Prometheus install]] | *[[Prometheus install]] | ||
*[[Prometheus Proxmox anbindung]] | *[[Prometheus Proxmox anbindung]] | ||
| + | |||
| + | |||
| + | =Pr0metheus und Grafana= | ||
| + | *mkdir -p data/prometheus grafana-etc grafana-lib grafana-log prometheus | ||
| + | *vi grafana-etc/grafana.ini | ||
| + | <pre> | ||
| + | [paths] | ||
| + | [server] | ||
| + | protocol = http | ||
| + | http_port = 3000 | ||
| + | domain = grafana.weyon.de | ||
| + | [database] | ||
| + | [remote_cache] | ||
| + | [dataproxy] | ||
| + | [analytics] | ||
| + | [security] | ||
| + | [snapshots] | ||
| + | [dashboards] | ||
| + | [users] | ||
| + | [auth] | ||
| + | disable_login_form = false | ||
| + | [auth.anonymous] | ||
| + | enabled = true | ||
| + | [auth.github] | ||
| + | [auth.gitlab] | ||
| + | [auth.google] | ||
| + | [auth.grafana_com] | ||
| + | [auth.azuread] | ||
| + | [auth.okta] | ||
| + | [auth.generic_oauth] | ||
| + | [auth.basic] | ||
| + | [auth.proxy] | ||
| + | [auth.ldap] | ||
| + | [smtp] | ||
| + | [emails] | ||
| + | [log] | ||
| + | [log.console] | ||
| + | [log.file] | ||
| + | format = text | ||
| + | log_rotate = true | ||
| + | [log.syslog] | ||
| + | [quota] | ||
| + | [alerting] | ||
| + | [annotations.dashboard] | ||
| + | [annotations.api] | ||
| + | [explore] | ||
| + | [metrics] | ||
| + | [metrics.graphite] | ||
| + | [grafana_com] | ||
| + | [tracing.jaeger] | ||
| + | [external_image_storage] | ||
| + | [external_image_storage.s3] | ||
| + | [external_image_storage.webdav] | ||
| + | [external_image_storage.gcs] | ||
| + | [external_image_storage.azure_blob] | ||
| + | [external_image_storage.local] | ||
| + | [rendering] | ||
| + | [panels] | ||
| + | [plugins] | ||
| + | [plugin.grafana-image-renderer] | ||
| + | [enterprise] | ||
| + | [feature_toggles] | ||
| + | [date_formats] | ||
| + | |||
| + | </pre> | ||
Version vom 22. November 2021, 16:01 Uhr
Install
Pr0metheus und Grafana
- mkdir -p data/prometheus grafana-etc grafana-lib grafana-log prometheus
- vi grafana-etc/grafana.ini
[paths] [server] protocol = http http_port = 3000 domain = grafana.weyon.de [database] [remote_cache] [dataproxy] [analytics] [security] [snapshots] [dashboards] [users] [auth] disable_login_form = false [auth.anonymous] enabled = true [auth.github] [auth.gitlab] [auth.google] [auth.grafana_com] [auth.azuread] [auth.okta] [auth.generic_oauth] [auth.basic] [auth.proxy] [auth.ldap] [smtp] [emails] [log] [log.console] [log.file] format = text log_rotate = true [log.syslog] [quota] [alerting] [annotations.dashboard] [annotations.api] [explore] [metrics] [metrics.graphite] [grafana_com] [tracing.jaeger] [external_image_storage] [external_image_storage.s3] [external_image_storage.webdav] [external_image_storage.gcs] [external_image_storage.azure_blob] [external_image_storage.local] [rendering] [panels] [plugins] [plugin.grafana-image-renderer] [enterprise] [feature_toggles] [date_formats]