Version 3.0
4th September 2014
Version | Author | Notes |
---|---|---|
1.0 | CB | First cut |
2.0 | OE | Rewritten as generic document, with Sybase support |
3.0 | RG | Redesign using gateway sharing |
A need has been identified to monitor the status of multiple Geneos gateway pairs, (primary & hot standby)
By this mechanism the gateways can be monitored from a single location.
The generation of a Gateway Monitoring Gateway and dashboard is a way of achieving this.
The purpose of this document is to describe how the Gateway Monitor Gateway can be implemented, and to describe how to add a new gateway to be monitored via this central gateway.
This document will describe how the monitoring gateway has been configured. This document will describe how to configure an existing gateway to be monitored via the gateway monitor. This document will not describe how to update the dashboard.
This document will not describe standards and procedures.
The intended audience should be familiar with Geneos and with the installation of Geneos gateways.
The monitored gateways will execute the gateway plugins gateway data
and gateway license
. The data views created by these plugins will be exported to the central monitoring gateway. The monitoring gateway will also need to use of a netprobe on the monitored gateway host(s) so that process metrics can be obtained.
The central monitoring gateway exhibit the monitored gateways via a stylised state tree controlled by attributes within the monitoring gateway.
The state tree will be:
flowchart LR
TITLE ---> REGION ---> GROUP ---> DATASET
Where:
The Gateway monitor is intended to provide a display of all Geneos Gateways globally, showing the status of both primary and secondary gateways.
The following configuration sections will be required on a gateway intended to be monitored.
The PS promoted gateway installation has all the required configuration for the gateway monitoring, the screen shots below display the include file contents:
GLOBAL_Adminstration.xml
All required XML is available as appendices.
Each section is explained below.
A netprobe needs to be installed on the primary and secondary gateway servers. This netprobe will be used to get the gateway process, cpu and memory metrics.
A sampler must be configured on the gateway. This sampler is already configured if using the global Geneos PS standard:
N.B. If not using the global geneos standard, Appendix A contains the xml required to create this sampler.
Two data views created above will need to be exported from the monitored gateways :
GW Data
GW License
With the use of the KnowledgeBase functionality of Geneos we can determine the overall connectivity and response of the monitored gateway to external TCP connections.
The following Knowledge Base items need to be configured in each gateway to be monitored.
KnowledgeBase
Advanced
Local Gateway
Local Links
Targets
URL Elements
N.B. Ensure the paths evaluate to any Managed Entity that exists on the source Gateway. The directory kba needs to be created on the monitored gateway, the file index.html needs to exist within this directory.
The contents of index.html are not significant.
# cd ~geneos
# find . –name index.html –exec ls –l {}
-rw-rw-r--. 1 geneos geneos 0 Sep 3 21:31 ./gateway/gateways/Gate_003/kba/index.html
The Included xml file is the standard GLOBAL_Administration.xml
this provides the virtual probe and the standard PS views, metrics and rules.
The probes are those installed on the monitored gateway servers.
The Managed Entity tree follows that prescribed in the previous Active Console settings:
Gateway-001
(Name of Monitoring Gateway)
GLOBAL
GWMon
(Aesthetic Separator)UK
(Country of Monitored Gateway)
UK
DE
Gateway-002
(Name of Monitored Gateway)
Gateway-002
PRIMARY
(Aesthetic Separator)
SECONDARY
(Aesthetic Separator)ACTIVE
(Aesthetic Separator)Gateway-002-Primary
Gateway-002-Secondary
Gateway-002-Connectivity
GWMon
GW Process
GW Connectivity
Once the monitored gateway has the correct data views exported and its own server probe made available the central monitoring Gateway needs to have the probes and Managed Entities added.
The process is:
Create the required probes to connect to the monitored gateway’s Primary and Secondary server.
Note that if there are multiple gateways on the same host, it is not necessary to have multiple probes.
Create a new GROUP
attribute level MEG
folder by copying and pasting an existing GROUP
attribute level MEG
folder into the correct Region folder for the source gateway, e.g. Gateway-003 into the DE
(REGIONAL
) folder
Rename the new GROUP
MEG
folder to reflect the name of the source gateway to be monitored.
The Group attribute should be set to the name of the gateway.
Rename the ME within the PRIMARY
, SECONDARY
and ACTIVE MEG
folders to reflect the source gateway name followed by the -Primary/-Secondary/-Connectivity
suffix.
Ensure the 3 new MEs reference the appropriate probe.
The following variables need to be created for the corresponding Managed Entity
Variable | Type | Value |
---|---|---|
GateHost | string | Name of the Server, ensure it will be resolved |
GatePort | string | The port number the gateway is using |
Make a copy of an existing Imported data and amend it to reflect the data that is being exported from the monitored gateway.
GLOBAL_Administration.xml
<gateway compatibility="1"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://schema.itrsgroup.com/GA3.0.21-140801/gateway.xsd">
<probes>
<virtualProbe name="Virtual Probe"></virtualProbe>
</probes>
<types>
<type name="Gateway Info">
<sampler ref="GW Gateway Data"></sampler>
<sampler ref="GW Client Info"></sampler>
<sampler ref="GW Managed Entity Data"></sampler>
<sampler ref="GW Probe Data"></sampler>
<sampler ref="GW Severity Data"></sampler>
<sampler ref="GW Snooze Data"></sampler>
<sampler ref="GW User Assignment Data"></sampler>
<sampler ref="GW Include File Data"></sampler>
<sampler disabled="false" ref="GW License
Usage"></sampler>
</type>
<type name="Gateway Load">
<!--This type will enable some plugins to monitor gateway
load. This type is normally enabled on the virtual "<gateway name>
Gateway" managed entity. When enabling this type for the first time also
run one of the commands under "load monitoring/gateway/start stats
collection" to enable the stats. These are disabled by default as there
is a load implication for running the stats collection. -->
<sampler ref="GW Gateway Components"></sampler>
<sampler ref="GW Gateway Rules"></sampler>
<sampler ref="GW Gateway Samplers"></sampler>
<sampler ref="GW Gateway Probes"></sampler>
<sampler ref="GW Gateway MEs"></sampler>
<sampler ref="GW Gateway Database"></sampler>
<sampler ref="GW Gateway XPaths"></sampler>
<sampler ref="Gateway Totals"></sampler>
</type>
</types>
<samplers>
<samplerGroup name="Gateway Info">
<sampler name="GW Client Info">
<var-group>
<data>Gateway Info</data>
</var-group>
<plugin>
<Gateway-clientConnectionData></Gateway-clientConnectionData>
</plugin>
<dataviews>
<dataview name="GW Client Info">
<displayName>Client Info</displayName>
</dataview>
</dataviews>
</sampler>
<sampler name="GW Gateway Data">
<var-group>
<data>Gateway Info</data>
</var-group>
<plugin>
<Gateway-gatewayData></Gateway-gatewayData>
</plugin>
<dataviews>
<dataview name="GW Gateway Data">
<displayName>Gateway Data</displayName>
</dataview>
</dataviews>
</sampler>
<sampler name="GW Include File Data">
<var-group>
<data>Gateway Info</data>
</var-group>
<plugin>
<Gateway-includesData></Gateway-includesData>
</plugin>
<dataviews>
<dataview name="GW Include File Data">
<displayName>Include File Data</displayName>
</dataview>
</dataviews>
</sampler>
<sampler name="GW License Usage">
<var-group>
<data>Gateway Licence</data>
</var-group>
<plugin>
<Gateway-licenceUsage>
<groups></groups>
</Gateway-licenceUsage>
</plugin>
<dataviews>
<dataview name="LicenceUsage">
<displayName>LicenceDetails</displayName>
</dataview>
<dataview name="Overall">
<displayName>LicenceUsage</displayName>
</dataview>
</dataviews>
</sampler>
<sampler name="GW Managed Entity Data">
<var-group>
<data>Gateway Info</data>
</var-group>
<plugin>
<Gateway-managedEntitiesData></Gateway-managedEntitiesData>
</plugin>
<dataviews>
<dataview name="GW Managed Entity Data">
<displayName>Managed Entity Data</displayName>
</dataview>
</dataviews>
</sampler>
<sampler name="GW Probe Data">
<var-group>
<data>Gateway Info</data>
</var-group>
<plugin>
<Gateway-probeData></Gateway-probeData>
</plugin>
<dataviews>
<dataview name="GW Probe Data">
<displayName>Probe Data</displayName>
</dataview>
</dataviews>
</sampler>
<sampler name="GW Severity Data">
<var-group>
<data>Gateway Info</data>
</var-group>
<plugin>
<Gateway-severityCount></Gateway-severityCount>
</plugin>
<dataviews>
<dataview name="GW Severity Data">
<displayName>Severity Data</displayName>
</dataview>
</dataviews>
</sampler>
<sampler name="GW Snooze Data">
<var-group>
<data>Gateway Info</data>
</var-group>
<plugin>
<Gateway-snoozeData></Gateway-snoozeData>
</plugin>
<dataviews>
<dataview name="GW Snooze Data">
<displayName>Snooze Data</displayName>
</dataview>
</dataviews>
</sampler>
<sampler name="GW User Assignment Data">
<var-group>
<data>Gateway Info</data>
</var-group>
<plugin>
<Gateway-userAssignmentData></Gateway-userAssignmentData>
</plugin>
<dataviews>
<dataview name="GW User Assignment Data">
<displayName>User Assignment Data</displayName>
</dataview>
</dataviews>
</sampler>
</samplerGroup>
</samplers>
<effects>
<effect name="Default Email">
<sharedLibrary>
<libraryFile>libemail.so</libraryFile>
<functionName>SendMail</functionName>
<runThreaded>true</runThreaded>
<staticParameters>
<staticParameter>
<name>_SMTP_SERVER</name>
<value>
<data>name.server.uk.lan</data>
</value>
</staticParameter>
<staticParameter>
<name>_FROM_ADDR</name>
<value>
<data>geneos@company.co.uk</data>
</value>
</staticParameter>
<staticParameter>
<name>_FROM_NAME</name>
<value>
<data>Geneos Monitoring</data>
</value>
</staticParameter>
<staticParameter>
<name>_SUBJECT</name>
<value>
<data>%(_SEVERITY) ALERT ON %(_MANAGED_ENTITY) FROM
%(_VARIABLE)</data>
</value>
</staticParameter>
<staticParameter>
<name>_ALERT_FORMAT</name>
<value>
<data>***This is an auto-generated message from Geneos
***
Server : %(_MANAGED_ENTITY)
Probe Name : %(_PROBE)
Plug-in : %(_DATAVIEW)
Hostname or IP address: %(_NETPROBE_HOST)
Severity Level: %(_SEVERITY)
Variable being monitored: %(_VARIABLE) Triggered at value:
%(_VALUE)
</data>
</value>
</staticParameter>
</staticParameters>
</sharedLibrary>
</effect>
</effects>
<commands>
<commandGroup disabled="true" name="Terminal">
<command name="Putty Session">
<targets>
<target>//managedEntity</target>
</targets>
<userCommand>
<type>script</type>
<runLocation>client</runLocation>
<args>
<arg>
<static>C:Users</static>
</arg>
<arg>
<concatenate>true</concatenate>
<xpath>/geneos/client/runtimeParameters/@Username</xpath>
</arg>
<arg>
<concatenate>true</concatenate>
<static>Desktopputty.exe -ssh</static>
</arg>
<arg>
<xpath>/geneos/client/runtimeParameters/@Username</xpath>
</arg>
<arg>
<concatenate>true</concatenate>
<static>@</static>
</arg>
<arg>
<concatenate>true</concatenate>
<xpath>ancestor::probe/parameters/@HostName</xpath>
</arg>
</args>
</userCommand>
</command>
</commandGroup>
<commandGroup disabled="true" name="IPCS">
<command name="ipcrm">
<targets>
<target>/geneos/gateway/directory/probe/managedEntity/sampler[(@name=&quot;IPC&quot;)]/dataview/rows/row/cell[(@column=&quot;id&quot;)]</target>
</targets>
<userCommand>
<type>script</type>
<runLocation>netprobe</runLocation>
<args>
<arg>
<static>ipcrm -m </static>
</arg>
<arg>
<xpath>.</xpath>
</arg>
</args>
<enablePassword>true</enablePassword>
</userCommand>
</command>
</commandGroup>
<commandGroup name="Geneos">
<command name="View Configuration for Dataview">
<targets>
<target>/geneos/gateway/directory/probe/managedEntity/sampler/dataview</target>
</targets>
<task>
<commands>
<commandRef>
<internalCommand>
<name>/PLUGIN:viewSetup</name>
</internalCommand>
<stopOnError>true</stopOnError>
</commandRef>
</commands>
</task>
</command>
<command name="Restart NetProbe">
<targets>
<target>/geneos/gateway/directory/probe/managedEntity</target>
<target>/geneos/gateway/directory/probe/managedEntity/sampler/dataview/headlines/cell[(@name=&quot;samplingStatus&quot;)]</target>
</targets>
<task>
<commands>
<commandRef>
<internalCommand>
<name>/RMS:restart</name>
</internalCommand>
<stopOnError>true</stopOnError>
</commandRef>
</commands>
</task>
</command>
<command name="View Gateway Logfile">
<targets>
<target>/geneos/gateway/directory</target>
</targets>
<userCommand>
<type>script</type>
<runLocation>gateway</runLocation>
<args>
<arg>
<userInput>
<description>Tail or Head</description>
<options>
<option>
<label>Tail</label>
<value>tail</value>
</option>
<option>
<label>Head</label>
<value>head</value>
</option>
</options>
</userInput>
</arg>
<arg>
<static>-</static>
</arg>
<arg>
<concatenate>true</concatenate>
<userInput>
<description>Number of Lines</description>
<integer>200</integer>
</userInput>
</arg>
<arg>
<xpath>//sampler[(param(&quot;PluginName&quot;)=&quot;Gateway-gatewayData&quot;)]/dataview/rows/row[(@name=&quot;gatewayLogFile&quot;)]/cell[(@column=&quot;value&quot;)]/@value</xpath>
</arg>
</args>
</userCommand>
</command>
</commandGroup>
<commandGroup name="Gateway Load">
<command name="Gateway Load Write">
<task>
<commands>
<commandRef>
<internalCommand>
<name>/LMSTATS:writeLMStats</name>
</internalCommand>
<stopOnError>true</stopOnError>
</commandRef>
<commandRef>
<internalCommand>
<name>/LMSTATS:resetLMStats</name>
</internalCommand>
<stopOnError>true</stopOnError>
</commandRef>
</commands>
<silent>true</silent>
</task>
</command>
</commandGroup>
</commands>
<scheduledCommands>
<scheduledCommand disabled="true" name="Reset Load Monitoring
Statistics">
<command>
<internalCommand>
<name>/LMSTATS:resetLMStats</name>
</internalCommand>
</command>
<recurrence>
<pattern>
<hours>
<everyXHours>1</everyXHours>
</hours>
</pattern>
<range>
<start>2013-07-30T10:28:21</start>
<noEndDate></noEndDate>
</range>
</recurrence>
</scheduledCommand>
</scheduledCommands>
<rules>
<ruleGroup name="GLOBAL Administration">
<default name="GLOBAL Administration Default">
<rule>
<priorityGroup>11000</priorityGroup>
</rule>
</default>
<ruleGroup name="Gateway Plugins">
<rule name="ProbeConnectionState">
<targets>
<target>/geneos/gateway/directory/probe/managedEntity/sampler[(@name=&quot;GW Probe Data&quot;)]/dataview/rows/row/cell[(@column=&quot;connectionState&quot;)]</target>
</targets>
<priority>1</priority>
<block>
<if>
<notEqual>
<dataItem>
<property>@value</property>
</dataItem>
<string>Up</string>
</notEqual>
<transaction>
<delay>30</delay>
<update>
<property>state/@severity</property>
<severity>critical</severity>
</update>
</transaction>
<transaction>
<update>
<property>state/@severity</property>
<severity>ok</severity>
</update>
</transaction>
</if>
</block>
</rule>
<rule name="databaseConnectionStatus">
<targets>
<target>/geneos/gateway/directory/probe/managedEntity/sampler[(@name=&quot;GW Gateway Data&quot;)]/dataview/rows/row[(@name=&quot;databaseConnectionStatus&quot;)]/cell[(@column=&quot;value&quot;)]</target>
</targets>
<priority>1</priority>
<pathAliases>
<pathAlias name="DB
Enabled">ancestor::rows/row[(@name=&quot;databaseLoggingEnabled&quot;)]/cell[(@column=&quot;value&quot;)]</pathAlias>
</pathAliases>
<block>
<if>
<and>
<notEqual>
<dataItem>
<property>@value</property>
</dataItem>
<string>Connected</string>
</notEqual>
<like>
<dataItem>
<pathAlias ref="DB Enabled"></pathAlias>
<property>@value</property>
</dataItem>
<string>true</string>
</like>
</and>
<transaction>
<update>
<property>state/@severity</property>
<severity>warning</severity>
</update>
</transaction>
<transaction>
<update>
<property>state/@severity</property>
<severity>ok</severity>
</update>
</transaction>
</if>
</block>
</rule>
<rule name="licenceConnection">
<targets>
<target>/geneos/gateway/directory/probe/managedEntity/sampler[(@name=&quot;GW License Usage&quot;)]/dataview/rows/row[(@name=&quot;connected&quot;)]/cell[(@column=&quot;Value&quot;)]</target>
</targets>
<priority>1</priority>
<block>
<if>
<like>
<dataItem>
<property>@value</property>
</dataItem>
<string>YES</string>
</like>
<transaction>
<update>
<property>state/@severity</property>
<severity>ok</severity>
</update>
</transaction>
<transaction>
<update>
<property>state/@severity</property>
<severity>critical</severity>
</update>
</transaction>
</if>
</block>
</rule>
<rule name="licenceDaysRemaining">
<targets>
<target>/geneos/gateway/directory/probe/managedEntity/sampler[(@name=&quot;GW License Usage&quot;)]/dataview/rows/row[(@name=&quot;licenseDaysRemaining&quot;)]/cell[(@column=&quot;Value&quot;)]</target>
<target>/geneos/gateway/directory/probe/managedEntity/sampler[(@name=&quot;GW Gateway Data&quot;)]/dataview/rows/row[(@name=&quot;licenseDaysRemaining&quot;)]/cell[(@column=&quot;value&quot;)]</target>
</targets>
<priority>1</priority>
<block>
<if>
<lt>
<dataItem>
<property>@value</property>
</dataItem>
<integer>5</integer>
</lt>
<transaction>
<update>
<property>state/@severity</property>
<severity>critical</severity>
</update>
</transaction>
<if>
<lt>
<dataItem>
<property>@value</property>
</dataItem>
<integer>15</integer>
</lt>
<transaction>
<update>
<property>state/@severity</property>
<severity>warning</severity>
</update>
</transaction>
<transaction>
<update>
<property>state/@severity</property>
<severity>ok</severity>
</update>
</transaction>
</if>
</if>
</block>
</rule>
<rule name="releaseAge">
<targets>
<target>/geneos/gateway/directory/probe/managedEntity/sampler[(@name=&quot;GW Gateway Data&quot;)]/dataview/rows/row[(@name=&quot;releaseAge&quot;)]/cell[(@column=&quot;value&quot;)]</target>
<target>/geneos/gateway/directory/probe/managedEntity/sampler[(@name=&quot;GW Client Info&quot;)]/dataview/rows/row/cell[(@column=&quot;releaseAge&quot;)]</target>
</targets>
<priority>1</priority>
<block>
<if>
<gt>
<dataItem>
<property>@value</property>
</dataItem>
<integer>365</integer>
</gt>
<transaction>
<update>
<property>state/@severity</property>
<severity>critical</severity>
</update>
</transaction>
<if>
<gt>
<dataItem>
<property>@value</property>
</dataItem>
<integer>274</integer>
</gt>
<transaction>
<update>
<property>state/@severity</property>
<severity>warning</severity>
</update>
</transaction>
<transaction>
<update>
<property>state/@severity</property>
<severity>ok</severity>
</update>
</transaction>
</if>
</if>
</block>
</rule>
<rule name="connectionDuration">
<targets>
<target>/geneos/gateway/directory/probe/managedEntity/sampler[(@name=&quot;GW Client Info&quot;)]/dataview/rows/row/cell[(@column=&quot;duration&quot;)]</target>
</targets>
<priority>1</priority>
<pathAliases>
<pathAlias name="component">../cell[(@column=&quot;component&quot;)]</pathAlias>
</pathAliases>
<block>
<if>
<equal>
<dataItem>
<pathAlias ref="component"></pathAlias>
<property>@value</property>
</dataItem>
<string>GeneosWebServer</string>
</equal>
<transaction>
<update>
<property>state/@severity</property>
<severity>undefined</severity>
</update>
</transaction>
</if>
<if>
<gt>
<dataItem>
<property>@value</property>
</dataItem>
<integer>7200</integer>
</gt>
<transaction>
<update>
<property>state/@severity</property>
<severity>critical</severity>
</update>
</transaction>
<if>
<gt>
<dataItem>
<property>@value</property>
</dataItem>
<integer>4320</integer>
</gt>
<transaction>
<update>
<property>state/@severity</property>
<severity>warning</severity>
</update>
</transaction>
<transaction>
<update>
<property>state/@severity</property>
<severity>ok</severity>
</update>
</transaction>
</if>
</if>
</block>
</rule>
<rule name="SnoozeAndUserAssignTime">
<targets>
<target>/geneos/gateway/directory/probe/managedEntity/sampler[(@name=&quot;GW Snooze Data&quot;)]/dataview/rows/row/cell[(@column=&quot;duration&quot;)]</target>
<target>/geneos/gateway/directory/probe/managedEntity/sampler[(@name=&quot;GW
User Assignment Data&quot;)]/dataview/rows/row/cell[(@column=&quot;duration&quot;)]</target>
</targets>
<priority>1</priority>
<block>
<if>
<gt>
<dataItem>
<property>@value</property>
</dataItem>
<integer>20160</integer>
</gt>
<transaction>
<update>
<property>state/@severity</property>
<severity>critical</severity>
</update>
</transaction>
<if>
<gt>
<dataItem>
<property>@value</property>
</dataItem>
<integer>10080</integer>
</gt>
<transaction>
<update>
<property>state/@severity</property>
<severity>warning</severity>
</update>
</transaction>
<transaction>
<update>
<property>state/@severity</property>
<severity>ok</severity>
</update>
</transaction>
</if>
</if>
</block>
</rule>
<rule name="Max Data Age">
<targets>
<target>/geneos/gateway/directory/probe/managedEntity/sampler[(@name=&quot;GW
Probe Data&quot;)][(@type=&quot;Gateway Info&quot;)]/dataview[(@name=&quot;GW Probe Data&quot;)]/headlines/cell[(@name=&quot;maxDataAge&quot;)]</target>
</targets>
<priority>1</priority>
<pathAliases>
<pathAlias name="dataAgeLimit">../cell[(@name=&quot;dataAgeLimit&quot;)]</pathAlias>
</pathAliases>
<block>
<if>
<gt>
<dataItem>
<property>@value</property>
</dataItem>
<multiply>
<dataItem>
<pathAlias ref="dataAgeLimit"></pathAlias>
<property>@value</property>
</dataItem>
<double>0.75</double>
</multiply>
</gt>
<transaction>
<delay>300</delay>
<update>
<property>state/@severity</property>
<severity>critical</severity>
</update>
</transaction>
<if>
<gt>
<dataItem>
<property>@value</property>
</dataItem>
<multiply>
<dataItem>
<pathAlias ref="dataAgeLimit"></pathAlias>
<property>@value</property>
</dataItem>
<double>0.50</double>
</multiply>
</gt>
<transaction>
<delay>300</delay>
<update>
<property>state/@severity</property>
<severity>warning</severity>
</update>
</transaction>
<transaction>
<update>
<property>state/@severity</property>
<severity>ok</severity>
</update>
</transaction>
</if>
</if>
</block>
</rule>
<rule name="Time Total for all MEs">
<targets>
<target>/geneos/gateway[(@name=&quot;UK_LDN_FX_P01&quot;)]/directory/probe[(@name=&quot;Virtual Probe&quot;)]/managedEntity[(@name=&quot;UK_LDN_FX_P01 Gateway&quot;)]/sampler[(@name=&quot;Gateway Totals&quot;)][(@type=&quot;Gateway Load&quot;)]/dataview[(@name=&quot;Gateway Totals&quot;)]/rows/row[(@name=&quot;Value&quot;)]/cell[(@column=&quot;Total
Time for all MEs&quot;)]</target>
</targets>
<priority>1</priority>
<pathAliases>
<pathAlias name="ME
Times">ancestor::managedEntity/sampler[(@name=&quot;GW Gateway MEs&quot;)][(@type=&quot;Gateway Load&quot;)]/dataview[(@name=&quot;GW Gateway MEs&quot;)]/rows/row/cell[(@column=&quot;time&quot;)]</pathAlias>
</pathAliases>
<block>
<transaction>
<update>
<property>@value</property>
<total>
<dataItems>
<pathAlias ref="ME Times"></pathAlias>
<property>@value</property>
</dataItems>
</total>
</update>
</transaction>
</block>
</rule>
<rule name="Time Total for all Rules">
<targets>
<target>/geneos/gateway[(@name=&quot;UK_LDN_FX_P01&quot;)]/directory/probe[(@name=&quot;Virtual Probe&quot;)]/managedEntity[(@name=&quot;UK_LDN_FX_P01 Gateway&quot;)]/sampler[(@name=&quot;Gateway Totals&quot;)][(@type=&quot;Gateway Load&quot;)]/dataview[(@name=&quot;Gateway Totals&quot;)]/rows/row[(@name=&quot;Value&quot;)]/cell[(@column=&quot;Total
Time for all Rules&quot;)]</target>
</targets>
<priority>1</priority>
<pathAliases>
<pathAlias name="Rule
Times">ancestor::managedEntity/sampler[(@name=&quot;GW Gateway Rules&quot;)][(@type=&quot;Gateway Load&quot;)]/dataview[(@name=&quot;GW Gateway Rules&quot;)]/rows/row/cell[(@column=&quot;time&quot;)]</pathAlias>
</pathAliases>
<block>
<transaction>
<update>
<property>@value</property>
<total>
<dataItems>
<pathAlias ref="Rule Times"></pathAlias>
<property>@value</property>
</dataItems>
</total>
</update>
</transaction>
</block>
</rule>
<rule name="Time Total for all XPaths">
<targets>
<target>/geneos/gateway[(@name=&quot;UK_LDN_FX_P01&quot;)]/directory/probe[(@name=&quot;Virtual Probe&quot;)]/managedEntity[(@name=&quot;UK_LDN_FX_P01 Gateway&quot;)]/sampler[(@name=&quot;Gateway Totals&quot;)][(@type=&quot;Gateway Load&quot;)]/dataview[(@name=&quot;Gateway Totals&quot;)]/rows/row[(@name=&quot;Value&quot;)]/cell[(@column=&quot;Total
Time for all XPaths&quot;)]</target>
</targets>
<priority>1</priority>
<pathAliases>
<pathAlias name="XPaths
Times">ancestor::managedEntity/sampler[(@name=&quot;GW Gateway XPaths&quot;)][(@type=&quot;Gateway Load&quot;)]/dataview[(@name=&quot;GW Gateway XPaths&quot;)]/rows/row/cell[(@column=&quot;totalTime&quot;)]</pathAlias>
</pathAliases>
<block>
<transaction>
<update>
<property>@value</property>
<total>
<dataItems>
<pathAlias ref="XPaths Times"></pathAlias>
<property>@value</property>
</dataItems>
</total>
</update>
</transaction>
</block>
</rule>
</ruleGroup>
<ruleGroup name="Sampling Status">
<rule name="Sampling Status">
<targets>
<target>/geneos/gateway/directory/probe/managedEntity/sampler/dataview/headlines/cell[(@name=&quot;samplingStatus&quot;)]</target>
</targets>
<priority>1</priority>
<block>
<if>
<or>
<like>
<dataItem>
<property>@value</property>
</dataItem>
<string>ok</string>
</like>
<like>
<dataItem>
<property>@value</property>
</dataItem>
<string>NOTE: Stats collection is disabled</string>
</like>
</or>
<transaction>
<update>
<property>state/@severity</property>
<severity>undefined</severity>
</update>
</transaction>
<transaction>
<update>
<property>state/@severity</property>
<severity>warning</severity>
</update>
</transaction>
</if>
</block>
</rule>
</ruleGroup>
</ruleGroup>
<ruleGroup name="GLOBAL Process">
<rule name="Instance Count 1">
<targets>
<target>/geneos/gateway/directory/probe/managedEntity/sampler[(param(&quot;PluginName&quot;)=&quot;PROCESSES&quot;)]/dataview/rows/row[not(contains(@name,&quot;#&quot;))]/cell[(@column=&quot;instanceCount&quot;)]</target>
</targets>
<priority>1</priority>
<block>
<if>
<lt>
<dataItem>
<property>@value</property>
</dataItem>
<integer>1</integer>
</lt>
<transaction>
<update>
<property>state/@severity</property>
<severity>critical</severity>
</update>
</transaction>
<if>
<gt>
<dataItem>
<property>@value</property>
</dataItem>
<integer>1</integer>
</gt>
<transaction>
<update>
<property>state/@severity</property>
<severity>warning</severity>
</update>
</transaction>
<transaction>
<update>
<property>state/@severity</property>
<severity>ok</severity>
</update>
</transaction>
</if>
</if>
</block>
</rule>
</ruleGroup>
</rules>
<databaseLogging>
<enabled>false</enabled>
<tables>
<table name="processes_table">
<type>double</type>
</table>
</tables>
<items>
<item name="processes">
<targets>
<target>/geneos/gateway/directory/probe/managedEntity/sampler[(param(&quot;PluginName&quot;)=&quot;PROCESSES&quot;)]/dataview/rows/row/cell[(@column=&quot;percentCPU&quot;)]</target>
<target>/geneos/gateway/directory/probe/managedEntity/sampler[(param(&quot;PluginName&quot;)=&quot;PROCESSES&quot;)]/dataview/rows/row/cell[(@column=&quot;residentSetSize&quot;)]</target>
<target>/geneos/gateway/directory/probe/managedEntity/sampler[(param(&quot;PluginName&quot;)=&quot;PROCESSES&quot;)]/dataview/rows/row/cell[(@column=&quot;percentMemory&quot;)]</target>
<target>/geneos/gateway/directory/probe/managedEntity/sampler[(param(&quot;PluginName&quot;)=&quot;PROCESSES&quot;)]/dataview/rows/row/cell[(@column=&quot;virtualMemory&quot;)]</target>
</targets>
<percentMargin>2.0</percentMargin>
<table ref="processes_table"></table>
</item>
</items>
</databaseLogging>
<operatingEnvironment>
<gatewayName></gatewayName>
<var name="GatewayName">
<macro>
<gatewayName></gatewayName>
</macro>
</var>
<var name="ManagedEntityName">
<macro>
<managedEntityName></managedEntityName>
</macro>
</var>
<var name="NetprobeHost">
<macro>
<netprobeHost></netprobeHost>
</macro>
</var>
<var name="NetprobePort">
<macro>
<netprobePort></netprobePort>
</macro>
</var>
<var name="SamplerName">
<macro>
<samplerName></samplerName>
</macro>
</var>
<var name="GatewayStatsFile">
<string>gatewaystats.xml</string>
</var>
<writeStatsToFile>
<filename>gatewaystats.xml</filename>
<enablePeriodicWrite>true</enablePeriodicWrite>
<writeInterval>300</writeInterval>
</writeStatsToFile>
</operatingEnvironment>
</gateway>
<exportedData>
<dataSet name="GW Data">
<paths>
<path>/geneos/gateway[(@name=&quot;Gate_002&quot;)]/directory/probe[(@name=&quot;Virtual Probe&quot;)]/managedEntity/sampler[(param(&quot;PluginName&quot;)=&quot;Gateway-gatewayData&quot;)]</path>
</paths>
</dataSet>
<dataSet name="GW License">
<paths>
<path>/geneos/gateway/directory/probe/managedEntity/sampler[(@name=&quot;GW
License Usage&quot;)]</path>
</paths>
</dataSet>
</exportedData>
<knowledgeBase>
<urlTemplate name="Local Gateway">
<urlTemplateElements>
<urlTemplateElement>
<literal>http://</literal>
</urlTemplateElement>
<urlTemplateElement>
<xpath>ancestor::gateway/parameters/@HostName</xpath>
</urlTemplateElement>
<urlTemplateElement>
<literal>:</literal>
</urlTemplateElement>
<urlTemplateElement>
<xpath>ancestor::gateway/parameters/@Port</xpath>
</urlTemplateElement>
<urlTemplateElement>
<literal>/knowledgeBase/</literal>
</urlTemplateElement>
</urlTemplateElements>
</urlTemplate>
<kbaSet name="Local Links">
<kba>
<label>General Info</label>
<urlElements>
<urlElement>
<urlTemplate ref="Local Gateway"></urlTemplate>
</urlElement>
<urlElement>
<literal>index.html</literal>
</urlElement>
</urlElements>
<targets>
<target>/geneos/gateway[(@name=&quot;Gate_002&quot;)]/directory/probe/managedEntity[(@name=&quot;Gate_002
Gateway&quot;)]</target>
</targets>
</kba>
</kbaSet>
<localServer>
<directory>/home/geneos/gateway/gateways/Gate_002/kba</directory>
<defaultPageName>index.html</defaultPageName>
</localServer>
</knowledgeBase>
<gateway compatibility="1"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://schema.itrsgroup.com/GA3.0.21-140801/gateway.xsd">
<includes>
<priority>1</priority>
<includeGroup name="Admin">
<include>
<priority>400</priority>
<required>true</required>
<location>/home/geneos/gateway/gateway_config/shared/GLOBAL_Administration.xml</location>
</include>
</includeGroup>
</includes>
<probes>
<probe name="Probe_Cen65-008-001">
<hostname>Cen65-008</hostname>
<port>17036</port>
</probe>
<probe name="Probe_Cen65-009-001">
<hostname>Cen65-009</hostname>
<port>17091</port>
</probe>
<probe name="Probe_Gateway_001">
<hostname>Cen65-008</hostname>
<port>18001</port>
</probe>
</probes>
<managedEntities>
<managedEntityGroup name="Gateway-001">
<attribute name="TITLE">GLOBAL</attribute>
<managedEntityGroup name="GWMon">
<managedEntityGroup name="UK">
<attribute name="REGION">UK</attribute>
<managedEntityGroup name="Gateway-002">
<attribute name="GROUP">Gateway-002</attribute>
<managedEntityGroup name="PRIMARY">
<var name="GateProcess">
<string>gateway2.linux</string>
</var>
<var name="GateName">
<string>Gate_002</string>
</var>
<managedEntity name="Gateway-002-Primary">
<probe ref="Probe_Cen65-008-001"></probe>
<sampler ref="GW Process"></sampler>
</managedEntity>
</managedEntityGroup>
<managedEntityGroup name="SECONDARY">
<var name="GateName">
<string>Gate_002_DR</string>
</var>
<var name="GateProcess">
<string>gateway2.linux</string>
</var>
<managedEntity name="Gateway-002-Secondary">
<probe ref="Probe_Cen65-009-001"></probe>
<sampler ref="GW Process"></sampler>
</managedEntity>
</managedEntityGroup>
<managedEntityGroup name="ACTIVE">
<attribute name="DATASET">Gateway-002-Active</attribute>
<managedEntity name="Gateway-002-Connectivity">
<probe ref="Probe_Cen65-008-001"></probe>
<var name="GateHost">
<string>Cen65-008</string>
</var>
<var name="GatePort">
<string>17052</string>
</var>
<sampler ref="GW Connectivity"></sampler>
</managedEntity>
</managedEntityGroup>
</managedEntityGroup>
</managedEntityGroup>
<managedEntityGroup name="DE">
<attribute name="REGION">DE</attribute>
<managedEntityGroup name="Gateway-003">
<attribute name="GROUP">Gateway-003</attribute>
<managedEntityGroup name="PRIMARY">
<var name="GateProcess">
<string>gateway2.linux</string>
</var>
<var name="GateName">
<string>Gate_003</string>
</var>
<managedEntity name="Gateway-003-Primary">
<probe ref="Probe_Cen65-008-001"></probe>
<sampler ref="GW Process"></sampler>
</managedEntity>
</managedEntityGroup>
<managedEntityGroup name="SECONDARY">
<var name="GateName">
<string>Gate_003_DR</string>
</var>
<var name="GateProcess">
<string>gateway2.linux</string>
</var>
<managedEntity name="Gateway-003-Secondary">
<probe ref="Probe_Cen65-009-001"></probe>
<sampler ref="GW Process"></sampler>
</managedEntity>
</managedEntityGroup>
<managedEntityGroup name="ACTIVE">
<attribute name="DATASET">Gateway-003-Active</attribute>
<managedEntity name="Gateway-003-Connectivity">
<probe ref="Probe_Cen65-008-001"></probe>
<var name="GateHost">
<string>Cen65-008</string>
</var>
<var name="GatePort">
<string>17053</string>
</var>
<sampler ref="GW Connectivity"></sampler>
</managedEntity>
</managedEntityGroup>
</managedEntityGroup>
</managedEntityGroup>
</managedEntityGroup>
</managedEntityGroup>
</managedEntities>
<samplers>
<samplerGroup name="GWMon">
<sampler name="GW Process">
<plugin>
<processes>
<processes>
<process>
<data>
<alias>
<var ref="GateProcess"></var>
<data></data>
<var ref="GateName"></var>
<data></data>
</alias>
</data>
</process>
</processes>
</processes>
</plugin>
</sampler>
<sampler name="GW Connectivity">
<plugin>
<web-mon>
<host>
<var ref="GateHost"></var>
</host>
<port>
<var ref="GatePort"></var>
</port>
<protocol>
<https></https>
</protocol>
<scenarioList>
<scenario>
<name>knowledgeBase</name>
<stages>
<stage>
<name>knowledgeBase</name>
<url>
<data>knowledgeBase/index.html</data>
</url>
</stage>
</stages>
</scenario>
</scenarioList>
</web-mon>
</plugin>
</sampler>
</samplerGroup>
</samplers>
<rules>
<ruleGroup name="GWMon">
<ruleGroup name="Active GW">
<rule name="DB Connection Status">
<targets>
<target>/geneos/gateway[(@name=&quot;Gate_001&quot;)]/directory/probe/managedEntity/sampler[(@name=&quot;Gateway Active SQL&quot;)][(@type=&quot;&quot;)]/dataview[(@name=&quot;Status&quot;)]/rows/row[(@name=&quot;databaseConnectionStatus&quot;)]/cell[(@column=&quot;Status&quot;)]</target>
</targets>
<priority>1</priority>
<pathVariables>
<pathVariable name="MEName">
<value>
<target>
<managedEntityName></managedEntityName>
</target>
</value>
</pathVariable>
</pathVariables>
<pathAliases>
<pathAlias name="DataBaseEnabled">/geneos/gateway[(@name=&quot;Gate_001&quot;)]/directory/probe[(@name=&quot;Probe_Gateway_001&quot;)]/managedEntity[(@name=var(&quot;MEName&quot;))]/sampler[(@name=&quot;Gateway Active SQL&quot;)][(@type=&quot;&quot;)]/dataview[(@name=&quot;Status&quot;)]/rows/row[(@name=&quot;databaseLoggingEnabled&quot;)]/cell[(@column=&quot;Status&quot;)]</pathAlias>
</pathAliases>
<block>
<set>
<var ref="DBEnabled"></var>
<first>
<dataItems>
<pathAlias ref="DataBaseEnabled"></pathAlias>
<property>@value</property>
</dataItems>
</first>
</set>
<if>
<like>
<var ref="DBEnabled"></var>
<string>false</string>
</like>
<transaction>
<update>
<property>state/@severity</property>
<severity>ok</severity>
</update>
</transaction>
</if>
<if>
<like>
<dataItem>
<property>@value</property>
</dataItem>
<string>pending</string>
</like>
<transaction>
<delay>60</delay>
<update>
<property>state/@severity</property>
<severity>warning</severity>
</update>
</transaction>
<if>
<unlike>
<dataItem>
<property>@value</property>
</dataItem>
<string>connected</string>
</unlike>
<transaction>
<update>
<property>state/@severity</property>
<severity>critical</severity>
</update>
</transaction>
<transaction>
<update>
<property>state/@severity</property>
<severity>ok</severity>
</update>
</transaction>
</if>
</if>
</block>
</rule>
<rule name="Sec GW Connection Status">
<targets>
<target>/geneos/gateway/directory/probe/managedEntity/sampler/dataview/rows/row[(@name=&quot;secondaryGatewayConnectionStatus&quot;)]/cell[(@column=&quot;value&quot;)]</target>
</targets>
<priority>1</priority>
<block>
<if>
<notEqual>
<dataItem>
<property>@value</property>
</dataItem>
<string>Connected</string>
</notEqual>
<transaction>
<update>
<property>state/@severity</property>
<severity>critical</severity>
</update>
</transaction>
<transaction>
<update>
<property>state/@severity</property>
<severity>ok</severity>
</update>
</transaction>
</if>
</block>
</rule>
<rule name="DB Logging Enabled">
<targets>
<target>/geneos/gateway/directory/probe/managedEntity/sampler/dataview/rows/row[(@name=&quot;databaseLoggingEnabled&quot;)]/cell[(@column=&quot;value&quot;)]</target>
</targets>
<priority>1</priority>
<block>
<if>
<notEqual>
<dataItem>
<property>@value</property>
</dataItem>
<string>true</string>
</notEqual>
<transaction>
<update>
<property>state/@severity</property>
<severity>critical</severity>
</update>
</transaction>
<transaction>
<update>
<property>state/@severity</property>
<severity>ok</severity>
</update>
</transaction>
</if>
</block>
</rule>
<rule name="HotStandby Enabled">
<targets>
<target>/geneos/gateway/directory/probe/managedEntity/sampler/dataview/rows/row[(@name=&quot;hotStandbyEnabled&quot;)]/cell[(@column=&quot;value&quot;)]</target>
</targets>
<priority>1</priority>
<block>
<if>
<notEqual>
<dataItem>
<property>@value</property>
</dataItem>
<string>true</string>
</notEqual>
<transaction>
<update>
<property>state/@severity</property>
<severity>critical</severity>
</update>
</transaction>
<transaction>
<update>
<property>state/@severity</property>
<severity>ok</severity>
</update>
</transaction>
</if>
</block>
</rule>
<rule name="HotStandby Role">
<targets>
<target>/geneos/gateway/directory/probe/managedEntity/sampler/dataview/rows/row[(@name=&quot;hotStandbyRole&quot;)]/cell[(@column=&quot;value&quot;)]</target>
</targets>
<priority>1</priority>
<block>
<if>
<equal>
<dataItem>
<property>@value</property>
</dataItem>
<string>Secondary</string>
</equal>
<transaction>
<update>
<property>state/@severity</property>
<severity>warning</severity>
</update>
</transaction>
<if>
<equal>
<dataItem>
<property>@value</property>
</dataItem>
<string>Primary</string>
</equal>
<transaction>
<update>
<property>state/@severity</property>
<severity>ok</severity>
</update>
</transaction>
<if>
<equal>
<dataItem>
<property>@value</property>
</dataItem>
<string>Stand Alone</string>
</equal>
<transaction>
<update>
<property>state/@severity</property>
<severity>warning</severity>
</update>
</transaction>
<transaction>
<update>
<property>state/@severity</property>
<severity>critical</severity>
</update>
</transaction>
</if>
</if>
</if>
</block>
</rule>
<rule name="License Days Remaining">
<targets>
<target>/geneos/gateway/directory/probe/managedEntity/sampler/dataview/rows/row[(@name=&quot;licenseDaysRemaining&quot;)]/cell[(@column=&quot;Value&quot;)]</target>
</targets>
<priority>1</priority>
<block>
<if>
<lt>
<dataItem>
<property>@value</property>
</dataItem>
<integer>30</integer>
</lt>
<transaction>
<update>
<property>state/@severity</property>
<severity>warning</severity>
</update>
</transaction>
<if>
<lt>
<dataItem>
<property>@value</property>
</dataItem>
<integer>10</integer>
</lt>
<transaction>
<update>
<property>state/@severity</property>
<severity>critical</severity>
</update>
</transaction>
<transaction>
<update>
<property>state/@severity</property>
<severity>ok</severity>
</update>
</transaction>
</if>
</if>
</block>
</rule>
</ruleGroup>
<ruleGroup name="Process">
<rule name="InstanceCount">
<targets>
<target>/geneos/gateway/directory/probe/managedEntity[(@name=&quot;Gateway Monitoring&quot;)]/sampler/dataview[(@name=&quot;GW Process&quot;)]/rows/row[(@name=&quot;gateway2&quot;)]/cell[(@column=&quot;instanceCount&quot;)]</target>
</targets>
<priority>1</priority>
<block>
<if>
<equal>
<dataItem>
<property>@value</property>
</dataItem>
<integer>0</integer>
</equal>
<transaction>
<update>
<property>state/@severity</property>
<severity>critical</severity>
</update>
</transaction>
<if>
<gt>
<dataItem>
<property>@value</property>
</dataItem>
<integer>1</integer>
</gt>
<transaction>
<update>
<property>state/@severity</property>
<severity>warning</severity>
</update>
</transaction>
<transaction>
<update>
<property>state/@severity</property>
<severity>ok</severity>
</update>
</transaction>
</if>
</if>
</block>
</rule>
<rule name="GW CPU">
<targets>
<target>/geneos/gateway/directory/probe/managedEntity[(@name=&quot;Gateway Monitoring&quot;)]/sampler/dataview[(@name=&quot;GW Process&quot;)]/rows/row/cell[(@column=&quot;percentCPU&quot;)]</target>
</targets>
<priority>1</priority>
<block>
<if>
<gt>
<dataItem>
<property>@value</property>
</dataItem>
<integer>10</integer>
</gt>
<transaction>
<update>
<property>state/@severity</property>
<severity>critical</severity>
</update>
</transaction>
<if>
<gt>
<dataItem>
<property>@value</property>
</dataItem>
<integer>5</integer>
</gt>
<transaction>
<update>
<property>state/@severity</property>
<severity>warning</severity>
</update>
</transaction>
<transaction>
<update>
<property>state/@severity</property>
<severity>ok</severity>
</update>
</transaction>
</if>
</if>
</block>
</rule>
<rule name="GW Memory">
<targets>
<target>/geneos/gateway/directory/probe/managedEntity[(@name=&quot;Gateway Monitoring&quot;)]/sampler/dataview[(@name=&quot;GW Process&quot;)]/rows/row/cell[(@column=&quot;percentMemory&quot;)]</target>
</targets>
<priority>1</priority>
<block>
<if>
<gt>
<dataItem>
<property>@value</property>
</dataItem>
<integer>10</integer>
</gt>
<transaction>
<update>
<property>state/@severity</property>
<severity>critical</severity>
</update>
</transaction>
<if>
<gt>
<dataItem>
<property>@value</property>
</dataItem>
<integer>5</integer>
</gt>
<transaction>
<update>
<property>state/@severity</property>
<severity>warning</severity>
</update>
</transaction>
<transaction>
<update>
<property>state/@severity</property>
<severity>ok</severity>
</update>
</transaction>
</if>
</if>
</block>
</rule>
</ruleGroup>
<ruleGroup name="Webmon">
<rule name="GW Connection Status">
<targets>
<target>/geneos/gateway/directory/probe/managedEntity/sampler[(@name=&quot;GW Connectivity&quot;)][(@type=&quot;&quot;)]/dataview[(@name=&quot;GW Connectivity&quot;)]/rows/row[(@name=&quot;knowledgeBase&quot;)]/cell[(@column=&quot;status&quot;)]</target>
</targets>
<priority>1</priority>
<block>
<if>
<notEqual>
<dataItem>
<property>@value</property>
</dataItem>
<string>OK</string>
</notEqual>
<transaction>
<delay>60</delay>
<update>
<property>state/@severity</property>
<severity>critical</severity>
</update>
</transaction>
<transaction>
<update>
<property>state/@severity</property>
<severity>ok</severity>
</update>
</transaction>
</if>
</block>
</rule>
</ruleGroup>
</ruleGroup>
</rules>
<hotStandby>
<enabled>true</enabled>
<primary>
<hostname>Cen65-008</hostname>
<port>17051</port>
</primary>
<secondary>
<hostname>Cen65-009</hostname>
<port>17051</port>
</secondary>
<syncFiles>
<setupIncludes>true</setupIncludes>
</syncFiles>
</hotStandby>
<importedData>
<connection name="Gate_002">
<primary>
<hostname>Cen65-008</hostname>
<port>17052</port>
</primary>
<secondary>
<hostname>Cen65-009</hostname>
<port>17052</port>
</secondary>
<authentication>
<username>GatewayDataUser</username>
<password>
<plaintext>GatewayData</plaintext>
</password>
</authentication>
<prefix>GW2_</prefix>
<attributes>
<attribute name="TITLE">GLOBAL</attribute>
<attribute name="REGION">UK</attribute>
<attribute name="GROUP">Gateway-002</attribute>
<attribute name="DATASET">Gateway-002-Active</attribute>
</attributes>
<dataSets>
<dataSet>
<name>GW Data</name>
</dataSet>
<dataSet>
<name>GW License</name>
</dataSet>
</dataSets>
</connection>
<connection name="Gate_003">
<primary>
<hostname>Cen65-008</hostname>
<port>17053</port>
</primary>
<secondary>
<hostname>Cen65-009</hostname>
<port>17053</port>
</secondary>
<authentication>
<username>GatewayDataUser</username>
<password>
<plaintext>GatewayData</plaintext>
</password>
</authentication>
<prefix>GW3_</prefix>
<attributes>
<attribute name="TITLE">GLOBAL</attribute>
<attribute name="REGION">DE</attribute>
<attribute name="GROUP">Gateway-003</attribute>
<attribute name="DATASET">Gateway-003-Active</attribute>
</attributes>
<dataSets>
<dataSet>
<name>GW Data</name>
</dataSet>
<dataSet>
<name>GW License</name>
</dataSet>
</dataSets>
</connection>
</importedData>
<operatingEnvironment>
<gatewayName>Gate_001</gatewayName>
<listenPort>17051</listenPort>
</operatingEnvironment>
</gateway>