Difference between revisions of "Subagent:Oracle"

919 bytes added ,  23:43, 25 November 2012
no edit summary
(Created page with "{{DISPLAYTITLE:Oracle Monitoring Subagent}} = Summary = NetXMS subagent for Oracle DBMS monitoring (further referred to as Oracle subagent) monitors one or more instances of O...")
 
Line 56: Line 56:


== INI configuration ==
== INI configuration ==
There is a sample Oracle subagent configuration file in INI format:
<syntaxhighlight lang="ini">
SubAgent = oracle.nsm
*ORACLE
ID = DB1
TNSName = TEST
Username = NXMONITOR
Password = NXMONITOR
</syntaxhighlight>
You can specify only one database when using INI configuration format. If you need to monitor multiple databases from same agent, you should use configuration file in XML format.
'''ORACLE''' section can contain the following parameters:
{| class="wikitable"
|-
! Parameter !! Description !! Default value
|-
| ID || Database identifier. It will be used to address this database in parameters. || ''empty''
|-
| TNSName || Database TNS name. This is a name for Oracle connect string as described in tnsnames.ora. It can also be instant client connection string. || ''empty''
|-
| Username || User name for connecting to database. || ''empty''
|-
| Password || Database user password. || ''empty''
|}




683

edits