Class PollerConfiguration

    • Constructor Detail

      • PollerConfiguration

        public PollerConfiguration()
    • Method Detail

      • getThreads

        public Integer getThreads()
        The maximum number of threads used for polling.
      • setThreads

        public void setThreads​(Integer threads)
      • getNextOutageId

        public String getNextOutageId()
        SQL query for getting the next outage ID.
      • setNextOutageId

        public void setNextOutageId​(String nextOutageId)
      • getServiceUnresponsiveEnabled

        public String getServiceUnresponsiveEnabled()
        Enable/disable serviceUnresponsive behavior
      • setServiceUnresponsiveEnabled

        public void setServiceUnresponsiveEnabled​(String serviceUnresponsiveEnabled)
      • getPathOutageEnabled

        public String getPathOutageEnabled()
        Flag which indicates if the optional path outage feature is enabled
      • setPathOutageEnabled

        public void setPathOutageEnabled​(String pathOutageEnabled)
      • getNodeOutage

        public NodeOutage getNodeOutage()
        Configuration of node-outage functionality
      • setNodeOutage

        public void setNodeOutage​(NodeOutage nodeOutage)
      • setPackages

        public void setPackages​(List<Package> packages)
      • removePackage

        public boolean removePackage​(Package pack)
      • setMonitors

        public void setMonitors​(List<Monitor> monitors)
      • addMonitor

        public void addMonitor​(String service,
                               String className)
      • removeMonitor

        public boolean removeMonitor​(Monitor monitor)
      • getDefaultCriticalPathIp

        public InetAddress getDefaultCriticalPathIp()
      • setDefaultCriticalPathIp

        public void setDefaultCriticalPathIp​(InetAddress ip)
      • getDefaultCriticalPathTimeout

        public Integer getDefaultCriticalPathTimeout()
      • setDefaultCriticalPathTimeout

        public void setDefaultCriticalPathTimeout​(Integer timeout)
      • getDefaultCriticalPathRetries

        public int getDefaultCriticalPathRetries()
      • setDefaultCriticalPathRetries

        public void setDefaultCriticalPathRetries​(Integer retries)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object