Bug #25

Reports might fail if puppet debuging info was enabled

Added by Ohad Levy over 3 years ago. Updated over 3 years ago.

Status:Closed Start:09/22/2009
Priority:Normal Due date:
Assigned to:Ohad Levy % Done:

100%

Category:Puppet Reports
Target version:0.1-2
Backlog: Difficulity:
Votes: 0

Description

It seems that puppet debugs doesnt send out metrics in the report?!

this causes the report list page to break, as it cant display all of the properties.

would need to look for more info

Associated revisions

Revision 0f41962949123ab6a681836488975ef86968d67f
Added by Ohad Levy over 3 years ago

fixes #53, fixes #25 and general improvment to sql delete commands

History

Updated by Ohad Levy over 3 years ago

stupid workaround to remove the invalid reports:

open a console (e.g. in Foreman dir type ./script/console production) and type:

Report.find_each {|r| r.destory if r.log.metrics.nil? }

Updated by Ohad Levy over 3 years ago

  • Status changed from New to Need more information
  • Target version deleted (0.1-2)

Updated by Ohad Levy over 3 years ago

  • Status changed from Need more information to Assigned
  • Target version set to 0.1-2

some debug messages has no metrics, this one should be ignored as invalid reports.

Updated by Ohad Levy over 3 years ago

  • Status changed from Assigned to Ready For Testing
  • % Done changed from 0 to 100

Updated by Ohad Levy over 3 years ago

  • Status changed from Ready For Testing to Closed

Also available in: Atom PDF