summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | Deleted old stuffFabian Affolter2010-12-083-120/+0
| | | |
| | * | Merge with upstreamFabian Affolter2010-12-08154-0/+23575
| | | |
| | * | Merge remote branch 'upstream/master'Fabian Affolter2010-12-081-1/+1
| | |\ \
| | * \ \ Merge remote branch 'upstream/master'Fabian Affolter2010-12-0514-327/+149
| | |\ \ \
| | * | | | Backup part reworkedFabian Affolter2010-12-051-27/+11
| | | | | |
| | * | | | Fixed backup locationFabian Affolter2010-12-031-4/+5
| | | | | |
| | * | | | Initial bcfg2-admin backup partFabian Affolter2010-12-032-1/+48
| | | | | |
| | * | | | Changed Redhat to Red HatFabian Affolter2010-11-101-1/+1
| | | | | |
| * | | | | Patch from bworth to fix setup.py bdist_rpmTim Laszlo2010-12-141-1/+1
| | |_|_|/ | |/| | |
* / | | | NagiosGen: Dependency support (from Stéphane Graber <stgraber@ubuntu.com>)Narayan Desai2011-01-031-1/+36
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From the patch description: As we have several hundred machines in Bcfg2 at work and are using NagiosGen to generate our Nagios configuration, the dependency tree was quite a mess. The following patch adds support for a 'parents.xml' file in the NagiosGen directory. This one contains a basic dependency tree like this: <Depends> <Depend name='something' on='something-else'> </Depends> The plugin will then use this file to add 'parents' tag to nagiosgen.cfg when possible. It's being added when generating nagiosgen.cfg instead of when generating the individual host entries for two reasons: - To avoid having to wait for a run of bcfg2 on all machines when changing parents.xml - To also support dynamic parents for manually added entries in NagiosGen (example: network equipement).
* | | | Metadata: fix bcfg2-admin query (Resolves Ticket #959)Narayan Desai2010-12-081-3/+2
| | | |
* | | | Merge branch 'master' of git.mcs.anl.gov:bcfg2Narayan Desai2010-12-08112-2013/+3757
|\ \ \ \
| * | | | doc: Add back dynamic groups documentationSol Jerome2010-12-081-0/+27
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| * | | | doc: Finish merging remaining documentation updatesSol Jerome2010-12-0888-1263/+958
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| * | | | Merge branch 'master' into docsSol Jerome2010-12-073-2/+34
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Merge branch 'master' of https://github.com/wgen/bcfg2 into wgen-masterSol Jerome2010-12-071-1/+1
| | |\ \ \
| | | * | | Using xpath rather than findall so that we can handle the condition correctlyCalen Pennington2010-12-071-1/+1
| | | | |/ | | | |/|
| | * | | Backup part reworkedFabian Affolter2010-12-071-27/+11
| | | | | | | | | | | | | | | | | | | | (cherry picked from commit 94e4f622b4dee6b33983a17313c0ef5a71c93f2e)
| | * | | Fixed backup locationFabian Affolter2010-12-071-4/+5
| | | | | | | | | | | | | | | | | | | | (cherry picked from commit c9eec98340168b1e9e3f4877b15b681855ee696b)
| | * | | Initial bcfg2-admin backup partFabian Affolter2010-12-072-1/+48
| | |/ / | | | | | | | | | | | | (cherry picked from commit a5f0c8b9936eb55283b3a2bb03e048842c773b45)
| * | | Merge branch 'master' into docsSol Jerome2010-12-0514-327/+149
| |\| |
| | * | doc: Update group probe with modifications from Jonathan BillingsSol Jerome2010-11-231-25/+33
| | | | | | | | | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| | * | macports: Sync with upstream (updated for 1.1.1)Sol Jerome2010-11-182-22/+28
| | | | | | | | | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| | * | gentoo: Sync with latest ebuild from upstreamSol Jerome2010-11-164-198/+22
| | | | | | | | | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| | * | SSLCA: PEP8 fixesSol Jerome2010-11-161-14/+14
| | | | | | | | | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| | * | doc: Fix broken plugin linksSol Jerome2010-11-151-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| | * | redhat: Fix Makefile so that building from git worksSol Jerome2010-11-151-11/+8
| | | | | | | | | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| | * | redhat: Sync some upstream changes for the spec fileSol Jerome2010-11-152-24/+12
| | | | | | | | | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| | * | Packages: Pylint/PEP8 fixesSol Jerome2010-11-151-11/+14
| | | | | | | | | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| | * | export.py: Fix archive creation bug in export scriptSol Jerome2010-11-151-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| | * | export.py: Update export script for use with gitSol Jerome2010-11-151-19/+15
| | | | | | | | | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| | * | doc: Fix broken troubleshooting linkSol Jerome2010-11-101-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| * | | doc: Make some minor changes to the new documentationSol Jerome2010-12-059-83/+81
| | |/ | |/| | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| * | Manual added and minor layout changes READMEFabian Affolter2010-11-092-8/+7
| | |
| * | Attempt to build a rpm pkg list with yumFabian Affolter2010-11-091-0/+124
| | |
| * | Guide for web reports movedFabian Affolter2010-11-093-8/+19
| | |
| * | RemovedFabian Affolter2010-11-091-46/+0
| | |
| * | Small fixFabian Affolter2010-11-092-7/+6
| | |
| * | quickstart removedFabian Affolter2010-11-095-1313/+5
| | |
| * | Intro addedFabian Affolter2010-11-095-98/+141
| | |
| * | troubleshooting movedFabian Affolter2010-11-095-517/+2
| | |
| * | doc: Massive updateFabian Affolter2010-11-09105-1098/+4539
| | |
| * | Directories movedFabian Affolter2010-11-0810-0/+0
| | |
| * | Author changed for latex documentFabian Affolter2010-11-081-1/+1
| |/
| * doc: Fix typo in templatesSol Jerome2010-11-081-2/+2
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| * Merge branch 'master' of http://github.com/gdhagger/bcfg2 into gdhagger-masterSol Jerome2010-11-071-25/+15
| |\
| | * fixed needless syntax error bug i checked int ealier. Also ensured that the ↵root2010-11-051-3/+5
| | | | | | | | | | | | hostname gets added to any subjectAltNames so that the cert will work for the hostname as well as aliases
| | * Fixed verification of preexisting certificatesGraham Hagger2010-11-051-23/+11
| | |
| * | doc: Clarify mandatory attributesSol Jerome2010-11-071-3/+3
| |/ | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
| * doc: Update to point to git repositorySol Jerome2010-11-046-11/+9
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>