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

Move inactive host information from redis to a sql lite database #8794

Open
YellowMan02 opened this issue Nov 4, 2024 · 0 comments
Open

Comments

@YellowMan02
Copy link
Contributor

What would you like to add or change?:
Inactive host/mac information is now stored on the redis server, and this causes high overhead every time it is necessary to retrieve information from multiple hosts/macs.

It would be useful to store this type of information in a database table to reduce this overhead. Redis can still be used to enqueue this information so that the database can be updated periodically.

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