-
Notifications
You must be signed in to change notification settings - Fork 1.8k
[Pmon] Add new daemon "syseepromd" to pmon docker #2866
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
00bc96a
add make file and start.sh to support post-syseeprom
keboliu 5105be1
fix confllicts
keboliu 961fa28
add clear state db code
keboliu 6755b90
add pmon event listener
keboliu 7c82a39
move event-listener to sonic/dockers/docker-platform-monitor folder
keboliu f43de3a
add scripts
keboliu c498dca
add error code handling for calling scrpits
keboliu a992835
remove extra empty line
keboliu c002f7f
Revert "remove extra empty line"
keboliu 162a763
change it from one-shot task to a daemon
keboliu db3ea2c
remove extra blank line
keboliu 6daae18
set conf to have syseepromd can always be restarted
keboliu b97e5fa
update submodule pointer
keboliu f9525a2
merge master to branch
keboliu File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| # sonic-syseepromd (SONiC Syseeprom gathering daemon) Debian package | ||
|
|
||
| SONIC_SYSEEPROMD = python-sonic-syseepromd_1.0-1_all.deb | ||
| $(SONIC_SYSEEPROMD)_SRC_PATH = $(SRC_PATH)/sonic-platform-daemons/sonic-syseepromd | ||
| SONIC_PYTHON_STDEB_DEBS += $(SONIC_SYSEEPROMD) |
Submodule sonic-platform-daemons
updated
from 366ac0 to 84bca6
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.