summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Reporting/Collector.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* Reporting: have bcfg2-report-collector be explicit about detachingMichael Fenn2013-08-191-1/+1
* 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