[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] Hobbit downtime stats
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] Hobbit downtime stats
- From: Henrik Stoerner <henrik (at) hswn.dk>
- Date: Thu, 3 Jan 2008 10:22:04 +0100
- References: <20080103062944.GD22782 (at) hswn.dk> <BAC1D28A5AB852439A6914CA7AB4E63F0533A820 (at) permls05.wde.woodside.com.au>
- User-agent: Mutt/1.5.15+20070412 (2007-04-11)
On Thu, Jan 03, 2008 at 04:23:04PM +0900, Everett, Vernon wrote:
> While on the subject of feature wishlists, how about this one?
>
> We have servers with file systems on them that are completely user-land.
> The OS and related stuff is all our responsibility, and we look after
> it, but the apps file systems are looked after by the users.
> If it fills up and the apps choke, it's not our issue.
> If the OS chokes, it becomes our problem.
[wants alerts to go to different people, depending on what filesystem is
filling up]
You do that with the GROUP setting. In hobbit-clients.cfg, configure the
thresholds for the disks with a GROUP setting:
HOST=appserver
DISK /apps/vol1 80 90 GROUP=userfiles
Then in hobbit-alerts.cfg you use the GROUP value to direct alerts:
GROUP=userfiles
MAIL some.user (at) domain.com
You can of course combine the GROUP setting in hobbit-alerts.cfg with
other criteria, e.g.
GROUP=userfiles
MAIL host1.user (at) domain.com HOST=appserver1
MAIL host2.user (at) domain.com HOST=appserver2
Regards,
Henrik