Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Category: FTP
Nagios plugins for monitoring 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!
Submit Your Nagios Project!
Help build Nagios Exchange for yourself and the entire the Nagios Community by your Nagios project to the site. It's easy - just create an account, login, and add a new listing. Read the FAQ for instructions.Check folder content via FTP
Perl plugin that count the number of files in an FTP folder.
check_ftp
More functional check_ftp
check_ftp (with STARTTLS)
dev.sanctum.geek.nz/cgit/nagios-check-ftp.git/about/This plugin makes an FTP connection to a nominated server, optionally including a STARTTLS upgrade for FTPS. It does not support implicit FTPS.
check_ftpspace
This is a simple script to check how much space is left on a FTP space. Even the performance data for graphs is available.
check_ftp_backup_space
github.com/ManicoW/nagios-pluginsThis plugin check the available space, in percent, of a ftp server. It is primarily used to check if a backup ftp server (like those provided by dedicated server provider) is not full.
check_ftp_download
felipeferreira.netDownloads a specific file via FTP and verify how long it takes.
check_ftp_fully
www.deathwing00.org/wordpress/?p=85This script uses lftp, a sophisticated ftp/http client, to check not only that a give FTP account is accessible, but that it is also able to list files and directories, to get and put files and to delete files. This simple script is fast, easy to configur ...
check_ftp_rw
check_ftp_rw uses Perl Net::FTP and Net::FTPSSL to check ability to login, change directory, read and write test file to/from FTP and FTPS.
check_ftp_rw (w/performance meter support)
This is just a minor update to the check_ftp_rw plugin at: https://exchange.nagios.org/directory/Plugins/Network-Protocols/FTP/check_ftp_rw-%28w-2FSFTP-support%29/details The plugin is now able to put performance data to draw a performance sheet to ...
check_ftp_rw (w/SFTP support)
This is just a minor update to the check_ftp_rw plugin at: http://exchange.nagios.org/directory/Plugins/Network-Protocols/FTP/check_ftp_rw/details The plugin is now able to utilize Net::SFTP::Foreign for support of the SFTP protocol also. Thanks ...
check_hgsc_ftp
www.hgsc.bcm.tmc.edu/Uses Net::FTP to login to an ftp server for a better-than-tcp-port check.