<linkrel="next"title="prometheus.prometheus.snmp_exporter role – Prometheus SNMP exporter"href="snmp_exporter_role.html"/>
<linkrel="prev"title="prometheus.prometheus.pushgateway role – Prometheus Pushgateway"href="pushgateway_role.html"/><!-- extra head elements for Ansible beyond RTD Sphinx Theme -->
</head>
<bodyclass="wy-body-for-nav"><!-- extra body elements for Ansible beyond RTD Sphinx Theme -->
<liclass="toctree-l1"><aclass="reference internal"href="alertmanager_role.html">prometheus.prometheus.alertmanager role – Prometheus Alertmanager service</a></li>
<liclass="toctree-l1"><aclass="reference internal"href="blackbox_exporter_role.html">prometheus.prometheus.blackbox_exporter role – Deploy and manage Prometheus blackbox exporter</a></li>
<liclass="toctree-l1"><aclass="reference internal"href="chrony_exporter_role.html">prometheus.prometheus.chrony_exporter role – Prometheus Chrony Exporter</a></li>
<liclass="toctree-l1"><aclass="reference internal"href="mysqld_exporter_role.html">prometheus.prometheus.mysqld_exporter role – Prometheus MySQLd Exporter</a></li>
<liclass="toctree-l1"><aclass="reference internal"href="node_exporter_role.html">prometheus.prometheus.node_exporter role – Prometheus Node Exporter</a></li>
<liclass="toctree-l1"><aclass="reference internal"href="prometheus_role.html">prometheus.prometheus.prometheus role – Installs and configures prometheus</a></li>
<liclass="toctree-l1"><aclass="reference internal"href="pushgateway_role.html">prometheus.prometheus.pushgateway role – Prometheus Pushgateway</a></li>
<liclass="toctree-l1 current"><aclass="current reference internal"href="#">prometheus.prometheus.smokeping_prober role – Prometheus Smokeping Prober</a><ul>
<liclass="toctree-l2"><aclass="reference internal"href="#entry-point-main-prometheus-smokeping-prober">Entry point <codeclass="docutils literal notranslate"><spanclass="pre">main</span></code>– Prometheus Smokeping Prober</a><ul>
<h1>prometheus.prometheus.smokeping_prober role – Prometheus Smokeping Prober<aclass="headerlink"href="#prometheus-prometheus-smokeping-prober-role-prometheus-smokeping-prober"title="Link to this heading"></a></h1>
<p>This role is part of the <aclass="reference external"href="https://galaxy.ansible.com/prometheus/prometheus">prometheus.prometheus collection</a> (version 0.6.0).</p>
<p>To install it use: <codeclass="code docutils literal notranslate"><spanclass="pre">ansible-galaxy</span><spanclass="pre">collection</span><spanclass="pre">install</span><spanclass="pre">prometheus.prometheus</span></code>.</p>
<p>To use it in a playbook, specify: <codeclass="code docutils literal notranslate"><spanclass="pre">prometheus.prometheus.smokeping_prober</span></code>.</p>
</div>
<navclass="contents local"id="contents">
<ulclass="simple">
<li><p><aclass="reference internal"href="#entry-point-main-prometheus-smokeping-prober"id="id1">Entry point <codeclass="docutils literal notranslate"><spanclass="pre">main</span></code>– Prometheus Smokeping Prober</a></p>
<h2><aclass="toc-backref"href="#id1"role="doc-backlink">Entry point <codeclass="docutils literal notranslate"><spanclass="pre">main</span></code>– Prometheus Smokeping Prober</a><aclass="headerlink"href="#entry-point-main-prometheus-smokeping-prober"title="Link to this heading"></a></h2>
<aclass="ansibleOptionLink"href="#parameter-main--smokeping_prober_basic_auth_users"title="Permalink to this option"></a><pclass="ansible-option-type-line"><spanclass="ansible-option-type">dictionary</span></p>
</div></td>
<td><divclass="ansible-option-cell"><p>Dictionary of users and password for basic authentication. Passwords are automatically hashed with bcrypt.</p>
<aclass="ansibleOptionLink"href="#parameter-main--smokeping_prober_binary_install_dir"title="Permalink to this option"></a><pclass="ansible-option-type-line"><spanclass="ansible-option-type">string</span></p>
<aclass="ansibleOptionLink"href="#parameter-main--smokeping_prober_binary_local_dir"title="Permalink to this option"></a><pclass="ansible-option-type-line"><spanclass="ansible-option-type">string</span></p>
</div></td>
<td><divclass="ansible-option-cell"><p>Enables the use of local packages instead of those distributed on github.</p>
<p>The parameter may be set to a directory where the <codeclass="docutils literal notranslate"><spanclass="pre">smokeping_prober</span></code> binary is stored on the host where ansible is run.</p>
<p>This overrides the <em>smokeping_prober_version</em> parameter</p>
<aclass="ansibleOptionLink"href="#parameter-main--smokeping_prober_binary_url"title="Permalink to this option"></a><pclass="ansible-option-type-line"><spanclass="ansible-option-type">string</span></p>
</div></td>
<td><divclass="ansible-option-cell"><p>URL of the Smokeping Prober binaries .tar.gz file</p>
<aclass="ansibleOptionLink"href="#parameter-main--smokeping_prober_checksums_url"title="Permalink to this option"></a><pclass="ansible-option-type-line"><spanclass="ansible-option-type">string</span></p>
</div></td>
<td><divclass="ansible-option-cell"><p>URL of the Smokeping Prober checksums file</p>
<aclass="ansibleOptionLink"href="#parameter-main--smokeping_prober_config_dir"title="Permalink to this option"></a><pclass="ansible-option-type-line"><spanclass="ansible-option-type">string</span></p>
</div></td>
<td><divclass="ansible-option-cell"><p>The directory of the smokeping_prober probes config files</p>
<aclass="ansibleOptionLink"href="#parameter-main--smokeping_prober_config_file"title="Permalink to this option"></a><pclass="ansible-option-type-line"><spanclass="ansible-option-type">string</span></p>
</div></td>
<td><divclass="ansible-option-cell"><p>The filename of the smokeping_prober probes config file</p>
<aclass="ansibleOptionLink"href="#parameter-main--smokeping_prober_http_server_config"title="Permalink to this option"></a><pclass="ansible-option-type-line"><spanclass="ansible-option-type">dictionary</span></p>
</div></td>
<td><divclass="ansible-option-cell"><p>Config for HTTP/2 support.</p>
<p>Keys and values are the same as in <aclass="reference external"href="https://github.com/superq/smokeping_prober/blob/master/https/README.md#sample-config">smokeping_prober docs</a>.</p>
<aclass="ansibleOptionLink"href="#parameter-main--smokeping_prober_skip_install"title="Permalink to this option"></a><pclass="ansible-option-type-line"><spanclass="ansible-option-type">boolean</span></p>
</div></td>
<td><divclass="ansible-option-cell"><p>Smokeping Prober installation tasks gets skipped when set to true.</p>
<aclass="ansibleOptionLink"href="#parameter-main--smokeping_prober_system_group"title="Permalink to this option"></a><pclass="ansible-option-type-line"><spanclass="ansible-option-type">string</span></p>
<aclass="ansibleOptionLink"href="#parameter-main--smokeping_prober_system_user"title="Permalink to this option"></a><pclass="ansible-option-type-line"><spanclass="ansible-option-type">string</span></p>
<aclass="ansibleOptionLink"href="#parameter-main--smokeping_prober_targets"title="Permalink to this option"></a><pclass="ansible-option-type-line"><spanclass="ansible-option-type">list</span> / <spanclass="ansible-option-elements">elements=string</span></p>
</div></td>
<td><divclass="ansible-option-cell"><p>List of smokeping_prober targets. See: <aclass="reference external"href="https://github.com/SuperQ/smokeping_prober/#configuration">https://github.com/SuperQ/smokeping_prober/#configuration</a></p>
<aclass="ansibleOptionLink"href="#parameter-main--smokeping_prober_tls_server_config"title="Permalink to this option"></a><pclass="ansible-option-type-line"><spanclass="ansible-option-type">dictionary</span></p>
</div></td>
<td><divclass="ansible-option-cell"><p>Configuration for TLS authentication.</p>
<p>Keys and values are the same as in <aclass="reference external"href="https://github.com/superq/smokeping_prober/blob/master/https/README.md#sample-config">smokeping_prober docs</a>.</p>
<aclass="ansibleOptionLink"href="#parameter-main--smokeping_prober_version"title="Permalink to this option"></a><pclass="ansible-option-type-line"><spanclass="ansible-option-type">string</span></p>
</div></td>
<td><divclass="ansible-option-cell"><p>Smokeping Prober package version. Also accepts latest as parameter.</p>
<aclass="ansibleOptionLink"href="#parameter-main--smokeping_prober_web_listen_address"title="Permalink to this option"></a><pclass="ansible-option-type-line"><spanclass="ansible-option-type">string</span></p>
</div></td>
<td><divclass="ansible-option-cell"><p>Address on which Smokeping Prober will listen</p>
<aclass="ansibleOptionLink"href="#parameter-main--smokeping_prober_web_telemetry_path"title="Permalink to this option"></a><pclass="ansible-option-type-line"><spanclass="ansible-option-type">string</span></p>
</div></td>
<td><divclass="ansible-option-cell"><p>Path under which to expose metrics</p>