Package net.solarnetwork.node.service
Interface SystemHealthService
- All Known Implementing Classes:
DefaultSystemHealthService
public interface SystemHealthService
API for monitoring SolarNode system health.
- Since:
- 2.2
- Version:
- 1.0
- Author:
- matt
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classA collection of ping test results. -
Method Summary
Modifier and TypeMethodDescriptionperformPingTests(Set<String> pingTestIds) Perform a set of ping tests and return their results.
-
Method Details
-
performPingTests
Perform a set of ping tests and return their results.- Parameters:
pingTestIds- an optional set of ID regular expressions to limit the tests to, or null or empty to perform all available tests- Returns:
- the results, never null
-