以下は、WebサイトタグにBrowser Agentが管理対象とするサイト名「www.fujitsu.com」を定義した例です。
定義例をコピーし、OpeneXeedのXML Sourceに貼り付け上書きをしてください。
定義が更新され、XML Structureの構成など確認することができます。
<?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="HTTPPage1" InstanceName="HTTPPage1" AlertTarget="webserver" IP_Address="100.100.100.100" URL="http://host[:port]/path" ProxyServer="ON" ProxyServer_Addr="100.100.100.100" ProxyServer_Port="8080" BodyFile="C:\temp\body.txt" BasicAuthentication="ON" BasicAuthentication_User="User1" BasicAuthentication_PassWord="User1" NodeType="I-D"/> </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> |