Skip to content
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

More detailed intruction #1

Open
walczakkamil opened this issue Jun 25, 2023 · 1 comment
Open

More detailed intruction #1

walczakkamil opened this issue Jun 25, 2023 · 1 comment

Comments

@walczakkamil
Copy link

Hello,

would you like to add more instalation details to point 1-3:
https://github.com/pheetr/grafana-router-asus#contents

Thanks

@ehnwebmaster
Copy link

ehnwebmaster commented Oct 5, 2024

grafana

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants