Home Directory Plugins Others check_hello_world_ssh

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

check_hello_world_ssh

Rating
0 votes
Favoured:
0
Current Version
0.2 (Heracleum mantegazzianum)
Last Release Date
2012-04-05
Compatible With
  • Nagios 1.x
  • Nagios 2.x
  • Nagios 3.x
Owner
License
GPL
Hits
68493
Files:
FileDescription
check_hello_world_ssh.tar.gzcheck_hello_world_ssh.tar.gz
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
checks ssh status running "echo hello world" on the remote machine
I created this plugin to check if the target machine can handle ssh connections. Differently from check_ssh standard plugin, this script will open a connection and run a command. So we can detect machines which are up and running but in weired states, eg: ssh responds but does not load you the prompt
######### What it does #########
#checks ssh status running "echo hello world" on the remote machine
#I created this plugin to check if the target machine can handle ssh connections. Differently from check_ssh standard plugin, this script will open a connection and run a command. So we can detect machines which are up and running but in weired states, eg: ssh responds but does not load you the prompt

######### Usage ####
#Of course the plugin needs that *nagios user* has unattended ssh access to the target machine (nagios user has previously exchanged the SSH key with the target). To allow ssh connection with no password, just run
# su - nagios
# ssh-copy-id your_user@target