Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 598 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 598 Bytes

OpenVPN DataDog Agent

Adds OpenVPN licensing stats to DataDog.

Installation

Automated

The included install.sh script will copy the files to the correct locations, give dd-agent permissions to interact with OpenVPN, and restart the agent.

Manual

  1. Copy openvpn.py to /etc/dd-agent/checks.d
  2. Copy openvpn.yaml to /etc/dd-agent/conf.d
  3. Add dd-agent ALL=NOPASSWD: /usr/local/openvpn_as/scripts/sacli to /etc/sudoers using visudo
  4. Restart the agent with /etc/init.d/datadog-agent restart