Monitoring Oracle Databases.

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
monitoreo1
Posts: 124
Joined: Wed Feb 18, 2015 10:41 am

Monitoring Oracle Databases.

Post by monitoreo1 »

Hi !!!!!

We are starting to monitoring Oracle Databases using the plugins that the Nagios Enterprise Version includes:

Oracle Query Monitoring Wizard
Oracle Serverspace Monitoring
Oracle Tablespace Monitoring

Do you know what level of authority need the user "nagios" (the user that will be used for generate the conecction from nagios to the BD ) to connect to the databases?

Thanks for your help !!!!
User avatar
Box293
Too Basu
Posts: 5126
Joined: Sun Feb 07, 2010 10:55 pm
Location: Deniliquin, Australia
Contact:

Re: Monitoring Oracle Databases.

Post by Box293 »

Have a look at the following link:
http://labs.consol.de/nagios/check_oracle_health/

Specifically the section "Preparation of the database" and also "Authentication".

Does this help?
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
monitoreo1
Posts: 124
Joined: Wed Feb 18, 2015 10:41 am

Re: Monitoring Oracle Databases.

Post by monitoreo1 »

Hi again !!!!

We tried following the processes suggested:

create user nagios identified by oradbmon;
grant create session to nagios;
grant select any dictionary to nagios;
grant select on V_$SYSSTAT to nagios;
grant select on V_$INSTANCE to nagios;
grant select on V_$LOG to nagios;
grant select on SYS.DBA_DATA_FILES to nagios;
grant select on SYS.DBA_FREE_SPACE to nagios;

But, when we tried to generate the permissions over the objects:
V_$SYSSTAT
V_$INSTANCE
V_$LOG
SYS.DBA_DATA_FILES
SYS.DBA_FREE_SPACE

We have a messages that says that the objects do not exist.

Thanks for your help !!!!
User avatar
Box293
Too Basu
Posts: 5126
Joined: Sun Feb 07, 2010 10:55 pm
Location: Deniliquin, Australia
Contact:

Re: Monitoring Oracle Databases.

Post by Box293 »

Can you please provide the full command you are executing at the CLI and the output it produces.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
monitoreo1
Posts: 124
Joined: Wed Feb 18, 2015 10:41 am

Re: Monitoring Oracle Databases.

Post by monitoreo1 »

Thanks for your help !!!!

We was doing something, in incorrect mode !!!!

Now, we have the permissions and we will start to taste the plugins.

Thanks again !!!!
jdalrymple
Skynet Drone
Posts: 2620
Joined: Wed Feb 11, 2015 1:56 pm

Re: Monitoring Oracle Databases.

Post by jdalrymple »

Please alert us if you need further assistance, or otherwise let us know if we can lock this thread.

Thanks
monitoreo1
Posts: 124
Joined: Wed Feb 18, 2015 10:41 am

Re: Monitoring Oracle Databases.

Post by monitoreo1 »

Thanks for your help !!!!

At this moment all is ok !!!!

Thanks again !!!!
Locked