GUI CSS: Refactored wato styles to nested structure meeting sasslint requirements...
[check_mk.git] / checkman / openvpn_clients
blobd7425029a090c55d489b6e5f4dc6293ca0a3ca58
1 title: OpenVPN client connections
2 agents: linux
3 catalog: os/networking
4 license: GPL
5 distribution: check_mk
6 description:
7  This check uses the status file created by OpenVPN in order
8  to check the state of the client connections and also to measure
9  the inbound and outbound traffic. The traffic is measured raw -
10  i.e. including keepalive packages and headers - not just the payload.
12  Currently the linux agent is expecting the status file at
13  {/etc/openvpn/openvpn-status.log}. You can specify the path where
14  OpenVPN should create this file with the directive {status =} in you
15  {openvpn.conf}.
17 item:
18  The name of the OpenVPN connection (first column in the status file).
20 inventory:
21  One service per active connection will be created. Please use
22  {ignored_services} if you want to restrict this.