willamowius / check_h323

H.323 monitoring plugin for Nagios/Icinga or Docker

Home Page:https://www.gnugk.org/nagios-h323.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

check_h323 - A Nagios/Icinga/Docker plugin to monitor H.323 devices
===================================================================

Author: Jan Willamowius <jan@willamowius.de>
		Relaxedcommunications GmbH
		https://www.willamowius.com/

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

Homepage: https://www.gnugk.org/nagios-h323.html

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

Usage: check_h323 [-l|-g] [-p gk-port] [-t timeout] host

Options:
-g	send GRQ to host (default)
-l	send LRQ to host
-p	use a different port on the gatekeeper (default: 1719)
-t	timeout in ms (default: 3000 for 3 sec)

As Docker health check:

HEALTHCHECK CMD /usr/local/bin/check_h323 127.0.0.1

About

H.323 monitoring plugin for Nagios/Icinga or Docker

https://www.gnugk.org/nagios-h323.html

License:GNU General Public License v3.0


Languages

Language:C++ 95.7%Language:Makefile 4.3%