From a9d4f3aadba14266e825d272687d5982bec1acb8 Mon Sep 17 00:00:00 2001 From: SuperQ Date: Wed, 16 Aug 2023 17:59:03 +0200 Subject: [PATCH] Fix(smokeping_prober): Update arguments specs Add missing arguments spec entries. Signed-off-by: SuperQ --- roles/smokeping_prober/meta/argument_specs.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/roles/smokeping_prober/meta/argument_specs.yml b/roles/smokeping_prober/meta/argument_specs.yml index 395fb59..2ac2349 100644 --- a/roles/smokeping_prober/meta/argument_specs.yml +++ b/roles/smokeping_prober/meta/argument_specs.yml @@ -32,6 +32,9 @@ argument_specs: smokeping_prober_web_telemetry_path: description: "Path under which to expose 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: description: "The filename of the smokeping_prober probes config file" default: "probes.yml" @@ -48,6 +51,9 @@ argument_specs: smokeping_prober_basic_auth_users: description: "Dictionary of users and password for basic authentication. Passwords are automatically hashed with bcrypt." 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: description: - "I(Advanced)"