diff options
author | Matthias Runge <mrunge@redhat.com> | 2019-05-08 11:55:38 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2019-05-08 11:55:38 +0000 |
commit | d9737cbfef39c0f45fa21c7fc28035039c9d17a6 (patch) | |
tree | ad74a4ce61d1428be8163652637af2aa58ec9b28 /docker/barometer-collectd-experimental/run_collectd.sh | |
parent | 46832aaa20b6ca7963e7230928d329383687c56e (diff) | |
parent | 48bd4b945262edf8558abd9c0dacdd18fe8ef84b (diff) |
Merge "docker: Add support for experimental collectd container"
Diffstat (limited to 'docker/barometer-collectd-experimental/run_collectd.sh')
-rw-r--r-- | docker/barometer-collectd-experimental/run_collectd.sh | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/docker/barometer-collectd-experimental/run_collectd.sh b/docker/barometer-collectd-experimental/run_collectd.sh new file mode 100644 index 00000000..b45711e1 --- /dev/null +++ b/docker/barometer-collectd-experimental/run_collectd.sh @@ -0,0 +1,15 @@ +#!/bin/bash +# Copyright 2019 OPNFV +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +/opt/collectd/sbin/collectd -f |