Xymon Mailing List Archive search

Using "IGNORE" to exclude filesystems

17 messages in this thread

list Mike Burger · Thu, 8 Nov 2012 17:07:53 -0500 ·
I have a host for which I'd like to ignore 27 filesystems...they're all
at 97-100% full, and we expect them to be at that level...as such,
there's no reason for Xymon to be alarming on them.

 
Reading the analysis man page, I've tried a number of options to try to
get this set of filesystems ignored, to no avail.

 
The hostname of the system is "edmprod" and the filesystems are /da01
thru /da27.

 
The stanza I've tried to use is:

 
HOST=%edmprod.*

       DISK %^\/da* IGNORE

 
I've also tried:

 
HOST=edmprod

       DISK %^\/da* IGNORE

 
And

 
HOST=edmprod

       DISK /da01 IGNORE

       DISK /da02 IGNORE

       DISK /da03 IGNORE

       DISK /da04 IGNORE

       DISK /da05 IGNORE

       DISK /da06 IGNORE

       DISK /da07 IGNORE

       DISK /da08 IGNORE

       DISK /da09 IGNORE

       DISK /da10 IGNORE

       DISK /da11 IGNORE

       DISK /da12 IGNORE

       DISK /da13 IGNORE

       DISK /da14 IGNORE

       DISK /da15 IGNORE

       DISK /da16 IGNORE

       DISK /da17 IGNORE

       DISK /da18 IGNORE

       DISK /da19 IGNORE

       DISK /da20 IGNORE

       DISK /da21 IGNORE

       DISK /da22 IGNORE

       DISK /da23 IGNORE

       DISK /da24 IGNORE

       DISK /da25 IGNORE

       DISK /da26 IGNORE

       DISK /da27 IGNORE

 
I'd love to know what I'm doing wrong, here, if anyone is so inclined to
assist me.

--

Mike Burger

AIX Administrator

  <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

"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

 
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.
list Ford Alan · Thu, 8 Nov 2012 22:19:02 +0000 ·
Do you have a "genric" alert that is set? It could be the one flagging the disks...

Something like

HOST=edm*
         DISK * 90
quoted from Mike Burger

From: xymon-bounces at xymon.com [mailto:xymon-bounces at xymon.com] On Behalf Of Mike Burger
Sent: Friday, 9 November 2012 8:08 AM
To: xymon at xymon.com
Subject: [Xymon] Using "IGNORE" to exclude filesystems

I have a host for which I'd like to ignore 27 filesystems...they're all at 97-100% full, and we expect them to be at that level...as such, there's no reason for Xymon to be alarming on them.

Reading the analysis man page, I've tried a number of options to try to get this set of filesystems ignored, to no avail.

The hostname of the system is "edmprod" and the filesystems are /da01 thru /da27.

The stanza I've tried to use is:

HOST=%edmprod.*
       DISK %^\/da* IGNORE

I've also tried:

HOST=edmprod
       DISK %^\/da* IGNORE

And

HOST=edmprod
       DISK /da01 IGNORE
       DISK /da02 IGNORE
       DISK /da03 IGNORE
       DISK /da04 IGNORE
       DISK /da05 IGNORE
       DISK /da06 IGNORE
       DISK /da07 IGNORE
       DISK /da08 IGNORE
       DISK /da09 IGNORE
       DISK /da10 IGNORE
       DISK /da11 IGNORE
       DISK /da12 IGNORE
       DISK /da13 IGNORE
       DISK /da14 IGNORE
       DISK /da15 IGNORE
       DISK /da16 IGNORE
       DISK /da17 IGNORE
       DISK /da18 IGNORE
       DISK /da19 IGNORE
       DISK /da20 IGNORE
       DISK /da21 IGNORE
       DISK /da22 IGNORE
       DISK /da23 IGNORE
       DISK /da24 IGNORE
       DISK /da25 IGNORE
       DISK /da26 IGNORE
       DISK /da27 IGNORE

I'd love to know what I'm doing wrong, here, if anyone is so inclined to assist me.
--
Mike Burger
AIX Administrator

