/etc/collectd.d/nginx.conf - CentOS Linux 6

This is the default example configuration of nginx.conf provided by nginx. This config file was generated by nginx running on CentOS 6.

It is located under: /etc/collectd.d/nginx.conf

    LoadPlugin nginx

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

    
  

Config Details

Location
/etc/collectd.d/nginx.conf
Operating system
CentOS Linux 6
Length
8 lines
MD5 checksum
11391a2392610c0807ceadbcb6a12fab

Usage

Download the raw file with wget or curl

Wget

wget -O nginx.conf.example http://exampleconfig.com/static/raw/nginx/centos6/etc/collectd.d/nginx.conf

cURL

curl http://exampleconfig.com/static/raw/nginx/centos6/etc/collectd.d/nginx.conf > nginx.conf.example