We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
max_eps
While working with Refactor FIM test_max_eps_synchronization.py according to new standard (3), it was found that the test did not verify full synchronization, so it is necessary to create a system test that does.
As we can see, there are two places where the max_eps value appears in the agent configuration, so it is necessary:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
While working with Refactor FIM test_max_eps_synchronization.py according to new standard (3), it was found that the test did not verify full synchronization, so it is necessary to create a system test that does.
As we can see, there are two places where the max_eps value appears in the agent configuration, so it is necessary:
max_eps
that is outside the synchronization section, which are the EPSs that go to the manager to generate an alert.max_eps
found within the synchronization section, which would be the total number of messages to synchronize with the DB.The text was updated successfully, but these errors were encountered: