bin/scout in scout-1.1.6 vs bin/scout in scout-1.1.7

- old
+ new

@@ -137,22 +137,14 @@ options[:verbose] ? log : nil ) { |server| server.test } puts <<-END_SUCCESS.gsub(/^ {4}/, "") Success! - - Now, you must setup Scout to run on a scheduled basis. - If you are using the system crontab (usually located at /etc/crontab): + ******* NOW, INSTALL IN CRONTAB ******* - ****** START CRONTAB SAMPLE ****** - */30 * * * * #{USER} #{File.expand_path($PROGRAM_NAME)} #{options[:client_key]} - ******* END CRONTAB SAMPLE ******* + */10 * * * * #{USER} #{File.expand_path($PROGRAM_NAME)} #{options[:client_key]} - If you are using this current user's crontab (using crontab -e to edit): - - ****** START CRONTAB SAMPLE ****** - */30 * * * * #{File.expand_path($PROGRAM_NAME)} #{options[:client_key]} ******* END CRONTAB SAMPLE ******* For help setting up Scout with crontab, please visit: http://scoutapp.com/help#cron