Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Database name in which metrics will be populated #33

Open
nikhilgeo opened this issue Nov 25, 2015 · 2 comments
Open

Database name in which metrics will be populated #33

nikhilgeo opened this issue Nov 25, 2015 · 2 comments

Comments

@nikhilgeo
Copy link

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 ?

@toni-moreno
Copy link
Contributor

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.

https://influxdb.com/docs/v0.9/query_language/database_management.html#create-a-database-with-create-database

GraphiteReceiver doesn't send any database or authentication related data.

@miquelMariano
Copy link

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>

Thank's guys!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants