You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replaced interfaces' get_status() method with monitoring_connector(), returning a Readable (and optionally Subscribable) connector object, providing the interface health state as InterfaceStatus value
Custom get_status() / monitoring connector implementations need to respect the removed field of the named tuple
Future metrics reporting for monitoring systems shall use additional SHC connectable objects (like the connector objects of the EventLoopMonitor interface interface)
Attribute criticality of interfaces has been removed
New Nagios-compatible monitoring script (Nagios Plugin) "check_shc.py" in shc/util/check_shc.py for monitoring the SHC server health via the HTTP monitoring endpoint
New SimpleInputConnector and SimpleOutputConnector helper classes. They can for example be used to build function-block-like classes for SHC with multiple input and output connectors and internal logics.