Skip to content

Latest commit

 

History

History

base

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Base Include Files

This page contains baseline Gateway include files for typical deployments and also seeks to establish sensible defaults.

  • common.xml This file contains:
    • A set of standard global variables with all the available Macro types which have the same names as their Macro type. They are described in the documentation
    • Setting the number of Rule threads to 4, which is reasonable for most hosts.
    • Setting the DNS cache expiry time to 5 minutes rather than the default 12 hours, so that your Gateway will pick up changes to DNS in line with more typical TTLs.

How to use

To use these files directly from this site:

  1. Copy the XML below

    <includeGroup name="Geneos Base Includes">
      <include>
        <priority>10050</priority>
        <required>false</required>
        <location>https://itrs-group.github.io/geneos-includes/gateway/base/common.xml</location>
        <reloadInterval>300</reloadInterval>
      </include>
    </includeGroup>
  2. Open the Gateway Setup Editor for your Gateway

  3. Right click on the Includes section

  4. Select Paste XML

  5. Validate and save

To use a local copy, which is recommended in any production environment, download the files by selecting the names in the list above and then change the location path(s) once you have pasted the XML into your configuration.