prometheus.prometheus.smokeping_prober role – Prometheus Smokeping Prober

Note

This role is part of the prometheus.prometheus collection (version 0.7.0).

To install it use: ansible-galaxy collection install prometheus.prometheus.

To use it in a playbook, specify: prometheus.prometheus.smokeping_prober.

Entry point main – Prometheus Smokeping Prober

Synopsis

Parameters

Parameter

Comments

smokeping_prober_basic_auth_users

dictionary

Dictionary of users and password for basic authentication. Passwords are automatically hashed with bcrypt.

smokeping_prober_binary_install_dir

string

Advanced

Directory to install smokeping_prober binary

Default: "/usr/local/bin"

smokeping_prober_binary_local_dir

string

Enables the use of local packages instead of those distributed on github.

The parameter may be set to a directory where the smokeping_prober binary is stored on the host where ansible is run.

This overrides the smokeping_prober_version parameter

smokeping_prober_binary_url

string

URL of the Smokeping Prober binaries .tar.gz file

Default: "https://github.com/{{ _smokeping_prober_repo }}/releases/download/v{{ smokeping_prober_version }}/smokeping_prober-{{ smokeping_prober_version }}.linux-{{ go_arch }}.tar.gz"

smokeping_prober_checksums_url

string

URL of the Smokeping Prober checksums file

Default: "https://github.com/{{ _smokeping_prober_repo }}/releases/download/v{{ smokeping_prober_version }}/sha256sums.txt"

smokeping_prober_config_dir

string

The directory of the smokeping_prober probes config files

Default: "/etc/smokeping_prober"

smokeping_prober_config_file

string

The filename of the smokeping_prober probes config file

Default: "probes.yml"

smokeping_prober_http_server_config

dictionary

Config for HTTP/2 support.

Keys and values are the same as in smokeping_prober docs.

smokeping_prober_skip_install

boolean

Smokeping Prober installation tasks gets skipped when set to true.

Choices:

  • false ← (default)

  • true

smokeping_prober_system_group

string

Advanced

System group for Smokeping Prober

Default: "smokeping"

smokeping_prober_system_user

string

Advanced

Smokeping Prober user

Default: "smokeping"

smokeping_prober_targets

list / elements=string

List of smokeping_prober targets. See: https://github.com/SuperQ/smokeping_prober/#configuration

smokeping_prober_tls_server_config

dictionary

Configuration for TLS authentication.

Keys and values are the same as in smokeping_prober docs.

smokeping_prober_version

string

Smokeping Prober package version. Also accepts latest as parameter.

Default: "0.7.1"

smokeping_prober_web_listen_address

string

Address on which Smokeping Prober will listen

Default: "0.0.0.0:9374"

smokeping_prober_web_telemetry_path

string

Path under which to expose metrics

Default: "/metrics"

Authors

  • Prometheus Community