FTP Check - Executable /usr/bin/lftp is not accessible

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
Alpari
Posts: 2
Joined: Mon Mar 26, 2012 4:01 pm

FTP Check - Socket timeout after 10 seconds

Post by Alpari »

Gents,

I am using standard FTP Wizard and it gives me the following error:Socket timeout after 10 seconds

How and where I can increase the timeout or is it related to some other config settings??

Thanks for your help
Alpari
Posts: 2
Joined: Mon Mar 26, 2012 4:01 pm

FTP Check - Executable /usr/bin/lftp is not accessible

Post by Alpari »

Gents,

What can be done to avoid this error while using standard built in FTP Wizard to check for FTP status??

Thanks a lot!
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: FTP Check - Executable /usr/bin/lftp is not accessible

Post by scottwilkerson »

If you go to
Configure -> Core Config Manager -> Services -> Modify (your ftp service)
Set the following:
Check command = check_ftp
$ARG1$ = -t 30

The 30 can be any number you want and represents the number of seconds before timeout.

Also, if you are getting Executable /usr/bin/lftp is not accessible you might need to run

Code: Select all

yum install lftp -y 
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked