Plugin:nginx
From collectd Wiki
Revision as of 13:32, 10 August 2012 by MichaelStapelberg (talk | contribs)
nginx plugin | |
---|---|
Type: | read |
Callbacks: | config, init, read |
Status: | supported |
First version: | 4.2 |
Copyright: | 2006–2007 Florian octo Forster 2008 Sebastian Harl |
License: | GPLv2+ |
Manpage: | collectd.conf(5) |
List of Plugins |
The nginx plugin connects to nginx (pronounced “engine x”), an HTTP and mail (reverse) proxy server. It collects the number of requests handled by the nginx daemon since startup and the number of current connections by connection state (reading, writing, …).
Synopsis
<Plugin "nginx"> URL "https://localhost:8433" User "stats" Password "uleePi4A" </Plugin>