Xymon Mailing List Archive search

Custom Server Rules for analysis.cfg

list Thomas Hawkins
Sat, 22 Dec 2012 00:41:35 -0330
Message-Id: <CAE-kFbfzduEKWz5nyQKjqTK42cea0Hu4p=K9kKr-kLm8D=user-3a01e3c1dad6@xymon.invalid>

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 <
user-c26873f0522a@xymon.invalid> 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 (XXX) XXX-XXXX**, **Fax** **(XXX) XXX-XXXX, Cell (XXX) XXX-XXXX ***

*E-mail:  **user-c26873f0522a@xymon.invalid*<user-9fdcca966073@xymon.invalid>
****

"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:user-5a1d8f143e48@xymon.invalid]
*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" <user-c26873f0522a@xymon.invalid> ****

*Date: *Fri, 21 Dec 2012 09:38:19 -0500****

*To: *Thomas Hawkins<user-5a1d8f143e48@xymon.invalid>; <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 (XXX) XXX-XXXX**, **Fax** **(XXX) XXX-XXXX, Cell (XXX) XXX-XXXX ***

*E-mail:  **user-c26873f0522a@xymon.invalid*<user-9fdcca966073@xymon.invalid>
****

"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.