Custom alert for Nodes which stopped respond to SNMP:
use Advanced Alert Manager and create custom SQL alert on Nodes with this custom SQL Query:
SELECT LastSystemUptimePollUtc FROM Nodes WHERE
ObjectSubType='SNMP' AND
DATEDIFF(s, LastSystemUptimePollUtc, GETUTCDATE())>PollInterval