Skip to content

Commit

Permalink
Implement review
Browse files Browse the repository at this point in the history
  • Loading branch information
simcod committed Dec 11, 2024
1 parent e269b24 commit d520d25
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 2 additions & 0 deletions partition/roles/monitoring/blackbox-exporter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
7 changes: 6 additions & 1 deletion partition/roles/monitoring/prometheus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand All @@ -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 |
Expand Down

0 comments on commit d520d25

Please sign in to comment.