You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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
The text was updated successfully, but these errors were encountered:
Hi, I was trying to use the
opentsdb
configuration and changeenabled
tofalse
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 thereopentsdb
is not "extracted" (or whatever that does). Including the following lines in the loop at the top fixed the issue: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
The text was updated successfully, but these errors were encountered: