File make-python3.patch of Package percona-monitoring-plugins
--- a/make.sh 2023-06-10 01:45:53.870322115 +0200
+++ b/make.sh 2023-06-10 01:48:44.431522343 +0200
@@ -89,9 +89,9 @@
# Generate Zabbix XML templates and agent configs
FILE="release/code/zabbix/templates/zabbix_agent_template_percona_mysql_server_ht_2.0.9-sver${VERSION}.xml"
-python zabbix/bin/pmp-zabbix-template.py -o xml > "${FILE}"
+python3 zabbix/bin/pmp-zabbix-template.py -o xml > "${FILE}"
FILE="release/code/zabbix/templates/userparameter_percona_mysql.conf"
-python zabbix/bin/pmp-zabbix-template.py -o config > "${FILE}"
+python3 zabbix/bin/pmp-zabbix-template.py -o config > "${FILE}"
# Make the Nagios documentation into Sphinx .rst format. The Cacti docs are
# already in Sphinx format.