berthubert / galmon

galileo open source monitoring
GNU General Public License v3.0
200 stars 53 forks source link

Allow feed to remote influxdb #119

Open ghost opened 4 years ago

ghost commented 4 years ago

Currently the influxdb address is hardcoded to 127.0.0.1 in the code. Request that the address of a remote influxdb instance can be entered on the command line. I did recompile my copy with a remote address and it works correctly, but this approach should only be regarded as a work around.