<div dir="ltr"><div class="gmail_extra">On 2 July 2013 19:39, Smit, L. (Leen) <span dir="ltr"><<a href="mailto:leen.smit@vtspn.nl" target="_blank">leen.smit@vtspn.nl</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">

<div><span><font face="Arial">My question is.. 
What should the host name be, and where to configure it??</font></span></div>
<div><span><font face="Arial">Should I send the 
host name from the client?</font></span></div>
<div><span><font face="Arial">Or should the host 
exists under that name in the hosts.cfg?</font></span></div></blockquote><div><br></div><div>It goes into hosts.cfg.  You just make up any old hostname you like.  I have a separate page (group) for combo display like so:</div>

<div><br></div><div>title Cluster of servers number 1</div><div>group Cluster1</div><div>0.0.0.0 this-cluster # noconn NAME:"This cluster" COMMENT:"Server 1 and server 2"</div><div>0.0.0.0 that-cluster # noconn NAME:"That cluster" COMMENT:"Server 3 and server 4"</div>

<div>group Cluster2</div><div>0.0.0.0 nother-cluster # ...</div><div>0.0.0.0 yetnothercluster # ...</div><div><br></div><div>I'm naming the clusters as "???-cluster".  Then in combo.cfg, I define each cluster name and the test being reported:</div>

<div><br></div><div>this-cluster.dns (server1.example.com.dns || server2.example.com.dns)</div><div>that-cluster.http (server3.example.com.http || server4.example.com.http)</div><div>...</div><div><br></div><div>The "dns" and "http" tests must be generated somehow.  In my case, by standard xymonnet tests listed against the servers in hosts.cfg, like:</div>

<div><br></div><div>10.1.2.3 <a href="http://server1.example.com">server1.example.com</a> # ping dns ntp</div><div><div>10.1.2.3 <a href="http://server2.example.com">server2.example.com</a> # ping dns ntp</div></div><div>

<br></div><div>But you can generate the test messages any way you like, such as "KoppelingenGRNA" in your case.</div><div><br></div><div>J</div><div><br></div></div></div></div>