install packages to support Web Transaction (Browser) monitor in Linux On-Premise Poller

How to install packages to support Web Transaction (Browser) monitor in Linux On-Premise Poller

To support Web Transaction (Browser) monitor on an On-Premise Poller, you can execute the following command in the terminal to install packages in CentOS 7.0 to 7.8 or in RHEL 7.x.

 

Note: The Installation is supported only on 64-bit OS.

 

Execute the commands below  to install the packages:

 

Command 1: sudo wget https://staticdownloads.site24x7.com/rbmagent_poller/rbm_wpa_packages.sh

Command 2: bash ./rbm_wpa_packages.sh


The commands above will help to download the file named rbm_wpa_packages.sh and then run the same.


Below are the files that are automatically downloaded while running the rbm_wpa_packages.sh file.

 


File 1: docker-wpa-rbm-v4-template.tar.gz

File 2: SITE24x7_DOCKER_V101_RBM_ONPREMISE_MINIFIED.zip


 

These files will be downloaded and checksum validation will be done before installing these files.

 

The checksum values for docker-wpa-rbm-v4-template.tar.gz and  SITE24x7_DOCKER_V101_RBM_ONPREMISE_MINIFIED.zip are present in,

 

 

When you click on these hyperlinks, the files will be downloaded. But they will be installed only when the checksum value downloaded from the file matches the actual checksum value of the file.

 

Steps to validate the Checksum manually

 

If you're using Linux, execute the below code in the console to view the checksum value:

 

sha256sum <Your_Agent_File_Name>

 

When it executes successfully, you will see the checksum value, which can be used for verification.