Applications Systems
SNMP Process monitors sometimes cause false alerts - process reported as Down when it is not
This article provides a resolution to SNMP Process monitors sometimes causing false alerts (process reported as Down when it is not).
First published date
Last published date
Overview
Product section
Cause
Resolution
Workaround: Change the polling method in the Configuration file to either BulkColumn or None. This may fix this issue. Be aware that this change has a global effect on all SNMP process monitors and can decrease performance on increased network traffic.
Reference: Problems in SAM with SNMP Process Monitors failing .
Additional Information: PollMethod – Specifies the method to use for reading data from SNMP. The default value None uses getNext in the SNMP request. In some environments, it may be beneficial to set this value to either BulkRow or BulkColumn. In either case, SNMP requests will be using getBulk and this should improve performance. The difference between using BulkRow versus BulkColumn is in the way data is read. That is, whether you are reading SNMP tables by rows or by columns.