Munin Aggregated Graphs Configuration Error

Posted by Sparsh Gupta on Server Fault See other posts from Server Fault or by Sparsh Gupta
Published on 2011-06-26T06:39:04Z Indexed on 2011/06/26 8:23 UTC
Read the original article Hit count: 423

Filed under:
|
|
|

I tried making some Munin Aggregated graphs but somehow I am unable to make the configuration work. I think I have followed the instructions but since its not working, I would love some assistance or guidance as to what I am doing wrong.

I want to Aggregate (sum) the total number of requests / second all my nginx servers are doing combined together. The configuration looks like

[TRAFFIC.AGGREGATED]
  update no
  requests.graph_title nGinx requests
  requests.graph_vlabel nGinx requests per second
  requests.draw LINE2
  requests.graph_args --base 1000
  requests.graph_category nginx
  requests.label req/sec
  requests.type DERIVE
  requests.min 0
  requests.graph_order output
  requests.output.sum \
    lb1.visualwebsiteoptimizer.com:nginx_request_lb1.visualwebsiteoptimizer.com_request.request \
    lb3.visualwebsiteoptimizer.com:nginx_request_lb2.visualwebsiteoptimizer.com_request.request \
    lb3.visualwebsiteoptimizer.com:nginx_request_lb3.visualwebsiteoptimizer.com_request.request

The munin graph I want to aggregate is http://exchange.munin-monitoring.org/plugins/nginx_request/details

Thanks Sparsh Gupta

© Server Fault or respective owner

Related posts about ubuntu

Related posts about nginx