From e1c47ddf4b96f6cb30dc4cdee90fdf137c8c1daf Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Wed, 17 Jun 2009 16:53:01 -0500 Subject: [PATCH] * profiles/common: - decrease disk to run every 10 seconds - decrease mem-used to run every 10 seconds - decrease processes to run every 10 seconds - decrease reboot-required to run every 10 seconds - decrease updates-available to run every 30 seconds - decrease wifi_quality to run every 10 seconds - increase hostname to run every 10 minutes, since its cheap - increase release to run every 10 minutes, to handle dist upgrades - increase uptime to run every 30 seconds, since its cheap Signed-off-by: Dustin Kirkland --- profiles/common | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/profiles/common b/profiles/common index 978fdc2e..953f375a 100644 --- a/profiles/common +++ b/profiles/common @@ -27,9 +27,9 @@ msgwait 1 # Define status commands backtick 99 86400 86400 byobu-status logo -backtick 100 3600 3600 byobu-status release -backtick 101 10 10 byobu-status updates_available -backtick 102 2 2 byobu-status reboot_required +backtick 100 600 600 byobu-status release +backtick 101 30 30 byobu-status updates_available +backtick 102 10 10 byobu-status reboot_required backtick 103 2 2 byobu-status cpu_freq backtick 104 86400 86400 byobu-status cpu_count backtick 105 86400 86400 byobu-status mem_available @@ -50,7 +50,7 @@ backtick 119 10 10 byobu-status wifi_quality backtick 120 86400 86400 byobu-status date backtick 121 86400 86400 byobu-status time backtick 122 600 600 byobu-status ip_address -backtick 123 30 30 byobu-status disk +backtick 123 10 10 byobu-status disk backtick 124 86400 86400 byobu-status true backtick 125 30 30 byobu-status temp_c backtick 126 30 30 byobu-status temp_f