diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2020-10-29 12:39:34 +0100 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2020-10-29 12:55:54 +0100 |
| commit | e1412a414677f5dc14d3e03754f34961e439783c (patch) | |
| tree | 2ce40619fab16fe63804762f2fa9501770553b65 /srcs/influxdb | |
| parent | 133c1891260563a7076a44255bbe0e60fae0e80b (diff) | |
| download | ft_services-e1412a414677f5dc14d3e03754f34961e439783c.tar.gz ft_services-e1412a414677f5dc14d3e03754f34961e439783c.tar.bz2 ft_services-e1412a414677f5dc14d3e03754f34961e439783c.zip | |
Fixing influxdb telegraf on itself, Added complete setup.sh script
Diffstat (limited to 'srcs/influxdb')
| -rw-r--r-- | srcs/influxdb/telegraf.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/srcs/influxdb/telegraf.conf b/srcs/influxdb/telegraf.conf index fef7cb1..019cc2b 100644 --- a/srcs/influxdb/telegraf.conf +++ b/srcs/influxdb/telegraf.conf @@ -14,7 +14,7 @@ [[outputs.influxdb]] - urls = ["http://influxdb-service:8086"] + urls = ["http://localhost:8086"] database = "influxdb" [[inputs.cpu]] |
