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

Go SDK needs to enforce minima for discovery intervals and default for full discovery #35

Open
ctyanke opened this issue Oct 6, 2017 · 0 comments
Assignees

Comments

@ctyanke
Copy link

ctyanke commented Oct 6, 2017

The Java SDK now enforces the following discovery intervals when it parses the probe-conf.xml file:
Full Discovery (rediscovery-interval-seconds) must be >= 60. Also, if no rediscovery-interval-seconds is specified in the xml, use default value of 600 seconds.
Performance Discovery (performance-rediscovery-interval-seconds) - if specified, must be >=60. If not specified the ProbeInfo should return -1 for getPerformanceRediscoveryIntervalSeconds().
Incremental Discovery (incremental-rediscovery-interval-seconds) - if specified, must be >=1. If not specified the ProbeInfo should return -1 for getIncrementalRediscoveryIntervalSeconds().

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

2 participants