Files
node-problem-detector/pkg/custompluginmonitor
k8s-ci-robot d793330dcd Merge pull request #203 from andyxning/fix_custom_plugin_monitor_condition_change
fix custom plugin monitor condition change
2018-11-27 10:37:42 -08:00
..
2018-06-20 15:55:19 -07:00
2017-11-22 10:14:09 +08:00

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