summaryrefslogtreecommitdiffstats
path: root/lib/puppet/reports
Commit message (Expand)AuthorAgeFilesLines
* 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
* Clarifying that the ruby RRD support is provided by a binary libraryluke2007-03-141-1/+1
* Merging the webserver_portability branch from version 2182 to version 2258.luke2007-03-064-15/+4
* Fixing #493.luke2007-02-111-1/+0
* Moving all of the client and server code into a single network/ directory. I...luke2007-02-084-4/+4
* Moving some of the stand-alone classes into the util/ subdirectory, to clean ...luke2007-02-073-3/+3
* splitting the tagmail report into multiple methods and adding test codeluke2007-01-301-46/+64
* Fixing documentation references to refer to the wikiluke2007-01-261-1/+2
* Fixing tests so they now include descriptions with all config options, which ...luke2007-01-041-0/+1
* I have not yet finished testing, but most of the providers now successfully p...luke2006-12-281-9/+0
* Adding a simple report that just duplicates client logs onto the serverluke2006-11-091-0/+13
* Small fixes here and there. The rails changes needs to be pushed through the...luke2006-11-091-0/+2
* Fixing rrdgraph report (as marked in #334); also, expanding the docs on all o...luke2006-11-093-18/+126
* Merging the code over from the oscar branch. I will now be doing all develop...luke2006-11-081-1/+1
* Another round of bugfixing, including finding out that the tagmail report was...luke2006-10-181-1/+3
* Another round of bug-fixes in preparation for 0.20.0luke2006-10-181-2/+2
* Refactoring reporting. Reports are now modules instead of simple methods.luke2006-10-073-112/+186
* Fixing the rrdgraph report so that it creates a separate rrd directory for ea...luke2006-10-051-1/+15
* Fixing error in tagmail when there are no messages to reportluke2006-09-211-1/+1
* Fixing #278, opened by Digant, with patch.luke2006-09-211-11/+35
* Fixing #292 (A bug in tagmail that causes any tag other than 'all' to fail)luke2006-09-201-0/+5
* Using the "trace" configuration parameter to determine whether a stack trace ...luke2006-09-151-1/+1
* Fixing tagmail config processing so it fails when appropriateluke2006-08-291-3/+11
* small fixes towards 0.18.2luke2006-07-041-30/+36