22 lines
341 B
Text
22 lines
341 B
Text
[NGINX_LOG]
|
|
#Path for the log file (Nginx)
|
|
logpath = /var/log/nginx/access.log
|
|
|
|
[GEOIP]
|
|
#Path for the GEOIP DB file
|
|
geoipdb = ./GeoLite2-City.mmdb
|
|
|
|
[INFLUXDB]
|
|
# Database URL
|
|
host = 185.27.96.227
|
|
port = 8086
|
|
|
|
#Database name
|
|
database = telegraf
|
|
|
|
# HTTP Auth
|
|
username = telegraf
|
|
password = itieh0eeMo
|
|
|
|
# Measurement name
|
|
measurement = geodata
|