kubernetes / node-problem-detector

This is a place for various problem detectors running on the Kubernetes nodes.
Apache License 2.0
2.83k stars 615 forks source link

Hooking up 3rd party problem daemons #921

Open aditigaur4 opened 1 week ago

aditigaur4 commented 1 week ago

Hello,

We have a use case that is not quite fitting into the custom plugin monitor, and we were wondering if there is an interface to write a problem daemon and have it report to NPD. If my understanding is correct from the docs (which are a bit old) that this communication between problem daemons and NPD happens via go channels? Do you have any references on how we might go about writing a custom problem daemon for NPD? and how to use the NPD problem report api?

Thank you!