4.3.0 beta 3 upgrade issue
list Jason Chambers
I know Henrik is about to grill me shortly as soon as I send this email, but I'm having an issue with the 4.3.0 beta 3 upgrade, but here goes anyways 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 Help? Jason Chambers IT Help Desk Associate GEOSOFT INC. freedom to explore T +X XXX.XXX.XXXX #344 F +X XXX.XXX.XXXX Visit our user-be8ce7065ec5@xymon.invalid
list Henrik Størner
▸
In <user-dbcdea133bb7@xymon.invalid> Jason Chambers <user-3fa671c0a30d@xymon.invalid> 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
list Jason Chambers
Ooops, brain fart! I have no idea why I confused xymon for xymoncmd. Thanks, that solved my problem! :)
▸
Jason Chambers
IT Help Desk Associate
GEOSOFT INC.
freedom to explore
T +X XXX.XXX.XXXX #344
F +X XXX.XXX.XXXX
Visit our user-be8ce7065ec5@xymon.invalid
-----Original Message-----
▸
From: Henrik Størner [mailto:user-ce4a2c883f75@xymon.invalid]
Sent: November-16-10 3:34 PM
To: xymon at xymon.com
Subject: Re: [xymon] 4.3.0 beta 3 upgrade issue
In <user-dbcdea133bb7@xymon.invalid> Jason Chambers <user-3fa671c0a30d@xymon.invalid> 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