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
114269
Files:
FileDescription
check_ftp.plcheck_ftp
Nagios CSP

Meet The New Nagios Core Services Platform

Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.

Monitoring Made Magically Better

  • Nagios Core on Overdrive
  • Powerful Monitoring Dashboards
  • Time-Saving Configuration Wizards
  • Open Source Powered Monitoring On Steroids
  • And So Much More!
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