Interface PathOutageConfig

    • Method Detail

      • isPathOutageEnabled

        boolean isPathOutageEnabled()
        Returns true if the path outage feature is enabled. If enabled, the code looks for a critical path specification when processing nodeDown events. If a critical path exists for the node, it will be tested. If the critical path fails to respond, the eventReason parameter on the nodeDown event is set to "pathOutage". This parameter will be used by notifd to suppress nodeDown notification.
        Returns:
        a boolean.
      • getDefaultCriticalPathTimeout

        int getDefaultCriticalPathTimeout()
      • getDefaultCriticalPathRetries

        int getDefaultCriticalPathRetries()
      • getDefaultCriticalPathIp

        java.net.InetAddress getDefaultCriticalPathIp()