无法从puppet仪表板访问节点

我试图设置puppet的仪表板来监视我的服务器的状态。 使用下面显示的configuration,我的客户端(或节点)只显示为“ 未报告”,并表示在“上次报告”中Has not reported

然而,节点可以与服务器进行通信并根据需要进行更改,但没有任何内容出现在短划线中。 我已经按照这些文件试图设置它,但我不知道我做错了什么。

我错过了什么明显的?

 // Server /etc/puppet/puppet.conf [master] reports = store,http reporturl = http://192.168.1.101:3000/reports/upload // Client /etc/puppet/puppet.conf [agent] report = true 

我不清楚,我还需要增加工人来处理我的报告。 通过这样做我已经设法得到它的一切工作:

 env RAILS_ENV=production script/delayed_job -p dashboard -n 4 -m start 

http://docs.puppetlabs.com/dashboard/manual/1.2/bootstrapping.html

木偶现在有一个与此任务相关的守护进程,可以在这里find

/etc/init.d/puppet-dashboard-workers

在类似redhat的linux系统上,后者运行处理传入报告的后台进程。