Make Mine a Double
2010-Jul-21 15:18 UTC
[Puppet Users] Empty set in MySQL for puppetdashboard.
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-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Rein Henrichs
2010-Jul-26 18:33 UTC
Re: [Puppet Users] Empty set in MySQL for puppetdashboard.
Hello there, Thanks for reporting the issue you''re having. I''ve taken the liberty of creating a ticket[1] for it so we can track it. Can we continue this discussion there? [1] http://projects.reductivelabs.com/issues/4366 Rein Henrichs http://puppetlabs.com On Wed, Jul 21, 2010 at 8:18 AM, Make Mine a Double < tudor.georg@googlemail.com> wrote:> 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-users@googlegroups.com. > To unsubscribe from this group, send email to > puppet-users+unsubscribe@googlegroups.com<puppet-users%2Bunsubscribe@googlegroups.com> > . > For more options, visit this group at > http://groups.google.com/group/puppet-users?hl=en. > >-- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.