check_openvpn_clients
Simple script for checking your openvpn clients.
Usage:
./check_openvpn_clients.pl -S < STATUSFILE > -w n -c n
Options:
| Flag | Description |
|---|---|
| -h, --help | Print help |
| -v, --version | Print version |
| -c | Critical Value (default = 2) |
| -w | Warning Value (default = 1) |
| -S, --statusfile | Statusfile to read (default: /var/log/openvpn-status.log) |