|
@@ -3,11 +3,11 @@
|
|
|
|
|
|
|
|
# Diese Module werden von Zabbix für MySQL/MariaDB und PHP 8.2 zwingend benötigt
|
|
# Diese Module werden von Zabbix für MySQL/MariaDB und PHP 8.2 zwingend benötigt
|
|
|
#apt update
|
|
#apt update
|
|
|
-#apt install -y php8.2-mysql php8.2-gd php8.2-bcmath php8.2-mbstring php8.2-xml php8.2-ldap php8.2-curl
|
|
|
|
|
|
|
+apt install -y php8.2-mysql php8.2-gd php8.2-bcmath php8.2-mbstring php8.2-xml php8.2-ldap php8.2-curl
|
|
|
|
|
|
|
|
# Restart von PHP-FPM und NGINX, damit neue Module erkannt werden
|
|
# Restart von PHP-FPM und NGINX, damit neue Module erkannt werden
|
|
|
-#systemctl restart php8.2-fpm
|
|
|
|
|
-#systemctl restart nginx
|
|
|
|
|
|
|
+systemctl restart php8.2-fpm
|
|
|
|
|
+systemctl restart nginx
|
|
|
|
|
|
|
|
#=================================================
|
|
#=================================================
|
|
|
# IMPORT GENERIC HELPERS
|
|
# IMPORT GENERIC HELPERS
|