All questions related to installations, configurations and maintenance of Advanced Host Monitor (including additional tools such as RMA for Windows, RMA Manager, Web Servie, RCC).
I need to setup a test that will check if a certain file is available in an FTP server. The problem is that the file name is kind of complex. It is made by some static and some dinamic parts. Example:
A4104032200.gz
Where:
- "A41" is a static part
- "040322" - is yesterday´s date (04 is the year, 03 the month and 22 the day)
- "00" is a static part
The problem is: how can i configure a macro variable to reflect the variable part of the file name?
What test method do you use?
URL test? In this case you cannot use macro variables
File Availability test? In this case type A41%yymmdd[-1d]%00.gz as file name.
I´m trying to check file using file availability but it´s not working. Is there any "secret" on the file or folder name format field for ftp file checking?