vRops Skyline Manangement Pack Alert recreation

I noticed that Skyline alerts in vROPs are automatically canceled and during the next adpater run recreated which can cause duplicated alert notifications. This can be adjusted by applying the following configuration.

Login to each vROPs node by SSH

1cd /usr/lib/vmware-vcops/user/plugins/inbound/SkylineAdapter3/conf/
1vi Skyline.properties

change the following value from

1"SKYLINE_FINDINGS_ALERT_CANCEL_CYCLE=20"

to

1"SKYLINE_FINDINGS_ALERT_CANCEL_CYCLE=140"

Afterwards restart the Skyline adapter which will apply the setting. This should prevent canceling the alerts.