Back to ITRS Internal Only FAQ

Internal documentation only

This page has been marked as draft.

How to consider weekend days as non-holidays in FTM sampler

Note: The default behavior of the FTM concerning Holidays is explained in our documentation - Holidays

Solution Copied

Enable Plugin -> Advanced Settings -> Holidays -> Day and configure it to something like this (see images for reference):

XML Format:

<sampler name="Sampler1">
<plugin>
<ftm>
<files>
<file>
<path>
<data>/path/to/target/file</data>
</path>
<expectedArrival>
<data></data>
</expectedArrival>
<expectedPeriod>
<daily></daily>
</expectedPeriod>
</file>
</files>
<holidaysVar>
<day>
<monday>false</monday>
<tuesday>false</tuesday>
<wednesday>false</wednesday>
<thursday>false</thursday>
<friday>false</friday>
<saturday>false</saturday>
<sunday>false</sunday>
</day>
</holidaysVar>
</ftm>
</plugin>
</sampler>

Without any defined special days, the FTM will assume all days (Monday to Sunday) as monitored days or non-holidays.

Note: Further reading about FTM and its configuration can be found in this link: File Transfer Monitor
["Geneos"] ["FAQ"]

Was this topic helpful?