[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] Issue with port checks and default section
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] Issue with port checks and default section
- From: Henrik "Størner" <henrik (at) hswn.dk>
- Date: Mon, 8 Dec 2008 12:26:23 +0000 (UTC)
- Newsgroups: lists.hobbit
- Organization: Linux Users Inc.
- References: <81E66680B19401468995DC13C758F8661C748017DF (at) EXCMAIL01.gpipoc.com>
- User-agent: nn/6.7.3
In <81E66680B19401468995DC13C758F8661C748017DF (at) EXCMAIL01.gpipoc.com> Craig Cook <Craig.Cook (at) gpi.com> writes:
>At the very end of hobbit-clients.cfg I have this configured
>DEFAULT
> # These are the built-in defaults.
> UP 1h
> LOAD 5.0 10.0
> DISK * 90 95
> MEMPHYS 100 101
> MEMSWAP 50 80
> MEMACT 90 97
> DISK %^/cdrom.* IGNORE
> CLOCK 30
> PORT STATE=TIME_WAIT MIN=0 MAX=200 COLOR=red
Don't put stuff like PORT in the DEFAULT section. Put it
in a "HOST=*" section above the default one. To do what you want,
you'll have to use some explicit "EXHOST=..." definition to
exclude the hosts that should NOT use the normal check.
Regards,
Henrik