Jagadeeshwaran k
Jagadeeshwaran k

Reputation: 53

Reporting and knife runs command for opensource chef

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

Answers (1)

StephenKing
StephenKing

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

Related Questions