bin/scout in scout-1.1.7 vs bin/scout in scout-1.1.8
- old
+ new
@@ -137,14 +137,22 @@
options[:verbose] ? log : nil ) { |server| server.test }
puts <<-END_SUCCESS.gsub(/^ {4}/, "")
Success!
+
+ Now, you must setup Scout to run on a scheduled basis.
- ******* NOW, INSTALL IN CRONTAB *******
+ If you are using the system crontab (usually located at /etc/crontab):
- */10 * * * * #{USER} #{File.expand_path($PROGRAM_NAME)} #{options[:client_key]}
+ ****** START CRONTAB SAMPLE ******
+ */30 * * * * #{USER} #{File.expand_path($PROGRAM_NAME)} #{options[:client_key]}
+ ******* END CRONTAB SAMPLE *******
+ 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