Skip to content

Commit

Permalink
Make variables mandatory
Browse files Browse the repository at this point in the history
  • Loading branch information
simcod committed Dec 11, 2024
1 parent d520d25 commit dffc1f8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions partition/roles/monitoring/prometheus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@ 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.
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_image_name | yes | Image version of the prometheus |
| prometheus_image_tag | yes | 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 |
Expand Down

0 comments on commit dffc1f8

Please sign in to comment.