prometheus.prometheus.smokeping_prober role – Prometheus Smokeping Prober

Note

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

It is not included in ansible-core. To check whether it is installed, run ansible-galaxy collection list.

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_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 }}.{{ ansible_system | lower }}-{{ _smokeping_prober_go_ansible_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

Path to directory with smokeping_prober configuration

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_local_cache_path

string

Local path to stash the archive and its extraction

Default: "/tmp/smokeping_prober-{{ ansible_system | lower }}-{{ _smokeping_prober_go_ansible_arch }}/{{ smokeping_prober_version }}"

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.8.1"

smokeping_prober_web_listen_address

string

Address on which Smokeping Prober will listen

Default: "0.0.0.0:9374"

Authors

  • Prometheus Community