Page 1 of 1

SSH from Nagios Portal

Posted: Wed Apr 08, 2015 7:22 pm
by monitoreo1
Enable Connect via SSH from Nagios Portal


Nagios version is:
Nagios XI Version : 2014R2.6
Linux version is
x86_64
Red Hat Enterprise Linux Server release 7.0 (Maipo)
Gnome

Re: SSH from Nagios Portal

Posted: Wed Apr 08, 2015 7:34 pm
by Box293
What is your problem?

Re: SSH from Nagios Portal

Posted: Wed Apr 08, 2015 7:47 pm
by monitoreo1
How to Install and Setup
Monitor the availability and response times of SSH logins.
Monitor a remote Linux, Unix, or Mac OS/X machine using SSH.

Re: SSH from Nagios Portal

Posted: Wed Apr 08, 2015 11:22 pm
by Box293
monitoreo1 wrote:Monitor a remote Linux, Unix, or Mac OS/X machine using SSH.
Nagios XI has a wizard which automates this:

Configure > Monitoring Wizard
SSH Proxy wizard

You'll also need to follow this guide to configure SSH:

http://assets.nagios.com/downloads/nagi ... ng_SSH.pdf
monitoreo1 wrote:Monitor the availability and response times of SSH logins.
The check_ssh plugin does this (which is what the wizard above uses):

Code: Select all

Command:
./check_ssh remote_server_ip

Output:
SSH OK - OpenSSH_5.1 (protocol 2.0) | time=0.010713s;;;0.000000;10.000000
Simply duplicate one of the checks the wizard creates and remove the values from $ARG1$.

Re: SSH from Nagios Portal

Posted: Thu Apr 09, 2015 9:20 am
by monitoreo1
I will validate

Re: SSH from Nagios Portal

Posted: Thu Apr 09, 2015 9:25 am
by ssax
Great, let us know if you run into any issues.

Re: SSH from Nagios Portal

Posted: Mon Apr 27, 2015 10:34 am
by monitoreo1
You can close the topic.
Thanks