Skip to content

Commit

Permalink
[pmon]: Fix the continous syseepromd autorestart issue on 201911 (#4478)
Browse files Browse the repository at this point in the history
- Remove syseepromd from the critical process of pmon docker
- Fix supervisor autorestart configuration of syseepromd
  • Loading branch information
sujinmkang authored Apr 30, 2020
1 parent 46161ca commit cbc75fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion dockers/docker-platform-monitor/critical_processes
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
ledd
xcvrd
psud
syseepromd
Original file line number Diff line number Diff line change
Expand Up @@ -86,19 +86,19 @@ startsecs=0
command=/usr/bin/syseepromd
priority=8
autostart=false
autorestart=true
autorestart=unexpected
stdout_logfile=syslog
stderr_logfile=syslog
startsecs=0
startsecs=10
{% endif %}

{% if not skip_thermalctld %}
[program:thermalctld]
command=/usr/bin/thermalctld
priority=9
autostart=false
autorestart=true
autorestart=unexpected
stdout_logfile=syslog
stderr_logfile=syslog
startsecs=0
startsecs=10
{% endif %}

0 comments on commit cbc75fe

Please sign in to comment.