diff --git a/partition/roles/monitoring/blackbox-exporter/README.md b/partition/roles/monitoring/blackbox-exporter/README.md index ecb93530..f83a34e4 100644 --- a/partition/roles/monitoring/blackbox-exporter/README.md +++ b/partition/roles/monitoring/blackbox-exporter/README.md @@ -4,6 +4,8 @@ Deploys the blackbox-exporter in a systemd-managed Docker container. ## Variables +This role uses variables from [partition-defaults](/partition). So, make sure you define them adequately as well. + | Name | Mandatory | Description | | ----------------------------------------- | --------- | -------------------------------------------- | | monitoring_blackbox_exporter_etc_host_dir | | The host directory for the blackbox exporter | diff --git a/partition/roles/monitoring/prometheus/README.md b/partition/roles/monitoring/prometheus/README.md index 950adf4e..6fb075d3 100644 --- a/partition/roles/monitoring/prometheus/README.md +++ b/partition/roles/monitoring/prometheus/README.md @@ -4,15 +4,19 @@ Deploys prometheus in a systemd-managed Docker container. ## Variables +This role uses variables from [partition-defaults](/partition). So, make sure you define them adequately as well. + | Name | Mandatory | Description | | ------------------------------------------------ | --------- | ----------------------------------------------------------- | | prometheus_port | | Port for prometheus | +| prometheus_image_name | | Image version of the prometheus | +| prometheus_image_tag | | Image tag of the prometheus | | prometheus_config_host_dir | | The host directory for prometheus configurations | | prometheus_data_host_dir | | The host directory for prometheus data | | prometheus_alertmanager_target | | Targets for the alertmanager | | prometheus_alertmanager_basic_auth_username | | The username for the authentication to the alertmanager | | prometheus_alertmanager_basic_auth_password | | The password for the authentication to the alertmanager | -| prometheus_remote_write | | Remote write target for prometheus | +| prometheus_remote_write_url | | Remote write target for prometheus | | prometheus_frr_exporter_targets | | FRR exporter targets to scrape from | | prometheus_metal_core_targets | | metal-core targets to scrape from | | prometheus_node_exporter_targets | | Node exporter targets to scrape from | @@ -22,6 +26,7 @@ Deploys prometheus in a systemd-managed Docker container. | prometheus_blackbox_exporter_targets | | Blackbox exporter targets to scrape from | | prometheus_lightbox_exporter_targets | | Lightbox exporter targets to scrape from | | prometheus_lightos_smart_targets | | Lightos smart targets to scrape from | +| prometheus_ipmi_exporter_targets | | IPMI exporter targets to scrape from | | prometheus_hosts_content | | Available hosts for prometheus | | prometheus_blackbox_exporter_icmp_groups | | ICMP groups for the blackbox exporter | | prometheus_blackbox_exporter_metal_api_probe_url | | metal-api probe URL for the blackbox exporter |