Plugin:nginx

From collectd Wiki
Revision as of 10:35, 21 May 2015 by Octo (talk | contribs) (Relicensed to MIT license.)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
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>

Example graphs

Nginx connections and requests.png

Dependencies