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

Implement redis config dump #5671

Closed
Crunsher opened this issue Oct 11, 2017 · 0 comments
Closed

Implement redis config dump #5671

Crunsher opened this issue Oct 11, 2017 · 0 comments
Labels
area/icingadb New backend

Comments

@Crunsher
Copy link
Contributor

This example is done for Hosts, but works the same for any other config object

  1. Run SCAN on icinga:config:Host:*
  2. Check for each results if it still exists
  3. Delete those who don't
  4. Serialize all fields of objects and write them into redis following Figure out whether we want to store objects "the Redis way" #5118

Possibly we want our checksums there too (refs #5657)

@Crunsher Crunsher added the area/icingadb New backend label Oct 11, 2017
dnsmichi pushed a commit that referenced this issue May 15, 2018
dnsmichi pushed a commit that referenced this issue May 23, 2018
dnsmichi pushed a commit that referenced this issue Nov 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/icingadb New backend
Projects
None yet
Development

No branches or pull requests

2 participants