Explorar el Código

fix package_check

yalh76 hace 1 año
padre
commit
2a597cf1e0
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      conf/zabbix-cli.toml
  2. 1 1
      conf/zabbix-cli_default.toml

+ 1 - 1
conf/zabbix-cli.toml

@@ -3,7 +3,7 @@ url = "https://__DOMAIN____PATH__"
 username = "__ZABBIX_USERNAME__"
 password = "__ZABBIX_PASSWORD__"
 auth_token = ""
-verify_ssl = true
+verify_ssl = false
 
 [app]
 default_hostgroups = [

+ 1 - 1
conf/zabbix-cli_default.toml

@@ -3,7 +3,7 @@ url = "https://__DOMAIN____PATH__"
 username = "Admin"
 password = "zabbix"
 auth_token = ""
-verify_ssl = true
+verify_ssl = false
 
 [app]
 default_hostgroups = [