After I got puppetdb working I was looking about at the various bits of 
data available. Looking at the 'nodes' option I was suprised to see this:

  "report_timestamp" : null

for every node. They all have this for their puppet.conf:

[main]
logdir=/var/log/puppet
vardir=/var/lib/puppet
ssldir=/var/lib/puppet/ssl
rundir=/var/run/puppet
factpath=$vardir/lib/facter
templatedir=$confdir/templates
[agent]
server=server_name
certname=client_name
pluginsync=true
report=true

so I assumed they were reporting. 

TL;DR

Looking at /var/log/messages on the server I found these messages appearing:

puppet-master[1090]: Report processor failed: undefined method `>=' for 
nil:NilClass

What's up? Have I misconfigured something?

Clients: v 2.6
Server: v 3.3


-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/d0e27c25-4970-4ee8-bc75-680d057ff9aa%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to