Skip to content
Florian Forster edited this page Nov 21, 2023 · 1 revision
Name: nginx plugin
Type: read
Callbacks: config, init, read
Status: supported
FirstVersion: 4.2
Copyright: 2006–2010 Florian Forster, 2008 Sebastian Harl
License: MIT License
Manpage: collectd.conf(5)
See also: 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">
   <nowiki>URL "https://localhost:8433"</nowiki>
   User "stats"
   Password "uleePi4A"
 </Plugin>

Example graphs

Nginx-connections-and-requests.png

Dependencies

Clone this wiki locally