summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Added FileProbes plugin.Chris St. Pierre2011-05-111-0/+57
|
* added documentation about NagiosGen config backwards-compatChris St. Pierre2011-05-061-1/+4
|
* Rewrote NagiosGen config to use NagiosGen/config.xml, whichChris St. Pierre2011-05-061-0/+31
| | | | | | | | | | | | understands <Group> and <Client> tags, rather than the client-specific Properties/NagiosGen.xml and the group-specific but limited NagiosGen/parents.xml. Includes schema and bcfg2-lint updates necessary. Wrote conversion tool, nagiosgen-convert.py, which converts everything but the <default/> tag in the old NagiosGen.xml, which cannot be reasonably converted to StructFile format. Also removed a _lot_ of string modification in NagiosGen.py, which should make it a fair bit faster.
* doc: Add mention of python-ssl alternative to m2cryptoSol Jerome2011-05-051-17/+20
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Core: Raise error on failed lxml import (Reported by Raul Cuza on IRC)Sol Jerome2011-05-053-2/+8
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Client/Tools: Get rid of popen2 (in favor of subprocess)Sol Jerome2011-04-281-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* SvcTool: adding interactive_only modeTim Laszlo2011-04-251-0/+5
|
* doc: Update style guide with Section header informationSol Jerome2011-04-231-0/+6
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: Add documentation for bootstrapping new clientsSol Jerome2011-04-236-55/+66
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: Clarify troubleshooting techniquesSol Jerome2011-04-231-1/+3
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: Add security and updates repositories (Reported by Kevin Bowling on IRC)Sol Jerome2011-04-211-0/+20
| | | | | | | These are enabled by default on Ubuntu installs, so it makes sense to add them here in case the dependency paths are different. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: Add documentation for the Systemd client toolSol Jerome2011-04-211-9/+28
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: Replace reload attribute with target attributeSol Jerome2011-04-211-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Lots of cleanup for bcfg2-repo-validate rewrite:Chris St. Pierre2011-04-2110-19/+17
| | | | | | | | | * Changed all references to bcfg2-repo-validate in the documentation to bcfg2-lint * Wrote man pages for bcfg2-lint and bcfg2-lint.conf * Cleaned up straggling references to bcfg2-repo-validate in Makefiles, spec files, and the POSIX tool * A few minor bug fixes
* doc: Document Version tag usageSol Jerome2011-04-201-0/+2
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: Make magic groups documentation clearerSol Jerome2011-04-204-17/+33
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: Highlight the position for the Recommended tagSol Jerome2011-04-201-6/+7
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: Correct properties usage (#1005)Sol Jerome2011-04-204-19/+29
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: Fix SSLCA documentationSol Jerome2011-04-151-26/+26
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: Remove unnecessary step for writing tool driversSol Jerome2011-04-151-1/+0
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Merge branch 'master' of https://github.com/solj/bcfg2Chris St. Pierre2011-04-145-9/+37
|\
| * doc: Fix some documentation issues (#980)Sol Jerome2011-04-145-9/+37
| | | | | | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* | added Client tag to StructFile; made PropertyFile inherit from StructFileChris St. Pierre2011-04-142-21/+40
| |
* | A property file can now have a matching .xsd file (e.g.,Chris St. Pierre2011-04-131-1/+10
|/ | | | | | | | "Properties/foo.xml" and "Properties/foo.xsd") which specifies a schema for that property file. bcfg2-repo-validate will check the property file against its schema. Updated bcfg2-repo-validate man page with several new options.
* VCS: Initial commit (#754)Sol Jerome2011-04-132-0/+19
| | | | | | | | | Preliminary support for version control checkouts onto the client. This client tool is still fairly picky and has some known problems (incorrect git index file, for one). All the abstraction libraries left quite a bit to be desired. Also, none were packaged in popular distributions. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Tools: Skip Installation for mode='manual' services (#965)Sol Jerome2011-04-121-0/+1
| | | | | | | | | This allows for verification of specified services, but skips installation completely when mode is set to manual. This means that incorrect services will still show up in reports, but they won't be modified in an automated way. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: Typo fix from euthSol Jerome2011-03-281-3/+3
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* add ability to ignore a debian ServiceJoe Digilio2011-03-251-28/+37
|
* Updates to TCheetah documentationJoe Digilio2011-03-241-0/+10
| | | | (cherry picked from commit c62b029371dbf5e8b5250876d0c5198ab7acc2a8)
* doc: Add note about template extension locationsSol Jerome2011-03-172-8/+22
| | | | | | | | The code for supporting genshi templates alongside group and host-specific files requires the user to append the extension to the end (differently than how it is done in the TGenshi plugin). Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Cfg: Fix unicode traceback (Resolves #993)Sol Jerome2011-03-071-0/+8
| | | | | | | | If the Cfg plugin handled a file containing a character which isn't contained in the encoding specified, it resulted in a traceback. This now fails gracefully and suggests use of an alternate encoding. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: Fix broken link to NagiosGenSol Jerome2011-03-021-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: Document <Client> info capabilities (reported by mkd on irc)Sol Jerome2011-03-011-4/+8
| | | | | | | It is possible to use <Client> tags in info.xml files (in addition to <Group> tags). Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: Fix broken referencesSol Jerome2011-02-269-14/+14
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Bundler: Add support for genshi .xml bundlesSol Jerome2011-02-261-6/+9
| | | | | | | This commit modifies the Bundler plugin to allow for genshi templates with .xml file extensions via the xml namespace (Resolves ticket #861). Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Service: Allow services that are both supervised and custom (Ticket #979)Chris St. Pierre2011-02-241-10/+3
|
* POSIX: Implement recursive attribute for nonexistent PathsSol Jerome2011-02-212-9/+12
| | | | | | | | The POSIX client tool now has the ability to recursively remove the contents of a specified directory provided there are no other managed entries under the directory. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: Remove unnecessary shell invocation (Reported by Jonathan Billings)Sol Jerome2011-02-171-2/+0
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Update links to point to bcfg2.orgSol Jerome2011-02-072-2/+2
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: Add documentation for Packages blacklist featureSol Jerome2011-02-031-0/+14
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* SSHbase: Fix hang when file not present on clientSol Jerome2011-01-311-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: Remove references to documentation already in sphinxSol Jerome2011-01-272-11/+14
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: Fix writing specificationSol Jerome2011-01-272-37/+64
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: Clarify the goals of the quickstartSol Jerome2011-01-272-2/+18
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: Fix typo (Reported by m4z on irc)Sol Jerome2011-01-261-2/+2
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* docs: Drop "Planned improvements" from reportsTim Laszlo2011-01-251-7/+0
|
* doc: Update reporting system documentationSol Jerome2011-01-241-75/+51
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: Fix typos in the ssh key import guideSol Jerome2011-01-241-3/+5
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: Spelling fixesSol Jerome2011-01-233-3/+3
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: update documents for genshi Cfg filesTim Laszlo2011-01-221-0/+8
|