adejoux / nmon2influxdb

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

data not import to influxdb #82

Open chenyaotest opened 2 years ago

chenyaotest commented 2 years ago

I use this command to import data to influxdb: nmon2influxdb import *.nmon, it shows: image File ./nmon/localhost_201810_1718.nmon imported: 1689 points !

but there is no data in influxdb: image

other info: when i import data at first time, an error occur: retention policy not found: “default”, so i add a default retention policy on database nmon_reports and nmon2influxdb_log: image then File ./nmon/localhost_201810_1718.nmon imported: 1689 points !, but no data in influxdb

nmon2influxdb.cfg: image

nmon2influxdb version 0.9.0 influxdb shell version 1.8.6

I never change influxdb.conf file, and influxdb service is running correctly: image

there is no influxdb log file: image

I donnot know why no data imported to influxdb, can you help me?

adejoux commented 2 years ago

Hello,

Can you check other series ? TOP is excluded by default because it can be too big on some systems. An try with the latest version of nmon2influxdb: https://github.com/adejoux/nmon2influxdb/releases/tag/v2.1.8

Regards,

Alain