Hey all, recently installed puppet-dashboard (latest), to puppet with MySQL. Things are looking hunkydory, but some nodes are not appearing in the db.
In the puppet-dashboard logs we have: Node Load (0.4ms) SELECT * FROM `nodes` WHERE (`nodes`.`name` = 'my.host') ORDER BY name ASC LIMIT 1 Quering the db directly, that is indeed the case: mysql> SELECT * FROM `nodes` WHERE (`nodes`.`name` = 'my.host') ORDER BY name ASC LIMIT 1; Empty set (0.00 sec) However, under /var/lib/puppet/reports on the puppet box, I can find a directory called after my.host. I have forty nodes up, all of which are successfully updating via puppet, unfortunately ten of those are not appearing in puppet- dashboard. I have confirmed that puppet is indeed successfully running on all machines. Any help would be much appreciated. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-us...@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.