kubesphere / kubeeye

KubeEye aims to find various problems on Kubernetes, such as application misconfiguration, unhealthy cluster components and node problems.

Home Page:https://kubesphere.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

巡检指标未找到对应实现逻辑

ethanliuu opened this issue · comments

您好,我最近在调研kubeeye,我发现在README中有写以下几个巡检功能,但是我在v0.4.0的代码里没有找到相关内容
Hello, I was researching kubeeye recently, and I found that the following inspection functions are written in the README, but I did not find relevant content in the code of v0.4.0

DockerHealthStatus
ETCDHealthStatus
ControllerManagerHealthStatus
SchedulerHealthStatus
KubeletHealthStatus
NodeDisk
NodeOOM
.....

方便解答一下这部分关于集群、主机、docker的状态是如何检测的吗?
Is it convenient to answer this part about how the status of the cluster, host, and docker is detected?

This part by installing NPD( Node-Problem-Detector), is explained in the readme, NPD will implement inspection, kubeeye will collect NPD inspection results.