Module: check_mk
Branch: master
Commit: f747dcc2f300cfe0b64fc35c25455e92a7ad1fe0
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=f747dcc2f300cf…
Author: Simon Betz <si(a)mathias-kettner.de>
Date: Tue May 31 15:43:31 2016 +0200
3632 oracle_performance: new check which displays some statistics of ORACLE DBs
To make this check work you have to install <tt>mk_oracle</tt> plugin.
These statistics include physical IO, DB time, buffer pool and library cache
statistics, buffer and library cache hit ratio.
---
.werks/3632 | 11 +++
ChangeLog | 1 +
checkman/oracle_performance | 16 +++++
checks/oracle_performance | 143 +++++++++++++++++++++++++++++++++++++++
web/plugins/metrics/check_mk.py | 78 +++++++++++++++++++++
5 files changed, 249 insertions(+)
Diff:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commitdiff;h=f747dcc2f3…