kumina / openvpn_exporter

A Prometheus exporter for OpenVPN.
Apache License 2.0
217 stars 106 forks source link

where is openvpn status file located ? #38

Open sanfx opened 4 years ago

sanfx commented 4 years ago

when we run openvpn_exporter --help

we get

-openvpn.status_paths string Paths at which OpenVPN places its status files.

What I want to know when you say Path at which OpenVPN places its status files , Do you mean OpenVPN Exporter ?

X-Siro commented 4 years ago

It's the path where openvpn_exporter will search OpenVPN status file. It's set by --status parameter of openvpn command, for example:

/usr/sbin/openvpn --status /run/openvpn-server/status-server.status

nickjmv commented 3 years ago

What for OpenVPN Access server? Because we have a setup with 2 servers that have one Database behind them.