一个初学者 通过n8n 调用 zabbix api 生成日报 时遇到的问题

我遇到了一些问题,这个工作流是可以正常运行的,但是使用复制的功能生成一个新工作流后,循环节点的 Done 分支没有条目传出,我不清楚是什么问题导致的,希望有人可以解答这个问题,十分感谢

Information on your n8n setup

  • n8n version: 1.92.2
  • Database (default: SQLite): SQLite
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app): Docker desktop
  • Operating system: windows 11

嘿,我注意到你分享的工作流里,在 Done 分支上的节点图标是一个问号。我猜这是因为你的环境里没有安装这个节点。

你要找的那个节点其实是来自一个社区节点包,名字叫做 n8n-nodes-feishu-lite。如果你还没有安装它,可以先安装这个包试试。

我用 ChatGPT 把我的英文翻译成中文,如果翻译不太自然请见谅,我只是想帮你一下 :blush:

@fahmiiireza Thank you for your response. The Feishu node might just be a display issue. In fact, I have already installed it and it is running well. My problem is that in the newly copied workflow, the loop node does not output values to subsequent nodes after completing the loop, which is quite confusing.

Here is the workflow I copied. It looks the same, but it encounters the issue I mentioned.

朋友,我也借鉴了您的工作流,但是我不清楚zabbix account配置中的url该如何填写,我填的是API地址http://10.2.13.250:9996/api_jsonrpc.php,但是并不正确,期待能得到您的指导

@kanglehao 我自己是使用域名访问的

https://xxxxxxxx/api_jsonrpc.php

云服务器上挂了nginx加证书。我像你这样使用了对应的API地址

http://xxxxxxxx:8080/api_jsonrpc.php

做了测试,是可以正确获取的。你要不检查一下对外的端口和白名单之类的问题。

1 Like