Ask the Community
Groups
Monitoring Exchange Servers - Connect IT Community | Kaseya
<main> <article class="userContent"> <p><strong>QUESTION:</strong><br>I would like to monitor Exchange Server metrics</p> <p><strong>SOLUTION:</strong><br>Temporarily disable the on load verification. This is needed as not all Exchange servers appear to share a common metric<br><br><strong>1. Ensure service is set up with the proper account</strong></p> <p>See <a href="/home/leaving?allowTrusted=1&target=https%3A%2F%2Fkaseya.zendesk.com%2Fentries%2F93877188">https://kaseya.zendesk.com/entries/93877188</a></p> <p>Once this step is complete, please perform the discovery one more time. If no Exchange server tests are discovered, follow the next step below.<br>If Exchange server tests (such as Number of Messages Sent) are discovered, please stop here</p> <p> </p> <p><strong>2. Temporarily disable the on load verification</strong></p> <p>Please make this change on the DGE/DGEX monitoring the Exchange server</p> <p>* Back up TRAVERSE_HOME\etc\90_wmi_ms_exchange_2007.xml - move out of TRAVERSE_HOME\etc to a temp directory such as the Desktop<br>* Edit TRAVERSE_HOME\etc\90_wmi_ms_exchange_2007.xml<br>* modify</p> <div> <pre class="code codeBlock" spellcheck="false" tabindex="0"> <onLoad> <method value="pdh"/> <verify type="count" object="\MSExchange ADAccess Caches(*)\LDAP Searches/Sec" pattern="\d+" action="accept"/> </onLoad> </pre> </div> <p>* so that it is</p> <div> <pre class="code codeBlock" spellcheck="false" tabindex="0"> <onLoad> <method value="pdh"/> </onLoad> </pre> </div> <p>* Save the file <br>* Perform the discovery</p> <p> </p> <p><strong>3. Reinstate the original file</strong><br>* <strong>Ensure that the original version of the file is restored once the discovery of Exchange tests is complete.</strong></p> </article> </main>