~ahasenack/landscape-client/landscape-client-11.02-0ubuntu0.9.10.0

« back to all changes in this revision

Viewing changes to landscape/monitor/rebootrequired.py

  • Committer: Andreas Hasenack
  • Date: 2011-03-22 20:33:03 UTC
  • Revision ID: andreas@canonical.com-20110322203303-kyloiwfvawspj262
* New upstream version (LP: #727324)
  - Exit gracefully instead of crashing when the filesystem is
    read-only (LP: #649997).
  - Drop hal requirement (LP: #708502).
  - Enable HTTP compression in Curl (LP: #297623).
  - Explicitly name log files that need to be rotated (LP: #634236).
  - Assorted test suite fixes.
  - Use a better load check for the sysinfo wrapper, taking into account the
    number of cores (LP: #643565).
  - Add an option to bootstrap cloud instances using cloud-init
    (LP: #701972).
  - Fix packaging for Natty (LP: #688115).
  - Force deletion of all the persist data for the monitoring plugins at
    resynchronization, instead of relying each one of them to do
    (LP: #688161).
  - Don't send the mount-activity message to the server anymore
    (LP: #688514).
  - Workaround a new behavior in NetworkManager where getfqdn would report
    localhost instead of useful hostname (LP: #649142).

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
    """
15
15
 
16
16
    persist_name = "reboot-required"
17
 
    run_interval = 900 # 15 minutes
 
17
    run_interval = 900  # 15 minutes
18
18
    run_immediately = True
19
19
 
20
20
    def __init__(self, reboot_required_filename="/var/run/reboot-required"):