Xymon Mailing List Archive search

NORRDDISKS seems to be ignored

4 messages in this thread

list Bruce Ferrell · Sat, 2 Jul 2016 07:43:17 -0700 ·
I have automounts for iso images.  As they are of fixed size and "full", they show up as 100% use and inode alarms.  To avoid this, I've added the automount path(s) to NORRDDISKS
in xymonserver.cfg and they still alarm until they are no longer in use and the automounter dismounts the image.

Thoughts anyone?
list Adam Goryachev · Sun, 3 Jul 2016 13:01:47 +1000 ·
quoted from Bruce Ferrell
On 03/07/16 00:43, Bruce Ferrell wrote:
I have automounts for iso images.  As they are of fixed size and "full", they show up as 100% use and inode alarms.  To avoid this, I've added the automount path(s) to NORRDDISKS
in xymonserver.cfg and they still alarm until they are no longer in use and the automounter dismounts the image.

Thoughts anyone?

Please include the relevant parts of your config, the disk section from 
the client data, and the text from the disk page while the status is red.

Regards,
Adam
-- 
Adam Goryachev Website Managers www.websitemanagers.com.au
list Matt Vander Werf · Sun, 3 Jul 2016 12:02:19 -0400 ·
Hello Bruce,

What is the exact NORRDDISKS value you're trying to use?


As an alternative to using NORRDDISKS for this purpose, you could put in
entries in $XYMONHOME/etc/analysis.cfg for these mountpoints with very
large yellow and red disk and inode limits so that they will never go red
or yellow and therefore won't ever send alerts out.

e.g. something like:

HOST=%*
DISK  /<automount path>    200 200
INODE  /<automount path>    200 200

This would set both yellow and red limits to 200% full for disk and # of
inodes (which will never happen).


OR if you wanted to just ignore them completely (don't show them in the
disk/inode status pages or graph them at all), you can use the IGNORE
option for the mountpoints you want ignored in analysis.cfg.

e.g.:

HOST=%*
DISK  /<automount path>  IGNORE
INODE  /<automount path>  IGNORE


Hope this helps!

--
Matt Vander Werf

On Sat, Jul 2, 2016 at 10:43 AM, Bruce Ferrell <user-24fbf1912cfe@xymon.invalid>
quoted from Adam Goryachev
wrote:
I have automounts for iso images.  As they are of fixed size and "full",
they show up as 100% use and inode alarms.  To avoid this, I've added the
automount path(s) to NORRDDISKS
in xymonserver.cfg and they still alarm until they are no longer in use
and the automounter dismounts the image.

Thoughts anyone?

list Bruce Ferrell · Tue, 5 Jul 2016 05:32:58 -0700 ·
quoted from Adam Goryachev
On 07/02/2016 08:01 PM, Adam Goryachev wrote:
On 03/07/16 00:43, Bruce Ferrell wrote:
I have automounts for iso images.  As they are of fixed size and "full", they show up as 100% use and inode alarms.  To avoid this, I've added the automount path(s) to NORRDDISKS
in xymonserver.cfg and they still alarm until they are no longer in use and the automounter dismounts the image.

Thoughts anyone?

Please include the relevant parts of your config, the disk section from the client data, and the text from the disk page while the status is red.

Regards,
Adam
I was advised to mark them IGNORE in analyze.cfg and that fixed it.


Thanks all