diff options
| author | Mitchell Riedstra <mitch@riedstra.dev> | 2021-10-17 20:45:38 -0400 |
|---|---|---|
| committer | Mitchell Riedstra <mitch@riedstra.dev> | 2021-10-17 20:45:38 -0400 |
| commit | a83c53c2997327c9ee7ddf4856c6360ccf541a0a (patch) | |
| tree | 258668929292530a5ef90b415e92d2f6ede3147d /readme.md | |
| parent | 01cda8792213340fdedcd364dedb2a73564d27f2 (diff) | |
| download | prometheus-a83c53c2997327c9ee7ddf4856c6360ccf541a0a.tar.gz prometheus-a83c53c2997327c9ee7ddf4856c6360ccf541a0a.tar.xz | |
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.md | 11 |
1 files changed, 3 insertions, 8 deletions
@@ -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 |
