Hi guys, I have a strange situation. I''ve got 1 dashboard MySQL DB accessed from 3 different dashboard hosts. Strangely enough, 2 of them show the right node statuses, and the third one just shows all nodes as unresponsive. As far as I know, the status comes from the "nodes" table in the DB, so how can this happen? Is there some cache I need to clear? Is there another source for this information? Dashboard version is 1.2.5. Thanks! Karim -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/JSHRgc3mpoYJ. 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.
Ellison Marks
2012-Nov-09 17:23 UTC
[Puppet Users] Re: Puppet dashboard shows all hosts unresponsive
The actual display of unresponsive nodes in dashboard is indeed based on the last time a node ran, but it''s controlled by a setting in dashboard''s settings.yaml file. Not sure what you''re on, but on centos, that would be /usr/share/puppet-dashboard/config/settings.yaml, and look for the no_longer_reporting_cutoff setting. If that''s set too low, you''ll get a lot of unresponsive nodes in dashboard. On Thursday, November 8, 2012 5:51:36 AM UTC-8, Karim wrote:> > Hi guys, > > I have a strange situation. I''ve got 1 dashboard MySQL DB accessed from 3 > different dashboard hosts. Strangely enough, 2 of them show the right node > statuses, and the third one just shows all nodes as unresponsive. > > As far as I know, the status comes from the "nodes" table in the DB, so > how can this happen? Is there some cache I need to clear? Is there another > source for this information? > > Dashboard version is 1.2.5. > > Thanks! > Karim >-- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/ImxezjeiNo8J. 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.
efrakt@gmail.com
2012-Dec-17 20:58 UTC
[Puppet Users] Re: Puppet dashboard shows all hosts unresponsive
Make sure that puppet-dashboard-workers service is running, otherwise all hosts will appear unresponsive and your pending tasks will keep increasing. On Thursday, November 8, 2012 5:51:36 AM UTC-8, Karim wrote:> > Hi guys, > > I have a strange situation. I''ve got 1 dashboard MySQL DB accessed from 3 > different dashboard hosts. Strangely enough, 2 of them show the right node > statuses, and the third one just shows all nodes as unresponsive. > > As far as I know, the status comes from the "nodes" table in the DB, so > how can this happen? Is there some cache I need to clear? Is there another > source for this information? > > Dashboard version is 1.2.5. > > Thanks! > Karim >-- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/SnKCF17JM_oJ. 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.
Reasonably Related Threads
- How to change the time interval in dashboard for a node is considered unresponsive
- Unresponsive nodes with no pending task in the dashboard
- Dashboard and passenger under /dashboard path
- ANNOUNCE: Puppet-Dashboard 1.2.3rc1 available
- Access denied for user 'dashboard'@'localhost' to database 'dashboard_production'