I’m trying things with InfluxDB and I have a problem using Chronograf.
The fact is that when I run “influxd.exe” to run InfluxDB and then I run “influx.exe” to enter the InfluxDB Shell and everything works for me without any problem.
But when using Chronograf, run the file “chronograf.exe” and access the browser to the url “http://localhost:8888/” Chronograf interface appears to me but I do not see any Host.
Post http://127.0.0.1:8086/query: dial tcp 127.0.0.1:8086: connectex: A connection cannot be established because the target computer expressly denied that connection.
Hi , it is advised to install Telegraf in …/Program Files/ but you can copy your config file to program files/Telegraf to make it work …
Can you create the logfile manually in the given location to see what is written in the logfile when starting Telegraf ?
With the two dashes you are a step further , Telegraf was started but cannot connect to the database … is the database ( influxd) still up and running ?
I don’t know. Anyway I’ve been looking and telegraf is to collect data and pass it on to Influx and all that and I really don’t look for that. My idea is to connect Chronograf to Influx to monitor but the data to monitor I’m going to put them by hand so I don’t need telegraf at all.
Hi , Telegraf was needed to get your host in the host list , I thought that was your main concern ,
It is good that you can solve it ,
Sorry for the misunderstanding
Best regards
Okay! It’s solved!
It was my fault that as it is the first time I use this I have no idea.
I am testing and if I put in the command line “create database …” if it works but when I make a query or directly make a “use mydatabase” gives me an error 400 and that is the problem really