Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

agent添加上报自定义内容功能 #167

Open
bingotl opened this issue Feb 24, 2025 · 1 comment
Open

agent添加上报自定义内容功能 #167

bingotl opened this issue Feb 24, 2025 · 1 comment

Comments

@bingotl
Copy link

bingotl commented Feb 24, 2025

需求:比如在服务器指定路径创建一个json文件,如果符合要求,就把JSON的内容上报到私有备注/公共备注里
当然为了保证上报效率,可以对节点数量或者数据大小进行限制。
例如json模板:
{
"note": {
"name": "name1",
"id": 5,
"bool": true
},
"public_note": {
"name": "name2",
}
}

原因:我有多台服务器,agent后端给我自动上报任务进度,我就可以通过哪吒面板一览无余,不用去二次开发agent!可以满足开发者的使用需求!

@uubulb
Copy link
Contributor

uubulb commented Feb 24, 2025

个人感觉引入自定义项目会增加复杂性,同时也得不到太好的支持

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants