[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] After IP server change bbcombotest is looking for the old IP address
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] After IP server change bbcombotest is looking for the old IP address
- From: Henrik Stoerner <henrik (at) hswn.dk>
- Date: Thu, 3 Apr 2008 15:26:37 +0200
- References: <1207223881.10429.22.camel (at) PCL-LNX-BG>
- User-agent: Mutt/1.5.15+20070412 (2007-04-11)
On Thu, Apr 03, 2008 at 01:58:01PM +0200, Bart Gillis wrote:
> I've set up a hobbit server very successfully with IP address
> 10.20.4.123. I became a FAN of this monitoring server.
> But I still have one problem.
>
> We changed our IP range, so I had to change the IP address of the Hobbit
> server. (10.0.6.13)
> I was able to adjust all required setting. All test besides the
> Combotest are working fine now.
Check your hobbitlaunch.cfg - there's a [bbcombo] section there:
[bbcombotest]
ENVFILE /usr/lib/hobbit/server/etc/hobbitserver.cfg
NEEDS hobbitd
CMD $BBHOME/bin/bbcombotest
LOGFILE $BBSERVERLOGS/bbcombotest.log
INTERVAL 5m
The ENVFILE setting points to a configuration file, where bbcombotest
reads all of the configuration settings, including the IP of the Hobbit
server. Check this file, and replace all occurrences of the old IP
with the new one.
Regards,
Henrik