-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
50 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# blackbox-exporter | ||
|
||
Deploys the blackbox-exporter in a systemd-managed Docker container. | ||
|
||
## Variables | ||
|
||
| 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 | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |