Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/electronn/openvpn_exporter

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/electronn/openvpn_exporter

  • v0.0.0-20181005212047-37f639dc9c7d
  • Source
  • Go
  • Socket score

Version published
Created
Source

openvpn_exporter

OpenVPN server statistic exporter for prometheus monitoring

Defaults:

  • port 9509
  • status.log path is "/var/log/status.log"

Options:

  -listenaddr string
        ovpnserver_exporter listen address (default ":9509")
  -metricspath string
        URL path for surfacing collected metrics (default "/metrics")
  -ovpn.log string
        Absolute path for OpenVPN server log (default "/var/log/status.log")

Example usage:

./openvpn_exporter -listenaddr 127.1:9509 -metricspath /metrics -ovpn.log /var/log/status.log

Docker image :

https://hub.docker.com/r/vaganovni/openvpn_exporter/

Docker usage :

docker run -d -p 9509:9509 -v "/var/log/status.log:/var/log.status.log" vaganovni/openvpn_exporter

FAQs

Package last updated on 05 Oct 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc