[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] hobbitd_rrd not starting an extra script
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] hobbitd_rrd not starting an extra script
- From: Henrik Stoerner <henrik (at) hswn.dk>
- Date: Tue, 30 Sep 2008 14:02:21 +0000 (UTC)
- Newsgroups: lists.hobbit
- Organization: Linux Users Inc.
- References: <1222359096.12262.34.camel (at) sebastien-desktop>
- User-agent: nn/6.7.3
In <1222359096.12262.34.camel (at) sebastien-desktop> =?ISO-8859-1?Q?S=E9bastien?= Munch <sebastien.munch (at) dexia-securities.fr> writes:
>The script isn't started : it doesn't write in this temporary file.
>In the rrd-status log, I don't see anything about executing the extra
>script.
>hobbitlaunch.cfg :
>----------------------------------------------------------
>[rrdstatus]
> ENVFILE /usr/lib/hobbit/server/etc/hobbitserver.cfg
> NEEDS hobbitd
> CMD hobbitd_channel --channel=status
>--log=BBSERVERLOGS/rrd-status.log hobbitd_rrd --rrddir=$BBVAR/rrd
>--extra-script /usr/lib/hobbit/server/ext/rrd_openvz.sh --extra-tests
>openvz --debug
Hate to point out the obvious, but those options should be
--extra-script=/usr/lib/hobbit/server/ext/rrd_openvz.sh
and
--extra-tests=openvz
with an equal sign ...
Henrik