Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
SFTP Test
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!
This script doesn't rely on any other external application as psftp to connect.
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
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
Reviews (0)
Be the first to review this listing!