1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/zabbix_ynh.git synced 2024-09-03 20:36:14 +02:00

--noproxy localhost

This commit is contained in:
Mickael-Martin 2019-07-03 13:58:59 +02:00
parent ab68a71b79
commit 14efffe3eb

View file

@ -83,7 +83,7 @@ import_template(){
chmod a+x /etc/zabbix/zabbix_agentd.d/yunohost.sh
systemctl restart zabbix-agent
curlOptions="-k -s --cookie cookiejar.txt --cookie-jar cookiejar.txt --resolve $domain:443:127.0.0.1"
curlOptions="--noproxy localhost -k -s --cookie cookiejar.txt --cookie-jar cookiejar.txt --resolve $domain:443:127.0.0.1"
curl -L $curlOptions \
--form "enter=Sign+in" \