SSH from Nagios Portal

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
monitoreo1
Posts: 124
Joined: Wed Feb 18, 2015 10:41 am

SSH from Nagios Portal

Post 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
User avatar
Box293
Too Basu
Posts: 5126
Joined: Sun Feb 07, 2010 10:55 pm
Location: Deniliquin, Australia
Contact:

Re: SSH from Nagios Portal

Post by Box293 »

What is your problem?
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
monitoreo1
Posts: 124
Joined: Wed Feb 18, 2015 10:41 am

Re: SSH from Nagios Portal

Post 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.
User avatar
Box293
Too Basu
Posts: 5126
Joined: Sun Feb 07, 2010 10:55 pm
Location: Deniliquin, Australia
Contact:

Re: SSH from Nagios Portal

Post 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$.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
monitoreo1
Posts: 124
Joined: Wed Feb 18, 2015 10:41 am

Re: SSH from Nagios Portal

Post by monitoreo1 »

I will validate
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: SSH from Nagios Portal

Post by ssax »

Great, let us know if you run into any issues.
monitoreo1
Posts: 124
Joined: Wed Feb 18, 2015 10:41 am

Re: SSH from Nagios Portal

Post by monitoreo1 »

You can close the topic.
Thanks
Locked