Xymon Mailing List Archive search

hobbit-clients.cfg not recognizing DISK /autoyast IGNORE

list Rolf Brusletto
Tue, 26 Aug 2008 15:31:36 -0600
Message-Id: <user-2f6024fff176@xymon.invalid>

Thank you sir!

I missed this.... integral part of the documentation IN the hobbit- clients.cfg file as well. Put the defaults at the bottom and  everything works!


Cheers


On Aug 26, 2008, at 3:20 PM, McGraw, Robert P wrote:
Maybe this is to obvious but it bit my rear; be sure that your  DEFAULT lines
are at the bottom of the file.

Robert

-----Original Message-----
From: Eric Meddaugh [mailto:user-4e1e735fdc96@xymon.invalid]
Sent: Tuesday, August 26, 2008 4:01 PM
To: user-ae9b8668bcde@xymon.invalid
Subject: RE: [hobbit] hobbit-clients.cfg not recognizing DISK / autoyast
IGNORE


That's the line we use in our configs and it works great:

       DISK    %^/home/.* IGNORE

That ignores all our auto_home entries on solaris.

---Eric

-----Original Message-----
From: Rolf Brusletto [mailto:user-e7c73fbaa9b0@xymon.invalid]
Sent: Tuesday, August 26, 2008 15:58
To: user-ae9b8668bcde@xymon.invalid
Subject: Re: [hobbit] hobbit-clients.cfg not recognizing DISK / autoyast
IGNORE

I had tried this, with no luck as well... Forgot to mention I'm
running 4.2.0 server and clients..


On Aug 26, 2008, at 1:51 PM, Eric Meddaugh wrote:
DISK	%^/autoyas.* IGNORE


-----Original Message-----
From: Rolf Brusletto [mailto:user-e7c73fbaa9b0@xymon.invalid]
Sent: Tuesday, August 26, 2008 15:47
To: user-ae9b8668bcde@xymon.invalid
Subject: [hobbit] hobbit-clients.cfg not recognizing DISK /autoyast
IGNORE

I'm having an issue w/ hobbit-clients.cfg not working w/ DISK /xxxx
IGNORE...

I've tried the following, none of which end up ignoring / autoyast....


Anybody have any ideas?


DEFAULT
       # These are the built-in defaults.
       UP      1h
       LOAD    5.0 10.0
       DISK    * 90 95
       DISK    %^\/autoyas* IGNORE
       MEMPHYS 100 101
       MEMSWAP 50 80
       MEMACT  90 97
       PROC    ntpd 1


OR


DEFAULT
       # These are the built-in defaults.
       UP      1h
       LOAD    5.0 10.0
       DISK    * 90 95
       DISK    /autoyast  IGNORE
       MEMPHYS 100 101
       MEMSWAP 50 80
       MEMACT  90 97
       PROC    ntpd 1


OR


HOST=nyxx-pil-dma02dr
       PROC    postgres        1
	DISK /autoyast	IGNORE


OR

HOST=nyse-pil-dma02dr
       PROC    postgres        1
	DISK 	%^\/autoyas* IGNORE


Thanks,

Rolf Brusletto