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