Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

SSH Server

Rating
3 votes
Favoured:
0
Hits
102512
Files:
FileDescription
ssh_server_1.0.tar.gzssh_server_1.0.tar.gz
Nagios CSP

Meet The New Nagios Core Services Platform

Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.

Monitoring Made Magically Better

  • Nagios Core on Overdrive
  • Powerful Monitoring Dashboards
  • Time-Saving Configuration Wizards
  • Open Source Powered Monitoring On Steroids
  • And So Much More!
SSH Server is meant to help run large amounts of Nagios service checks by remote ssh.
While u can use "check_by_ssh" plugin, it will - for every service check open
a new SSH connection to a host, which is quite an overhead for both the host and the monitoring server
SSH Server consists of two parts, one the server.pl the other the command.pl
Basically its a connection caching SSH proxy
It successfully runs 3000 service checks on 200 hosts with an avg check_interval of 10mins, and can probably handle much more.
Reviews (1)
byt19nguyen, February 3, 2010
1 of 1 people found this review helpful
I used this programs for a while. It's working well at first, and give a headache later.
The story is that I sometimes saw that all the server.pl processes are doing nothing, and Nagios sent notifications for each service with UNKNOWN status.
Later I figured out that whenever the network is down, all the server.pl processes lost connection but still running. When the network comes back up, those processes cannot gain the connections.