-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Influxdb Connection #515
Comments
+1 i did something like this a while ago but your solutions seem way better. My newer try and my older one |
Not merging the PR yet (need to write the wrapper for the influxdb version 2 client first), but have a look here. This the info you want in influx? |
How can i check if the Settings for InfluxDB are correct? |
I'll add a test connection button next time I work on this. To manually check this atm, you can get a shell in the container and run: php /config/www/artisan tinker App\Utils\InfluxDB\InfluxDB::connect() If the output looks something like this:
Then the connection works, if it doesn't you should see an error in there |
Thank you for your Help! |
Which version of influx are you using? I've only written the adapter for v1 so far |
My output is: Curiously, when I enable or disable the INflux integration in settings the pop-up windows always says "enabled or disabled heathchecks.io" section. I'm not sure if that's just an incorrect message or if the entire integration isn't enabled. |
Hey @funnelcloudservices, Just started using speedtest, you have to disable Influx in the UI (The checkbox is enabled) and after that re-enable it. This got the connection working for me |
Works with InfluxDb 1.8.10
|
It would be very nice if support for InfluxDB 2 would be added too. Is it planned? |
Would be great if we could get a output to influxdb.
The text was updated successfully, but these errors were encountered: