mirror of
https://github.com/prometheus-community/ansible
synced 2024-11-10 14:24:25 +00:00
Fix(smokeping_prober): Update arguments specs
Add missing arguments spec entries. Signed-off-by: SuperQ <superq@gmail.com>
This commit is contained in:
parent
eaeec823eb
commit
a9d4f3aadb
1 changed files with 6 additions and 0 deletions
|
@ -32,6 +32,9 @@ argument_specs:
|
||||||
smokeping_prober_web_telemetry_path:
|
smokeping_prober_web_telemetry_path:
|
||||||
description: "Path under which to expose metrics"
|
description: "Path under which to expose metrics"
|
||||||
default: "/metrics"
|
default: "/metrics"
|
||||||
|
smokeping_prober_config_dir:
|
||||||
|
description: "The directory of the smokeping_prober probes config files"
|
||||||
|
default: "/etc/smokeping_prober"
|
||||||
smokeping_prober_config_file:
|
smokeping_prober_config_file:
|
||||||
description: "The filename of the smokeping_prober probes config file"
|
description: "The filename of the smokeping_prober probes config file"
|
||||||
default: "probes.yml"
|
default: "probes.yml"
|
||||||
|
@ -48,6 +51,9 @@ argument_specs:
|
||||||
smokeping_prober_basic_auth_users:
|
smokeping_prober_basic_auth_users:
|
||||||
description: "Dictionary of users and password for basic authentication. Passwords are automatically hashed with bcrypt."
|
description: "Dictionary of users and password for basic authentication. Passwords are automatically hashed with bcrypt."
|
||||||
type: "dict"
|
type: "dict"
|
||||||
|
smokeping_prober_targets:
|
||||||
|
description: "List of smokeping_prober targets. See: https://github.com/SuperQ/smokeping_prober/#configuration"
|
||||||
|
type: "list"
|
||||||
smokeping_prober_binary_install_dir:
|
smokeping_prober_binary_install_dir:
|
||||||
description:
|
description:
|
||||||
- "I(Advanced)"
|
- "I(Advanced)"
|
||||||
|
|
Loading…
Reference in a new issue