18 lines
273 B
Text
18 lines
273 B
Text
[NGINX_LOG]
|
|
#Path for the log file (Nginx)
|
|
logpath = /var/log/nginx/access.log
|
|
|
|
[INFLUXDB]
|
|
# Database URL
|
|
host = ip_address
|
|
port = 8086
|
|
|
|
#Database name
|
|
database = db_name
|
|
|
|
# HTTP Auth
|
|
username = "username"
|
|
password = "password"
|
|
|
|
# Measurement name
|
|
measurement = some_name
|