Page 1 of 1

Monitoring Oracle Databases.

Posted: Mon Jun 08, 2015 5:22 pm
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 !!!!

Re: Monitoring Oracle Databases.

Posted: Mon Jun 08, 2015 7:16 pm
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?

Re: Monitoring Oracle Databases.

Posted: Thu Jul 16, 2015 6:47 pm
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 !!!!

Re: Monitoring Oracle Databases.

Posted: Thu Jul 16, 2015 7:50 pm
by Box293
Can you please provide the full command you are executing at the CLI and the output it produces.

Re: Monitoring Oracle Databases.

Posted: Fri Jul 17, 2015 2:03 pm
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 !!!!

Re: Monitoring Oracle Databases.

Posted: Mon Jul 20, 2015 8:13 am
by jdalrymple
Please alert us if you need further assistance, or otherwise let us know if we can lock this thread.

Thanks

Re: Monitoring Oracle Databases.

Posted: Thu Jul 23, 2015 12:17 pm
by monitoreo1
Thanks for your help !!!!

At this moment all is ok !!!!

Thanks again !!!!