mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-09-26 03:08:39 +02:00
Fix oracle datacache hit ratio mode
This commit is contained in:
parent
480e69ec30
commit
25e45af832
@ -79,7 +79,7 @@ sub manage_selection {
|
|||||||
my $query = q{
|
my $query = q{
|
||||||
SELECT SUM(DECODE(name, 'physical reads', value, 0)),
|
SELECT SUM(DECODE(name, 'physical reads', value, 0)),
|
||||||
SUM(DECODE(name, 'db block gets', value, 0)),
|
SUM(DECODE(name, 'db block gets', value, 0)),
|
||||||
SUM(DECODE(name, 'consistent gets', value, 0)),
|
SUM(DECODE(name, 'consistent gets', value, 0))
|
||||||
FROM sys.v_$sysstat
|
FROM sys.v_$sysstat
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user