linuxserver / docker-smokeping

GNU General Public License v3.0
346 stars 95 forks source link

[FEAT] InfluxDB support #172

Closed sartoricz closed 7 months ago

sartoricz commented 7 months ago

Is this a new feature request?

Wanted change

Would you kindly add InfluxDB::HTTP perl module to the docker file? I'm trying to export data into an Influx database and it is failing with DBG: Setting up a new InfluxDB connection ERROR: Could not import InfluxDB modules, but InfluxDB host was configured: Can't locate InfluxDB/HTTP.pm in @INC (you may need to install the InfluxDB::HTTP module) (@INC entries checked: .. /usr/share/smokeping /usr/local/lib/perl5/site_perl /usr/local/share/perl5/site_perl /usr/lib/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/core_perl /usr/share/perl5/core_perl) at /usr/share/smokeping/Smokeping.pm line 4169.

Reason for change

Make possible InfluxDB export, which is supported by Smokeping by default.

Proposed code change

No response

github-actions[bot] commented 7 months ago

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

homerr commented 7 months ago

Change has been merged in.