check_oracle_health icon indicating copy to clipboard operation
check_oracle_health copied to clipboard

A plugin (monitoring-plugin, not nagios-plugin, see also http://is.gd/PP1330) which checks various parameters of Oracle database servers. (We also offer trainings: http://www.consol.de/open-source-mo...

Results 26 check_oracle_health issues
Sort by recently updated
recently updated
newest added

The latest release of check_oracle_health did not work for SYSDBA connections because the code was setting the username to "sysdba" when it needs to be null. I have a patch...

I updated my earlier modification to include two checks that I wrote for an Oracle dataguard standby. I'm not too familiar with the pull request system but I'll try to...

In the changelog it is mentioned that "tablespace-usage now takes autoextent into account" Apparently this doesn't work with tablespace-free. If the autoextend feature is enabled, the check will output CRITICAL...

Hi :) After updating the script to v3.3.2.1 all `flash-recovery-area-usage` checks print `Use of uninitialized value $has_flash in string eq at /usr/lib/nagios/plugins/check_oracle_health line 4599.` before the actual check output. No...

I added a new Instance::SysTimeModel package in order to retrieve v$sys_time_model data, which is really useful for drawing database activity. As you can see, I'm pretty newbie on perl and...

The messages occurs regularly for the UNDO tablespace, always on the same server. Should negative values be returned ? CRITICAL - tbs UNDO01 usage is -0.00% | 'tbs_undo01_usage_pct'=-0.00%;80;90 'tbs_undo01_usage'=0MB;52428;58982;0;65535 'tbs_undo01_alloc'=51199MB;;;0;65535...