We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
would you like to add more instalation details to point 1-3: https://github.com/pheetr/grafana-router-asus#contents
Thanks
The text was updated successfully, but these errors were encountered:
Yes, it's not easy deploy TIG (Telegraf, InfluxDB and Grafana)
You can use docker to do it, via Portainer
For example:
https://github.com/BronRZ/RedesZone-Telegraf-InfluxDB-Grafana-QNAP/blob/main/Portainer%20STACK.yml
And do some changes:
/etc/telegraf/telegraf.conf
telegraf.conf add
[[outputs.influxdb_v2]] urls = ["https://192.168.0.1:8086/"] token = "XXX" organization = "EHN" bucket = "RouterBUCKET"
Create the Token in InfluxDB panel control
and also in Telegraf container must copy the mibs because is empty:
/usr/share/snmp/mibs
And add-import in Grafana the dashboard (json format)
https://github.com/pheetr/grafana-router-asus/blob/main/grafana/router-asus.json
And need to change the name of the bucket (named tig) (query from bucket tig)
Sorry, something went wrong.
No branches or pull requests
Hello,
would you like to add more instalation details to point 1-3:
https://github.com/pheetr/grafana-router-asus#contents
Thanks
The text was updated successfully, but these errors were encountered: