summaryrefslogtreecommitdiffstats
path: root/lib/puppet/reports
Commit message (Expand)AuthorAgeFilesLines
* (#7853) Clarify and complete docs for the tagmail report processornfagerlund2011-08-091-11/+15
* Fix #1886 - Add node cleanup capabilityPeter Meier2011-07-271-0/+15
* (#5794) create reports directory when creating host specific directoryValdis Victor Vitayaudom2011-03-051-1/+4
* (#5799) Simplify report dir creationNick Lewis2011-01-061-19/+1
* maint: remove stray debug statement.Jesse Wolfe2011-01-031-1/+1
* Fix #5698 puppet inspect shouldn't report of attributes of deleted filesJesse Wolfe2011-01-031-1/+1
* [#4783] (#4783) Fix RRDGraph report generationMatt Robinson2010-09-291-1/+1
* Fix for #4708 - tagmail should allow . in tagnameDan Bode2010-09-231-1/+1
* Updated all types to Markdown outputJames Turnbull2010-08-114-25/+23
* Code smell: Two space indentationMarkus Roberts2010-07-095-322/+322
* Code smell: Avoid needless decorationsMarkus Roberts2010-07-091-1/+1
* Code smell: Don't restate results directly after assignmentMarkus Roberts2010-07-091-1/+0
* Code smell: Use ||= for conditional initializationMarkus Roberts2010-07-091-1/+1
* Code smell: Avoid explicit returnsMarkus Roberts2010-07-093-4/+4
* Code smell: Line modifiers are preferred to one-line blocks.Markus Roberts2010-07-093-21/+7
* Code smell: Use string interpolationMarkus Roberts2010-07-094-20/+20
* Code smell: Inconsistent indentation and related formatting issuesMarkus Roberts2010-07-093-21/+17
* [#4090] Git rid of the idea that run_mode is a configurable option with defaultsMatt Robinson2010-07-011-2/+0
* [#3810] Add http reports processor and `reporturl` settingRein Henrichs2010-02-171-0/+22
* Fixes #3702: the 'log' report now sends the host name as the log source again.Paul Lathrop2010-02-171-0/+1
* Fixing and porting Transaction Report testsLuke Kanies2010-04-121-3/+3
* Fixing most of the broken tests in test/Luke Kanies2010-02-171-1/+2
* Added time module to tagmail reportJames Turnbull2010-02-171-0/+1
* Fix for ticket #2639 (Puppet[:user]/Puppet[:group] vs. 'service')Markus Roberts2009-09-222-3/+3
* FIXES 2616: Remove sync.syncronize and Puppet.infoSteven Jenkins2009-09-201-16/+5
* Removed extra whitespace from end of linesIan Taylor2009-06-063-15/+15
* Fixed #1849 - Ruby 1.9 portability: `when' doesn't like colons, replace with ...James Turnbull2009-02-261-5/+5
* Fixing all of the test/ tests I broke in previous dev.Luke Kanies2008-12-181-2/+2
* Fixing #1794 - returning sync when it is already initializedLuke Kanies2008-12-081-0/+1
* Hopefully fixing #1703 - using a mutex around the sending of the tagmailsLuke Kanies2008-12-021-6/+14
* Ensure that we consistently use either string #{} interpolation or String.%Daniel Pittman2008-08-011-2/+3
* Updates to rrdgraph documentationJames Turnbull2008-04-011-2/+4
* Removing a Settings.use that is unnecessaryLuke Kanies2008-03-171-2/+0
* Updated tagmail documentation fixing ticket #996James Turnbull2008-01-101-0/+4
* Fixes ticket #993 - tagmail with smtpserver specified does not add To/From/Su...James Turnbull2008-01-091-1/+8
* Not using the main section when running the store report, since it is unneede...Luke Kanies2007-12-111-1/+1
* fix #815: add :main to all use() for :reporting and :metricsDavid Schmitt2007-11-091-1/+1
* Translating the report handler to an indirected model.Luke Kanies2007-10-134-9/+7
* Removing the Id tags from all of the filesLuke Kanies2007-10-034-4/+0
* Renaming the 'Puppet::Util::Config' class toLuke Kanies2007-09-223-4/+4
* This is basically another intermediate commit. I feel likeLuke Kanies2007-09-171-1/+1
* Updating rrdgraph documentation with a pointer to the new rrd package.luke2007-06-181-3/+4
* fixing the method to check for hostdir writability in the rrdgraph reportluke2007-05-251-1/+1
* Adding more detail to the per-host reports dirs, since it was not setting mod...luke2007-05-251-3/+3
* Fixing the time-cleaning in the rrdgraph reportluke2007-05-061-2/+2
* Consolidating all of the configuration parameter declarations into configurat...luke2007-05-041-0/+3
* Adding a --summarize option, to get a transaction summaryluke2007-05-041-0/+13
* Fixing a bug in the tests introduced a while back when I switched to using "g...luke2007-04-301-1/+1
* Translating all of the docs except the type docs to RSTluke2007-04-232-3/+5
* Enhancing the report docs a bitluke2007-03-292-3/+7