Top
Systemwalker Service Quality Coordinator User's Guide
Systemwalker

6.3 Definition Example

In the sample definition file below, the site name "www.fujitsu.com" monitored by the Browser Agent is defined using "WebSite" tags, two monitored HTTP services ("AAAPage" and "BBBPage") are defined using "HTTP_Service" tags, and the DNS_Service, SMTP_Service and PORT_Service tags are defined.

Copy the sample definition, and paste it into the XML Source for OpeneXeed, overwriting any existing content.

The definitions will be updated, and it will become possible to check the configuration of XML Structure, and so on.

<?xml version="1.0" encoding="Shift_JIS"?>

<ServiceConf DisplayName="ManagedObject" NodeType="F">

<ResponseCondition DisplayName="ResponseCondition" NodeType="F">

<WebSiteList DisplayName="WebSites" NodeType="F">

<WebSite DisplayName="www.fujitsu.com" InstanceName="www.fujitsu.com" AlertTarget="" NodeType="I-D">

<ResourceList DisplayName="Resources(URL)" InstanceName="" NodeType="F"/>

<URL DisplayName="URL" InstanceName="" AlertTarget="" NodeType="I-D">

<ResourceList DisplayName="Resources(URL)" InstanceName="" NodeType="F"/>

</URL>

<DNS DisplayName="DNS" InstanceName="" AlertTarget="" NodeType="I-D">

<ResourceList DisplayName="Resources(URL)" InstanceName="" NodeType="F"/>

</DNS>

<TCP DisplayName="TCP" InstanceName="" AlertTarget="" NodeType="I-D">

<ResourceList DisplayName="Resources(URL)" InstanceName="" NodeType="F"/>

</TCP>

</WebSite>

</WebSiteList>

</ResponseCondition>

<ServiceCondition DisplayName="ServiceCondition" NodeType="F">

<Default_ProxyServer Addr="" Port=""/>

<HTTP_ServiceList DisplayName="HTTP" NodeType="F">

<HTTP_Service DisplayName="AAA Home Page" InstanceName="AAAPage" AlertTarget="manet" NodeType="I-D" IP_Address="" URL="http://manet.fujitsu.co.jp/" ProxyServer="OFF" ProxyServer_Addr="" ProxyServer_Port="" BodyFile="" BasicAuthentication="OFF" BasicAuthentication_User="" BasicAuthentication_PassWord=""/>

<HTTP_Service DisplayName="BBB Home Page" InstanceName="BBBPage" AlertTarget="ent" NodeType="I-D" IP_Address="" URL="http://ent.fujitsu.co.jp/" ProxyServer="OFF" ProxyServer_Addr="" ProxyServer_Port="" BodyFile="" BasicAuthentication="OFF" BasicAuthentication_User="" BasicAuthentication_PassWord=""/>

</HTTP_ServiceList>

<DNS_ServiceList DisplayName="DNS" NodeType="F">

<DNS_Service DisplayName="DNS" InstanceName="DNS" AlertTarget="dnsserver" IP_Address="100.100.100.100" Port="53" TargetHost="abcserver" NodeType="I-D"/>

</DNS_ServiceList>

<SMTP_ServiceList DisplayName="SMTP" NodeType="F">

<SMTP_Service DisplayName="SMTP" InstanceName="SMTP" AlertTarget="smtpserver" IP_Address="100.100.100.100" Port="25" NodeType="I-D"/>

</SMTP_ServiceList>

<PORT_ServiceList DisplayName="PORT" NodeType="F">

<PORT_Service DisplayName="PORT123" InstanceName="PORT123" AlertTarget="server123" IP_Address="100.100.100.100" Port="123" NodeType="I-D"/>

</PORT_ServiceList>

</ServiceCondition>

</ServiceConf>