summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Plugins/NagiosGen.py
Commit message (Collapse)AuthorAgeFilesLines
* NagiosGen: Fix overindentSol Jerome2013-09-011-3/+3
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* NagiosGen: Fix pylint failureSol Jerome2013-09-011-2/+2
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Handle FAM monitor failures more gracefully:Chris St. Pierre2013-03-251-19/+5
| | | | | | | | | * Where possible, create the file or directory that is about to be monitored. This ensures that content can be added later without need to restart Bcfg2. (Otherwise, adding the monitor would fail, and so when you did create the file in question, bcfg2-server would never be notified of it.) * When not possible, give better error messages.
* 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>