Plugin:nginx
From collectd Wiki
nginx plugin | |
---|---|
Type: | read |
Callbacks: | config, init, read |
Status: | supported |
First version: | 4.2 |
Copyright: | 2006–2010 Florian Forster 2008 Sebastian Harl |
License: | MIT license |
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>