We are using this script with jenkins to deploy “upload” a specific folder to a remote FTP. I used the winscp.exe synchronize command for it. ‘ script para envio de diretorio via FTP ‘ Felipe Ferreira Setembro 2014 ‘ Para […]
check_ftp.php
Nagios plugin to verify a FTP site, by uploading a file and testing the time it takes. check_ftp.php #!/usr/bin/php
CHECK FTP DIR
I needed to check if operation was happening. The doubt was, Is the FTP files being copied over every day to the server? To be sure I wrote this PHP script to check. It goes into the FTP server and […]
Monitor FTP erros with nagios
So How can we know the FTP server is saving all files as it should. Well I found a way to go directly in the IIS-ftp log files and get the results from there. They key tool here was logparser, […]
LogParser Examples
Log Parser sample queries to check the health of your IIS,FTP. IIS log files queries These examples assume the log format used is W3C Extended. If a different format is used, the field names may need to be changed. Get […]
Howto backup ESX
HOW TO backup ESX 3.0.1 with vmbk.pl This nice perl script allows online backup of Virtual Machines to a remote FTP/SMB/NFS It was written by Massimiliano Daneri, and many other authors contributed it can be downloaded from here How to […]