以下、WebサイトタグにBrowser Agentが管理対象とするサイト名「www.fujitsu.com」を定義し、HTTP_Serviceタグには、二つの監視対象「AAAPage」と「BBBPage」を定義し、さらにDNS_Serviceタグ、SMTP_Serviceタグ、PORT_Serviceタグを定義した例です。
定義例をコピーし、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="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> |