Skip to content

Commit

Permalink
Merge branch 'master' into gardener-extension-csi-driver-lvm
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit91 authored Jan 7, 2025
2 parents 6e01469 + 5f07687 commit 34f7839
Show file tree
Hide file tree
Showing 6 changed files with 94 additions and 7 deletions.
14 changes: 14 additions & 0 deletions partition/roles/monitoring/blackbox-exporter/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# blackbox-exporter

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 |
| monitoring_blackbox_exporter_image_name | | Image name of the blackblox exporter |
| monitoring_blackbox_exporter_image_tag | | Image tag of the blackbox exporter |
| monitoring_blackbox_exporter_port | | Port for the blackblox exporter |
12 changes: 12 additions & 0 deletions partition/roles/monitoring/ipmi-exporter/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# ipmi-exporter

Deploys the ipmi-exporter in a systemd-managed Docker container.

## Variables

| Name | Mandatory | Description |
| ------------------------------------- | --------- | ---------------------------------------- |
| monitoring_ipmi_exporter_etc_host_dir | | The host directory for the IPMI exporter |
| monitoring_ipmi_exporter_image_name | | Image name of the IPMI exporter |
| monitoring_ipmi_exporter_image_tag | | Image tag of the IPMI exporter |
| monitoring_ipmi_exporter_port | | Port for the IPMI exporter |
12 changes: 12 additions & 0 deletions partition/roles/monitoring/node-exporter/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# node-exporter

Deploys the node-exporter in a systemd-managed Docker container.

## Variables

| Name | Mandatory | Description |
| ----------------------------------- | --------- | ---------------------------------------- |
| monitoring_node_exporter_dir | | The host directory for the node exporter |
| monitoring_node_exporter_image_name | | Image name of the IPMI exporter |
| monitoring_node_exporter_image_tag | | Image tag of the IPMI exporter |
| monitoring_node_exporter_port | | Port for the IPMI exporter |
35 changes: 35 additions & 0 deletions partition/roles/monitoring/prometheus/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# prometheus

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 | 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 |
| 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_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 |
| prometheus_promtail_targets | | Promtail targets to scrape from |
| prometheus_ping_targets | | Ping targets to scrape from |
| prometheus_sonic_exporter_targets | | Sonic exporter targets to scrape from |
| 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 |
| prometheus_remote_write_basic_auth_username | | The username for the prometheus remote write authentication |
| prometheus_remote_write_basic_auth_password | | The password for the prometheus remote write authentication |
12 changes: 12 additions & 0 deletions partition/roles/monitoring/sonic-exporter/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# sonic-exporter

Deploys the sonic-exporter in a systemd-managed Docker container.

## Variables

| Name | Mandatory | Description |
| ------------------------- | --------- | -------------------------------- |
| sonic_exporter_image_name | | Image name of the sonic exporter |
| sonic_exporter_image_tag | | Image tag of the sonic exporter |
| sonic_exporter_address | | Address for the sonic exporter |
| sonic_exporter_port | | Port for the sonic exporter |
16 changes: 9 additions & 7 deletions partition/roles/promtail/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ Deploys promtail in a systemd-managed Docker container.

## Variables

| Name | Mandatory | Description |
|-----------------------------|-----------|--------------------------------------|
| promtail_config_host_dir | | The location of the promtail config |
| promtail_image_name | yes | Image version of the promtail |
| promtail_image_tag | yes | Image tag of the promtail |
| promtail_loki_push_endpoint | yes | The URL to the Loki push endpoint |
| promtail_scrape_configs | yes | A list containing the scrape configs |
| Name | Mandatory | Description |
| --------------------------------- | --------- | ------------------------------------------ |
| promtail_config_host_dir | | The location of the promtail config |
| promtail_image_name | yes | Image version of the promtail |
| promtail_image_tag | yes | Image tag of the promtail |
| promtail_loki_push_endpoint | yes | The URL to the Loki push endpoint |
| promtail_scrape_configs | yes | A list containing the scrape configs |
| promtail_loki_basic_auth_username | | The username for the client authentication |
| promtail_loki_basic_auth_password | | The password for the client authentication |

0 comments on commit 34f7839

Please sign in to comment.