Class HostResourceSWRunDetector

    • Constructor Detail

      • HostResourceSWRunDetector

        public HostResourceSWRunDetector()

        Constructor for HostResourceSWRunDetector.

    • Method Detail

      • isServiceDetected

        public boolean isServiceDetected​(java.net.InetAddress address,
                                         SnmpAgentConfig agentConfig)
        Returns true if the protocol defined by this plugin is supported. If the protocol is not supported then a false value is returned to the caller. The qualifier map passed to the method is used by the plugin to return additional information by key-name. These key-value pairs can be added to service events if needed.
        Overrides:
        isServiceDetected in class SnmpDetector
      • setServiceNameOid

        public void setServiceNameOid​(java.lang.String serviceNameOid)

        setServiceNameOid

        Parameters:
        serviceNameOid - a String object.
      • getServiceNameOid

        public java.lang.String getServiceNameOid()

        getServiceNameOid

        Returns:
        a String object.
      • setServiceToDetect

        public void setServiceToDetect​(java.lang.String hostService)

        setServiceToDetect

        Parameters:
        hostService - a String object.
      • getServiceToDetect

        public java.lang.String getServiceToDetect()

        getServiceToDetect

        Returns:
        a String object.