feat(templates): enhance sematext agent templates
This commit is contained in:
@@ -497,6 +497,33 @@
|
||||
],
|
||||
"volumes": ["/var/www/html/"]
|
||||
},
|
||||
{
|
||||
"type": "container",
|
||||
"title": "Sematext Docker Agent",
|
||||
"description": "Collect logs, metrics and docker events",
|
||||
"categories": ["Log Management", "Monitoring"],
|
||||
"platform": "linux",
|
||||
"logo": "https://sematext.com/wp-content/uploads/2016/08/octi.png",
|
||||
"image": "sematext/sematext-agent-docker:latest",
|
||||
"name": "sematext-agent",
|
||||
"privileged": true,
|
||||
"env": [
|
||||
{
|
||||
"name": "LOGSENE_TOKEN",
|
||||
"label": "Logs token"
|
||||
},
|
||||
{
|
||||
"name": "SPM_TOKEN",
|
||||
"label": "SPM monitoring token"
|
||||
}
|
||||
],
|
||||
"volumes": [
|
||||
{
|
||||
"container": "/var/run/docker.sock",
|
||||
"bind": "/var/run/docker.sock"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "container",
|
||||
"title": "Mautic",
|
||||
@@ -755,31 +782,5 @@
|
||||
"bind": "/var/run/docker.sock"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "Sematext Docker Agent",
|
||||
"type": "container",
|
||||
"description": "Collect logs, metrics and docker events",
|
||||
"logo": "https://sematext.com/wp-content/uploads/2016/08/octi.png",
|
||||
"image": "sematext/sematext-agent-docker:latest",
|
||||
"name": "sematext-agent",
|
||||
"platform": "linux",
|
||||
"privileged": true,
|
||||
"env": [
|
||||
{
|
||||
"name": "LOGSENE_TOKEN",
|
||||
"label": "Logs token"
|
||||
},
|
||||
{
|
||||
"name": "SPM_TOKEN",
|
||||
"label": "SPM monitoring token"
|
||||
}
|
||||
],
|
||||
"volumes": [
|
||||
{
|
||||
"container": "/var/run/docker.sock",
|
||||
"bind": "/var/run/docker.sock"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user