Difference between revisions of "Oracle Monitoring Subagent"

 
Line 8: Line 8:
There is a sample Oracle subagent configuration file in XML format:
There is a sample Oracle subagent configuration file in XML format:


<pre>
<source lang="xml">
<config>
<config>
<agent>
<agent>
Line 30: Line 30:
</oracle>
</oracle>
</config>
</config>
</pre>
</source>


You can specify multiple databases in the '''oracle''' section. Each database description must be surrounded by '''database''' tags with the '''id''' attribute. '''id''' can be any unique integer, it instructs the Oracle subagent about the order in which '''database''' sections will be processed.  
You can specify multiple databases in the '''oracle''' section. Each database description must be surrounded by '''database''' tags with the '''id''' attribute. '''id''' can be any unique integer, it instructs the Oracle subagent about the order in which '''database''' sections will be processed.  
Line 57: Line 57:


|}
|}


= Provided Parameters =
= Provided Parameters =