Page 1 of 1
Nagios XI compatibility
Posted: Mon Sep 07, 2020 4:01 am
by kalyanpabolu
Hello Team,
Please let us know if Nagios XI is compatible with EXACS for monitoring Oracle database status , SCAN IPs, Listener Service status ,ASM monitoring ,RAC,DB monitoring etc.
If yes, can we use NCPA agent for it?
What will be the pre-requisites?
Please let us know the detailed step by step procedure to implement the same.
We are using Nagios XI 5.7.2 version.
Re: Nagios XI compatibility
Posted: Tue Sep 08, 2020 3:52 pm
by cdienger
Nagios can monitor anything that has a plugin written for it. Sometimes we'll have some default plugins you can use and other times you may need to search to find something useful.
I would initially suggest checking out the default wizards in XI:
https://assets.nagios.com/downloads/nag ... ios-XI.pdf
The SNMP wizards can be great since a lot of devices will use SNMP:
https://assets.nagios.com/downloads/nag ... Wizard.pdf
And the NCPA software can be used to do a lot of things like check services, Windows counters, system stats, etc...
https://assets.nagios.com/downloads/nag ... ios-XI.pdf
If there doesn't seem to be a wizard that will work for you can try searching the exchange:
https://exchange.nagios.org
Another place to search would be github or simply searching for "<device or software name> nagios" with your favorite search engine may return a plugin that will work for you.
and finally, there's always the option to write a custom plugin:
https://nagios-plugins.org/doc/guidelines.html
Re: Nagios XI compatibility
Posted: Thu Sep 17, 2020 3:42 am
by kalyanpabolu
Hello,
Will NCPA agent have any impact on ExaCS OS kernel or will the location of agent impact any DB or grid path?
We have got this query from Oracle. PFA the screenshot for your reference.
Re: Nagios XI compatibility
Posted: Thu Sep 17, 2020 5:04 pm
by cdienger
It does not make any changes to the kernel and will install to /usr/local/ncpa/ by default. Install steps and details are covered in
https://www.nagios.org/ncpa/getting-started.php.
Re: Nagios XI compatibility
Posted: Thu Sep 17, 2020 5:08 pm
by ssax
NCPA will install required packages on the system so do it on a test system first, it shouldn't touch the kernel/DB/grid path.
NCPA will install to /usr/local/ncpa, does ExaCS OS run on Oracle Linux or some other EL/Debian based system? I assume it runs Oracle Linux but you'll need to be clear on that because we do not use ExaCS or have access to it to validate if it's compatible with NCPA.
Re: Nagios XI compatibility
Posted: Thu Oct 01, 2020 8:10 am
by kalyanpabolu
Hello,
We want to monitor from core. We understood how snmp works. We are just not sure how to write commands, host and service definitions.
Could you please provide a guide so that we can refer the same.
Re: Nagios XI compatibility
Posted: Fri Oct 02, 2020 9:31 am
by benjaminsmith
HI,
If you're planning to use NCPA to monitor an Oracle database, then an additional plugin will be required. The default API in NCPA contains system-level checks such as memory, disk space, CPU ...etc.
Here' are a few documentation links to help get you started.
NCPA API Reference
Managing Plugins In Nagios XI
Using The Core Config Manager For Host Management
Using The Core Config Manager For Service Management
Oracle Monitoring with Nagios
Hope that helps and let us know if you have any other questions.
Benjamin