Skip to content
Snippets Groups Projects
Commit 54c64ebb authored by micah's avatar micah :speech_balloon:
Browse files

openvpn-exporter: fix for status_path not being parsed as arg

parent 183994b2
Branches
Tags
No related merge requests found
Pipeline #124230 passed
#!/bin/sh #!/bin/sh
echo "Starting openvpn-exporter" echo "Starting openvpn-exporter"
exec /usr/local/bin/openvpn_exporter -ignore.individuals true -openvpn.status_paths /tmp/openvpn-status-tcp,/tmp/openvpn-status-udp exec /usr/local/bin/openvpn_exporter -openvpn.status_paths "/tmp/openvpn-status-tcp,/tmp/openvpn-status-udp" -ignore.individuals true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment