We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
需求:比如在服务器指定路径创建一个json文件,如果符合要求,就把JSON的内容上报到私有备注/公共备注里 当然为了保证上报效率,可以对节点数量或者数据大小进行限制。 例如json模板: { "note": { "name": "name1", "id": 5, "bool": true }, "public_note": { "name": "name2", } }
原因:我有多台服务器,agent后端给我自动上报任务进度,我就可以通过哪吒面板一览无余,不用去二次开发agent!可以满足开发者的使用需求!
The text was updated successfully, but these errors were encountered:
个人感觉引入自定义项目会增加复杂性,同时也得不到太好的支持
Sorry, something went wrong.
No branches or pull requests
需求:比如在服务器指定路径创建一个json文件,如果符合要求,就把JSON的内容上报到私有备注/公共备注里
当然为了保证上报效率,可以对节点数量或者数据大小进行限制。
例如json模板:
{
"note": {
"name": "name1",
"id": 5,
"bool": true
},
"public_note": {
"name": "name2",
}
}
原因:我有多台服务器,agent后端给我自动上报任务进度,我就可以通过哪吒面板一览无余,不用去二次开发agent!可以满足开发者的使用需求!
The text was updated successfully, but these errors were encountered: