HostResourceSWRunDetector

Use the HOST-RESOURCES-MIB to detect a process to monitor. Use the HOST-RESOURCES-MIB to detect a process to monitor.

You must configure the SNMP protocol, and the SNMP agent must support HOST-RESOURCES-MIB. Most modern SNMP agents, e.g. Net-SNMP agent and the Microsoft SNMP service, support the HOST-RESOURCES-MIB.

This detector implements the configuration parameters inherited from the [provisioning/detectors/SnmpDetector.adoc].

Detector facts

Implementation

org.opennms.netmgt.provision.detector.snmp.HostResourceSWRunDetector

Configuration and Use

Table 1. Parameters for the HostResourceSwRunDetector
Parameter Description Required Default value

serviceToDetect

Process name that should be detected

required

-

Examples

<detector name="Process-dhcpd" class="org.opennms.netmgt.provision.detector.snmp.HostResourceSWRunDetector">
    <parameter key="serviceToDetect" value="dhcpd"/>
</detector>