File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -102,9 +102,13 @@ certain backends. Some of them can be disabled at compile-time using a build tag
102102
103103* ` --config.custom-plugin-monitor ` : List of paths to custom plugin monitor config files, comma-separated, e.g.
104104 [ config/custom-plugin-monitor.json] ( https://github.com/kubernetes/node-problem-detector/blob/master/config/custom-plugin-monitor.json ) .
105- Node problem detector will start a separate custom plugin monitor for each configuration. You can
106- use different custom plugin monitors to monitor different node problems. This is also used to set up the health checkers using
107- the configs/health-checker* .json config files.
105+ Node problem detector will start a separate custom plugin monitor for each configuration. You can
106+ use different custom plugin monitors to monitor different node problems.
107+
108+
109+ #### For Health Checkers
110+
111+ Health checkers are configured as custom plugins, using the config/health-checker-* .json config files.
108112
109113#### For Kubernetes exporter
110114
You can’t perform that action at this time.
0 commit comments