Difference between revisions of "Subagent:Informix"

429 bytes added ,  18:13, 13 September 2022
m
Text replacement - "^" to "{{deprecated}}"
(Created page with "{{DISPLAYTITLE:Informix Monitoring Subagent}} = Summary = NetXMS subagent for Informix (further referred to as Informix subagent) monitors one or more Informix databases and r...")
 
m (Text replacement - "^" to "{{deprecated}}")
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{DISPLAYTITLE:Informix Monitoring Subagent}}
{{deprecated}}{{DISPLAYTITLE:Informix Monitoring Subagent}}
= Summary =
= Summary =
NetXMS subagent for Informix (further referred to as Informix subagent) monitors one or more Informix databases and reports database-related parameters.  
NetXMS subagent for Informix (further referred to as Informix subagent) monitors one or more Informix databases and reports database-related parameters.  
Line 7: Line 7:


= Configuration =
= Configuration =
== ODBC.INI ==
Create ~/.odbc.ini (adjust Driver, Database and Servername):
<syntaxhighlight lang="ini">
[ODBC Data Sources]
ifx=IBM INFORMIX ODBC DRIVER
[ifx]
Driver=/informix_v11_50/lib/cli/iclit09b.so
Database=sysmaster
Servername=informix_v11
</syntaxhighlight>


Subagent can be configured using XML configuration file (usually created as separate file in configuration include directory), or in simplified INI format, usually in main agent configuration file.
Subagent can be configured using XML configuration file (usually created as separate file in configuration include directory), or in simplified INI format, usually in main agent configuration file.
Line 55: Line 70:
== INI configuration ==
== INI configuration ==


<syntaxhighlight lang="ini">
Subagent=informix.nsm
*informix
ID=db1
DBName = instance1
DBLogin = user
DBPassword = password
</syntaxhighlight>


= Provided Parameters =
= Provided Parameters =