summaryrefslogtreecommitdiffstats
path: root/ext/nagios/naggen
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #5684 - Move to Apache 2.0 licenseJames Turnbull2011-04-111-5/+12
| | | | | | | | | | | | | | For details of why we're moving please see: https://groups.google.com/d/topic/puppet-users/NuspYhMpE5o/discussion Removed explicit GPL licenses where appropriate Replaced selected GPL licenses with Apache 2.0 Replaced LICENSE with Apache 2.0 Updated README
* Renamed Reductive to PuppetJames Turnbull2010-11-291-1/+1
| | | | I swear I've done this before. *confused*
* Feature #3347 REST-ified FileBucketJesse Wolfe2010-02-171-1/+1
| | | | | | | | | | | | | | | | FileBucket Files have been reimplemented as an indirector terminus so that they can be transmitted over REST. The old Network::Client.dipper has been replaced with a compatibility later in FileBucket::Dipper that uses the indirector to access filebucket termini. Slightly revised patch: * No longer allows nil contents in FileBucket outside of initialization * Uses File.exist? instead of the deprecated File.exists? * Tweaks JSON serialization and de-serialization to include "path" Deferred issues: * Feature #3371 "FileBucket should not keep files in memory". * Feature #3372 "Replace FileBucket Dipper with more idiomatic calls"
* Changed tabs to spaces without interfering with indentation or alignmentIan Taylor2009-06-061-8/+8
|
* Fixed #2304 - Added naggen script to directly generate nagios configuration ↵James Turnbull2009-05-281-0/+302
files from a StoreConfigs Rails database