node-problem-detector icon indicating copy to clipboard operation
node-problem-detector copied to clipboard

[Question] Who will update the NodeCondition to "False" after the problem recovery

Open Congrool opened this issue 1 year ago • 0 comments

Hi, I'm using the system-log-monitor to detect the node problem and update the respective NodeCondition, which can match logs in /dev/kmsg of specific pattern.

I noticed that the NPD updates the NodeCondtion Status to True when it gets the target log. But after digging into the code of systemlogmonitor, I didn't find anything which will reset the NodeCondition to False after recovery.

I want to know who will take the responsibility to update the NodeCondtion to False after recovery in the best practice. Is it the job of remedy system?

Congrool avatar Aug 10 '24 09:08 Congrool