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

[manala.influxdb] opentsdb values not honored / used #440

Open
njoye opened this issue Jul 3, 2020 · 0 comments
Open

[manala.influxdb] opentsdb values not honored / used #440

njoye opened this issue Jul 3, 2020 · 0 comments

Comments

@njoye
Copy link

njoye commented Jul 3, 2020

Hi, I was trying to use the opentsdb configuration and change enabled to false when I realized that none of the settings were being taken over into the configuration file. I did some digging and found that at the top of base.conf.j2 there opentsdb is not "extracted" (or whatever that does). Including the following lines in the loop at the top fixed the issue:

        {%- elif config_name == 'opentsdb' -%}
            {%- if config_opentsdb.extend(config_parameters) -%}{%- endif -%}

These were missing which left the config of opentsdb empty resulting in the variables not being taken over. Please fix that, thank you! I can also make a pull request if that is wanted.

Best regards
Timo

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