Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check_ftp
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!
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)
bydevop, June 26, 2016
Hi,
I was facing a Problem when you entered an IPv6 address.
Just add the following at Line 7:
use Net::INET6Glue::FTP;
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
- 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