我已经阅读过Chef-Client Handler上的文档:
https://docs.chef.io/resource_chef_handler.html
我想要实现的是在Chef-client在Node上运行期间发生故障时发送邮件。
1> Is there a sample recipe or notes that I could refer to?
2> Should the SMTP Server be enabled on the Node, or on the CHEF
Server?
3> Almost all the Knowledge base pages were written for CHEF 13, and those notes doesn't seems to work on CHEF 14, so is there any additional settings that has been done or needs to be done?
4> Is there a sample code with instructions to which I could refer that I could use to set up my recipe??
谢谢