Class NodeOutage

    • Constructor Detail

      • NodeOutage

        public NodeOutage()
    • Method Detail

      • getStatus

        public String getStatus()
        Enable/disable node outage processing
      • setStatus

        public void setStatus​(String status)
      • getPollAllIfNoCriticalServiceDefined

        public String getPollAllIfNoCriticalServiceDefined()
        Defines behavior of node outage processing when a service has changed status to DOWN and a critical service is not defined. If "true", all remaining services on the interface are polled.
      • setPollAllIfNoCriticalServiceDefined

        public void setPollAllIfNoCriticalServiceDefined​(String pollAllIfNoCriticalServiceDefined)
      • getCriticalService

        public CriticalService getCriticalService()
        Critical service. Defining a critical service greatly reduces the traffic generated by the poller when an interface is DOWN. When an interface is DOWN only the critical service is polled. If and when the critical service comes back UP then the interface's other services are polled to determine their status. When an interface is UP all services are polled as expected. If the critical service goes DOWN, all services are considered to be DOWN and therefore the interface is also considered DOWN.
      • setCriticalService

        public void setCriticalService​(CriticalService criticalService)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object