[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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