summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Reporting/Collector.py
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'maint'Alexander Sulfrian2015-06-121-1/+1
|\
| * Reporting: Fix typoSol Jerome2015-04-171-1/+1
* | Merge branch 'maint'Alexander Sulfrian2014-11-121-16/+22
|\|
| * Remove PIDFileError as it does not always exist in the package and is rarely ...Matt Kemp2014-10-021-5/+0
| * Catch possible typeerror resulting from None being returned when reading the ...Matt Kemp2014-10-021-1/+1
| * Fixes to ensure pidfile can be opened or broken if stale.Matt Kemp2014-10-011-18/+11
| * Attempt to break the pid lock during startup.Matt Kemp2014-10-011-8/+26
* | Reporting/Collector: fix semaphore initializationAlexander Sulfrian2014-11-111-1/+2
* | Reporting/Collector: fix python2.4 compatibilityAlexander Sulfrian2014-10-271-9/+11
* | Reporting/Collector: add max-children argumentAlexander Sulfrian2014-10-271-3/+19
* | Merge branch 'maint' into masterSol Jerome2014-04-161-0/+35
|\|
| * bcfg2-report-collector: better error messages when failing to daemonizeChris St. Pierre2014-03-041-0/+13
| * Reporting: properly close db connectionChris St. Pierre2014-02-281-3/+0
| * ensure that DB connections are always closed at thread/process exitChris St. Pierre2014-02-181-3/+6
| * Reporting: occasionally reap child threadsMichael Fenn2014-01-101-0/+23
* | Reporting: fixed error reportingChris St. Pierre2013-10-311-1/+1
* | Merge branch 'maint'Chris St. Pierre2013-10-281-9/+29
|\|
| * Revert "Reporting: Simple sanity check to avoid creating too many threads"Michael Fenn2013-10-141-3/+0
| * Reporting: misc improvements to collector threadingMichael Fenn2013-10-101-4/+6
| * Reporting: Simple sanity check to avoid creating too many threadsMichael Fenn2013-10-091-0/+3
| * Reporting: start a new thread for each importMichael Fenn2013-10-091-10/+29
* | Merge branch 'maint'Sol Jerome2013-09-011-1/+1
|\|
| * Reporting: have bcfg2-report-collector be explicit about detachingMichael Fenn2013-08-191-1/+1
* | Reporting: Fix collectorSol Jerome2013-08-311-6/+2
* | Options: migrated reporting to new parserChris St. Pierre2013-06-271-29/+29
|/
* Reporting: Fix traceback when run interactivelySol Jerome2013-06-171-2/+4
* fix lockfile imports for pyhton-daemon >= 1.6Tim Laszlo2012-10-181-1/+2
* ty daemon.pidlock before pidlockfileTim Laszlo2012-10-181-1/+7
* Switch from lockfile to PIDLockFileTim Laszlo2012-10-181-3/+9
* Reporting: Make transport configurableTim Laszlo2012-10-101-0/+7
* Reporting: Merge new reporting dataTim Laszlo2012-10-081-0/+111