acouvreur / ssh-log-to-influx

Send SSH authentication logs to influxdb with geohashing IP
GNU General Public License v3.0
101 stars 25 forks source link

configuration options and error handling #36

Closed rolfrander closed 4 years ago

rolfrander commented 4 years ago

I have added some more environment variables for confiuration (debug level, influx username, password, protocol) and some more error-handling to catch errors I have observed in my setup.

I don't really know javascript or node, so this is probably not idiomatic. Maybe some ideas can be used, but maybe not the code.

I also had to make some changes to the Dockerfile to get it to run, but I don't really know what any of this means. I just compared to the previous version I had running...

edasque commented 4 years ago

I've been hoping for those changes (u/p). 👍

acouvreur commented 4 years ago

I need you to rebase on upstream master (I fixed build on PR), and I let you fix some details we've discussed. Can you add a description for the variables you added to the README ?