<div dir="ltr">We have 50 or 60 servers configured across a number of pages in our xymon instance.  Instead of having 60 host=hostname entries with generic entries across all of the servers, I want to set up some groups/tags/etc... that can be applied to a host.<div>
<br></div><div style>So, I figured out I could do:</div><div style>PAGE=DELTS/*/*</div><div>        #Defaults for all DELTS Servers</div><div>        PROC crond 1 -1 red "TEXT=crond : Task Scheduler"</div><div>        PROC ntpd 1 -1 yellow "TEXT=ntpd : Network Time Client"</div>
<div><br></div><div style>To go across all of our servers on our subpages to apply these two proc checks.</div><div style><br></div><div style>What I would like to do is get a bit more specific.  We have a mix of physical machines, virtual machines, and linux machines, windows machines, and production machines and development machines.</div>
<div style><br></div><div style>I'd like to be able to tag hosts somehow so I can do something like this:</div><div style>Host 1 = Linux, Production, VM</div><div style>Host 2 = Linux, Physical, Dev</div><div style><br>
</div><div style>Linux:</div><div style>PROC - ntp, cron</div><div style><br></div><div style>Production:</div><div style>PROC - backup client</div><div style><br></div><div style>VM:</div><div style>PROC - vmwaretools</div>
<div style><br></div><div style>Physical:<br></div><div style>nothing additional.</div><div style><br></div><div style>Dev:</div><div style>nothing additional</div><div style><br></div><div style>So for Host1 it will do the following PROC tests:</div>
<div style>ntp, cron, backup client, vmwaretools</div><div style><br></div><div style>Whereas Host2 will only do:</div><div style>ntp, cron</div><div style><br></div><div style>I understand that if I had hosts configured into like groups, or subpages then I could target the whole works that way, but I currently have my hosts configured in a way that this is not practical.  Essentially I have all hosts divided into 3 major groups, and then a number of subgroups, and then the hosts are listed here based on application cluster or function.  Basing it on groups or pages would also require me to create a bunch of additional rules to account for each of the situations above, whereas something like a tag that a host could have multiple of would simplify things.</div>
<div style><br></div><div style>Can anyone provide any insight as to how I can achieve these goals?</div><div style><br></div><div style>Thanks,</div><div style>Thomas</div></div>