Ask the Community
Groups
Traverse: Monitoring Traverse services via TCP/IP - Connect IT Community | Kaseya
<main> <article class="userContent"> <p><strong>QUESTION:</strong></p> <p>How I monitor Traverse services if I don't have access to SNMP or WMI?</p> <p> </p> <p><strong>RESOLUTION:</strong> </p> <p>We can monitor Traverse services via TCP/IP test (Advance port Test or Internet ports)</p> <p> </p> <pre class="code codeBlock" spellcheck="false" tabindex="0">7651 BVE 7652 BVE 7653 BVE 7654 BVE <br>7655 DGE 9443 DGE 7691 WEBAPP 7692 DGE-DGE 7693 DGE-MSG 7696 BVE-CSE 7697 BVE-JMS </pre> <p> </p> <p> </p> <p>Please note that ports 7651-54 and 7691-97 expect binary data and so are not appropriate for 'port' tests. By saying that we can do a combination of port/advanced_port, port/https and jmx/java_jvm_uptime test to ensure that all the Traverse Services are running as expected.</p> <p>So for ports 7691-97, you can create jmx/java_jvm_uptime test (Application Uptime).</p> <p>Let's look into various components of Traverse and associated tests that you can configure:</p> <ul><li>Data Gathering Engine <ul><li><a href="/home/leaving?allowTrusted=1&target=https%3A%2F%2Ftraverse_address%3A9443%2Fdc%2F">https://traverse_address:9443/dc/</a> (port/https)</li> </ul></li> </ul><pre class="code codeBlock" spellcheck="false" tabindex="0">test.create "testName=DGE Test Aggregator", "testType=port", "subType=https", deviceName=IP_10.20.55.222", <br>"interval=300", "warningThreshold=5", "criticalThreshold=15", "units=sec", "actionName=None","port=9443", <br>"virtualHost=", "url=/dc/", "sendString=", "expectString=", "expectRegExp=false" </pre> <ul><ul><li> <p>TCP port 7655, send 'fixme', expect 'password:' (port/advanced_port).</p> </li> </ul></ul><ul><li>Correlation Summary Engine</li> <ul><li> <p><a href="/home/leaving?allowTrusted=1&target=https%3A%2F%2Ftraverse_address%3A8443%2FcentralVFS%2F">https://traverse_address:8443/centralVFS/</a> (port/https)</p> </li> </ul></ul><pre class="code codeBlock" spellcheck="false" tabindex="0">test.create "testName=Correlation Summary Engine", "testType=port", "subType=https", "deviceName=IP_10.20.55.221", <br>"interval=300", "warningThreshold=5", "criticalThreshold=15", "units=sec", "actionName=None","port=8443", <br>"virtualHost=", "url=/centralVFS/", "sendString=", "expectString=", "expectRegExp=false" </pre> <ul><li> <p>Web Application</p> <ul><li><a href="/home/leaving?allowTrusted=1&target=http%3A%2F%2Ftraverse_address%2F">http://traverse_address/</a> (port/http)</li> <li><a href="/home/leaving?allowTrusted=1&target=https%3A%2F%2Ftraverse_address%2F">https://traverse_address/</a> (port/https)</li> </ul></li> <li> <p>BVE Socket Server</p> <ul><li>TCP port 7661, expect 'BVE' (port/advanced_port)</li> </ul></li> </ul><p> </p> <p><strong>APPLIES TO:</strong></p> <p>All versions of Traverse </p> <p> </p> <p><strong>REFERENCE:</strong></p> <p>None</p> <p> </p> </article> </main>