Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

check_ftp

Rating
2 votes
Favoured:
0
Hits
113780
Files:
FileDescription
check_ftp.plcheck_ftp
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
More functional check_ftp
The check_tcp is not able to login and fetch files, so i made a check that uses Net::FTP. It's able to login and fetch files.
Reviews (2)
Hi,
I was facing a Problem when you entered an IPv6 address.
Just add the following at Line 7:

use Net::INET6Glue::FTP;
bymaven, August 26, 2011
I'm using this simple plugin but I changed some points :
- changed the default temp file to /dev/null instead of /tmp/check_ftp
- added missing "exit 1" when WARNING and "exit 0" when OK
- typos

Thanks