[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<mailto:user-9fdcca966073@xymon.invalid>
quoted from Mike Burger
"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


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.

This email is to be read subject to the email disclaimer located at http://www.stanwell.com/email-disclaimer.aspx
list Martin Flemming · Thu, 8 Nov 2012 23:20:19 +0100 (CET) ·
Hi, Mike !


I think you can use in analysis.cfg

DISK %^/da.* 101 101

 	martin
quoted from Mike Burger


On Thu, 8 Nov 2012, Mike Burger wrote:
I have a host for which I’d like to ignore 27 filesystems…they’re all at 97-100% full, and we expect them to be at
that level…as such, there’s no reason for Xymon to be alarming on them.

 

Reading the analysis man page, I’ve tried a number of options to try to get this set of filesystems ignored, to no
avail.

 

The hostname of the system is “edmprod” and the filesystems are /da01 thru /da27.

 

The stanza I’ve tried to use is:

 

HOST=%edmprod.*

       DISK %^\/da* IGNORE

 

I’ve also tried:

 

HOST=edmprod

       DISK %^\/da* IGNORE

 

And

 

HOST=edmprod

       DISK /da01 IGNORE

       DISK /da02 IGNORE

       DISK /da03 IGNORE

       DISK /da04 IGNORE

       DISK /da05 IGNORE

       DISK /da06 IGNORE

       DISK /da07 IGNORE

       DISK /da08 IGNORE

       DISK /da09 IGNORE

       DISK /da10 IGNORE

       DISK /da11 IGNORE

       DISK /da12 IGNORE

       DISK /da13 IGNORE

       DISK /da14 IGNORE

       DISK /da15 IGNORE

       DISK /da16 IGNORE

       DISK /da17 IGNORE

       DISK /da18 IGNORE

       DISK /da19 IGNORE

       DISK /da20 IGNORE

       DISK /da21 IGNORE

       DISK /da22 IGNORE

       DISK /da23 IGNORE

       DISK /da24 IGNORE

       DISK /da25 IGNORE

       DISK /da26 IGNORE

       DISK /da27 IGNORE

 

I’d love to know what I’m doing wrong, here, if anyone is so inclined to assist me.

--

Mike Burger

AIX Administrator

cid:image001.gif at 01CC72C8.834C1990
quoted from Ford Alan

Phone (XXX) XXX-XXXX, Fax (XXX) XXX-XXXX, Cell (XXX) XXX-XXXX

E-mail:  user-c26873f0522a@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

 


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.

list Tim McCloskey · Thu, 8 Nov 2012 22:24:01 +0000 ·
HOST=edmprod
        DISK    %^/(da[0-2][0-7]|someotherpattern) IGNORE
        DISK    * 95 98
quoted from Mike Burger
From: xymon-bounces at xymon.com [xymon-bounces at xymon.com] on behalf of Mike Burger [user-c26873f0522a@xymon.invalid]
Sent: Thursday, November 08, 2012 2:07 PM
To: xymon at xymon.com
Subject: [Xymon] Using "IGNORE" to exclude filesystems

I have a host for which I’d like to ignore 27 filesystems…they’re all at 97-100% full, and we expect them to be at that level…as such, there’s no reason for Xymon to be alarming on them.

Reading the analysis man page, I’ve tried a number of options to try to get this set of filesystems ignored, to no avail.

The hostname of the system is “edmprod” and the filesystems are /da01 thru /da27.

The stanza I’ve tried to use is:

HOST=%edmprod.*
       DISK %^\/da* IGNORE

I’ve also tried:

HOST=edmprod
       DISK %^\/da* IGNORE

And

HOST=edmprod
       DISK /da01 IGNORE
       DISK /da02 IGNORE
       DISK /da03 IGNORE
       DISK /da04 IGNORE
       DISK /da05 IGNORE
       DISK /da06 IGNORE
       DISK /da07 IGNORE
       DISK /da08 IGNORE
       DISK /da09 IGNORE
       DISK /da10 IGNORE
       DISK /da11 IGNORE
       DISK /da12 IGNORE
       DISK /da13 IGNORE
       DISK /da14 IGNORE
       DISK /da15 IGNORE
       DISK /da16 IGNORE
       DISK /da17 IGNORE
       DISK /da18 IGNORE
       DISK /da19 IGNORE
       DISK /da20 IGNORE
       DISK /da21 IGNORE
       DISK /da22 IGNORE
       DISK /da23 IGNORE
       DISK /da24 IGNORE
       DISK /da25 IGNORE
       DISK /da26 IGNORE
       DISK /da27 IGNORE

I’d love to know what I’m doing wrong, here, if anyone is so inclined to assist me.
--
Mike Burger
AIX Administrator
[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<mailto: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


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.
list Ryan Novosielski · Thu, 8 Nov 2012 17:54:16 -0500 ·
The usual screwup is having your config options showing up after the
DEFAULT section. DEFAULT must be last as it will catch everything else.
quoted from Ford Alan

On 11/08/2012 05:35 PM, FORD Alan wrote:
Do you have a “genric” alert that is set? It could be the one flagging
the disks…

 
Something like

 
HOST=edm*

         DISK * 90

 

*From:*xymon-bounces at xymon.com [mailto:xymon-bounces at xymon.com] *On
quoted from Tim McCloskey
Behalf Of *Mike Burger
*Sent:* Friday, 9 November 2012 8:08 AM
*To:* xymon at xymon.com
*Subject:* [Xymon] Using "IGNORE" to exclude filesystems

 
I have a host for which I’d like to ignore 27 filesystems…they’re all at
97-100% full, and we expect them to be at that level…as such, there’s no
reason for Xymon to be alarming on them.

 
Reading the analysis man page, I’ve tried a number of options to try to
get this set of filesystems ignored, to no avail.

 
The hostname of the system is “edmprod” and the filesystems are /da01
thru /da27.

 
The stanza I’ve tried to use is:

 
HOST=%edmprod.*

       DISK %^\/da* IGNORE

 
I’ve also tried:

 
HOST=edmprod

       DISK %^\/da* IGNORE

 
And

 
HOST=edmprod

       DISK /da01 IGNORE

       DISK /da02 IGNORE

       DISK /da03 IGNORE

       DISK /da04 IGNORE

       DISK /da05 IGNORE

       DISK /da06 IGNORE

       DISK /da07 IGNORE

       DISK /da08 IGNORE

       DISK /da09 IGNORE

       DISK /da10 IGNORE

       DISK /da11 IGNORE

       DISK /da12 IGNORE

       DISK /da13 IGNORE

       DISK /da14 IGNORE

       DISK /da15 IGNORE

       DISK /da16 IGNORE

       DISK /da17 IGNORE

       DISK /da18 IGNORE

       DISK /da19 IGNORE

       DISK /da20 IGNORE

       DISK /da21 IGNORE

       DISK /da22 IGNORE

       DISK /da23 IGNORE

       DISK /da24 IGNORE

       DISK /da25 IGNORE

       DISK /da26 IGNORE

       DISK /da27 IGNORE

 
I’d love to know what I’m doing wrong, here, if anyone is so inclined to
assist me.

--

*Mike Burger*

*AIX Administrator*

*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 ***
quoted from Tim McCloskey

*E-mail:  **user-c26873f0522a@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

 
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.

This email is to be read subject to the email disclaimer located at
http://www.stanwell.com/email-disclaimer.aspx
-- 
---- _  _ _  _ ___  _  _  _

|Y#| |  | |\/| |  \ |\ |  | |Ryan Novosielski - Sr. Systems Programmer
|$&| |__| |  | |__/ | \| _| |user-ae4522577e16@xymon.invalid - 973/972.0922 (2-0922)
\__/ Univ. of Med. and Dent.|IST/EI-Academic Svcs. - ADMC 450, Newark
list Mike Burger · Thu, 8 Nov 2012 18:20:34 -0500 ·
Nope...

Sent from my iPad
quoted from Ford Alan

On Nov 8, 2012, at 5:19 PM, "FORD Alan" <user-eb925835b8b9@xymon.invalid> wrote:
Do you have a “genric” alert that is set? It could be the one flagging the disks…
 
Something like
 
HOST=edm*
         DISK * 90
 
From: xymon-bounces at xymon.com [mailto:xymon-bounces at xymon.com] On Behalf Of Mike Burger
Sent: Friday, 9 November 2012 8:08 AM
To: xymon at xymon.com
Subject: [Xymon] Using "IGNORE" to exclude filesystems
 
I have a host for which I’d like to ignore 27 filesystems…they’re all at 97-100% full, and we expect them to be at that level…as such, there’s no reason for Xymon to be alarming on them.
 
Reading the analysis man page, I’ve tried a number of options to try to get this set of filesystems ignored, to no avail.
 
The hostname of the system is “edmprod” and the filesystems are /da01 thru /da27.
 
The stanza I’ve tried to use is:
 
HOST=%edmprod.*
       DISK %^\/da* IGNORE
 
I’ve also tried:
 
HOST=edmprod
       DISK %^\/da* IGNORE
 
And
 
HOST=edmprod
       DISK /da01 IGNORE
       DISK /da02 IGNORE
       DISK /da03 IGNORE
       DISK /da04 IGNORE
       DISK /da05 IGNORE
       DISK /da06 IGNORE
       DISK /da07 IGNORE
       DISK /da08 IGNORE
       DISK /da09 IGNORE
       DISK /da10 IGNORE
       DISK /da11 IGNORE
       DISK /da12 IGNORE
       DISK /da13 IGNORE
       DISK /da14 IGNORE
       DISK /da15 IGNORE
       DISK /da16 IGNORE
       DISK /da17 IGNORE
       DISK /da18 IGNORE
       DISK /da19 IGNORE
       DISK /da20 IGNORE
       DISK /da21 IGNORE
       DISK /da22 IGNORE
       DISK /da23 IGNORE
       DISK /da24 IGNORE
       DISK /da25 IGNORE
       DISK /da26 IGNORE
       DISK /da27 IGNORE
 
I’d love to know what I’m doing wrong, here, if anyone is so inclined to assist me.
--
Mike Burger
AIX Administrator

<image001.gif>
quoted from Ryan Novosielski
Phone (XXX) XXX-XXXX, Fax (XXX) XXX-XXXX, Cell (XXX) XXX-XXXX
E-mail:  user-c26873f0522a@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
 
 
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.
This email is to be read subject to the email disclaimer located at http://www.stanwell.com/email-disclaimer.aspx
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.
list Mike Burger · Thu, 8 Nov 2012 18:21:38 -0500 ·
Hmm...I can definitely give that a try.
quoted from Mike Burger

Sent from my iPad

On Nov 8, 2012, at 5:24 PM, "Tim McCloskey" <user-440820cc07d6@xymon.invalid> wrote:
HOST=edmprod
        DISK    %^/(da[0-2][0-7]|someotherpattern) IGNORE 
        DISK    * 95 98
From: xymon-bounces at xymon.com [xymon-bounces at xymon.com] on behalf of Mike Burger [user-c26873f0522a@xymon.invalid]
Sent: Thursday, November 08, 2012 2:07 PM
To: xymon at xymon.com
Subject: [Xymon] Using "IGNORE" to exclude filesystems

I have a host for which I’d like to ignore 27 filesystems…they’re all at 97-100% full, and we expect them to be at that level…as such, there’s no reason for Xymon to be alarming on them.
 
Reading the analysis man page, I’ve tried a number of options to try to get this set of filesystems ignored, to no avail.
 
The hostname of the system is “edmprod” and the filesystems are /da01 thru /da27.
 
The stanza I’ve tried to use is:
 
HOST=%edmprod.*
       DISK %^\/da* IGNORE
 
I’ve also tried:
 
HOST=edmprod
       DISK %^\/da* IGNORE
 
And
 
HOST=edmprod
       DISK /da01 IGNORE
       DISK /da02 IGNORE
       DISK /da03 IGNORE
       DISK /da04 IGNORE
       DISK /da05 IGNORE
       DISK /da06 IGNORE
       DISK /da07 IGNORE
       DISK /da08 IGNORE
       DISK /da09 IGNORE
       DISK /da10 IGNORE
       DISK /da11 IGNORE
       DISK /da12 IGNORE
       DISK /da13 IGNORE
       DISK /da14 IGNORE
       DISK /da15 IGNORE
       DISK /da16 IGNORE
       DISK /da17 IGNORE
       DISK /da18 IGNORE
       DISK /da19 IGNORE
       DISK /da20 IGNORE
       DISK /da21 IGNORE
       DISK /da22 IGNORE
       DISK /da23 IGNORE
       DISK /da24 IGNORE
       DISK /da25 IGNORE
       DISK /da26 IGNORE
       DISK /da27 IGNORE
 
I’d love to know what I’m doing wrong, here, if anyone is so inclined to assist me.
--
Mike Burger
AIX Administrator
<image001.gif>
Phone (XXX) XXX-XXXX, Fax (XXX) XXX-XXXX, Cell (XXX) XXX-XXXX
E-mail:  user-c26873f0522a@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
 
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.
list Tim McCloskey · Thu, 8 Nov 2012 23:25:33 +0000 ·
You can yank out the () and the someotherpattern.  It was a lazy cut-n-edit post from a working config.  Also, like Ryan already said - customizations always preceed the DEFAULT stanza in the config.

Good Luck.
quoted from Mike Burger

From: Mike Burger [user-c26873f0522a@xymon.invalid]
Sent: Thursday, November 08, 2012 3:21 PM
To: Tim McCloskey
Cc: xymon at xymon.com
Subject: Re: Using "IGNORE" to exclude filesystems

Hmm...I can definitely give that a try.

Sent from my iPad

On Nov 8, 2012, at 5:24 PM, "Tim McCloskey" <user-440820cc07d6@xymon.invalid<mailto:user-440820cc07d6@xymon.invalid>> wrote:

HOST=edmprod
        DISK    %^/(da[0-2][0-7]|someotherpattern) IGNORE
        DISK    * 95 98
From: xymon-bounces at xymon.com<mailto:xymon-bounces at xymon.com> [xymon-bounces at xymon.com<mailto:xymon-bounces at xymon.com>] on behalf of Mike Burger [user-c26873f0522a@xymon.invalid<mailto:user-c26873f0522a@xymon.invalid>]
Sent: Thursday, November 08, 2012 2:07 PM
To: xymon at xymon.com<mailto:xymon at xymon.com>
Subject: [Xymon] Using "IGNORE" to exclude filesystems

I have a host for which I’d like to ignore 27 filesystems…they’re all at 97-100% full, and we expect them to be at that level…as such, there’s no reason for Xymon to be alarming on them.

Reading the analysis man page, I’ve tried a number of options to try to get this set of filesystems ignored, to no avail.

The hostname of the system is “edmprod” and the filesystems are /da01 thru /da27.

The stanza I’ve tried to use is:

HOST=%edmprod.*
       DISK %^\/da* IGNORE

I’ve also tried:

HOST=edmprod
       DISK %^\/da* IGNORE

And

HOST=edmprod
       DISK /da01 IGNORE
       DISK /da02 IGNORE
       DISK /da03 IGNORE
       DISK /da04 IGNORE
       DISK /da05 IGNORE
       DISK /da06 IGNORE
       DISK /da07 IGNORE
       DISK /da08 IGNORE
       DISK /da09 IGNORE
       DISK /da10 IGNORE
       DISK /da11 IGNORE
       DISK /da12 IGNORE
       DISK /da13 IGNORE
       DISK /da14 IGNORE
       DISK /da15 IGNORE
       DISK /da16 IGNORE
       DISK /da17 IGNORE
       DISK /da18 IGNORE
       DISK /da19 IGNORE
       DISK /da20 IGNORE
       DISK /da21 IGNORE
       DISK /da22 IGNORE
       DISK /da23 IGNORE
       DISK /da24 IGNORE
       DISK /da25 IGNORE
       DISK /da26 IGNORE
       DISK /da27 IGNORE

I’d love to know what I’m doing wrong, here, if anyone is so inclined to assist me.
--
Mike Burger
AIX Administrator

<image001.gif><http://freedomhome.fhmc.local/intranet/main.jsp>;
quoted from Mike Burger
Phone (XXX) XXX-XXXX, Fax (XXX) XXX-XXXX, Cell (XXX) XXX-XXXX
E-mail:  user-c26873f0522a@xymon.invalid<mailto: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


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.
list Mike Burger · Thu, 8 Nov 2012 18:27:54 -0500 ·
That may also be my issue. 
quoted from Tim McCloskey

Sent from my iPad

On Nov 8, 2012, at 6:25 PM, "Tim McCloskey" <user-440820cc07d6@xymon.invalid> wrote:
You can yank out the () and the someotherpattern.  It was a lazy cut-n-edit post from a working config.  Also, like Ryan already said - customizations always preceed the DEFAULT stanza in the config.

Good Luck.

From: Mike Burger [user-c26873f0522a@xymon.invalid]
Sent: Thursday, November 08, 2012 3:21 PM
To: Tim McCloskey
Cc: xymon at xymon.com
Subject: Re: Using "IGNORE" to exclude filesystems

Hmm...I can definitely give that a try.

Sent from my iPad

On Nov 8, 2012, at 5:24 PM, "Tim McCloskey" <user-440820cc07d6@xymon.invalid> wrote:
HOST=edmprod
        DISK    %^/(da[0-2][0-7]|someotherpattern) IGNORE 
        DISK    * 95 98
From: xymon-bounces at xymon.com [xymon-bounces at xymon.com] on behalf of Mike Burger [user-c26873f0522a@xymon.invalid]
Sent: Thursday, November 08, 2012 2:07 PM
To: xymon at xymon.com
Subject: [Xymon] Using "IGNORE" to exclude filesystems

I have a host for which I’d like to ignore 27 filesystems…they’re all at 97-100% full, and we expect them to be at that level…as such, there’s no reason for Xymon to be alarming on them.
 
Reading the analysis man page, I’ve tried a number of options to try to get this set of filesystems ignored, to no avail.
 
The hostname of the system is “edmprod” and the filesystems are /da01 thru /da27.
 
The stanza I’ve tried to use is:
 
HOST=%edmprod.*
       DISK %^\/da* IGNORE
 
I’ve also tried:
 
HOST=edmprod
       DISK %^\/da* IGNORE
 
And
 
HOST=edmprod
       DISK /da01 IGNORE
       DISK /da02 IGNORE
       DISK /da03 IGNORE
       DISK /da04 IGNORE
       DISK /da05 IGNORE
       DISK /da06 IGNORE
       DISK /da07 IGNORE
       DISK /da08 IGNORE
       DISK /da09 IGNORE
       DISK /da10 IGNORE
       DISK /da11 IGNORE
       DISK /da12 IGNORE
       DISK /da13 IGNORE
       DISK /da14 IGNORE
       DISK /da15 IGNORE
       DISK /da16 IGNORE
       DISK /da17 IGNORE
       DISK /da18 IGNORE
       DISK /da19 IGNORE
       DISK /da20 IGNORE
       DISK /da21 IGNORE
       DISK /da22 IGNORE
       DISK /da23 IGNORE
       DISK /da24 IGNORE
       DISK /da25 IGNORE
       DISK /da26 IGNORE
       DISK /da27 IGNORE
 
I’d love to know what I’m doing wrong, here, if anyone is so inclined to assist me.
--
Mike Burger
AIX Administrator
<image001.gif>
Phone (XXX) XXX-XXXX, Fax (XXX) XXX-XXXX, Cell (XXX) XXX-XXXX
E-mail:  user-c26873f0522a@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
 
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.

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.
list Adam Goryachev · Fri, 09 Nov 2012 10:32:11 +1100 ·
quoted from Mike Burger
On 09/11/12 10:21, Mike Burger wrote:
On Nov 8, 2012, at 5:24 PM, "Tim McCloskey" <user-440820cc07d6@xymon.invalid
<mailto:user-440820cc07d6@xymon.invalid>> wrote:
HOST=edmprod
        DISK    %^/(da[0-2][0-7]|someotherpattern) IGNORE 
        DISK    * 95 98
I don't think that would work, you would need something like:
HOST=edmprod
        DISK    %^/(da[0-1][0-9]|da2[0-7]) IGNORE 
        DISK    * 95 98

I'm not sure about the IGNORE or the 101 102 methods...

Also....
quoted from Mike Burger
The hostname of the system is "edmprod" and the filesystems are /da01
thru /da27.

 
The stanza I've tried to use is:

 

       DISK %^\/da* IGNORE
I think this would need to be:
       DISK %^\/da.* IGNORE

Otherwise, you are matching 0 or more of the letter a, while you really
want 1 or more of any character (well, really digit)
       DISK %^\/da[0-9]+ IGNORE

PS, all the above is untested, and just based on normal regular
expressions, plus any possible typo etc...

Regards,
Adam

-- 
Adam Goryachev
Website Managers
www.websitemanagers.com.au
list Ryan Novosielski · Fri, 9 Nov 2012 02:15:49 -0500 ·
The difference between your method and IGNORE is that IGNORE will hide the FS' altogether. This method shows them but never turns red. 
quoted from Martin Flemming


----- Original Message -----
From: Martin Flemming [mailto:user-f286aaa49a76@xymon.invalid]
Sent: Thursday, November 08, 2012 05:20 PM
To: xymon at xymon.com <xymon at xymon.com>
Subject: Re: [Xymon] Using "IGNORE" to exclude filesystems


Hi, Mike !


I think you can use in analysis.cfg

DISK %^/da.* 101 101

 	martin


On Thu, 8 Nov 2012, Mike Burger wrote:
I have a host for which I’d like to ignore 27 filesystems…they’re all at 97-100% full, and we expect them to be at
that level…as such, there’s no reason for Xymon to be alarming on them.

 

Reading the analysis man page, I’ve tried a number of options to try to get this set of filesystems ignored, to no
avail.

 

The hostname of the system is “edmprod” and the filesystems are /da01 thru /da27.

 

The stanza I’ve tried to use is:

 

HOST=%edmprod.*

       DISK %^\/da* IGNORE

 

I’ve also tried:

 

HOST=edmprod

       DISK %^\/da* IGNORE

 

And

 

HOST=edmprod

       DISK /da01 IGNORE

       DISK /da02 IGNORE

       DISK /da03 IGNORE

       DISK /da04 IGNORE

       DISK /da05 IGNORE

       DISK /da06 IGNORE

       DISK /da07 IGNORE

       DISK /da08 IGNORE

       DISK /da09 IGNORE

       DISK /da10 IGNORE

       DISK /da11 IGNORE

       DISK /da12 IGNORE

       DISK /da13 IGNORE

       DISK /da14 IGNORE

       DISK /da15 IGNORE

       DISK /da16 IGNORE

       DISK /da17 IGNORE

       DISK /da18 IGNORE

       DISK /da19 IGNORE

       DISK /da20 IGNORE

       DISK /da21 IGNORE

       DISK /da22 IGNORE

       DISK /da23 IGNORE

       DISK /da24 IGNORE

       DISK /da25 IGNORE

       DISK /da26 IGNORE

       DISK /da27 IGNORE

 

I’d love to know what I’m doing wrong, here, if anyone is so inclined to assist me.

--

Mike Burger

AIX Administrator

cid:image001.gif at 01CC72C8.834C1990

Phone (XXX) XXX-XXXX, Fax (XXX) XXX-XXXX, Cell (XXX) XXX-XXXX

E-mail:  user-c26873f0522a@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

 


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.

list Mike Burger · Fri, 9 Nov 2012 07:54:20 -0500 ·
I'm betting this is my issue.

Moving it around, now, to see if that helps.
quoted from Ryan Novosielski

-----Original Message-----
From: Novosielski, Ryan [mailto:user-ae4522577e16@xymon.invalid] Sent: Thursday, November 08, 2012 5:54 PM
To: FORD Alan
Cc: Mike Burger; xymon at xymon.com
Subject: Re: [Xymon] Using "IGNORE" to exclude filesystems

The usual screwup is having your config options showing up after the
DEFAULT section. DEFAULT must be last as it will catch everything else.

On 11/08/2012 05:35 PM, FORD Alan wrote:
Do you have a "genric" alert that is set? It could be the one flagging
the disks...

 
Something like

 
HOST=edm*

         DISK * 90

 
*From:*xymon-bounces at xymon.com [mailto:xymon-bounces at xymon.com] *On Behalf Of *Mike Burger
*Sent:* Friday, 9 November 2012 8:08 AM
*To:* xymon at xymon.com
*Subject:* [Xymon] Using "IGNORE" to exclude filesystems

 
I have a host for which I'd like to ignore 27 filesystems...they're
all 
at 97-100% full, and we expect them to be at that level...as such, there's no reason for Xymon to be alarming on them.

 
Reading the analysis man page, I've tried a number of options to try to get this set of filesystems ignored, to no avail.

 
The hostname of the system is "edmprod" and the filesystems are /da01 thru /da27.

 
The stanza I've tried to use is:

 
HOST=%edmprod.*

       DISK %^\/da* IGNORE

 
I've also tried:

 
HOST=edmprod

       DISK %^\/da* IGNORE

 
And

 
HOST=edmprod

       DISK /da01 IGNORE

       DISK /da02 IGNORE

       DISK /da03 IGNORE

       DISK /da04 IGNORE

       DISK /da05 IGNORE

       DISK /da06 IGNORE

       DISK /da07 IGNORE

       DISK /da08 IGNORE

       DISK /da09 IGNORE

       DISK /da10 IGNORE

       DISK /da11 IGNORE

       DISK /da12 IGNORE

       DISK /da13 IGNORE

       DISK /da14 IGNORE

       DISK /da15 IGNORE

       DISK /da16 IGNORE

       DISK /da17 IGNORE

       DISK /da18 IGNORE

       DISK /da19 IGNORE

       DISK /da20 IGNORE

       DISK /da21 IGNORE

       DISK /da22 IGNORE

       DISK /da23 IGNORE

       DISK /da24 IGNORE

       DISK /da25 IGNORE

       DISK /da26 IGNORE

       DISK /da27 IGNORE

 
I'd love to know what I'm doing wrong, here, if anyone is so inclined to assist me.

--

*Mike Burger*

*AIX Administrator*

*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*

"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

 
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.

This email is to be read subject to the email disclaimer located at http://www.stanwell.com/email-disclaimer.aspx
--
---- _  _ _  _ ___  _  _  _
|Y#| |  | |\/| |  \ |\ |  | |Ryan Novosielski - Sr. Systems Programmer |$&| |__| |  | |__/ | \| _| |user-ae4522577e16@xymon.invalid - 973/972.0922 (2-0922)
\__/ Univ. of Med. and Dent.|IST/EI-Academic Svcs. - ADMC 450, Newark


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.
list Mike Burger · Fri, 9 Nov 2012 07:55:48 -0500 ·
I like this, too...thanks.
quoted from Mike Burger

-----Original Message-----
From: xymon-bounces at xymon.com [mailto:xymon-bounces at xymon.com] On Behalf Of Novosielski, Ryan
Sent: Friday, November 09, 2012 2:16 AM
To: 'user-f286aaa49a76@xymon.invalid'; 'xymon at xymon.com'
Subject: Re: [Xymon] Using "IGNORE" to exclude filesystems

The difference between your method and IGNORE is that IGNORE will hide the FS' altogether. This method shows them but never turns red. 


----- Original Message -----
From: Martin Flemming [mailto:user-f286aaa49a76@xymon.invalid]
Sent: Thursday, November 08, 2012 05:20 PM
To: xymon at xymon.com <xymon at xymon.com>
Subject: Re: [Xymon] Using "IGNORE" to exclude filesystems


Hi, Mike !


I think you can use in analysis.cfg

DISK %^/da.* 101 101

 	martin


On Thu, 8 Nov 2012, Mike Burger wrote:
I have a host for which I’d like to ignore 27 filesystems…they’re all at 97-100% full, and we expect them to be at that level…as such, there’s no reason for Xymon to be alarming on them.

 

Reading the analysis man page, I’ve tried a number of options to try to get this set of filesystems ignored, to no avail.

 

The hostname of the system is “edmprod” and the filesystems are /da01 thru /da27.

 

The stanza I’ve tried to use is:

 

HOST=%edmprod.*

       DISK %^\/da* IGNORE

 

I’ve also tried:

 

HOST=edmprod

       DISK %^\/da* IGNORE

 

And

 

HOST=edmprod

       DISK /da01 IGNORE

       DISK /da02 IGNORE

       DISK /da03 IGNORE

       DISK /da04 IGNORE

       DISK /da05 IGNORE

       DISK /da06 IGNORE

       DISK /da07 IGNORE

       DISK /da08 IGNORE

       DISK /da09 IGNORE

       DISK /da10 IGNORE

       DISK /da11 IGNORE

       DISK /da12 IGNORE

       DISK /da13 IGNORE

       DISK /da14 IGNORE

       DISK /da15 IGNORE

       DISK /da16 IGNORE

       DISK /da17 IGNORE

       DISK /da18 IGNORE

       DISK /da19 IGNORE

       DISK /da20 IGNORE

       DISK /da21 IGNORE

       DISK /da22 IGNORE

       DISK /da23 IGNORE

       DISK /da24 IGNORE

       DISK /da25 IGNORE

       DISK /da26 IGNORE

       DISK /da27 IGNORE

 

I’d love to know what I’m doing wrong, here, if anyone is so inclined to assist me.

--

Mike Burger

AIX Administrator

cid:image001.gif at 01CC72C8.834C1990

Phone (XXX) XXX-XXXX, Fax (XXX) XXX-XXXX, Cell (XXX) XXX-XXXX

E-mail:  user-c26873f0522a@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

 


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.
list Mike Burger · Fri, 9 Nov 2012 08:17:16 -0500 ·
Tim's method worked...although I took it a step further, and changed
both brackets to [0-9] (i.e. [0-9][0-9]) in order to cover future
filesystem additions in that vein.

 
I also took the suggestion of 101 101 instead of IGNORE. If my boss
decides he doesn't want to see them in the list or the graphs for them,
I'll change it to IGNORE, but for now, I think I like the idea of having
them displayed.

 
Thanks, all...very much appreciated.

 
From: xymon-bounces at xymon.com [mailto:xymon-bounces at xymon.com] On Behalf
Of Adam Goryachev
Sent: Thursday, November 08, 2012 6:32 PM
quoted from Adam Goryachev
To: xymon at xymon.com
Subject: Re: [Xymon] Using "IGNORE" to exclude filesystems

 
On 09/11/12 10:21, Mike Burger wrote:

	On Nov 8, 2012, at 5:24 PM, "Tim McCloskey" <user-440820cc07d6@xymon.invalid>
wrote:

	 
		HOST=edmprod

		        DISK    %^/(da[0-2][0-7]|someotherpattern)
IGNORE 

		        DISK    * 95 98


I don't think that would work, you would need something like:

HOST=edmprod

        DISK    %^/(da[0-1][0-9]|da2[0-7]) IGNORE 

        DISK    * 95 98


I'm not sure about the IGNORE or the 101 102 methods...

Also....


	The hostname of the system is "edmprod" and the filesystems are
/da01 thru /da27.

	 
	The stanza I've tried to use is:

	 
	       DISK %^\/da* IGNORE

I think this would need to be:
       DISK %^\/da.* IGNORE

Otherwise, you are matching 0 or more of the letter a, while you really
want 1 or more of any character (well, really digit)
       DISK %^\/da[0-9]+ IGNORE

PS, all the above is untested, and just based on normal regular
expressions, plus any possible typo etc...

Regards,
Adam


-- 
Adam Goryachev
Website Managers
www.websitemanagers.com.au


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.
list Tim McCloskey · Fri, 9 Nov 2012 17:16:24 +0000 ·
Adam is correct.  I was not putting much thought into the range, more just that a caret and unescaped leading slash was required for Mike's issue.  Also, I would not use .*, based on a practice of only matching what you need, when you know what it is.  In this case it was known to be 01->27, and I borked that simple match :)

Besides placing these above the DEFAULT stanaza I see alot of mishaps when using the regex identifier % without the start of the line caret ^.
quoted from Adam Goryachev

%^/


From: xymon-bounces at xymon.com [xymon-bounces at xymon.com] on behalf of Adam Goryachev [user-92fd6827f6ae@xymon.invalid]
Sent: Thursday, November 08, 2012 3:32 PM
To: xymon at xymon.com
Subject: Re: [Xymon] Using "IGNORE" to exclude filesystems


I don't think that would work, you would need something like:
HOST=edmprod
        DISK    %^/(da[0-1][0-9]|da2[0-7]) IGNORE
        DISK    * 95 98

Regards,
Adam

--
Adam Goryachev
Website Managers

www.websitemanagers.com.au<http://www.websitemanagers.com.au>;
list Larry Barber · Fri, 9 Nov 2012 11:23:01 -0600 ·
Yes, I always specify host names in analysis.cfg and alerts.cfg with a
leading caret and trailing $. It prevents a lot of unintentional matches,
since Xymon seems to put .* before and after the names before trying to
match them.

Thanks,
Larry Barber
quoted from Tim McCloskey

On Fri, Nov 9, 2012 at 11:16 AM, Tim McCloskey <user-440820cc07d6@xymon.invalid> wrote:
 Adam is correct.  I was not putting much thought into the range, more
just that a caret and unescaped leading slash was required for Mike's
issue.  Also, I would not use .*, based on a practice of only matching what
you need, when you know what it is.  In this case it was known to be
01->27, and I borked that simple match :)

 Besides placing these above the DEFAULT stanaza I see alot of mishaps
when using the regex identifier % without the start of the line caret ^.

 %^/


*From:* xymon-bounces at xymon.com [xymon-bounces at xymon.com] on behalf of
Adam Goryachev [user-92fd6827f6ae@xymon.invalid]

*Sent:* Thursday, November 08, 2012 3:32 PM
*To:* xymon at xymon.com
*Subject:* Re: [Xymon] Using "IGNORE" to exclude filesystems


 I don't think that would work, you would need something like:
 HOST=edmprod
        DISK    %^/(da[0-1][0-9]|da2[0-7]) IGNORE
        DISK    * 95 98

Regards,
Adam

--
Adam Goryachev

Website Managerswww.websitemanagers.com.au

list Jeremy Laidman · Sat, 10 Nov 2012 09:58:29 +1100 ·
quoted from Larry Barber
On 10 November 2012 04:23, Larry Barber <user-6ef9c2864140@xymon.invalid> wrote:
... since Xymon seems to put .* before and after the names before trying
to match them.

That's not Xymon adding the ".*" before and after - that's how a regex
works.

Cheers
Jeremy