adding *_archive_path by request

Signed-off-by: Mark Tomich <tomichms@nih.gov>
This commit is contained in:
Mark Tomich 2024-02-29 13:21:57 -05:00
parent 32d15d4361
commit d25f772f5f
19 changed files with 57 additions and 0 deletions

View file

@ -110,3 +110,6 @@ argument_specs:
alertmanager_amtool_config_output:
description: 'Extended output, use C("") for simple output.'
default: "extended"
alertmanager_archive_path:
description: 'Local path to stash the archive and its extraction'
default: "/tmp"

View file

@ -56,3 +56,6 @@ argument_specs:
blackbox_exporter_group:
description: "The group the exporter runs as"
default: "blackbox-exp"
blackbox_exporter_archive_path:
description: 'Local path to stash the archive and its extraction'
default: "/tmp"

View file

@ -47,3 +47,6 @@ argument_specs:
- "I(Advanced)"
- "cAdvisor user"
default: "root"
cadvisor_archive_path:
description: 'Local path to stash the archive and its extraction'
default: "/tmp"

View file

@ -73,3 +73,6 @@ argument_specs:
- "I(Advanced)"
- "Chrony exporter user"
default: "chrony-exp"
chrony_exporter_archive_path:
description: 'Local path to stash the archive and its extraction'
default: "/tmp"

View file

@ -46,3 +46,6 @@ argument_specs:
description:
- "I(Advanced)"
- "Password to use to protect endpoints with basic auth"
fail2ban_exporter_archive_path:
description: 'Local path to stash the archive and its extraction'
default: "/tmp"

View file

@ -68,3 +68,6 @@ argument_specs:
- "I(Advanced)"
- "ipmi_exporter user"
default: "ipmi-exp"
ipmi_exporter_archive_path:
description: 'Local path to stash the archive and its extraction'
default: "/tmp"

View file

@ -70,3 +70,6 @@ argument_specs:
- "I(Advanced)"
- "memcached_exporter user"
default: "memcached-exp"
memcached_exporter_archive_path:
description: 'Local path to stash the archive and its extraction'
default: "/tmp"

View file

@ -118,3 +118,6 @@ argument_specs:
- "I(Advanced)"
- "mongodb_exporter user"
default: "mongodb-exp"
mongodb_exporter_archive_path:
description: 'Local path to stash the archive and its extraction'
default: "/tmp"

View file

@ -91,3 +91,6 @@ argument_specs:
- "I(Advanced)"
- "MySQLd Exporter user"
default: "mysqld-exp"
mysqld_exporter_archive_path:
description: 'Local path to stash the archive and its extraction'
default: "/tmp"

View file

@ -73,3 +73,6 @@ argument_specs:
- "I(Advanced)"
- "nginx_exporter user"
default: "nginx-exp"
nginx_exporter_archive_path:
description: 'Local path to stash the archive and its extraction'
default: "/tmp"

View file

@ -81,3 +81,6 @@ argument_specs:
- "I(Advanced)"
- "Node exporter user"
default: "node-exp"
node_exporter_archive_path:
description: 'Local path to stash the archive and its extraction'
default: "/tmp"

View file

@ -89,3 +89,6 @@ argument_specs:
- "I(Advanced)"
- "PostgreSQL Exporter user"
default: "postgres-exp"
postgres_exporter_archive_path:
description: 'Local path to stash the archive and its extraction'
default: "/tmp"

View file

@ -155,3 +155,6 @@ argument_specs:
- "How long to wait for Prometheus to shutdown. This is passed as a systemd TimeoutStopSec time spec."
type: "str"
default: "600s"
prometheus_archive_path:
description: 'Local path to stash the archive and its extraction'
default: "/tmp"

View file

@ -60,3 +60,6 @@ argument_specs:
- "I(Advanced)"
- "Pushgateway user"
default: "pushgateway"
pushgateway_archive_path:
description: 'Local path to stash the archive and its extraction'
default: "/tmp"

View file

@ -179,3 +179,6 @@ argument_specs:
- "I(Advanced)"
- "redis_exporter user"
default: "redis-exp"
redis_exporter_archive_path:
description: 'Local path to stash the archive and its extraction'
default: "/tmp"

View file

@ -90,3 +90,6 @@ argument_specs:
- "I(Advanced)"
- "Smartctl exporter user"
default: "smartctl-exp"
smartctl_exporter_archive_path:
description: 'Local path to stash the archive and its extraction'
default: "/tmp"

View file

@ -69,3 +69,6 @@ argument_specs:
- "I(Advanced)"
- "Smokeping Prober user"
default: "smokeping"
smokeping_prober_archive_path:
description: 'Local path to stash the archive and its extraction'
default: "/tmp"

View file

@ -41,3 +41,6 @@ argument_specs:
- "I(Advanced)"
- "Directory to install snmp_exporter binary"
default: "/usr/local/bin"
snmp_exporter_archive_path:
description: 'Local path to stash the archive and its extraction'
default: "/tmp"

View file

@ -67,3 +67,6 @@ argument_specs:
default: "systemd-exporter"
systemd_exporter_log_level:
description: Only log messages with the given severity or above.
systemd_exporter_archive_path:
description: 'Local path to stash the archive and its extraction'
default: "/tmp"