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
Oracle Datafile Usage
Re: Oracle Datafile Usage
If you look at the help page for check_oracle, will the --tablespace argument work for your scenario?
Help page:
Help page:
Code: Select all
/usr/local/nagios/libexec/check_oracle -hCode: 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.
me.
-
ganeshanrs1983
- Posts: 55
- Joined: Wed Jun 18, 2014 10:16 am
Re: Oracle Datafile Usage
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.
Could you please help me how to monitor the datafile usage through "oracle_health_check" plugin only.
Re: Oracle Datafile Usage
Is this the plugin you are referring to?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.
Former Nagios Employee.
me.
me.