[Xymon] Custom Server Rules for analysis.cfg

Thomas Hawkins cornmaster at gmail.com
Sat Dec 22 05:11:35 CET 2012


Ok, I thought I had this working, but not quite.  I'm noticing that only
one PROC is ever evaluated from my groups in addition to any custom procs
listed for the specific server.  Here is an example:
Host: tee which is defined in 4 places:
DELTS/DB
DELTS2/LINUX
DELTS2/L-VM
DELTS2/T-L-PROD

analysis.cfg
PAGE=DELTS2/LINUX
        PROC cron 1 -1 red "TEXT=crond : Task Scheduler"
        PROC ntpd 1 -1 yellow "TEXT=ntpd : Network Time Client"

PAGE=DELTS2/L-VM
        PROC vmware-guestd 1 -1 yellow "TEXT=VMWare Tools"

HOST=tee
        PROC mysqld 2 -1 red

But when I look at tee, only two procs are monitored, cron and mysqld.  If
I comment out cron, the ntpd is monitored along with mysqld.  This seems to
happen across all servers.  If there are additional procs under the
individual HOST entry, they are also monitored successfully.

I did a bit of testing with ./xymond_client --test --debug and I seem to
get the same result, but I can't figure out why it will only evaluate one
PROC test from my lists.

The only other change I made that may be significant is that I configured a
Windows server to use central mode so that I can start monitoring services
on Windows machines.  I had to make some of the Xymon message variables a
bit bigger to accomplish this.  Not sure if it is related though.

Any help would be appreciated.

Thanks,
Thomas


On Fri, Dec 21, 2012 at 11:47 AM, Michael Burger <
Mike.Burger at freedommortgage.com> wrote:

