Giter VIP home page Giter VIP logo

check_h323_tls's Introduction

check_h323_tls - A Nagios/Icinga/Docker plugin to monitor H.323 over TLS devices
================================================================================

Author: Jan Willamowius <[email protected]>
		Relaxedcommunications GmbH
		https://www.willamowius.com/

License: GPL (https://www.gnu.org/copyleft/gpl.html)

To compile use H323Plus and PTLib and say "make optnoshared".

Technically we are using "H.323 over H.460.17 over TLS" here, as supported by
Innovaphone as "H.323/TLS" or in the GNU Gatekeeper with H.460.17 and TLS enabled.

Usage: check_h323_tls [options] host

Without options, the plugin will establish a TLS connection without a TLS certificate
of it's own.  If the server requires a client certificate (like Innovaphone servers
or GnuGk with RequireRemoteCertificate=1), you need to set it with --tls-cert,
--tls-privkey and --tls-passphrase.

Example:
check_h323_tls --tls-cert /path/to/cert.pem --tls-privkey /path/to/key.pem --tls-passphrase secret 1.2.3.4

Options:
     --tls-cafile         : TLS Certificate Authority File.
     --tls-cert           : TLS Certificate File.
     --tls-privkey        : TLS Private Key File.
     --tls-passphrase     : TLS Private Key PassPhrase.
     --tls-listenport     : TLS listen port (default: 0).
  -i --interface ipnum    : Select interface to bind to.
  -x --listenport         : Listening port (default 61720).
  -t --trace              : Enable trace, use multiple times for more detail.
  -o --output             : File for trace output.
  -p --password pw        : Gatekeeper Password.
  -h --help               : This help message.


As Docker health check:

HEALTHCHECK CMD /usr/local/bin/check_h323_tls 127.0.0.1

check_h323_tls's People

Contributors

willamowius avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.