summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Admin/Query.py
Commit message (Collapse)AuthorAgeFilesLines
* bcfg2-admin: Blacklist unused plugins in query modeTim Laszlo2012-09-241-0/+2
| | | | | | When the server has high iowait the Cfg and Packages plugins can slow the bcfg2-admin query command down. This blacklists them. Also DBStats is unused and can cause problems due to the threading.
* bcfg2-admin: Fix query modeSol Jerome2012-08-291-1/+1
| | | | | | Access to metadata.clients changed in 8b438fda. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* made logging to syslog configurable and default for all loggingChris St. Pierre2012-08-151-1/+2
|
* Added query b=bundle method to bcfg2-admin.Jake Davis2012-07-241-3/+5
|
* Allow to run directly from a git checkout (#1037)Sol Jerome2012-03-241-0/+72
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>