> Yup…I define the hosts in different subpage groupings.****
>
> ** **
>
> My home page lists strictly pages, each page lists the subpages, and the
> subpages list the hosts contained within.****
>
> ** **
>
> This would likely also allow me to have different (sub)pages list the same
> hosts, but with different columns displayed. I haven’t tried monkeying
> around with that level of configuration, though.****
>
> --****
>
> *Mike Burger*****
>
> *AIX Administrator*
>
> *[image: cid:image001.gif at 01CC72C8.834C1990]*<http://freedomhome.fhmc.local/intranet/main.jsp>
> ****
>
> *Phone (317) 537-3680**, **Fax** **(317) 537-4680, Cell (317) 797-2040 ***
>
> *E-mail:  **Mike.Burger at FreedomMortgage.com*<Anthony.House at freedommortgage.com>
> ****
>
> "Once word leaks out that a pirate's gone soft, people begin to disobey
> you and then it's nothing but work, work, work, all the time."
> --Westley/The Dread Pirate Roberts****
>
> ** **
>
> *From:* Thomas Hawkins [mailto:cornmaster at gmail.com]
> *Sent:* Friday, December 21, 2012 9:55 AM
> *To:* Michael Burger; xymon at xymon.com
> *Subject:* Re: [Xymon] Custom Server Rules for analysis.cfg****
>
> ** **
>
> Hummm, that is interesting. You define the host multiple times in
> hosts.cfg? Is that a supported setup?
>
> How does your main homepage look?
>
> We have three sub pages, and one sub-sub page. I assume under this setup,
> you would need more subpages splintering off the main home page for this to
> work. Although it would be nice at a glance to see all of the server
> grouped by my various 'tags' as well as function.
>
> Thomas****
> ------------------------------
>
> *From: *"Michael Burger" <Mike.Burger at FreedomMortgage.com> ****
>
> *Date: *Fri, 21 Dec 2012 09:38:19 -0500****
>
> *To: *Thomas Hawkins<cornmaster at gmail.com>; <xymon at xymon.com>****
>
> *Subject: *RE: [Xymon] Custom Server Rules for analysis.cfg****
>
> ** **
>
> FWIW, I have a number of cases where I have hosts on multiple (sub)pages.
> I don’t use them for the analysis.cfg as much as for the alerts.cfg, but in
> this way, I can have a page for team x’s servers, team y’s servers, prod,
> non-prod, or all server.****
>
> ** **
>
> --****
>
> *Mike Burger*****
>
> *AIX Administrator*
>
> *[image: cid:image001.gif at 01CC72C8.834C1990]*<http://freedomhome.fhmc.local/intranet/main.jsp>
> ****
>
> *Phone (317) 537-3680**, **Fax** **(317) 537-4680, Cell (317) 797-2040 ***
>
> *E-mail:  **Mike.Burger at FreedomMortgage.com*<Anthony.House at freedommortgage.com>
> ****
>
> "Once word leaks out that a pirate's gone soft, people begin to disobey
> you and then it's nothing but work, work, work, all the time."
> --Westley/The Dread Pirate Roberts****
>
> ** **
>
> *From:* xymon-bounces at xymon.com [mailto:xymon-bounces at xymon.com<xymon-bounces at xymon.com>]
> *On Behalf Of *Thomas Hawkins
> *Sent:* Friday, December 21, 2012 8:22 AM
> *To:* xymon at xymon.com
> *Subject:* [Xymon] Custom Server Rules for analysis.cfg****
>
> ** **
>
> 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.****
>
> ** **
>
> So, I figured out I could do:****
>
> PAGE=DELTS/*/*****
>
>         #Defaults for all DELTS Servers****
>
>         PROC crond 1 -1 red "TEXT=crond : Task Scheduler"****
>
>         PROC ntpd 1 -1 yellow "TEXT=ntpd : Network Time Client"****
>
> ** **
>
> To go across all of our servers on our subpages to apply these two proc
> checks.****
>
> ** **
>
> 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.****
>
> ** **
>
> I'd like to be able to tag hosts somehow so I can do something like this:*
> ***
>
> Host 1 = Linux, Production, VM****
>
> Host 2 = Linux, Physical, Dev****
>
> ** **
>
> Linux:****
>
> PROC - ntp, cron****
>
> ** **
>
> Production:****
>
> PROC - backup client****
>
> ** **
>
> VM:****
>
> PROC - vmwaretools****
>
> ** **
>
> Physical:****
>
> nothing additional.****
>
> ** **
>
> Dev:****
>
> nothing additional****
>
> ** **
>
> So for Host1 it will do the following PROC tests:****
>
> ntp, cron, backup client, vmwaretools****
>
> ** **
>
> Whereas Host2 will only do:****
>
> ntp, cron****
>
> ** **
>
> 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.****
>
> ** **
>
> Can anyone provide any insight as to how I can achieve these goals?****
>
> ** **
>
> Thanks,****
>
> Thomas****
>
> ** **
>
> ** **
>
> CONFIDENTIALITY NOTICE: This e-mail message, including all attachments, is for****
>
> the sole use of the intended recipient(s) and may contain confidential****
>
> information. Any unauthorized review, use, disclosure, alteration or****
>
> distribution is strictly prohibited and may violate state or federal law. If you****
>
> are not the intended recipient, please contact the sender by reply e-mail,****
>
> delete this email and destroy all copies of the message.****
>
>
> CONFIDENTIALITY NOTICE: This e-mail message, including all attachments, is for
> the sole use of the intended recipient(s) and may contain confidential
> information. Any unauthorized review, use, disclosure, alteration or
> distribution is strictly prohibited and may violate state or federal law. If you
> are not the intended recipient, please contact the sender by reply e-mail,
> delete this email and destroy all copies of the message.
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.xymon.com/pipermail/xymon/attachments/20121222/d00cec5f/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image001.gif
Type: image/gif
Size: 3153 bytes
Desc: not available
URL: <http://lists.xymon.com/pipermail/xymon/attachments/20121222/d00cec5f/attachment.gif>


More information about the Xymon mailing list