diff options
author | Liam Fallon <liam.fallon@est.tech> | 2019-03-06 13:59:43 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-03-06 13:59:43 +0000 |
commit | 9bc90a60d8248410cd2aca9ff394b86a7e839a2d (patch) | |
tree | 6d8ed1fe303e4940ddcd0fc6ae31304877642133 /packages/base/src | |
parent | c4f4624a310a567b20a3d8900ae90fa7cbfa23f7 (diff) | |
parent | b68a2f1521b0e9ccb91e41b114ee7022827a19db (diff) |
Merge "pdp-d remove volume + install simplifications"
Diffstat (limited to 'packages/base/src')
-rw-r--r-- | packages/base/src/files/etc/monitor/monitor.cfg | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/base/src/files/etc/monitor/monitor.cfg b/packages/base/src/files/etc/monitor/monitor.cfg index 8b987a20..f838aa73 100644 --- a/packages/base/src/files/etc/monitor/monitor.cfg +++ b/packages/base/src/files/etc/monitor/monitor.cfg @@ -1,8 +1,8 @@ ### # ============LICENSE_START======================================================= -# ONAP POLICY +# ONAP # ================================================================================ -# Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. +# Copyright (C) 2017, 2019 AT&T Intellectual Property. All rights reserved. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -25,3 +25,4 @@ # on: component is to be monitored and should started # off: component is to be monitored and should stopped # There should be no component duplicate lines +policy-management-controller=on |