Prometheus-and-Grafana-Dock.../helpers/aws/node_exporter_task_definiti...

23 lines
536 B
JSON
Raw Normal View History

2020-04-09 23:45:33 +00:00
{
"family": "prometheus",
"containerDefinitions": [
{
"portMappings": [
{
"hostPort": 9100,
"containerPort": 9100,
"protocol": "tcp"
}
],
"essential": true,
"name": "node_exporter",
"image": "prom/node-exporter",
"cpu": 0,
"privileged": null,
"memoryReservation": 150
}
],
"volumes": [],
"networkMode": "host"
}