mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-26 23:24:27 +02:00
fix query for mssql instance
This commit is contained in:
parent
930f4b0c9d
commit
c481f00618
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user