DskTableMonitor
The DskTableMonitor tests the dskErrorFlag
signaling that the disk or partition is under the minimum required space configured for it.
The monitor expects the value 1
to fail and provides the content of dskErrorMsg
as event reason.
Configuration and use
This monitor implements the Common Configuration Parameters.
Examples
Note that you must include the monitor
section for each service in your definition.
<service name="DskTableMonitor" interval="300000" user-defined="false" status="on">
<parameter key="timeout" value="3000" />
<parameter key="retry" value="2" />
</service>
<monitor service="DskTableMonitor" class-name="org.opennms.netmgt.poller.monitors.DskTableMonitor" />