Interface SystemHealthService

All Known Implementing Classes:
DefaultSystemHealthService

public interface SystemHealthService
API for monitoring SolarNode system health.
Since:
2.2
Version:
1.0
Author:
matt
  • Method Details

    • performPingTests

      SystemHealthService.PingTestResults performPingTests(Set<String> pingTestIds)
      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