[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] Wildcards in hobbit-clients.cfg
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] Wildcards in hobbit-clients.cfg
- From: Stef Coene <stef.coene (at) docum.org>
- Date: Tue, 21 Oct 2008 19:16:19 +0200
- References: <010101c9338e$bc8f4b90$7d6a28a8 (at) hhsea.txnet.state.tx.us>
- User-agent: KMail/1.9.10
On Tuesday 21 October 2008, James Wade wrote:
> Hello,
>
> We have archive logs that get attached as external storage.
> These filesystems get filled causing alerts. We would like
> to disable them.
>
> I normally set the thresholds to 101 & 102 in the hobbit-clients.cfg
> file to ignore alerts on these types of filesystems.
>
> However, the problem is that these are mounted with
> diffrenet names. Example: disk_archive_Sep08, disk_arch_Oct08
>
> Is there a way to use Wildcards in hobbit-clients.cfg?
>
> DISK disk_archive_????? 101 102
See http://www.hswn.dk/hobbit/help/manpages/man5/hobbit-clients.cfg.5.html
% is for regular expressions. So in your case:
DISK %disk_archive_* 101 102
Stef