Plesk

360 Monitoring installation fails on CentOS/AlmaLinux 9: Error: Unable to find a match: python36-devel

Symptoms

Cause

The issue is caused by bug in 360 Monitoring installation script with ID CPCLOUD-1526. It will be fixed in future product udpates.

Resolution

As a workaround install 360 Monitoring as follows:

  1. Download installation script first:

    # wget -q -N monitoring.platform360.io/agent360.sh

  1. Patch the script by executing below command::

    # sed -i 's/python36/python3/g' agent360.sh && sed -i 's/pip3.6/pip3/g' agent360.sh

  1. Restart agent installation using patched agent360.sh script:

    # bash agent360.sh <your unique UUID here>

Exit mobile version