Denys Kondratenko

Results 73 comments of Denys Kondratenko

> This needs a DCO sign-off. You can use `git commit -s --amend` to add it. it does has sign-off, but I also added original author, so DCO probably don't...

similar request is in #380 . As a secure alternative so far you can use tls connection with `--web.config` which is Prometheus TLS config file

hm. I mixed up the things, `--web.config` is the parameter for exporter itself. It will not help with connection to mongo. So yeah, concern is quite critical we need to...

to make it clear `--web-config` is for exporter itself, but you still use tls in a connection URI: `tls=truetlsCertificateKeyFile=Server.pem&tlsCAFile=ca.pem` in connection string instead of password.

similar request is in #380 . As a secure alternative so far you can use tls connection with `--web.config` which is Prometheus TLS config file. `Run the binary (mongodb_exporter-0.7.1.linux-amd64.tar.gz)` 0.7.1...

hm. I mixed up the things, `--web.config` is the parameter for exporter itself. It will not help with connection to mongo. So yeah, concern is quite critical we need to...

workaround would be to use MONGODB_URI env var https://github.com/percona/mongodb_exporter/blob/ac324239e20444021f26555af5c8fb1f4d395590/main.go#L40 also see #560

to make it clear `--web-config` is for exporter itself, but you still use tls in a connection URI: `tls=truetlsCertificateKeyFile=Server.pem&tlsCAFile=ca.pem` in connection string instead of password.

@trvrnrth could you please update branch, we will merge

@fabio-silva looks like this one should be updated? is this one still WIP?