feat(templates): enhance sematext agent templates

This commit is contained in:
Anthony Lapenna
2018-03-15 08:11:20 +10:00
parent caa76b8e54
commit 1237caa700

View File

@@ -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"
}
]
}
]