fix query for mssql instance

This commit is contained in:
root 2019-10-23 17:59:43 +02:00
parent fab4c924e6
commit aeb2900a33

View File

@ -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();