[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [hobbit] hobbit-client.cfg DISK IGNORE question
- To: <hobbit (at) hswn.dk>
- Subject: RE: [hobbit] hobbit-client.cfg DISK IGNORE question
- From: "McGraw, Robert P" <rmcgraw (at) purdue.edu>
- Date: Wed, 2 Apr 2008 14:27:44 -0400
- References: <BFE8BDBA75FE9949B836E36C3FBF334F038E803D (at) EXCH02.purdue.lcl>
- Thread-index: AciU7EoYX20uvq1XTFuLDIZbu6JohgAAjizQ
- Thread-topic: [hobbit] hobbit-client.cfg DISK IGNORE question
I am answering my own question.
When I first tried the DISK xxxx IGNORE I had the following and this did not
seem to work. 
HOST=hostx.math.purdue.edu
        UP 30m
        LOAD 6.0 10.0
        DISK    * 90 95
        DISK /etc/svc/volatile IGNORE
        DISK /var/run IGNORE
        DISK /export/fssnap/users IGNORE
Then I moved the DISK * line to the end of the DISK list and this started
working.
HOST=hostx.math.purdue.edu
        UP 30m
        LOAD 6.0 10.0
        DISK /etc/svc/volatile IGNORE
        DISK /var/run IGNORE
        DISK /export/fssnap/users IGNORE
        DISK    * 90 95
The reason I sent the email was that it seemed to take a long time for the
web pages to correct themselves and I thought it was still not working.
Sorry 
Robert
> -----Original Message-----
> From: McGraw, Robert P [mailto:rmcgraw (at) purdue.edu]
> Sent: Wednesday, April 02, 2008 2:07 PM
> To: hobbit (at) hswn.dk
> Subject: [hobbit] hobbit-client.cfg DISK IGNORE question
> 
> Below is an entry in hobbit-client.cfg. Can I IGNORE certain filesystems
> and
> the use the wildcard asterisk to mean all the rest?
> 
> HOST=hostx.math.purdue.edu
>         UP 30m
>         LOAD 6.0 10.0
>         DISK /etc/svc/volatile IGNORE
>         DISK /var/run IGNORE
>         DISK /export/fssnap/users IGNORE
>         DISK    * 90 95
>         PROC in.dhcpd 1 4
>         PROC in.telnetd 0 0
>         PROC httpd 1 -1
>         PROC hobbitd
>         PROC mathlm  1 1
>         PROC sendmail 2 10
>         PROC sshd 1 -1
>         PROC syslogd  1 1
> 
> --------------------------------------------------------------------
> Robert P. McGraw, Jr.
> Manager, Computer System                 EMAIL: rmcgraw (at) purdue.edu
> Purdue University                         ROOM: MATH-807
> Department of Mathematics                PHONE: (765) 494-6055
> 150 N. University Street
> West Lafayette, IN 47907-2067