<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Add AppServers to ProTop]]></title><description><![CDATA[<p dir="auto">Is it possible (I believe it is, but could be mistaken) to add AppServers to the monitored resources in ProTop? Is there a guide for setting this up?</p>
]]></description><link>https://community.wss.com/topic/29/add-appservers-to-protop</link><generator>RSS for Node</generator><lastBuildDate>Sun, 12 Apr 2026 06:43:02 GMT</lastBuildDate><atom:link href="https://community.wss.com/topic/29.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 27 Apr 2018 14:21:07 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Add AppServers to ProTop on Fri, 27 Apr 2018 16:12:22 GMT]]></title><description><![CDATA[<p dir="auto">etc/appsrv.cfg is your friend</p>
<p dir="auto">The extensive and highly detailed documentation in the header servers as your "user guide":</p>
<pre><code># appsrv.cfg
#
# type name "query command"
#
#   - names (column 2) are case sensitive!
#   - the "name" field will be substituted for "&amp;1" when the command is run
#
# i.e.
#   ws ws1 "wtbman -i &amp;1 -query 2&gt;&amp;&amp;1"
#
# admin proadsv    "proadsv      -q 2&gt;&amp;&amp;1"      # admin server does not actually use the name field -- but we need a name entry
# ns    NS1        "nsman  -i &amp;1 -q 2&gt;&amp;&amp;1"
# apsv  asbroker1  "asbman -i &amp;1 -q 2&gt;&amp;&amp;1"
# ws    wsbroker1  "wtbman -i &amp;1 -q 2&gt;&amp;&amp;1"
</code></pre>
<p dir="auto">You can then add a resource in the usual manner.  Just use -1 for the dbname <img src="https://community.wss.com/plugins/nodebb-plugin-emoji/emoji/android/1f609.png?v=cg5jembuhoa" class="not-responsive emoji emoji-android emoji--wink" title=";)" alt="😉" /></p>
<p dir="auto">Unless you only have one db or you have one that it makes sense to tie the app servers to, you will probably want an etc/pt3agent.resource.cfg file dedicated to your app servers.</p>
<p dir="auto">Regardless the ptInitDC needs to have AppSrvStatus added to it.  If it is a stand-alone  app server agent (no db) then you will probably not want any other data collectors running.  Something like this (etc/pt3agent.appsrv.cfg):</p>
<pre><code># pt3agent.cfg
#
# you must restart after changes -- this cfg file is not monitored
#
# pt3agent.friendlyName.cfg will override this config for a friendlyName instance of pt3agent
#
ptInitDC "AppSrvStatus"
</code></pre>
<p dir="auto">As always, you can (and should) test your configuration with the ChUI ProTop before getting too crazy.  If you called your resource "appsrv":</p>
<pre><code>protop appsrv
</code></pre>
<p dir="auto">Will fire up the ChUI client.  The dashboard  and other db centric screens will be null but you can dismiss them if you'd like.  The "@" command brings up app server data.</p>
]]></description><link>https://community.wss.com/post/162</link><guid isPermaLink="true">https://community.wss.com/post/162</guid><dc:creator><![CDATA[tom]]></dc:creator><pubDate>Fri, 27 Apr 2018 16:12:22 GMT</pubDate></item></channel></rss>