What's the meaning of 'Last Check-in'?

a 夏天 提交于 2020-01-15 20:27:18

问题


When looking at the status tab in the chef server webgui I see some of my nodes have a last check-in of a few minutes ago, even though I haven't ran chef-client in them for days. Does that mean chef-client is running by itself in some nodes?

Thanks


回答1:


It's the last time a "node" (server) sent information to the Chef Server. It's like a healthcheck.




回答2:


This isn't quite on topic, but it supports some responses I have seen in this post: You can always add the Chef community "chef-client" cookbook to your role or run_list and it will ensure all nodes check in on an attribute specified fuzzy schedule.

knife cookbook site install chef-client

knife cookbook upload chef-client

knife node run_list add $node chef-client



来源:https://stackoverflow.com/questions/22718602/whats-the-meaning-of-last-check-in

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!