aboutsummaryrefslogtreecommitdiffstats
path: root/roles/prometheus/README.md
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2022-02-20 17:09:26 +0100
committerGravatar Johannes Christ <[email protected]>2022-02-21 20:19:14 +0100
commit9c809811dfb6b931c30985b78c8573eacbc0a6e3 (patch)
treeb30e79c398b3f48e643bd56581ecc14d8476e44c /roles/prometheus/README.md
parentSave host allocation file in the repository (diff)
Deploy Prometheus & node-exporter
To start off, we are only scraping Prometheus itself and node-exporter.
Diffstat (limited to 'roles/prometheus/README.md')
-rw-r--r--roles/prometheus/README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/roles/prometheus/README.md b/roles/prometheus/README.md
new file mode 100644
index 0000000..febe029
--- /dev/null
+++ b/roles/prometheus/README.md
@@ -0,0 +1,13 @@
+# Role "prometheus"
+
+Installs and configured Prometheus on target servers.
+
+
+## Variables
+
+- `prometheus_cmdline_options` configures arguments to be added
+ to the prometheus command line, and changing it will result in
+ a restart.
+
+- `prometheus_configuration` is the prometheus configuration, serialized to
+ YAML by Ansible. If unset, the default Prometheus configuration is used.