diff --git a/zabbix/init_zabbix.sh b/zabbix/init_zabbix.sh index 9c8a3f8..144c1fb 100755 --- a/zabbix/init_zabbix.sh +++ b/zabbix/init_zabbix.sh @@ -16,7 +16,7 @@ echo "DBPassword=${DB_PASSWORD}" >> /etc/zabbix/zabbix_server.conf.d/db.conf sed "s@^\(\$DB\['PASSWORD'\][^=]*\).*@\1= '${DB_PASSWORD}';@g" /usr/share/zabbix/conf/zabbix.conf.php.example > /etc/zabbix/web/zabbix.conf.php wget -qO /usr/bin/freesms https://gitlab.blorand.org/benoit/helper-scripts/raw/branch/master/sms/freesms -wget -Qo /usr/lib/zabbix/alertscripts/freesms https://gitlab.blorand.org/benoit/helper-scripts/raw/branch/master/sms/freesms.zabbix_alert_script +wget -qO /usr/lib/zabbix/alertscripts/freesms https://gitlab.blorand.org/benoit/helper-scripts/raw/branch/master/sms/freesms.zabbix_alert_script chmod +x /usr/lib/zabbix/alertscripts/freesms /usr/bin/freesms systemctl --now enable zabbix-server zabbix-agent nginx php7.3-fpm