Remove test columns
list John Hamblin
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
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