-
Notifications
You must be signed in to change notification settings - Fork 491
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
No setting for redis database #2219
Comments
Have a look at https://bosun.org/system_configuration -- specifically the "DBConf" section of the file. The bosun config file is now toml format, and you specify the redis host via the toml config file, specifically the DBConf section. |
@PeterGrace Yes, I've seen this informations. |
bosun/cmd/bosun/conf/system.go Lines 150 to 158 in 29af0ed
It appears that "RedisDb" should work for that setting, but I agree that the documentation is ambiguous about that setting. |
Issued PR to update docs: #2220 |
@PeterGrace Thank you |
In previous version it was possible to set the redis db with the setting "redisDb".
In 0.0.6, it seems the the setting is migging. Is it a documentation mistake?
The text was updated successfully, but these errors were encountered: