Exactly my sentiment.It is kind of frustrating that Plesk doesn't give as much care to Debian as they do for Ubuntu or AlmaLinux. Debian is very popular in the server industry. It's disappointing that Plesk doesn't support it faster.
Docker Extension - Changelog:
1.8.1 (6 November 2023)
[+] Added support for Debian 12.
Maybe an early Christmas gift is on the way .
Did it work out? I don't see a new version yet, although it's still early in Germany/Switzerland.November 19th
aptitude install base-files linux-image-amd64 libc6 python3 mariadb-server-10.11
root@hosting:/usr/local/bin# systemctl status agent360.service
× agent360.service - agent360
Loaded: loaded (/etc/systemd/system/agent360.service; enabled; preset: enabled)
Active: failed (Result: exit-code) since Thu 2023-11-23 09:59:30 CET; 4min 6s ago
Duration: 3.033s
Process: 729 ExecStart=/usr/local/bin/agent360 (code=exited, status=1/FAILURE)
Main PID: 729 (code=exited, status=1/FAILURE)
CPU: 109ms
Nov 23 09:59:27 hosting systemd[1]: Started agent360.service - agent360.
Nov 23 09:59:30 hosting agent360[729]: Traceback (most recent call last):
Nov 23 09:59:30 hosting agent360[729]: File "/usr/local/bin/agent360", line 5, in <module>
Nov 23 09:59:30 hosting agent360[729]: from agent360.agent360 import main
Nov 23 09:59:30 hosting agent360[729]: ModuleNotFoundError: No module named 'agent360'
Nov 23 09:59:30 hosting systemd[1]: agent360.service: Main process exited, code=exited, status=1/FAILURE
Nov 23 09:59:30 hosting systemd[1]: agent360.service: Failed with result 'exit-code'.
root@hosting:/usr/local/bin#
due to PEP-688pip3 install agent360 --break-system-packages
root@hosting:~# pip3 install agent360 --break-system-packages
Collecting agent360
Using cached agent360-1.2.47-py3-none-any.whl (67 kB)
Collecting psutil
Downloading psutil-5.9.6-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (283 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 283.6/283.6 kB 2.9 MB/s eta 0:00:00
Collecting netifaces
Downloading netifaces-0.11.0.tar.gz (30 kB)
Preparing metadata (setup.py) ... done
Collecting configparser
Downloading configparser-6.0.0-py3-none-any.whl (19 kB)
Collecting future
Downloading future-0.18.3.tar.gz (840 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 840.9/840.9 kB 8.2 MB/s eta 0:00:00
Preparing metadata (setup.py) ... done
Requirement already satisfied: distro in /usr/lib/python3/dist-packages (from agent360) (1.8.0)
Requirement already satisfied: certifi in /usr/lib/python3/dist-packages (from agent360) (2022.9.24)
Building wheels for collected packages: future, netifaces
Building wheel for future (setup.py) ... done
Created wheel for future: filename=future-0.18.3-py3-none-any.whl size=492025 sha256=b35dd422eb40d9a94d9e1d36c253c17c8b00654bdf17b7536250493b249e16bb
Stored in directory: /root/.cache/pip/wheels/da/19/ca/9d8c44cd311a955509d7e13da3f0bea42400c469ef825b580b
Building wheel for netifaces (setup.py) ... done
Created wheel for netifaces: filename=netifaces-0.11.0-cp311-cp311-linux_x86_64.whl size=34231 sha256=8d2f1b6e1a1dfb8cfbf157edb94af7e10a8fe1c5f3a9409b4189798c28ebfb5b
Stored in directory: /root/.cache/pip/wheels/40/85/29/648c19bbbb5f1d30e33bfb343fd7fb54296b402f7205d8e46f
Successfully built future netifaces
Installing collected packages: netifaces, psutil, future, configparser, agent360
Successfully installed agent360-1.2.47 configparser-6.0.0 future-0.18.3 netifaces-0.11.0 psutil-5.9.6
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: 12. Virtual Environments and Packages
root@hosting:~# systemctl start agent360
root@hosting:~# systemctl status agent360
● agent360.service - agent360
Loaded: loaded (/etc/systemd/system/agent360.service; enabled; preset: enabled)
Active: active (running) since Thu 2023-11-23 10:39:50 CET; 6s ago
Main PID: 16984 (agent360)
Tasks: 2 (limit: 19014)
Memory: 11.5M
CPU: 149ms
CGroup: /system.slice/agent360.service
└─16984 /usr/bin/python3 /usr/local/bin/agent360
Nov 23 10:39:50 hosting systemd[1]: Started agent360.service - agent360.
Yes, right, the update for the Plesk Monitoring extension adjusted for Debian12 in testing stage already, an update should be released soon.[...] it's installation routine in Plesk should be changed [...]