when we have a booleam alarms in the IVS3800, there is not show from which camera came this booleam alarm.

copy the source code (SC) and then replace the last 3 digitals to 000
Then, you have to login throught ssh in the server. as root user.
apply the next command in order to obtain the camera information related to the server.
Login to the CSP portal, confirm the ip of ssh and the GSAPI container IP
Login to the IVS3800 by ssh.
cspexpert/mt2017@cspos@rd
root/cnp200@cspos@RD
Query all the cameras by the following command:
su - postgres
psql -d smu
select camera_name,dev_ip,camera_code from tbl_smu_camera_info;
it will be display the list of IPs and names of the camera.
Copy the alarms source code and remove the last 3 digitals and search it in the camera list, then you can find the camera IP and name.
justo match the SC from the camera list.