-
Fetch the correct WMI instance
Hi!
In agent I have:
module_begin
module_name ExchDBCacheHit(%)
module_type generic_data
module_wmiquery select * from Win32_PerfFormattedData_ESE_MSExchangeDatabase
module_wmicolumn DatabaseCachePercentHit
module_description Shows the percentage of database file page requests that were fulfilled by the database cache without causing a file operation
module_endBut there are two instances, one called Information Store and the other msexchangerepl. How do i get the DatabaseCachePercentHit for the correct instance ie. Information Store and not msexchangerepl?