feat(templates): add Microsoft OMS agent template
This commit is contained in:
@@ -768,6 +768,30 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "stack",
|
||||
"title": "Microsoft OMS Agent",
|
||||
"description": "Microsoft Operations Management Suite Linux agent.",
|
||||
"categories": ["OPS"],
|
||||
"platform": "linux",
|
||||
"logo": "https://portainer.io/images/logos/microsoft.png",
|
||||
"repository": {
|
||||
"url": "https://github.com/portainer/templates",
|
||||
"stackfile": "stacks/microsoft-oms/docker-stack.yml"
|
||||
},
|
||||
"env": [
|
||||
{
|
||||
"name": "AZURE_WORKSPACE_ID",
|
||||
"label": "Workspace ID",
|
||||
"description": "Azure Workspace ID"
|
||||
},
|
||||
{
|
||||
"name": "AZURE_PRIMARY_KEY",
|
||||
"label": "Primary key",
|
||||
"description": "Azure primary key"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "Sematext Docker Agent",
|
||||
"type": "stack",
|
||||
|
||||
Reference in New Issue
Block a user