I'm writing a script to add datasources, rras, graphs, and graph_items via command line, so that I can automate some of my graph creation.
In working on the graph_item portion, I found that the "TextFormat" field is a binary object. What is that? If I don't specify anything, will the graph_items get created?
Let me know,
yid
Help on a script-addon...
Moderators: Developers, Moderators
I wasn't quite sure, but I double checked and it sure is a binary object. Not sure what I was thinking when created that table, but I see no reason why you could not convert it to a CHAR(255) field or whatnot.
Try executing this and see what happens:
-Ian
Try executing this and see what happens:
Code: Select all
ALTER TABLE `rrd_graph_item` CHANGE `TextFormat` `TextFormat` CHAR( 255 ) DEFAULT NULL;
Who is online
Users browsing this forum: No registered users and 6 guests