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

uc_update: Value too old #20

Open
konstantinj opened this issue Dec 11, 2015 · 4 comments
Open

uc_update: Value too old #20

konstantinj opened this issue Dec 11, 2015 · 4 comments

Comments

@konstantinj
Copy link

Hi there,

I'm using your plugin in my docker-collectd image: https://github.com/konstantinj/docker-collectd

I'm sending data via network to logstash. Unfortunately I always get a lot of these messages:

collectd_1 | uc_update: Value too old: name = localhost/docker-elk_elasticsearch_1/blkio.single-sectors_recursive; value time = 1449849231.000; last cache update = 1449849231.000;

I've already tried setting WriteThreads to 1 (collectd/collectd#987) without effect.

Have you experienced this as well?

@wengole
Copy link

wengole commented Jul 20, 2016

I too am getting this and have tried WriteThread 1 but to no avail

@bimalm
Copy link

bimalm commented Aug 30, 2016

Add:
sys.stdout.flush()

After the line:
' if name == 'main': '

That should solve the issue.

@ffapitalle
Copy link

Add:
sys.stdout.flush()

@bimalm: works like charm!

@nicooga
Copy link

nicooga commented Jul 19, 2017

@bimalm can you give a little more context? Where should I put that line, here?

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

5 participants