flant / ovpn-admin

Simple web UI to manage OpenVPN users.
Apache License 2.0
1.39k stars 261 forks source link

Access Metrics? #226

Closed Mcrich23 closed 1 year ago

Mcrich23 commented 1 year ago

How do I get to the metrics?

Mcrich23 commented 1 year ago

How do I install helm for docker?

Mcrich23 commented 1 year ago

@pashcovich

pashcovich commented 1 year ago
  1. by default metrics are accessible on ${YOUR_IP}:${OVPN_LISTEN_PORT}/${OVPN_METRICS_PATH} e.g. 192.168.1.1:8080/metrics

    and yo can check it with command like

    curl -s 192.168.1.1:8080/metrics

  2. installation instructions are provided in readme