summaryrefslogtreecommitdiffstats
path: root/cobbler/action_status.py
Commit message (Collapse)AuthorAgeFilesLines
* Upgrades to status reporting code. Now scans both log files (syslog + file ↵Michael DeHaan2007-01-221-130/+118
| | | | | | xfers) and contains finer grained data about system state. Files transferred aren't syslogged, so we can't use syslog exclusively.
* Polishing and Aligning status reports to new way of saving them.Michael DeHaan2007-01-041-10/+7
|
* Removing logrotation and keeping logs in seperate directory files, so we can ↵Michael DeHaan2007-01-041-5/+6
| | | | | | do smart things about deleting entries that are older. (alikins suggestion).
* Further work on kickstart tracking.mdehaan@mdehaan.rdu.redhat.com2007-01-041-13/+81
|
* It's easier to generate reports with just one hash.mdehaan@mdehaan.rdu.redhat.com2007-01-041-8/+4
|
* Only calculate stats on certain URLs for more accurate reporting.Michael DeHaan2007-01-031-4/+9
|
* Add kickstart pre-signaling to indicate starts in addition to stops.mdehaan@mdehaan.rdu.redhat.com2007-01-031-15/+98
|
* Add scaffolding for status report function/module.mdehaan@mdehaan.rdu.redhat.com2007-01-031-0/+38