fix query for mssql instance
This commit is contained in:
parent
930f4b0c9d
commit
c481f00618
|
@ -65,7 +65,7 @@ sub manage_selection {
|
||||||
WHERE
|
WHERE
|
||||||
counter_name = 'Page life expectancy'
|
counter_name = 'Page life expectancy'
|
||||||
AND
|
AND
|
||||||
object_name = 'SQLServer:Buffer Manager'
|
object_name LIKE '%Manager%'
|
||||||
});
|
});
|
||||||
|
|
||||||
$self->{global}->{page_life_expectancy} = $options{sql}->fetchrow_array();
|
$self->{global}->{page_life_expectancy} = $options{sql}->fetchrow_array();
|
||||||
|
|
Loading…
Reference in New Issue