Skip to content

alarig/nagios-icinga-openvpn

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 

Repository files navigation

nagios-icinga-openvpn

Nagios/Icinga check for OpenVPN availability monitoring

What to do with the check

The checks must be run on the monitoring server

How to use check_openvpn

The plugin is a normal check which must be run on the monitoring server. It queries the target OpenVPN server and outputs OK, etc.

$ python check_openvpn --help
usage: openvpn.py [-h] [-p PORT] [-t] [--timeout TIMEOUT] [--digest DIGEST]
                  [--digest-size DIGEST_SIZE] [--digest-key DIGEST_KEY]
                  [--tls-auth TLS_AUTH]
                  host

positional arguments:
  host                  the OpenVPN host name or ip

optional arguments:
  -h, --help            show this help message and exit
  -p PORT, --port PORT  set port number (default is %default)
  -t, --tcp             use tcp instead of udp
  --timeout TIMEOUT     set timeout (default is %default)
  --digest DIGEST       set HMAC digest (default is %default)
  --digest-size DIGEST_SIZE
                        set HMAC digest size
  --digest-key DIGEST_KEY
                        set HMAC key
  --tls-auth TLS_AUTH   set tls-auth file

About

Nagios/Icinga check for OpenVPN availability monitoring

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%