FTP

Nagios plugins for monitoring FTP.

Showing 1-12 of 14 Plugins.

PLUGIN NAME
DESCRIPTION
RATING
VIEWS
AUTHOR
LICENSE
This plugin check the available space, in percent, of a ftp server. It is primarily used to check if a backup ftp server (like those…
Usage: check_ftp_alt -h -u -p [-f ]
Example: /check_ftp_down.php ftp02 user1 secret /test/ /usr/local/nagios/libexec/conf/file.tst 6 10 OK - FTP to ftp02 file file.tst(4.51 MB) took 4 secs. and Bandwidth of 1.06 MB…
This plugin needs python2 (I know 2.7 is recent enough). See the help (-h) for information. I tested the script with proftpd and filezilla server…
This is a simple script to check how much space is left on a FTP space. Even the performance data for graphs is available. Usage…
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. It is based…
It will create a TCP socket to an OFTP server and port then try to search for "READY" string in received data a defined amount…
This 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…
Logs in to an FTP server. Assumes anonymous login unless username/password are supplied. Optionally takes a directory or file to check. Will chdir to directory,…