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

Integrate with node-problem-detector #46

Open
ArchangelSDY opened this issue Aug 19, 2022 · 1 comment
Open

Integrate with node-problem-detector #46

ArchangelSDY opened this issue Aug 19, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@ArchangelSDY
Copy link
Contributor

ArchangelSDY commented Aug 19, 2022

Background

Currently kdebug works as a command-line tool. Also it requires direct machine access like SSH. If we could extend it's form, for example, to be part of monitoring system, there should be more interesting use cases.

Design

node-problem-detector is an official Kubernetes project. It runs as a daemon process on each node and can report various node problems to various data sinks.

It supports custom plugins which can invoke any external programs. We can integrate with this and become part of its monitoring ecosystem.

Works

  • Return non-zero exit code in case of problems.
  • Support a short message formatted, as NPD has a limitation of message length.
  • Have doc/examples for how to deploy
@ArchangelSDY ArchangelSDY self-assigned this Aug 22, 2022
@ArchangelSDY ArchangelSDY added the enhancement New feature or request label Sep 2, 2022
@ArchangelSDY ArchangelSDY removed their assignment Sep 16, 2022
@ArchangelSDY
Copy link
Contributor Author

@frankqianms frankqianms self-assigned this Sep 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants