http://jira.hyperic.com/browse/HHQ-4242
When processing an auto-discovery report it's possible for the user to skip resources not intended for monitoring by using the 'Skipped Checked Resources' link from the dashboard. This would keep the resource in the queue, but mark it as ignored. This uses the ignored boolean field in EAM_AIQ_SERVER.
It would appear now the queue is cleared out (no entries in EAM_AIQ_SERVER), so the ignored flag is lost. This means the next time auto-discovery is run the servers will show up again in the queue, forcing the administrator to ignore it repeatedly.
Anonymous