Skip to content
This repository has been archived by the owner on Aug 18, 2023. It is now read-only.

Latest commit

 

History

History
20 lines (11 loc) · 960 Bytes

openldap_exporter_tomcz.md

File metadata and controls

20 lines (11 loc) · 960 Bytes

OpenLDAP exporter (tomcz) configuration

To enable openldap_exporter by tomcz include role task: openldap_exporter_tomcz

An array of additional flags to pass to the openldap_exporter daemon (ie):

prometheus_openldap_exporter_tomcz_extra_opts: []

The version of openldap_exporter_tomcz to install. The default version can be found in the openldap_exporter_tomcz variables file and the default version can be overridden using the following variable:

prometheus_openldap_exporter_tomcz_version: "v1.0.0"

Allow the use of prerelease versions (beta, test, development, etc versions), defaults to 'false':

prometheus_openldap_exporter_tomcz_use_prerelease: true

Port and IP to listen on. Defaults to listening on all available IPs on port 9330:

prometheus_openldap_exporter_tomcz_host: "0.0.0.0"
prometheus_openldap_exporter_tomcz_port: 9330