summaryrefslogtreecommitdiffstats
path: root/cobbler/action_status.py
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | of find (mpd) to add some error checking, list returns, and other semi-useful stuff. Plus tests and an optomization to allow name=foo as the only parameter to be just as fast as before.
* Added a SNIPPET::foo feature which can do the equivalent of %include in ↵Michael DeHaan2007-07-271-1/+1
| | | | | | | | | kickstart without the need for a wget and http hosting. Snippets live in /var/lib/cobbler/snippets -- Cobbler ships with only one snippet now (as a demo), though users can create as many as they want.
* 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
| | | | | | | translation function and run manual testing to ensure no functional errors in other places (such as import). cobbler_msg (strings file) has been removed.
* 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
| | | | | | | | | | | | | | | watcher.py mod_python script, so there is room for greater platform compatibility. A cgi-based more-portable alternative to watcher is still desirable. Since apache logs are cycled more frequently than cobbler logs, this does mean that we lose a bit of granularity with regards to start/stop times, though this can presumably be refined. Last request time (the most important bit) is still solid. Need to verify that Apache log time parsing (strptime) isn't doing anything strange with time zones as cobbler is logging GMT. I suspect it might and that would affect results and state detection.
* 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 ↵Michael DeHaan2007-01-231-2/+3
| | | | determine when an install is complete.
* Reset file/log counter between installs.Michael DeHaan2007-01-231-0/+1
|
* 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