Satellite Server uses braa binary to execute SNMP checks. braa performs SNMP check in blocks which makes it faster in its executions. It has the failure that when one of the checks of the block fails, the whole block fails. To solve this problem in the satellite server, the following parameter must be configured in the satellite conf:
snmp_verify 1
In this way if one of these blocks fails, re-perform all the checks unified.