Assumptions
- Relevant patches are in WSUS
- Relevant machines are reporting fine to WSUS (and show as 100% in endpoint readiness)
Observations
- Endpoints have Patching Status = No Status
- Endpoints have patching status, but do not have latest patches
Next Steps
- Check what is the total number of patches in WSUS
- Edit the intigua properties (cat /usr/share/tomcat/default/conf/intigua.properties) and set the value of fetched patches from WSUS to at least 2,000 more than the value in WSUS
# Maximum number of returned patches for every 'WSUS get updates'
pg.wsus.update.num-to-fetch=10000 - Delete the full scan entry from the database :
- then restart tomcat
If there is still an issue:
- Re-add as discovery source (delete and add)
- Re-add connector
delete from configurations where key='wsus.update.full.last.run';