M0r13n / mikrotik_monitoring

Monitor your Mikrotik router with Prometheus and Grafana
MIT License
240 stars 33 forks source link

Latency #22

Closed foysal-ahamed closed 11 months ago

foysal-ahamed commented 12 months ago

By default added 3 ips to check those ips latency, but I need more ip to add and check latency. How can I add?

M0r13n commented 11 months ago

@foysal-ahamed You need to adapt the targets in prometheus/prometheus.yml

    static_configs:
      - targets:
        - 1.1.1.1
        - 8.8.8.8
        - 9.9.9.9
        - 10.0.0.1
foysal-ahamed commented 11 months ago

Thank you. working