mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-22 21:24:53 +02:00
fix query for mssql instance
This commit is contained in:
parent
fab4c924e6
commit
aeb2900a33
@ -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…
x
Reference in New Issue
Block a user