summaryrefslogtreecommitdiffstats
path: root/cobbler/action_status.py
Commit message (Expand)AuthorAgeFilesLines
* Finish removing mac from new install trackingMichael DeHaan2008-04-181-14/+6
* (A) The Python-yaml open source code that we had been using apparently didn't...Michael DeHaan2008-04-171-38/+47
* This is the new status engine in progress. I still need to do some things to...Michael DeHaan2008-04-161-188/+107
* Replaced the existing cobbler pre/post install triggers system with a much mo...Michael DeHaan2008-04-151-0/+5
* Two things -- (A) remove rhpl dep as we aren't using it and we want to useMichael DeHaan2008-04-091-1/+1
* If the cobbler system name is not in the Cobbler DB then just show the IP.Michael DeHaan2007-08-151-2/+5
* Ben Riggs patch to allow find to take arbitrary variables plus a reworkingMichael DeHaan2007-08-151-8/+10
* Added a SNIPPET::foo feature which can do the equivalent of %include in kicks...Michael DeHaan2007-07-271-1/+1
* Fix status printingMichael DeHaan2007-06-211-16/+16
* Begining of i18n of cobbler. Tests pass, works with English. Need to testMichael DeHaan2007-05-291-12/+18
* Starting to add i18n to cobbler using rhplMichael DeHaan2007-05-251-0/+3
* Kickstart tracking now mines the apache logs rather than relying on theMichael DeHaan2007-04-111-74/+113
* Have to change this too :)Michael DeHaan2007-01-251-1/+1
* glob the syslog not the kicklog, as the kicklog isMichael DeHaan2007-01-251-1/+1
* Capture other done event such that either logfile mechanism is usable to dete...Michael DeHaan2007-01-231-2/+3
* Reset file/log counter between installs.Michael DeHaan2007-01-231-0/+1
* Upgrades to status reporting code. Now scans both log files (syslog + file x...Michael DeHaan2007-01-221-130/+118
* 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
* 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