Bug#611971: munin-node: nginx_request plugins does not work

2012-01-15 Thread Marc Haber
forwarded #611971 http://munin-monitoring.org/ticket/1178 thanks On Fri, Feb 04, 2011 at 10:42:16AM +0100, Angel Abad wrote: > I think the best option is patch this plugin to work as nginx_status works, > using > localhost instead of $fqdn > > my $URL = exists $ENV{'url'} ? $ENV{'url'} : "http:/

Bug#611971: munin-node: nginx_request plugins does not work

2011-02-04 Thread Angel Abad
Package: munin-node Severity: normal Hi! nginx_request does not work, the plugin recommends configure nginx with: server { listen 127.0.0.1; server_name localhost; location /nginx_status { stub_status on; access_log off;