Oracle Datafile Usage

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
ganeshanrs1983
Posts: 55
Joined: Wed Jun 18, 2014 10:16 am

Oracle Datafile Usage

Post by ganeshanrs1983 »

Team,

We have to monitor oracle datafile usage under each tablespace. Could you please help us how to monitor that using "oracle_health_check" plugin or suggest any other plugin which will monitor Datafile usage.

Thanks in Advance

Regards
Ganeshan S
User avatar
hsmith
Agent Smith
Posts: 3539
Joined: Thu Jul 30, 2015 11:09 am
Location: 127.0.0.1
Contact:

Re: Oracle Datafile Usage

Post by hsmith »

If you look at the help page for check_oracle, will the --tablespace argument work for your scenario?

Help page:

Code: Select all

/usr/local/nagios/libexec/check_oracle -h

Code: Select all

check_oracle --tablespace <ORACLE_SID> <USER> <PASS> <TABLESPACE> <CRITICAL> <WARNING>

Code: Select all

--tablespace
   Check local database for tablespace capacity in ORACLE_SID
       --->  Requires Oracle user/password specified.
                --->  Requires select on dba_data_files and dba_free_space
Former Nagios Employee.
me.
ganeshanrs1983
Posts: 55
Joined: Wed Jun 18, 2014 10:16 am

Re: Oracle Datafile Usage

Post by ganeshanrs1983 »

For "check_oracle" plugin we have to install oracle client on nagios server and have to maintain tnsnames.ora file on /usr/local/nagios/etc directory now we are not using this method.

Could you please help me how to monitor the datafile usage through "oracle_health_check" plugin only.
User avatar
hsmith
Agent Smith
Posts: 3539
Joined: Thu Jul 30, 2015 11:09 am
Location: 127.0.0.1
Contact:

Re: Oracle Datafile Usage

Post by hsmith »

ganeshanrs1983 wrote:For "check_oracle" plugin we have to install oracle client on nagios server and have to maintain tnsnames.ora file on /usr/local/nagios/etc directory now we are not using this method.

Could you please help me how to monitor the datafile usage through "oracle_health_check" plugin only.
Is this the plugin you are referring to?
Former Nagios Employee.
me.
Locked