adejoux / nmon2influxdb

Make NMON data dynamic with InfluxDB
GNU Affero General Public License v3.0
80 stars 29 forks source link

metastore database error for hmc import #63

Closed dsismanis closed 6 years ago

dsismanis commented 6 years ago

Hi,

Running nmon2influxdb version 2.1.5. And InfluxDB version: 1.5.4.

Running my first hmc import using : nmon2influxdb --debug --debug-file nmon2influxdb.debug hmc import.

I see the following : Creating InfluxDB database nmon2influxdbHMC Getting list of managed systems MANAGED SYSTEM ....**** .... ... all the metrics... .. managed system metrics: 10466 points fetched. {"error":"metastore database error: database not found: nmon2influxdbHMC"}

I'm assuming i don't need to create the influxDB here? What am i missing?

Regards.

adejoux commented 6 years ago

Hello,

I tested with the same version and it created properly the database. Can you check in influxdb if the database nmon2influxdbHMC has been created ?

Regards,

Alain

dsismanis commented 6 years ago

Hi,

DB was not created. I restarted the VM and reran and it worked. Maybe i needed to restart the influxdb service? DB is there now. Moving on....

Thanks for looking.

adejoux commented 6 years ago

Great news. Not sure what it was not created on the first time. But great if it's ok now :)