Stunnel monitoring

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
Shivaramakrishnan
Posts: 71
Joined: Tue May 15, 2012 10:11 pm

Stunnel monitoring

Post by Shivaramakrishnan »

Hello,
I just started using the nagios.
I have a scenario where in I need to monitor the stunnel service on the remote hosts.Is there any plugin that can be used?I searched a lot but could not find it?
Also could I use the simple telnet to the port on which stunnel is accepting the connections on the remote host,something like:
Remote Host:
telnet localhost 1960
where 1960 is the port configured in the stunnel config to accept the connections.

On stunnel server
telnet localhost 11500
where 11500 is the port configured in the stunnel config to accept the connections on the stunnel server.

will this logic work?
User avatar
jsmurphy
Posts: 989
Joined: Wed Aug 18, 2010 9:46 pm

Re: Stunnel monitoring

Post by jsmurphy »

You can use the check_tcp plugin that is part if the base nagios plugins package to check if a port is alive or not, that sounds like it will do what you want.
Shivaramakrishnan
Posts: 71
Joined: Tue May 15, 2012 10:11 pm

Re: Stunnel monitoring

Post by Shivaramakrishnan »

Yeh already implemented using the tcp.
Thanks anyways.
Locked