summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Replace UpdaterError with UpdaterRoutineExceptionTim Laszlo2012-06-051-1/+1
|
* importscript: Fix client added message and log levelTim Laszlo2012-06-051-3/+3
|
* DBStats: Remove clients.xml from the import processTim Laszlo2012-06-052-42/+9
|
* DBStats: Stop building a ConfigStatistics xmlTim Laszlo2012-06-052-100/+90
| | | | | | Created a load_stat method in impot script. Pass the Statistic data to load_stat instead of building a ConfigStatistics/Node XML root.
* Admin reports: Print the exception when load_stats failsTim Laszlo2012-06-051-1/+2
|
* doc: Remove references to ping dataSol Jerome2012-06-043-14/+8
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* DBStats: drop database table for pingTim Laszlo2012-06-042-1/+23
|
* DBStats: Remove ping dataTim Laszlo2012-06-042-17/+1
|
* DBStats: Stop loading ping dataTim Laszlo2012-06-041-26/+0
|
* Statistics: missing sys importTim Laszlo2012-06-041-0/+1
|
* Admin reports: Stop handling ping dataTim Laszlo2012-06-041-10/+1
|
* web_reports: Remove ping data from summary viewTim Laszlo2012-06-041-11/+1
|
* web_reports: display_summary executes query twiceTim Laszlo2012-06-041-3/+3
|
* web_reports: select_related for all render_history_view callsTim Laszlo2012-06-041-1/+2
|
* DBStats: Remove custom sqlTim Laszlo2012-06-042-9/+2
| | | | | Remove the custom sql file. This failed to install in MySQL. Use django to index Interaction.timestamp instead of custom sql.
* Admin reports: add django shell and dbshell commandsTim Laszlo2012-06-041-1/+1
|
* DBStats: Add missing sys importSol Jerome2012-06-041-0/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* NagiosGen: Create empty config.xml when missingSol Jerome2012-06-042-9/+19
| | | | | | | 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>
* Admin/Client: Can't index when missing argsSol Jerome2012-06-041-3/+0
| | | | | | | There is already a check at the top of the code for missing args. Also, you can't ever reach this code (in the failure case). Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* fixed docs, code that referenced old yum section of packages.confChris St. Pierre2012-06-042-4/+4
|
* man: Clean up man pagesSol Jerome2012-06-0321-1502/+2647
| | | | | | | Created new rst files with man page information so that generating man pages is easier and more consistent throughout bcfg2. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: Enable syntax highlighting for xml blocksSol Jerome2012-06-021-9/+27
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* bcfg2-web: D=Make detailed client list sortableTim Laszlo2012-06-013-9/+135
|
* Packages: Fix unexpected indentSol Jerome2012-06-011-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* fixed caching of Collection objects; moved bcfg2-info packagesources code ↵Chris St. Pierre2012-06-012-28/+30
| | | | into Collection.py
* fixed logging of toggle_debugChris St. Pierre2012-06-011-2/+3
|
* fixed return values from toggle_debug xcmdsChris St. Pierre2012-06-013-2/+6
|
* py2.4 doesn't have finally; wrong logic, anywayChris St. Pierre2012-06-011-4/+5
|
* minor option cleanupChris St. Pierre2012-06-012-8/+10
|
* README: Be more explicit about COPYRIGHTSol Jerome2012-06-011-1/+2
| | | | | | | | | | | | | The Bcfg2 license is nearly identical to MPICH2 (minus some Microsoft bits). http://www.mcs.anl.gov/research/projects/mpich2/downloads/license.txt Both are approximations to either MIT or BSD licenses. See http://lists.mcs.anl.gov/pipermail/mpich-discuss/2011-June/010206.html for more information. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* DBStats: Cleanup settings.pyTim Laszlo2012-06-011-7/+5
| | | | | | Remove hardcoded django.contrib.auth references. Replace django.contrib.auth.LOGIN_URL with LOGIN_URL Move django import check to the top of the file
* DBStats: New db update routinesTim Laszlo2012-06-0112-332/+631
| | | | | | Replace updatefix.py with the Updater class. This streamlines some of the common tasks and groups database updates by release. Upgrades from pre 1.1.x are no longer supported.
* fixed typoChris St. Pierre2012-06-017-265/+277
|
* POSIX: Fix symlink->dir removal (#1110)Sol Jerome2012-05-281-1/+4
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* bcfg2-info: Add support for bpythonSol Jerome2012-05-271-0/+3
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: Fix missing configuration stepSol Jerome2012-05-271-0/+4
| | | | | | | | Omitting this step while setting up the NagiosGen plugin causes tracebacks when restarting the bcfg2-server process. We should probably also allow for a missing config.xml (or create one in the code). Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* DBStats: Pylint/PEP8 fixesSol Jerome2012-05-251-4/+6
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Options: Try to make options more readableSol Jerome2012-05-241-189/+399
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* DBStats: Set the initial version baed on updates instead of fixturesTim Laszlo2012-05-232-46/+4
|
* bcfg2-admin: Logging broken for reportsTim Laszlo2012-05-233-16/+10
|
* removed debug lineChris St. Pierre2012-05-231-1/+0
|
* fixed inotify handling of events in watched dirsChris St. Pierre2012-05-231-13/+21
|
* DBStats: Use more sensible column definitions for ReasonTim Laszlo2012-05-232-16/+56
|
* YUMng: Fix DBStats hooks for centos5Tim Laszlo2012-05-231-3/+3
| | | | | On centos5 the hooks raise a TypeError. Replacing the keys with attributes.
* Pkgmgr: Fix broken altsrcTim Laszlo2012-05-222-4/+9
| | | | | | Use __contains__ instead of has_key in Pkgmgr. Gone in Py3k. Fallback on __getitem__ in PrioDir. Handles cased with an override for __getitem__ is used.
* bcfg2.spec: Move python-nose dependency to bcfg2-serverTim Laszlo2012-05-221-1/+1
|
* bcfg2.spec: Copy build data instead of moveTim Laszlo2012-05-221-2/+2
| | | | | This fixes an issue building the rpm when /var/tmp is on another partition.
* bcfg2-info builddir requires interactive flagChris St. Pierre2012-05-221-1/+2
|
* Reports: Parse cfile from command line instead of using an env variableTim Laszlo2012-05-211-4/+10
|
* fixed option group stuffChris St. Pierre2012-05-214-6/+7
|