aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorMitchell Riedstra <mitch@riedstra.dev>2021-10-17 20:45:38 -0400
committerMitchell Riedstra <mitch@riedstra.dev>2021-10-17 20:45:38 -0400
commita83c53c2997327c9ee7ddf4856c6360ccf541a0a (patch)
tree258668929292530a5ef90b415e92d2f6ede3147d /readme.md
parent01cda8792213340fdedcd364dedb2a73564d27f2 (diff)
downloadprometheus-a83c53c2997327c9ee7ddf4856c6360ccf541a0a.tar.gz
prometheus-a83c53c2997327c9ee7ddf4856c6360ccf541a0a.tar.xz
Update prometheus, alertmanager and add a few new optionsHEADmaster
TLS Support for everything if you configure the vars properly. Blackbox exporter. Alertmanager discord for sending alerts there via webhooks. Runit services for all of them.
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md11
1 files changed, 3 insertions, 8 deletions
diff --git a/readme.md b/readme.md
index f563577..12d106e 100644
--- a/readme.md
+++ b/readme.md
@@ -1,13 +1,8 @@
-# Prometheus role for Alpine, Void Linux, Ubuntu, and CentOS
-
-You can easily override the default Prometheus template with
-`prometheus_template_source: production/prometheus.yml` in your `group_vars` or
-so.
+# Prometheus role for systems using `runit`
Updating and or changing versions of Prometheus is as simple as changing
the version and checksum in your vars.
-Works well with my Netdata role which is available here:
-
-https://git.riedstra.us/ansible
+Check over `defaults/main.yml` for a heavily commented example
+Be sure to check out the `node_exporter` role as well