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

Generalize the kernel monitor code. #92

Merged

Conversation

Random-Liu
Copy link
Member

@Random-Liu Random-Liu commented Feb 7, 2017

For #44.
Based on #81 and #88.

his PR:

  • Change kernel monitor to system log monitor, because we want to generalize kernel monitor to detect problems of different system daemons.
  • Change syslog to filelog, because actually it does not only support syslog now, it should be able to support most file based logs.
  • Update the README.md.

/cc @dchen1107 @kubernetes/node-problem-detector-reviewers


This change is Reviewable

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Feb 7, 2017
@Random-Liu Random-Liu added this to the Kubernetes v1.6 milestone Feb 7, 2017
@Random-Liu Random-Liu force-pushed the generalize-log-monitor-code-name branch 3 times, most recently from 4d3bbf1 to 903d8db Compare February 8, 2017 22:02
@Random-Liu Random-Liu force-pushed the generalize-log-monitor-code-name branch 2 times, most recently from 6a8f735 to 177a77c Compare February 15, 2017 01:23
@dchen1107
Copy link
Member

I reviewed two commits 1) Change kernel specific name in code base and change syslog to filelog
2) Update the README.md in this pr. and they are lgtm.

Meanwhile, should we update README that node-problem-detector can also run as a standalone daemon now? I am ok with another pr.

@dchen1107
Copy link
Member

Please rebase it, and we are ready to merge.

@Random-Liu Random-Liu force-pushed the generalize-log-monitor-code-name branch from 177a77c to dba47bd Compare February 15, 2017 21:07
@Random-Liu
Copy link
Member Author

Apply LGTM based on #92 (comment).

Will merge this after test passed.

@Random-Liu
Copy link
Member Author

Meanwhile, should we update README that node-problem-detector can also run as a standalone daemon now? I am ok with another pr.

Actually, @andyxning updated the README.md before https://github.com/kubernetes/node-problem-detector#start-standalone

But yes, we should put more information there.

@Random-Liu Random-Liu merged commit 92e67b8 into kubernetes:master Feb 15, 2017
@Random-Liu Random-Liu deleted the generalize-log-monitor-code-name branch February 15, 2017 21:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cncf-cla: yes Indicates the PR's author has signed the CNCF CLA.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants