Reputation: 53
Chef reporting doc says its for Enterprise chef. For opensource chef I am able to get JSON reports which is getting stored in same directory for all nodes. Is there any better way of reporting fof opensource chef?
Upvotes: 0
Views: 282
Reputation: 37580
We are using a ReportHandler to report statistics into our Zabbix monitoring at the end of chef-client runs: here. You can adopt this example to your needs.
Upvotes: 1