fix query for mssql instance

This commit is contained in:
root 2019-10-23 17:59:43 +02:00
parent 930f4b0c9d
commit c481f00618
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ sub manage_selection {
WHERE
counter_name = 'Page life expectancy'
AND
object_name = 'SQLServer:Buffer Manager'
object_name LIKE '%Manager%'
});
$self->{global}->{page_life_expectancy} = $options{sql}->fetchrow_array();