2018-10-08 17:13:00 +02:00
|
|
|
[NGINX_LOG]
|
2018-10-10 22:07:15 +02:00
|
|
|
#Path for the log file (Nginx)
|
2018-10-08 17:13:00 +02:00
|
|
|
logpath = /var/log/nginx/access.log
|
2018-10-09 20:29:24 +02:00
|
|
|
|
|
|
|
[INFLUXDB]
|
|
|
|
# Database URL
|
2018-10-10 20:24:59 +02:00
|
|
|
host = ip_address
|
2018-10-09 20:29:24 +02:00
|
|
|
port = 8086
|
|
|
|
|
|
|
|
#Database name
|
2018-10-10 20:24:59 +02:00
|
|
|
database = db_name
|
2018-10-09 20:29:24 +02:00
|
|
|
|
|
|
|
# HTTP Auth
|
2018-10-10 20:24:59 +02:00
|
|
|
username = "username"
|
|
|
|
password = "password"
|
2018-10-09 20:29:24 +02:00
|
|
|
|
|
|
|
# Measurement name
|
2018-10-10 20:24:59 +02:00
|
|
|
measurement = some_name
|