Class CloudHealthCheck

  • All Implemented Interfaces:
    org.opennms.integration.api.v1.health.HealthCheck

    public class CloudHealthCheck
    extends java.lang.Object
    implements org.opennms.integration.api.v1.health.HealthCheck
    Exposes the health of the cloud service to OIA. Call in karaf shell via opennms:health-check
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDescription()  
      org.opennms.integration.api.v1.health.Response perform​(org.opennms.integration.api.v1.health.Context context)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getDescription

        public java.lang.String getDescription()
        Specified by:
        getDescription in interface org.opennms.integration.api.v1.health.HealthCheck
      • perform

        public org.opennms.integration.api.v1.health.Response perform​(org.opennms.integration.api.v1.health.Context context)
                                                               throws java.lang.Exception
        Specified by:
        perform in interface org.opennms.integration.api.v1.health.HealthCheck
        Throws:
        java.lang.Exception