[Monit] Delay start of monitoring for 5 minutes#4281
Merged
jleveque merged 1 commit intosonic-net:masterfrom Mar 19, 2020
yozhao101:delay_monit_start_monitoring
Merged
[Monit] Delay start of monitoring for 5 minutes#4281jleveque merged 1 commit intosonic-net:masterfrom yozhao101:delay_monit_start_monitoring
jleveque merged 1 commit intosonic-net:masterfrom
yozhao101:delay_monit_start_monitoring
Conversation
intentionally such that all containers and processes have ample time to start up. Signed-off-by: Yong Zhao <[email protected]>
jleveque
approved these changes
Mar 18, 2020
Contributor
|
Retest mellanox please |
Contributor
|
Retest vsimage please |
1 similar comment
Contributor
|
Retest vsimage please |
yxieca
pushed a commit
that referenced
this pull request
Mar 19, 2020
rlhui
pushed a commit
that referenced
this pull request
Mar 23, 2020
tiantianlv
pushed a commit
to SONIC-DEV/sonic-buildimage
that referenced
this pull request
Apr 24, 2020
mssonicbld
added a commit
that referenced
this pull request
Mar 13, 2026
…atically (#25997) #### Why I did it src/sonic-utilities ``` * c44c5b58 - (HEAD -> 202511, origin/202511) [202511] fix scapy delayed import when we have large routes (#4347) (9 hours ago) [Hemanth Kumar Tirupati] * 9f657f10 - [Arista] Add TH5 HWSKU to list for pfcwd support (#4351) (15 hours ago) [mssonicbld] * cca526c5 - Fix route_check.py redis client high memory usage (#4349) (30 hours ago) [mssonicbld] * 11283db0 - [Mellanox] Add restricted sysfs to fw control list (#4281) (2 days ago) [mssonicbld] * 2b163fd7 - [202511] Fix issue: pmon services's restart count is not cleared during config reload (#4314) (#4336) (3 days ago) [Stephen Sun] * 9bdae28f - Add CLI support for "show interfaces <intf> <phy-signal/phy-serdes>"commands (#4342) (3 days ago) [prajjwal-arista] * a4a3fb6a - Cherry-pick PR sonic-net/sonic-utilities#4152 (wredcounters, counterpoll) (#4328) (3 days ago) [saksarav-nokia] * b784464f - Add interface FEC stats to generate_dump output (#4309) (3 days ago) [Fraser Gordon] * b15b6cdc - Fix delayed scapy import in lag_keepalive script when we have a lot of routes (#4339) (3 days ago) [mssonicbld] * 04adbbe3 - Limit PFC WD Detection time to maximum value of 1000ms (#4340) (3 days ago) [mssonicbld] * a31dc268 - Fetch capability of mirror before configuring it (#4204) (3 days ago) [mssonicbld] * 4cd422a5 - Add filesystem sync after plugin installation (#4338) (3 days ago) [mssonicbld] ``` #### How I did it #### How to verify it #### Description for the changelog
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
- What I did
We intentionally delay Monit to start monitoring for 5 minutes such that all containers and
processes have ample time to start up. Doing this change can prevent Monit from
generating error message such as no such container or process running.
- How I did it
- How to verify it