You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I build the jar files and pointed it to my influxDB, I have set the port number and Influx host IP in the receivers section in the config.xml in config folder. The statfeeder started to run successfully no errors are shown.
I was trying to see the data via the CLI queries, I could not find any new databases created. Which will be the name of database to which the data is pushed..? Why is it not getting created in my case ?
The text was updated successfully, but these errors were encountered:
Hi @nikhilgeo , I'm not and influxdb expert , but I think you should you create yourself the database and configure after in the [[graphite]] config seccion.
Hello, in my case it is exactly the same. I use InfluxDB and statsfeeder database is created
The statfeeder running OK but no write data in my DB.
¿How to define the database in section of config file?
<receiver>
<name>graphite</name>
<class>de.synaxon.graphitereceiver.core.MetricsReceiver</class>
<properties>
<!-- Set the file name. Files will be rolled over on the hour -->
<property>
<name>host</name>
<value>10.0.0.4</value>
</property>
<property>
<name>port</name>
<value>8086</value>
</property>
I build the jar files and pointed it to my influxDB, I have set the port number and Influx host IP in the receivers section in the config.xml in config folder. The statfeeder started to run successfully no errors are shown.
I was trying to see the data via the CLI queries, I could not find any new databases created. Which will be the name of database to which the data is pushed..? Why is it not getting created in my case ?
The text was updated successfully, but these errors were encountered: