Skip to content
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

[doc] Monitoring and Auto-mitigating the unhealthy of docker containers in SONiC #564

Open
wants to merge 57 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
Show all changes
57 commits
Select commit Hold shift + click to select a range
15c53ce
[monitoring] Add a document to provide the details about the monitoring
yozhao101 Feb 18, 2020
689c5a7
[Monitoring] Add an item in the section of overview.
yozhao101 Feb 19, 2020
2b31fef
[Moniting] Add functional requirements.
yozhao101 Feb 19, 2020
6a2c01a
[Monitoring] Add section of design overview.
yozhao101 Feb 19, 2020
ac56da8
[Monitoring] add section of design overview.
yozhao101 Feb 19, 2020
e294a9c
[Monitoring] Add section of design overview.
yozhao101 Feb 19, 2020
9546882
[Monitoring] Add introduction for auto-restart feature in overview.
yozhao101 Feb 19, 2020
8f157ec
[Monitoring] Add the section of basic approach.
yozhao101 Feb 19, 2020
752dad0
[Monitoring] Add paragraph in section of basic approach.
yozhao101 Feb 19, 2020
38d6cab
[Monitoring] Add description in the section of feature overview.
yozhao101 Feb 19, 2020
df37188
[Monitoring] Delete some extra blank lines.
yozhao101 Feb 19, 2020
6d04987
[Monitoring] Reword in the feature overview.
yozhao101 Feb 19, 2020
9724d9e
[Monitoring] Add a section of use cases.
yozhao101 Feb 19, 2020
fe17999
[Monitoring] Add section of Monitoring Critical Processes.
yozhao101 Feb 19, 2020
5d3bdfa
[Moniting] Add a section about monitoring the critical process.
yozhao101 Feb 19, 2020
c948aa2
[Monitoring] Add a section of monitoring critical resources.
yozhao101 Feb 19, 2020
c5c0191
[Monitoring] Add a section of auto-restart docker container.
yozhao101 Feb 20, 2020
4023874
[Monitoring] Correct the hyper-link.
yozhao101 Feb 20, 2020
7a84612
[Monitoring] Correct the typo in the hyper-link.
yozhao101 Feb 20, 2020
9941852
[Monitoring] Correct a typo in the hyper-link.
yozhao101 Feb 20, 2020
58c1f79
[Monitoring] Add a hyper-link for container feature table.
yozhao101 Feb 20, 2020
da03448
[Monitoring] Reword the sentence in the section of feature overview.
yozhao101 Feb 20, 2020
9884fc2
[Monitoring] Reword the sentences in the section of auto-restart
yozhao101 Feb 21, 2020
e0f0d96
[Doc-Monitoring] Reword the title and the section of feature overview.
yozhao101 Feb 24, 2020
1dc3a96
[Doc-monitoring] Reworded the sentences and fixed the typo.
yozhao101 Feb 24, 2020
0124b94
[Doc-monitoring] Reword and correct the typos.
yozhao101 Feb 24, 2020
0774344
[Doc-monitoring] Revised the functional requirement.
yozhao101 Feb 24, 2020
a852c35
[Doc-monitoring] Reword the basic approach.
yozhao101 Feb 24, 2020
a5d094b
[Doc-monitoring] Reworded basic approach and fix the typos.
yozhao101 Feb 24, 2020
93826e4
[Doc-monitoring] Correct the typo of supervisord.
yozhao101 Feb 24, 2020
0e84f87
[Doc-monitoring] When a process changes from running to exited, the
yozhao101 Feb 24, 2020
965fc61
[Doc-monitoring] Reword the mechanism of event listener to 'event
yozhao101 Feb 24, 2020
5c69e6e
[Doc-monitoring] Correct a typo and remove the init_cfg.json in line 90
yozhao101 Feb 25, 2020
a040c34
[Doc-monitoring] Reword the gives to provides in line 101.
yozhao101 Feb 25, 2020
a28459a
[Doc-monitoring] Reword the sentence "we emplyed 'event listener'
yozhao101 Feb 25, 2020
8b270be
[Doc-monitoring] Reword the line 68 to we leveraged the 'event listener'
yozhao101 Feb 25, 2020
7710e1b
[Doc-monitoring] Add the proposed section for memory, cpu and disk
yozhao101 Feb 25, 2020
6d73a9d
[Doc-monitoring] Add a section for the new proposal resource alerting.
yozhao101 Feb 25, 2020
d4c4fd4
[Doc-monitoring] Place the value of memory threshold in section 2.5.
yozhao101 Feb 25, 2020
f36f5ef
[Doc-monitoring] Reorganize the sections 2.2.3 and 2.2.4.
yozhao101 Feb 25, 2020
2edc3d4
[Doc-monitoring] Reword the section 2.2.2.
yozhao101 Feb 25, 2020
d041d78
[Doc-monitoring] Reword in the section 2.2.4 Monitoring Critical
yozhao101 Feb 25, 2020
f94d019
[Monitoring] Add a section to describe the relationship between
yozhao101 Mar 8, 2020
02bd31c
[Monitoring] Add a word "same" in the last sentence of section 2.2.1
yozhao101 Mar 8, 2020
fa20bea
[Monitrong] Reword the section 1.3.3.
yozhao101 Mar 9, 2020
e4d9a8d
[Monitoring] Correct a commection symbol.
yozhao101 Mar 9, 2020
7c917c0
[Monitoring] Fix a error for connection symbol.
yozhao101 Mar 9, 2020
3fad48f
[Monitoring] Swap the location of section 2.2.2 and section 2.2.3.
yozhao101 Mar 10, 2020
eb30432
[Monitoring] Correct a typo.
yozhao101 Mar 10, 2020
a84bfdf
[Monitoring] Delete an extra space.
yozhao101 Mar 10, 2020
8a908c2
[Monitoring] Delete the file which is added mistakenly.
yozhao101 Mar 10, 2020
7056a9f
[memory_restart] Add the description of monitoring the critical process
yozhao101 Jul 22, 2021
9b30502
[memory_restart] Fix the format issue.
yozhao101 Jul 22, 2021
dc80bcb
[memory_restart] Fix the format issues.
yozhao101 Jul 22, 2021
7ed89b7
[memory_restart] Change the syntax of `show` and `config` commands.
yozhao101 Jul 22, 2021
702e4d8
[mem_restart] Fix the typos.
yozhao101 Jul 22, 2021
91c5d9b
[mem_restart] Fix the typos.
yozhao101 Jul 22, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view