Difference between revisions of "Oracle Monitoring Subagent"

m
no edit summary
m
Line 13: Line 13:
There is a sample Oracle subagent configuration file in XML format:
There is a sample Oracle subagent configuration file in XML format:


<source lang="xml">
<syntaxhighlight lang="xml">
<config>
<config>
<agent>
<agent>
Line 35: Line 35:
</oracle>
</oracle>
</config>
</config>
</source>
</syntaxhighlight>


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.