check_oracle_health
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...
This is for users that uses a connectionstring like ``` (description=(address=(protocol=tcp)(host=1.1.1.1)(port=1521))(connect_data=(sid=MYSID))) ``` it will shorten the filename to `MYSID` + plugin strings
Fixed annoying warning message "Negative repeat count does nothing at ./check_oracle_health line 3610." when checking tablespace-usage caused by a misplaced ")"
Hello, That would be great to have a dedicated method for the extra lines / long output lines. Named for example "add_longoutput" Currently, I do that via the add_perfdata method...
once an idea to see the uptime of an instance.
…he total amount of gets I believe this is incorrect to get the ratio of undo waits to total amount of waits and consider is as a rollback segment contention....
In case of ASM Diskgroup monitoring, in a RAC environnement, it should be possible to connect on any ASM instance with "asm-diskgroup-usage" mode. Why restrict SYSDBA or SYSASM to local...
Servus Gerhard, mit dem Patch ists möglich Ranges mit normalen Thresholds zu definieren, z.b. WARN wenn unter 20 CRIT wenn über 25
Hello, great job developing this plugin! I'm using check_oracle_health (1.9.4.4) and I believe there is a bug: mode stale-statistics is disregarding my warn/crit thresholds /usr/local/nagios/libexec/check_oracle_health --connect server --user nagios --password...
I was checking the queries that check_oracle_health performs and I realized that it is using the v$ views instead of gv$ views. You will query only one node, instead of...