diff options
Diffstat (limited to 'packages/base/src/files/etc/monitor')
-rw-r--r-- | packages/base/src/files/etc/monitor/monitor.cfg | 16 |
1 files changed, 16 insertions, 0 deletions
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 |