Merge "Enable collectd health check"
This commit is contained in:
commit
09a3c8b379
@ -97,6 +97,8 @@ outputs:
|
|||||||
privileged: true
|
privileged: true
|
||||||
user: root
|
user: root
|
||||||
restart: always
|
restart: always
|
||||||
|
healthcheck:
|
||||||
|
test: /openstack/healthcheck
|
||||||
volumes:
|
volumes:
|
||||||
list_concat:
|
list_concat:
|
||||||
- {get_attr: [ContainersCommon, volumes]}
|
- {get_attr: [ContainersCommon, volumes]}
|
||||||
|
@ -37,6 +37,7 @@ parameters:
|
|||||||
- memory
|
- memory
|
||||||
- processes
|
- processes
|
||||||
- tcpconns
|
- tcpconns
|
||||||
|
- unixsock
|
||||||
type: comma_delimited_list
|
type: comma_delimited_list
|
||||||
description: >
|
description: >
|
||||||
List of collectd plugins to activate on all overcloud hosts. See
|
List of collectd plugins to activate on all overcloud hosts. See
|
||||||
@ -206,6 +207,8 @@ outputs:
|
|||||||
collectd::recurse: true
|
collectd::recurse: true
|
||||||
collectd::purge_config: true
|
collectd::purge_config: true
|
||||||
collectd::minimum_version: "5.7"
|
collectd::minimum_version: "5.7"
|
||||||
|
collectd::plugin::unixsock::socketgroup: root
|
||||||
|
collectd::plugin::unixsock::socketfile: /var/run/collectd-socket
|
||||||
tripleo.collectd.plugins.collectd:
|
tripleo.collectd.plugins.collectd:
|
||||||
yaql:
|
yaql:
|
||||||
data:
|
data:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user