ping host via nsclient host

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
martijnmoi
Posts: 17
Joined: Mon Feb 22, 2016 8:23 am

ping host via nsclient host

Post by martijnmoi »

hello, i am implementing Nagios XI in our company and i've got the following challange.

nagios now has around 170 hosts and around 700 running services and the project is almost finished.

the last step is to monitor external FTP servers. These FTP servers are not ours, zo we can not make any changed to them.

the thing is, most of the FTP servers are configured that only a specified IP may connect to the server.

this server is an Windows 2012 server, so monitoring will be done with NSClient++.

My question:

what is the best way to monitor the FTP server connections?
(ping on port 21 is one, but i need to ensure the login credentials work so this needs to be monitored too.)

i am open for idea's!
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: ping host via nsclient host

Post by rkennedy »

You should be able to use perl scripts in conjunction with NSClient++ on the W2K12 server. I found this one, which will need you to set the authentication settings in the file.
https://exchange.nagios.org/directory/P ... tp/details

Just to make sure - is the IP that the W2K12 machine has allowed to talk to the FTP servers?
Former Nagios Employee
martijnmoi
Posts: 17
Joined: Mon Feb 22, 2016 8:23 am

Re: ping host via nsclient host

Post by martijnmoi »

rkennedy wrote:You should be able to use perl scripts in conjunction with NSClient++ on the W2K12 server. I found this one, which will need you to set the authentication settings in the file.
https://exchange.nagios.org/directory/P ... tp/details

Just to make sure - is the IP that the W2K12 machine has allowed to talk to the FTP servers?
thank you, i will look in to this script :)

- the W2K12 server has the only that may talk to the FTP servers
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: ping host via nsclient host

Post by tmcdonald »

Let us know how that works out!

Also, I will be moving this into the XI section since it is a question dealing with XI, not just Core.
Former Nagios employee
martijnmoi
Posts: 17
Joined: Mon Feb 22, 2016 8:23 am

Re: ping host via nsclient host

Post by martijnmoi »

this works, started hardcore testing.

thanks for your support.
User avatar
mcapra
Posts: 3739
Joined: Thu May 05, 2016 3:54 pm

Re: ping host via nsclient host

Post by mcapra »

Is it ok if we lock this topic and mark the issue as resolved?
Former Nagios employee
https://www.mcapra.com/
martijnmoi
Posts: 17
Joined: Mon Feb 22, 2016 8:23 am

Re: ping host via nsclient host

Post by martijnmoi »

Yes that is ok.

Thank everyone.
Locked