mirror of
https://github.com/kubernetes/node-problem-detector.git
synced 2026-03-01 17:20:25 +00:00
If you're using some monitoring solution that aggregates events from your Kubernetes cluster, having the underlying reason why a condition triggered could be very useful, especially if you are using custom plugin monitors. Co-authored-by: Micah Norman <micnorman@paypal.com> Signed-off-by: Ryan Eschinger <reschinger@paypal.com>
Custom Plugin Monitor
Custom plugin monitor is a plugin mechanism for node-problem-detector. It will extend node-problem-detector to execute any monitor scripts written in any language. The monitor scripts must conform to the plugin protocol in exit code and standard output. For more info about the plugin protocol, please refer to the node-problem-detector plugin interface proposal