Hi;
I just want to confirm if Nagios XI has the capability to monitor described in the attached file. If it is can you give me example or plugin to use?
Thank you in advance.
Nagios XI Capability
Nagios XI Capability
You do not have the required permissions to view the files attached to this post.
Re: Nagios XI Capability
Most of the questions are directed at Oracle and this is an overview on what the wizards can do.
Any other plugins, you can look here.
https://exchange.nagios.org/
The rest could be done with the check_logfiles plugin.There are 3 Oracle Wizards installed on the Xi server.
1. The Oracle Query Wizard is used to send simple queries to the Oracle server.
The queries have to be written to return an integer so the plugin can test to see if the query ran and returned valid data.
2. The Oracle Serverspace Wizard is used to test the following metrics against the Oracle Database.
Connection Time
Monitor amount time it takes to connect to the Oracle Server.
Connected Users
Monitor amount of connected users.
SGA Data Buffer Hit Ratio
Monitor the SGA Data Buffer.
SGA Library Cache Hit Ratio
Monitor the Library Cache.
SGA Dictionary Cache Hit Ratio
Monitor the SGA Dictionary.
SGA Shared Pool Reload Ratio
Monitor the SGA Shared Pool.
SGA Shared Pool Free
Monitor the SGA Shared Pool.
PGA In Memory Sort Ratio
Monitor the PGA Memory.
Soft Parse Ratio
Monitor the amount of soft parses.
Retry Ratio
Monitor redo buffer retries.
Redo I/O Traffic
Monitor the amount of I/O traffic from redos.
Roll Header Contention
Monitor contention for writes for the roll header.
Roll Block Contention
Monitor the roll block contention.
Roll Hit Ratio
Monitor the roll hit.
Roll Wraps
Monitor the roll wraps.
Roll Extends
Monitor the roll extends.
Flash Recovery Area Usage
Monitor the flash recovery area.
SGA Latches Hit Ratio
Monitor SGA Latches.
3. The Oracle Tablespace Wizard is used to test the following metrics against the Oracle Database.
Tablespace Usage
Monitor amount of space used on the tablespace.
Tablespace Free Space
Monitor amount of space free on the tablespace.
Tablespace Remaining Time Until Full
Monitor indicators of how much time until tablespace is full.
Tablespace Fragmentation
Monitor indicators of how fragmented a tablespace is.
Tablespace IO Balance
Monitor indicators IO Balance.
Can Allocate Next Extent
Monitor segments of a tablespace which can allocate next extent.
Any other plugins, you can look here.
https://exchange.nagios.org/
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: Nagios XI Capability
Thank you!! Sorry for the late response. You can now close this.