I made myself a custom string of rrdtool graph with a lot of data sources in it, so that i can have one huge graph with all the important data sources. This graph is made on the command line on windows 2003 like the following:
rrdtool graph "c:\test.png" --title DEF
When I wanted to add the 20st data source to the string i execute on the commandline, the prompt gives me the following error:
"The input line is too long"
Is there a way to still add more data sources to this graph or execute this command in another way so that i am able to graph all of these data sources on this graph.