Show TOC

 Beispiel für eine Customizing-DateiLocate this document in the navigation structure

Das folgende Beispiel für eine GRMG-Customizing-Datei besteht aus zwei Szenarien mit den technischen Namen MSI und MSS, zu denen jeweils eine überwachte Komponente gehört:

 <scenstarturl>http:// host123:7080/MessagingSystemWeb/ccms</scenstarturl>      <scenstartmod>Not Used</scenstartmod>       <scentexts>        <scentext>          <scenlangu>E</scenlangu>           <scendesc>Messaging System Initialization</scendesc>         </scentext>      </scentexts>      <components>        <component>          <compname>MSI</compname>           <compversion></compversion>           <comptype>Not Used</comptype>           <comptexts>             <comptext>               <complangu>E</complangu>               <compdesc>Java Runtime</compdesc>             </comptext>           </comptexts>           <properties>             <property>               <propname>isInitialized</propname>               <propvalue>Not Used</propvalue>             </property>           </properties>         </component>      </components>    </scenario>    <scenario>      <scenname>MSS</scenname>      <scenversion></scenversion>       <sceninst>001</sceninst>      <scentype>URL</scentype>      <scenstarturl>http://host:7080/MessagingSystemWeb/ccms</scenstarturl>       <scenstartmod>Not Used</scenstartmod>       <scentexts>        <scentext>          <scenlangu>E</scenlangu>           <scendesc>Messaging System Startup</scendesc>         </scentext>      </scentexts>      <components>        <component>          <compname>MSS</compname>           <compversion></compversion>           <comptype>Not Used</comptype>           <comptexts>             <comptext>               <complangu>E</complangu>               <compdesc>Messaging System Startup</compdesc>             </comptext>           </comptexts>           <properties>             <property>               <propname>isStarted</propname>               <propvalue>Not Used</propvalue>             </property>           </properties>         </component>      </components>    </scenario>  </scenarios></customizing>

 Startseite Überwachung mit dem Generic Request and Message Generator