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:/
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;
2 matches
Mail list logo