mirror of https://github.com/portainer/portainer
feat(templates): add datadog agent templates
parent
cbe4cc92db
commit
df1592a3d2
|
@ -500,6 +500,38 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": 1,
|
||||
"title": "Datadog agent",
|
||||
"description": "Collect events and metrics",
|
||||
"categories": ["Monitoring"],
|
||||
"platform": "linux",
|
||||
"logo": "https://portainer.io/images/logos/datadog_agent.png",
|
||||
"image": "datadog/agent:latest",
|
||||
"env": [
|
||||
{
|
||||
"name": "DD_API_KEY",
|
||||
"label": "Datadog API key"
|
||||
}
|
||||
],
|
||||
"volumes": [
|
||||
{
|
||||
"container": "/var/run/docker.sock",
|
||||
"bind": "/var/run/docker.sock",
|
||||
"readonly": true
|
||||
},
|
||||
{
|
||||
"container": "/host/sys/fs/cgroup",
|
||||
"bind": "/sys/fs/cgroup",
|
||||
"readonly": true
|
||||
},
|
||||
{
|
||||
"container": "/host/proc",
|
||||
"bind": "/proc",
|
||||
"readonly": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": 1,
|
||||
"title": "Mautic",
|
||||
|
@ -824,5 +856,23 @@
|
|||
"label": "SPM monitoring token"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "Datadog agent",
|
||||
"type": 2,
|
||||
"categories": ["Monitoring"],
|
||||
"description": "Collect events and metrics",
|
||||
"logo": "https://portainer.io/images/logos/datadog_agent.png",
|
||||
"platform": "linux",
|
||||
"repository": {
|
||||
"url": "https://github.com/portainer/templates",
|
||||
"stackfile": "stacks/datadog-agent/docker-stack.yml"
|
||||
},
|
||||
"env": [
|
||||
{
|
||||
"name": "API_KEY",
|
||||
"label": "Datadog API key"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue