Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Currently FTP protocol allows you to FTP server monitor if is available or check files number in default directory after login(including hidden). It is possible to connect with FTP serivce via a proxy server. In this case make sure if that your proxy server allows to make FTP connections. 

Tip
titleHost name formats

You can enter your server name with ftp:// or without it

Code Block
titleExample
ftp://myservier.com
or
myserver.com


...

Pulse - Monitoring Tool for JIRA provide provides availability request requests to the server.

You can define:

  • the "correct" response time,
  • a success service status strategy,
  • the timeout.

If the timeout is reached , and you still do NOT have a response, it means that e. g. the server is down.  Timeout protect The timeout protects your service against the eternal from endless waiting for the response - after that period your service will be notified about the unavailability and the next test will be executed.

Examples

Below you can find sample an example of the FTP availability and a files check configuration in PULSE - Monitoring Tool for JIRA.
 

There are a few steps to take test FTP service test.

They include:

  • check checking if FTP server is running on specified port,
  • estabilish estabilishing a connection with FTP server,
  • authorizing correctly authorize,
  • count counting files (include including the hidden ones).

There Three tests will be runned three tests run and after one minute there a new test series will be run new test serie. For each test the timeout equals five seconds. If ANY test from all of them (in this case - any from those three tests) will connect correctly and the number of counted files will be higher than eight, our service test result will be set marked as "Success". In addition, we checked the "Collect test history" option which means that all test results will be stored in a database. It  It enables a status history analysis. Stored detailed results are downloadable as *.csv a CSV file.