
SFTP
SFTP Test
Description:
Perl script that uploads a file on a SFTP server and extract metrics
This script doesn’t rely on any other external application as psftp to connect.
Current Version
Last Release Date
January 8, 2013
Compatible With
- Nagios 1.x
- Nagios 2.x
- Nagios 3.x
Owner
Project Files
File | Description |
---|---|
sftp.pl |
Project Notes
The script tries to upload and download a file to the Server and returns the time spent on the test
It's need to provide as a parameter the path of the configuration file
It defines all the parameters for the script
host: name of the SFTP host
port: port of the SFTP Server
user: user to connect to the SFTP Server
password: password to connect to the SFTP Server
filepath: path of the test file that will be uploaded/downloaded to the SFTP Server
warning: maximum time in seconds to complete the test before raise a WARNING alert
critical: maximum time in seconds to complete the test before raise a CRITICAL alert
127.0.0.1
22
test
test
C:testSFTPfile.txt
4
4
Reviews
(0)
Add a Review
Page Sections
Project Stats
Rating
0 (0)
Favorites
0
Views
52,087