-
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
I don't want use docker #4
Comments
check available options here: You don't need to create schema in influxdb. Everything is done in https://github.com/carbolymer/mtr-monitor/blob/master/save_data.py You just need to set correct port and host in |
this is my mtr-monitor.sh number of pings sentCYCLES=30 inverval between MTR tests in secondsINTERVAL=30 if you need to change it, change also in influx-cli.shINFLUXDB_HOST="localhost" END OF CONFIGfunction monitor_mtr() { which mtr &>/dev/null while true; do THE save_data.py must use python3? |
looks fine, and yes you should use python 3 |
THANK YOU! |
sorry,I have two question.... NO.2 can you help me...thank!!! |
|
the grafana_dashboard_mtr.json import is not support grafana6.1.4..... |
@pangqiss1986 @carbolymer The same quessiton No.1 |
dear:
THE mtr monitor is very good!.BUT I don't want to use docker. Now I install influxdb.How can I create database ,tables,column?
and THE save_data.py hava you python2 ?
Thank you!
The text was updated successfully, but these errors were encountered: