Skip to content

Commit

Permalink
Integration is good
Browse files Browse the repository at this point in the history
  • Loading branch information
renukamanavalan committed Jun 20, 2023
1 parent 41dd5fc commit 38c78f7
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 deletions.
1 change: 0 additions & 1 deletion dockers/docker-device-health/critical_processes
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
program:LoMEngine
group:LoMPluginMgr
5 changes: 1 addition & 4 deletions dockers/docker-device-health/lom.supervisord.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@ stderr_logfile=syslog
dependent_startup=true
dependent_startup_wait_for=start:exited

[group:LoMPluginMgr]
programs={% for key in procs %}{{ key }}{% if not loop.last %},{% endif %}{% endfor %}

{% for proc in procs %}
[program:LoMPluginMgr-{{ proc }}]
command=/usr/bin/LoMPluginMgr {{ proc }}
Expand All @@ -62,7 +59,7 @@ autorestart=false
stdout_logfile=syslog
stderr_logfile=syslog
dependent_startup=true
dependent_startup_wait_for=start:exited
dependent_startup_wait_for=LoMEngine:running
{% endfor %}


0 comments on commit 38c78f7

Please sign in to comment.