adejoux / nmon2influxdb

Make NMON data dynamic with InfluxDB
GNU Affero General Public License v3.0
80 stars 29 forks source link

influxdb url https access failed #48

Closed adilnaimi closed 7 years ago

adilnaimi commented 7 years ago

I have to enable inluxdb ssl for data transfer encryption, but nmob2influxdb can't connect to the url when adding https to the influxdb_server in ~/.nmon2influxdb.cfg

/data/nmon/bin/nmon2influxdb import LPAR71_TEST_170404_0000.nmon
2017/04/04 15:09:22 Using configuration file /root/.nmon2influxdb.cfg
2017/04/04 15:09:22 Get http://https/ping: dial tcp: lookup https: no such host

my config

grep influxdb_server  /root/.nmon2influxdb.cfg
influxdb_server="https://influxserver.smrc.domain.org"
adejoux commented 7 years ago

I admit I never tested the ssl access. I will check it and come back to you.

Alain

adejoux commented 7 years ago

Hello,

The new release should work for you. Let me know if you still have an issue.

Thanks :)

Alain

adilnaimi commented 7 years ago

I confirm the new version is working perfectly with influxdb ssl enabled

Thank you very much

the issue can be closed

adejoux commented 7 years ago

Thanks