Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check_hello_world_ssh
0.2 (Heracleum mantegazzianum)
2012-04-05
- Nagios 1.x
- Nagios 2.x
- Nagios 3.x
GPL
68783
File | Description |
---|---|
check_hello_world_ssh.tar.gz | check_hello_world_ssh.tar.gz |
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!
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
#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
Reviews (0)
Be the first to review this listing!