Skip to content
This repository was archived by the owner on Sep 1, 2024. It is now read-only.

Commit 36a1ee3

Browse files
committed
version 2.2.0
1 parent f32db76 commit 36a1ee3

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed

README.md

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -87,21 +87,22 @@ USAGE:
8787
openldap_exporter [global options] [arguments...]
8888
8989
VERSION:
90-
v2.1.4
90+
v2.2.0
9191
9292
GLOBAL OPTIONS:
93-
--promAddr value Bind address for Prometheus HTTP metrics server (default: ":9330") [$PROM_ADDR]
94-
--metrPath value Path on which to expose Prometheus metrics (default: "/metrics") [$METRICS_PATH]
95-
--ldapNet value Network of OpenLDAP server (default: "tcp") [$LDAP_NET]
96-
--ldapAddr value Address of OpenLDAP server (default: "localhost:389") [$LDAP_ADDR]
97-
--ldapUser value OpenLDAP bind username (optional) [$LDAP_USER]
98-
--ldapPass value OpenLDAP bind password (optional) [$LDAP_PASS]
99-
--interval value Scrape interval (default: 30s) [$INTERVAL]
100-
--webCfgFile FILE Prometheus metrics web config FILE (optional) [$WEB_CFG_FILE]
101-
--jsonLog Output logs in JSON format (default: false) [$JSON_LOG]
102-
--config YAML_FILE Optional configuration from a YAML_FILE
103-
--help, -h show help (default: false)
104-
--version, -v print the version (default: false)
93+
--promAddr value Bind address for Prometheus HTTP metrics server (default: ":9330") [$PROM_ADDR]
94+
--metrPath value Path on which to expose Prometheus metrics (default: "/metrics") [$METRICS_PATH]
95+
--ldapNet value Network of OpenLDAP server (default: "tcp") [$LDAP_NET]
96+
--ldapAddr value Address and port of OpenLDAP server (default: "localhost:389") [$LDAP_ADDR]
97+
--ldapUser value OpenLDAP bind username (optional) [$LDAP_USER]
98+
--ldapPass value OpenLDAP bind password (optional) [$LDAP_PASS]
99+
--interval value Scrape interval (default: 30s) [$INTERVAL]
100+
--webCfgFile FILE Prometheus metrics web config FILE (optional) [$WEB_CFG_FILE]
101+
--jsonLog Output logs in JSON format (default: false) [$JSON_LOG]
102+
--replicationObject value Object to watch replication upon
103+
--config YAML_FILE Optional configuration from a YAML_FILE
104+
--help, -h show help (default: false)
105+
--version, -v print the version (default: false)
105106
```
106107

107108
Example:

0 commit comments

Comments
 (0)