DX UIM 23.4 CU1 / CU2 / CU3
Non-Reproducible issue.
Notes:
The example queries below can be used to debug the alarm policy not being deployed to the robot:
select * from SSRV2PolicyTargetStatus
where cs_id!= poller
To backup the table you can run:
select * into SSRV2PolicyTargetStatus_bkup from SSRV2PolicyTargetStatus
select * from cm_computer_system
where cs_id in (44749,43647,43828)
select * from Policy
select * from SSRV2PolicyTargetStatus
where cs_id!= poller and policy_id = 96
Workaround/Resolution:
To workaround the issue, delete the existing alarm policy/conditions and recreate them from scratch.
Check in the _plugin_metric.cfg on the target robot (spooler CTRL+B to pull out the file from IM) and check that the alarm policy had been added.