Skip to main content

Modules generated by the plugin

This is an example of execution:


This module displays the data used by the installation defined in the configuration file:

<module>
<name><![CDATA[INFORMIX space used]]></name>
<type>generic_data</type>
<data><![CDATA[2676828]]></data>
<description><![CDATA[Size of the installation in bytes]]></description>
<module_group>Informix</module_group>
</module>
<module>

This module shows whether the server is alive or not:

<name><![CDATA[INFORMIX[ol_informix1210] alive]]></name>
<type>generic_proc</type>
<data><![CDATA[1]]></data>
<description><![CDATA[]]></description>
<module_group>Informix</module_group>
</module>

Displays the number of active dbspaces on the server:

<module>
<name><![CDATA[INFORMIX[ol_informix1210] active dbspaces]]></name>
<type>generic_data</type>
<data><![CDATA[12]]></data>
<description><![CDATA[Number of active dbspaces of a max of 2047]]></description>
<module_group>Informix</module_group>
</module>

There will be one of the following modules for each db space:

<module>
<name><![CDATA[INFORMIX[ol_informix1210] rootdbs pgsize free]]></name>
<type>generic_data</type>
<data><![CDATA[83.75]]></data>
<description><![CDATA[PGSize available in %]]></description>
<module_group>Informix</module_group>
<min_warning><![CDATA[15]]></min_warning>
<max_warning><![CDATA[25]]></max_warning>
<min_critical><![CDATA[0]]></min_critical>
<max_critical><![CDATA[15]]></max_critical>
</module>

This module shows the total space occupied by the tablespaces of a database:

<module>
<name><![CDATA[Total < database > tablespaces]]></name>
<type>generic_data</type>
<data><![CDATA[4472]]></data>
<description><![CDATA[Total size asigned (PAGESIZE * NUmber pages allocated) for all tables in the database in KB]]></description>
<module_group>Informix</module_group>
</module>

This module shows the space occupied by a tablespace of a database:

<module>
<name><![CDATA[<tablespace name> space]]></name>
<type>generic_data</type>
<data><![CDATA[4472]]></data>
<description><![CDATA[Total size asigned (PAGESIZE * NUmber pages allocated) for < name table> in KB]]></description>
<module_group>Informix</module_group>
</module>

 

Finally, the plugin displays the server performance:

<name><![CDATA[CPU use [oninit]]]></name>
<type>generic_data</type>
<data><![CDATA[0.00]]></data>
<description><![CDATA[CPU use of oninit in %]]></description>
<module_group>Informix</module_group>
</module>
<module>
<name><![CDATA[Mem use [oninit]]]></name>
<type>generic_data</type>
<data><![CDATA[24.30]]></data>
<description><![CDATA[Memory in bytes of process oninit in %]]></description>
<module_group>Informix</module_group>
</module>
<module>
<name><![CDATA[Instances of [oninit]]]></name>
<type>generic_data</type>
<data><![CDATA[10]]></data>
<description><![CDATA[Number of threads of oninit]]></description>
<module_group>Informix</module_group>
</module>