From moto at kawasaki3.org Thu Jan 5 19:52:43 2012 From: moto at kawasaki3.org (moto kawasaki) Date: Fri, 06 Jan 2012 11:52:43 +0900 (JST) Subject: [drraw-users] Q: how to edit a graph with many DSes? Message-ID: <20120106.115243.14836912.moto@kawasaki3.org> Hi Thank you very much for this useful tool, which enlighten me on rrdtool so much. Now, although it might be a FAQ-like question, but please let me ask the following question. [in short] How can I edit graph with many DSes, without "400 Bad Request" error ? [long story] I have been editing a "tcpconns" graph, which has 10 DS such as tcp_connections-LISTEN, SYN_SENT, SYN_RECV, and etc. This is the "biggest" graph I am handling. Then, I encountered an error below, when I clicked "Update" or "Save Graph" button. ================================================== UNKNOWN 400 Bad Request Server: thttpd/2.25b 29dec2003 Content-Type: text/html; charset=UTF-8 Date: Fri, 06 Jan 2012 02:40:50 GMT Last-Modified: Fri, 06 Jan 2012 02:40:50 GMT Accept-Ranges: bytes Connection: close Cache-Control: no-cache,no-store 400 Bad Request

400 Bad Request

Your request has bad syntax or is inherently impossible to satisfy.
thttpd/2.25b 29dec2003
================================================== I am afraid that this means that the length of the URL overflows. As a sample case, the URL that leads to "Bad Request" has 4050 Byte. Could anyone advice me how to, please? Thank you very much. Best Regards, -- moto kawasaki