prometheus: add blackbox exporter

This commit is contained in:
uumas
2023-12-21 01:32:53 +02:00
parent 6f1bcecf25
commit c5a54827d4
5 changed files with 59 additions and 0 deletions

View File

@@ -110,6 +110,13 @@ argument_specs:
type: str
required: true
prometheus_ping_hosts:
description: List of hosts to gather ping metrics for using prometheus blackbox exporter
type: list
required: false
default: []
elements: str
# All options after this will be passed directly to the container role
docker_service_suffix:
description: "Passed to container role"