Xymon Mailing List Archive search

Remove test columns

2 messages in this thread

list John Hamblin · Wed, 1 Apr 2009 13:49:17 +0100 ·
Hi,

I have created a couple of test scripts which added columns to my main
display "PCInfo" and "test" respectively. I no longer want these columns
to show up as they are not reporting and their scripts have been
removed. How do I do this?

I tried running:

    /~/server/bin/bb 127.0.0.1 "drop HOSTNAME test"

But this hasn't made any difference.

Any ideas please?

Thanks,

John
list Peter Welter · Wed, 1 Apr 2009 16:06:05 +0200 ·
 I tried running:

    /~/server/bin/bb 127.0.0.1 "drop HOSTNAME test"
You did substitute the actual hostname for HOSTNAME? So, when host
garfield delivered data for test and has stopped delivering data, the
following should work:

~/server/bin/bb 127.0.0.1 "drop garfield test"

-- Peter