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_rec.py

Rating
0 votes
Favoured:
0
Current Version
1.0
Last Release Date
2011-12-20
Compatible With
  • Nagios 3.x
License
GPL
Hits
78113
Files:
FileDescription
check_ftp_rec.pycheck_ftp_rec.py
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
Checks the size and number of files in nested directories with FTP/FTPS.
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 and both looked valid.
I you have questions, improvements or critics, feel free to contact me.

Known bugs:
At the moment just one. It could happen that with huge ftp directories you recive a ToMuchRecursion-error or, if sys.setrecursionlimit is set really high in the script, you get a segmentation fault instead. This is all related to your available memory and the recursive check of the ftp server. If you see a possibility to avoid the recursion, please mention it.