mirror of
https://github.com/YunoHost-Apps/zabbix_ynh.git
synced 2024-09-03 20:36:14 +02:00
debug curl
This commit is contained in:
parent
14efffe3eb
commit
3b30f50995
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ import_template(){
|
||||||
chmod a+x /etc/zabbix/zabbix_agentd.d/yunohost.sh
|
chmod a+x /etc/zabbix/zabbix_agentd.d/yunohost.sh
|
||||||
|
|
||||||
systemctl restart zabbix-agent
|
systemctl restart zabbix-agent
|
||||||
curlOptions="--noproxy localhost -k -s --cookie cookiejar.txt --cookie-jar cookiejar.txt --resolve $domain:443:127.0.0.1"
|
curlOptions="--noproxy localhost -k --cookie cookiejar.txt --cookie-jar cookiejar.txt --resolve $domain:443:127.0.0.1"
|
||||||
|
|
||||||
curl -L $curlOptions \
|
curl -L $curlOptions \
|
||||||
--form "enter=Sign+in" \
|
--form "enter=Sign+in" \
|
||||||
|
|
Loading…
Add table
Reference in a new issue