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

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

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 8
Length
7 lines
MD5 checksum
d6e8412425baffbda08d253f6bff26be

Usage

Download the raw file with wget or curl

Wget

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

cURL

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