From 91d04c64771832a0b8815ffbe1f0f9920320d94d Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Tue, 14 Feb 2017 19:41:00 -0500 Subject: Initial OpenECOMP policy/engine commit Change-Id: I7dbff37733b661643dd4d1caefa3d7dccc361b6e Signed-off-by: Pamela Dragosh --- packages/base/src/files/etc/monitor/monitor.cfg | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 packages/base/src/files/etc/monitor/monitor.cfg (limited to 'packages/base/src/files/etc/monitor') diff --git a/packages/base/src/files/etc/monitor/monitor.cfg b/packages/base/src/files/etc/monitor/monitor.cfg new file mode 100644 index 000000000..5314839e1 --- /dev/null +++ b/packages/base/src/files/etc/monitor/monitor.cfg @@ -0,0 +1,16 @@ +# Line Format: component=status where +# component=pap|pdp|pypdp|configs|console|paplp|pdplp and +# status=on|off|uninstalled where +# on: component is to be monitored and should started +# off: component is to be monitored and should stopped +# uninstalled: component is NOT to be monitored +# There should be no component duplicate lines + +pap=uninstalled +pdp=uninstalled +configs=uninstalled +pypdp=uninstalled +console=uninstalled +paplp=uninstalled +pdplp=uninstalled +brmsgw=uninstalled -- cgit 1.2.3-korg