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

Interval is not taken into account #23

Open
conrad784 opened this issue May 28, 2019 · 0 comments
Open

Interval is not taken into account #23

conrad784 opened this issue May 28, 2019 · 0 comments

Comments

@conrad784
Copy link

I am currently running collectd plugins on the basis of your base.py

I am writing to the log what the interval is in the subclass and also when the config callback is executed.
The read_callback will be initialized with the default interval, as the config is not yet read.

May 28 21:06:14 host collectd[23258]: plugin_load: plugin "python" successfully loaded.
May 28 21:06:14 host collectd[23258]: subclass_interval: 10.0
May 28 21:06:14 host collectd[23258]: reading config
May 28 21:06:14 host collectd[23258]: base_interval: 60.0

running collectd 5.7.1-1.1 on Debian 9

Seems like #11 is not solved, what could be a solution to this initialize the read callback after reading the config?

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

1 participant