[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [xymon] 4.3.0 beta 3 upgrade issue
- To: xymon (at) xymon.com
- Subject: Re: [xymon] 4.3.0 beta 3 upgrade issue
- From: Henrik "Størner" <henrik (at) hswn.dk>
- Date: Tue, 16 Nov 2010 20:33:38 +0000 (UTC)
- Newsgroups: lists.hobbit
- Organization: Linux Users Inc.
- References: <018528ADB17A124D84DD0D081A4C82D22B5CB5DC (at) exchange.geosoft.com>
- User-agent: nn/6.7.3
In <018528ADB17A124D84DD0D081A4C82D22B5CB5DC (at) exchange.geosoft.com> Jason Chambers <Jason.Chambers (at) geosoft.com> writes:
>I know Henrik is about to grill me shortly as soon as I send this email,
Not quite - I was away from my pc for an hour or so :-))
>So, in my status monitor, I still have my xymon server having a purple
>status for hobbitd_rrd when I already have a column for xymond_rrd.
>When I try to drop that service, I get the following.
>./xymoncmd 127.0.0.1 "drop construct.geosoft.com hobbitd_rrd"
>2010-11-16 14:33:29 Using default environment file /home/hobbit/server/etc/xymonserver.cfg
>2010-11-16 14:33:29 execvp() failed: No such file or directory
"xymoncmd" is the new name for the "bbcmd" command. You want the
new "bb" command which is just called "xymon". (See ? There really
is some logic to it). So try this:
./xymon 127.0.0.1 "drop construct.geosoft.com hobbitd_rrd"
The command you use ends up trying to run a program called "127.0.0.1",
and you obviously don't have such a program installed.
BTW, you shouldn't have neither a hobbitd_rrd or xymond_rrd status,
since that points to these programs having crashed. So once you
drop it, I hope it won't show up again.
Regards,
Henrik