1 # ===============LICENSE_START=======================================================
3 # ===================================================================================
4 # Copyright (C) 2017-2018 AT&T Intellectual Property & Tech Mahindra. All rights reserved.
5 # ===================================================================================
6 # This Acumos software file is distributed by AT&T and Tech Mahindra
7 # under the Apache License, Version 2.0 (the "License");
8 # you may not use this file except in compliance with the License.
9 # You may obtain a copy of the License at
11 # http://www.apache.org/licenses/LICENSE-2.0
13 # This file is distributed on an "AS IS" BASIS,
14 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 # See the License for the specific language governing permissions and
16 # limitations under the License.
17 # ===============LICENSE_END=========================================================
19 metricsets: ["container", "cpu", "diskio", "healthcheck", "info", "memory", "network"]
20 hosts: ["unix:///var/run/docker.sock"]
23 # To connect to Docker over TLS you must specify a client and CA certificate.
25 #certificate_authority: "/etc/pki/root/ca.pem"
26 #certificate: "/etc/pki/client/cert.pem"
27 #key: "/etc/pki/client/cert.key"