Page 1 of 1
Deploy Linux & Windows monitoring with SSH
Posted: Sat Oct 04, 2014 12:47 am
by shailu2014
Hi,
How to configuration remote Windows & Linux machine using ssh in Nagios XI monitoring server.
Thanks,
Sjain
Re: Deploy Linux & Windows monitoring with SSH
Posted: Mon Oct 06, 2014 9:23 am
by tmcdonald
You'll need to be a little more specific. Nagios is not really used for configuring remote machines - that needs to be done manually or with something like Puppet or Chef. What exactly are you trying to do?
Re: Deploy Linux & Windows monitoring with SSH
Posted: Mon Oct 06, 2014 9:46 am
by shailu2014
I want to add windows host on Nagios Monitoring Server through SSH services instead of installation of NSClient++ addon.
So please guide me how I can do.
Thanks,
Sjain
Re: Deploy Linux & Windows monitoring with SSH
Posted: Mon Oct 06, 2014 9:54 am
by tmcdonald
The hardest part of this will be getting SSH running on Windows, but once you have that running it's essentially the same as monitoring a Linux machine:
http://tecadmin.net/monitor-remote-linu ... s-via-ssh/
You will need to make sure the checks run on the Windows machine are, of course, Windows-compatible. This means either Powershell, batch, VBS, compiled binary, or anything else you have on the system that can run the plugin.
Re: Deploy Linux & Windows monitoring with SSH
Posted: Tue Oct 07, 2014 11:33 pm
by shailu2014
Thanks & appreciate for help.
Thanks,
SJain