summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Plugins/NagiosGen.py
Commit message (Collapse)AuthorAgeFilesLines
* added a module-level FAM object to avoid passing it as an argument a billion ↵Chris St. Pierre2013-01-171-4/+3
| | | | times
* abstracted encryption support from Properties/CfgPrivateKeyCreator to StructFileChris St. Pierre2013-01-171-1/+3
|
* NagiosGen: Fix faulty configuration (from Marc Gariépy)Sol Jerome2013-01-091-1/+9
| | | | | | | | We previously added all configuration to the generated Nagios configuration resulting in Nagios errors when parts of the configuration were unused. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* allow setting NagiosGen Options while using the default clientChris St. Pierre2012-11-131-1/+1
| | | | settings (from Marc Gariepy)
* Plugins: Update builtin plugins to use 'mode' attributeSol Jerome2012-10-151-2/+2
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* various pylint fixesChris St. Pierre2012-09-251-70/+30
|
* unified [Single]XMLFileBacked, enabled xinclude pretty much everywhereChris St. Pierre2012-06-251-13/+4
|
* merged maintChris St. Pierre2012-06-191-1/+6
|
* NagiosGen: Create empty config.xml when missingSol Jerome2012-06-041-1/+15
| | | | | | | This allows new users to get setup more quickly without having to worry about the tweaking capabilities available in config.xml. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* merged maintChris St. Pierre2012-05-151-2/+3
|
* Allow to run directly from a git checkout (#1037)Sol Jerome2012-03-241-0/+151
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>