-
Notifications
You must be signed in to change notification settings - Fork 16
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
Unable to parse data and insert into InfluxDB #3
Comments
It looks like you're using python 2.7 by default on your system. I suppose that's because of some type conversion issues discrepancies between python 2 and 3. I've just pushed the changes (803296a) which explicitly use python 3. Can you check if the issue still occurs? If yes, please provide version of python and |
Hello @carbolymer, @Napsty, I have also InfluxDB, Grafana docker running, what configuration you made to have it working? I am using python3 and mtr-monitor is running.
But i don't anything in the dashboard? What changes I need to make:
|
I slightly adjusted the mtr-monitor.sh to not create Docker containers because I have an existing InfluxDB in my environment. But the python script returns the following error:
I'm aware that I'm not using your script the way you wrote it, but maybe you have an idea if the problem is related to my InfluxDB (1.6.4) or to a different output of mtr (0.92)?
The text was updated successfully, but these errors were encountered: