diff --git a/index.md b/index.md index d13dde9..c4e3282 100644 --- a/index.md +++ b/index.md @@ -3,51 +3,52 @@ title: prometheus type: docs --- -[![Source Code](https://img.shields.io/badge/gitea-source%20code-blue?logo=gitea&logoColor=white)](https://gitea.rknet.org/ansible/xoxys.prometheus) [![Build Status](https://img.shields.io/drone/build/ansible/xoxys.prometheus?logo=drone&server=https%3A%2F%2Fdrone.rknet.org)](https://drone.rknet.org/ansible/xoxys.prometheus) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg?label=license)](https://gitea.rknet.org/ansible/xoxys.prometheus/src/branch/master/LICENSE) +[![Source Code](https://img.shields.io/badge/gitea-source%20code-blue?logo=gitea&logoColor=white)](https://gitea.rknet.org/ansible/xoxys.prometheus) [![Build Status](https://img.shields.io/drone/build/ansible/xoxys.prometheus?logo=drone&server=https%3A%2F%2Fdrone.rknet.org)](https://drone.rknet.org/ansible/xoxys.prometheus) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg?label=license)](https://gitea.rknet.org/ansible/xoxys.prometheus/src/branch/master/LICENSE) Deploy [Prometheus](https://prometheus.io/) monitoring system. -* [Default Variables](#default-variables) - * [prometheus_alert_relabel_configs](#prometheus_alert_relabel_configs) - * [prometheus_alert_rules](#prometheus_alert_rules) - * [prometheus_alert_rules_extra](#prometheus_alert_rules_extra) - * [prometheus_alert_rules_files](#prometheus_alert_rules_files) - * [prometheus_alertmanager_config](#prometheus_alertmanager_config) - * [prometheus_base_dir](#prometheus_base_dir) - * [prometheus_config_dir](#prometheus_config_dir) - * [prometheus_config_flags_extra](#prometheus_config_flags_extra) - * [prometheus_data_dir](#prometheus_data_dir) - * [prometheus_external_labels](#prometheus_external_labels) - * [prometheus_extra_groups](#prometheus_extra_groups) - * [prometheus_file_sd_dir](#prometheus_file_sd_dir) - * [prometheus_global](#prometheus_global) - * [prometheus_group](#prometheus_group) - * [prometheus_log_level](#prometheus_log_level) - * [prometheus_packages](#prometheus_packages) - * [prometheus_read_only_dirs](#prometheus_read_only_dirs) - * [prometheus_remote_read](#prometheus_remote_read) - * [prometheus_remote_write](#prometheus_remote_write) - * [prometheus_rules_dir](#prometheus_rules_dir) - * [prometheus_scrape_configs](#prometheus_scrape_configs) - * [prometheus_static_targets_files](#prometheus_static_targets_files) - * [prometheus_storage_retention](#prometheus_storage_retention) - * [prometheus_storage_retention_size](#prometheus_storage_retention_size) - * [prometheus_targets](#prometheus_targets) - * [prometheus_user](#prometheus_user) - * [prometheus_user_comment](#prometheus_user_comment) - * [prometheus_user_home](#prometheus_user_home) - * [prometheus_version](#prometheus_version) - * [prometheus_web_basic_auth_users](#prometheus_web_basic_auth_users) - * [prometheus_web_bind_ip](#prometheus_web_bind_ip) - * [prometheus_web_bind_port](#prometheus_web_bind_port) - * [prometheus_web_external_url](#prometheus_web_external_url) - * [prometheus_web_http_server](#prometheus_web_http_server) - * [prometheus_web_tls_cert_path](#prometheus_web_tls_cert_path) - * [prometheus_web_tls_cert_source](#prometheus_web_tls_cert_source) - * [prometheus_web_tls_enabled](#prometheus_web_tls_enabled) - * [prometheus_web_tls_key_path](#prometheus_web_tls_key_path) - * [prometheus_web_tls_key_source](#prometheus_web_tls_key_source) -* [Dependencies](#dependencies) +- [Default Variables](#default-variables) + - [prometheus_alert_relabel_configs](#prometheus_alert_relabel_configs) + - [prometheus_alert_rules](#prometheus_alert_rules) + - [prometheus_alert_rules_extra](#prometheus_alert_rules_extra) + - [prometheus_alert_rules_files](#prometheus_alert_rules_files) + - [prometheus_alertmanager_config](#prometheus_alertmanager_config) + - [prometheus_base_dir](#prometheus_base_dir) + - [prometheus_config_dir](#prometheus_config_dir) + - [prometheus_config_flags_extra](#prometheus_config_flags_extra) + - [prometheus_data_dir](#prometheus_data_dir) + - [prometheus_external_labels](#prometheus_external_labels) + - [prometheus_extra_groups](#prometheus_extra_groups) + - [prometheus_file_sd_dir](#prometheus_file_sd_dir) + - [prometheus_global](#prometheus_global) + - [prometheus_group](#prometheus_group) + - [prometheus_log_level](#prometheus_log_level) + - [prometheus_packages](#prometheus_packages) + - [prometheus_read_only_dirs](#prometheus_read_only_dirs) + - [prometheus_remote_read](#prometheus_remote_read) + - [prometheus_remote_write](#prometheus_remote_write) + - [prometheus_rules_dir](#prometheus_rules_dir) + - [prometheus_scrape_configs](#prometheus_scrape_configs) + - [prometheus_static_targets_files](#prometheus_static_targets_files) + - [prometheus_storage_retention](#prometheus_storage_retention) + - [prometheus_storage_retention_size](#prometheus_storage_retention_size) + - [prometheus_targets](#prometheus_targets) + - [prometheus_user](#prometheus_user) + - [prometheus_user_comment](#prometheus_user_comment) + - [prometheus_user_home](#prometheus_user_home) + - [prometheus_version](#prometheus_version) + - [prometheus_web_basic_auth_users](#prometheus_web_basic_auth_users) + - [prometheus_web_bind_ip](#prometheus_web_bind_ip) + - [prometheus_web_bind_port](#prometheus_web_bind_port) + - [prometheus_web_external_url](#prometheus_web_external_url) + - [prometheus_web_http_server](#prometheus_web_http_server) + - [prometheus_web_tls_cert_path](#prometheus_web_tls_cert_path) + - [prometheus_web_tls_cert_source](#prometheus_web_tls_cert_source) + - [prometheus_web_tls_enabled](#prometheus_web_tls_enabled) + - [prometheus_web_tls_key_path](#prometheus_web_tls_key_path) + - [prometheus_web_tls_key_source](#prometheus_web_tls_key_source) +- [Discovered Tags](#discovered-tags) +- [Dependencies](#dependencies) --- @@ -81,10 +82,10 @@ prometheus_alert_rules: labels: severity: warning annotations: - description: This is an alert meant to ensure that the entire alerting pipeline - is functional. This alert is always firing. There are integrations with various - notification mechanisms that send a notification when this alert is not firing - anymore. + description: >- + This is an alert meant to ensure that the entire alerting pipeline is functional. + This alert is always firing. There are integrations with various notification + mechanisms that send a notification when this alert is not firing anymore. summary: Ensure entire alerting pipeline is functional - alert: InstanceDown expr: up == 0 @@ -466,6 +467,12 @@ prometheus_web_tls_key_path: '{{ prometheus_base_dir }}/tls/private/mykey.pem' prometheus_web_tls_key_source: mykey.pem ``` +## Discovered Tags + +tls_renewal +:   + + ## Dependencies None.