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

Allow configuring a watchdog for monitored items #2164

Closed
marcschier opened this issue Jan 29, 2024 · 1 comment
Closed

Allow configuring a watchdog for monitored items #2164

marcschier opened this issue Jan 29, 2024 · 1 comment
Labels
feature request New feature or request
Milestone

Comments

@marcschier
Copy link
Collaborator

We have seen situations where a server does not report data for an item even so it is changing in the backend. But the subscriptions are good and keep alives arrive continuously, just no data change notifications.

We would benefit from a setting that monitors a value change arriving on a monitored item within a configured watchdog timeout (a counter that is a factor of max(sampling interval, publishing interval)) and then reset the subscription, session or reset the publisher entirely.

A default watchdog that could be set up here would be to monitor the server time and reset when the time changes are not received within e.g. 3 * (sampling interval == publishing interval == 1 second).

@marcschier marcschier added the feature request New feature or request label Jan 29, 2024
@marcschier marcschier added this to the 2.9.5 milestone Jan 29, 2024
@marcschier marcschier modified the milestones: 2.9.9, 2.9.10 Jun 3, 2024
@marcschier
Copy link
Collaborator Author

#2256

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant