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

data not import to influxdb #82

Open
chenyaotest opened this issue Aug 11, 2021 · 1 comment
Open

data not import to influxdb #82

chenyaotest opened this issue Aug 11, 2021 · 1 comment

Comments

@chenyaotest
Copy link

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
Copy link
Owner

adejoux commented Aug 17, 2021

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

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

2 participants