LDAP fail-over using multiple server addresses from host field seperated by comma.
Hi, I am looking to modify the colors of the lines shown in my graph using the showgraph.cgi on a custom dashboard. My GET request currently looks like the following to show the last weeks graph from different services: showgraph.cgi?host=HOST1&service=SVC1&db=duration,data&geom=700x180&rrdopts=+-snow-777600+-enow-0 This works pretty well, but I don't like to use different colors on the dashboard, so I tried to modify them by adding to rrdopts: +-colors-FF0000 and I tried also color without s and...