I just have nginx left to set up on about 40 servers.

I look in the basic conf and I see this

#<Plugin nginx>
#       URL "http://localhost/status?auto";
#       User "www-user"
#       Password "secret"
#       VerifyPeer false
#       VerifyHost false
#       CACert "/etc/ssl/ca.crt"
#</Plugin>

I then see this one at https://collectd.org/wiki/index.php/Plugin:nginx

<Plugin "nginx">
  URL "https://localhost:8433";
  User "stats"
  Password "uleePi4A"
</Plugin>

It may be I am new to nginx however I don't have a user or password. I Am
running it from the local machine.. I have tried a few ways to set the conf
up none of them result in metrics.

Any help would be useful.
_______________________________________________
collectd mailing list
collectd@verplant.org
http://mailman.verplant.org/listinfo/collectd

Reply via email to