<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/" version="2.0">
  <channel>
    <title>Recent Posts in Scout Client Help | Beast</title>
    <link>http://forums.scoutapp.com/forums/4/posts</link>
    <language>en-us</language>
    <ttl>60</ttl>
    <atom:link href="http://forums.scoutapp.com/open_search.xml" rel="search" type="application/opensearchdescription+xml"/>
    <item>
      <title>undefined method `[]' replied by cyu @ Sat, 28 Jun 2008 16:10:25 -0000</title>
      <description>&lt;p&gt;I ran into this error while setting up our Scout Client for Skribit:&lt;/p&gt;


	&lt;pre&gt;&lt;code&gt;F, [2008-06-28 09:00:51 #30380] FATAL -- : An HTTP error occurred:  undefined method `[]' for false:FalseClass&lt;/code&gt;&lt;/pre&gt;


	&lt;p&gt;If you run into this error, try removing your &lt;i&gt;/home/mongrel/.scout/client_history.yaml&lt;/i&gt; file.  That worked for me.&lt;/p&gt;


	&lt;p&gt;Perhaps the client should handle the scenario where a blank client_history.yaml file is created?  Not sure how it got that way.&lt;/p&gt;


	&lt;p&gt;&amp;#8212;Calvin&lt;/p&gt;</description>
      <pubDate>Sat, 28 Jun 2008 16:10:25 -0000</pubDate>
      <guid isPermaLink="false">forums.scoutapp.com:4:41:61</guid>
      <author>cyu</author>
      <link>http://forums.scoutapp.com/forums/4/topics/41</link>
    </item>
    <item>
      <title>cron interval replied by seebq @ Fri, 02 May 2008 22:44:22 -0000</title>
      <description>&lt;p&gt;Randy, that&amp;#8217;s an excellent suggestion.  It will work now, but we may in the future decide not to accept report data on the time interval.  Thanks!&lt;/p&gt;</description>
      <pubDate>Fri, 02 May 2008 22:44:22 -0000</pubDate>
      <guid isPermaLink="false">forums.scoutapp.com:4:7:29</guid>
      <author>seebq</author>
      <link>http://forums.scoutapp.com/forums/4/topics/7</link>
    </item>
    <item>
      <title>cron interval replied by randy @ Sat, 26 Apr 2008 20:54:37 -0000</title>
      <description>&lt;p&gt;I am on the free plan but have cron set up to run every 10 minutes. It seems to be working, what happens if we leave it this way? It would be nice if we could run it more frequently to take advantage of scripts that monitor and restart services, but have it only accept reports at the time intervals allowed.&lt;/p&gt;</description>
      <pubDate>Sat, 26 Apr 2008 20:54:37 -0000</pubDate>
      <guid isPermaLink="false">forums.scoutapp.com:4:7:28</guid>
      <author>randy</author>
      <link>http://forums.scoutapp.com/forums/4/topics/7</link>
    </item>
    <item>
      <title>Scout Performance Impact replied by seebq @ Sat, 26 Apr 2008 02:00:23 -0000</title>
      <description>&lt;p&gt;Also, if you&amp;#8217;re worried about &lt;span class="caps"&gt;CPU&lt;/span&gt; cycles being stolen by Scout, you can always run scout using nice to give it a low priority:&lt;/p&gt;


&lt;pre&gt;
/usr/bin/nice -n 10 /usr/bin/scout
&lt;/pre&gt;

	&lt;p&gt;We&amp;#8217;ve found the performance impact to be very very low, nonetheless.&lt;/p&gt;</description>
      <pubDate>Sat, 26 Apr 2008 02:00:23 -0000</pubDate>
      <guid isPermaLink="false">forums.scoutapp.com:4:10:27</guid>
      <author>seebq</author>
      <link>http://forums.scoutapp.com/forums/4/topics/10</link>
    </item>
    <item>
      <title>Scout Performance Impact replied by itsderek23 @ Wed, 23 Apr 2008 14:59:53 -0000</title>
      <description>&lt;p&gt;Christian,&lt;/p&gt;


	&lt;p&gt;We built Scout so that it&amp;#8217;s impact on performance would be very small. Here&amp;#8217;s the basics:&lt;/p&gt;


	&lt;ul&gt;
	&lt;li&gt;In our tests, the Scout client used btw 5-15 MB of memory when running&lt;/li&gt;
		&lt;li&gt;The Scout client only runs when it&amp;#8217;s executing the plugins (ex: every 30 minutes on the free plan) so it doesn&amp;#8217;t use resources when it&amp;#8217;s not active. &lt;/li&gt;
		&lt;li&gt;The impact on the server load wasn&amp;#8217;t detectable&lt;/li&gt;
	&lt;/ul&gt;


	&lt;p&gt;The client is extremely light &amp;#8211; most of the work is done by the plugins. You could build a plugin that is extremely intensive &amp;#8211; one that requires a lot of libraries maybe &amp;#8211; and it will certainly use more resources. So in the end, it&amp;#8217;s up to you.&lt;/p&gt;


	&lt;p&gt;Also note that you can use Scout to monitor itself &amp;#8211; you can use the server load plugin and monitor the memory usage of the &amp;#8220;ruby&amp;#8221; process to get a feel.&lt;/p&gt;</description>
      <pubDate>Wed, 23 Apr 2008 14:59:53 -0000</pubDate>
      <guid isPermaLink="false">forums.scoutapp.com:4:10:24</guid>
      <author>itsderek23</author>
      <link>http://forums.scoutapp.com/forums/4/topics/10</link>
    </item>
    <item>
      <title>Scout Performance Impact replied by christian @ Tue, 22 Apr 2008 21:46:29 -0000</title>
      <description>&lt;p&gt;I have a basic question about scout that I didn&amp;#8217;t find in the help section.&lt;/p&gt;


	&lt;p&gt;Given a web app on a server that doesn&amp;#8217;t use Ruby, what the performance impact of installing not just the Scout Client, but also the Ruby engine as well?  Can you give us some numbers so we have a sense of it?&lt;/p&gt;</description>
      <pubDate>Tue, 22 Apr 2008 21:46:29 -0000</pubDate>
      <guid isPermaLink="false">forums.scoutapp.com:4:10:23</guid>
      <author>christian</author>
      <link>http://forums.scoutapp.com/forums/4/topics/10</link>
    </item>
    <item>
      <title>cron interval replied by itsderek23 @ Thu, 03 Apr 2008 02:02:28 -0000</title>
      <description>&lt;p&gt;Virginian,&lt;/p&gt;


	&lt;p&gt;It needs to be at or above the interval &amp;#8211; for example, on the free plan, you can report back to scout at most once every 30 minutes. So, you could run it at 31 minutes, 40 minutes &amp;#8211; anything at or above 30 minutes.&lt;/p&gt;</description>
      <pubDate>Thu, 03 Apr 2008 02:02:28 -0000</pubDate>
      <guid isPermaLink="false">forums.scoutapp.com:4:7:10</guid>
      <author>itsderek23</author>
      <link>http://forums.scoutapp.com/forums/4/topics/7</link>
    </item>
    <item>
      <title>cron interval replied by virginian @ Wed, 02 Apr 2008 22:12:36 -0000</title>
      <description>&lt;p&gt;Does the reporting time interval in the crontab need to match the account level ie 30 minute, 10 minutes, or 3 minutes?&lt;/p&gt;</description>
      <pubDate>Wed, 02 Apr 2008 22:12:36 -0000</pubDate>
      <guid isPermaLink="false">forums.scoutapp.com:4:7:8</guid>
      <author>virginian</author>
      <link>http://forums.scoutapp.com/forums/4/topics/7</link>
    </item>
    <item>
      <title>WhatIsClientKey? replied by seebq @ Wed, 02 Apr 2008 13:28:07 -0000</title>
      <description>&lt;p&gt;iceskysl -&lt;/p&gt;


	&lt;p&gt;In order to get a client key, you must have an account!  You can technically still use Scout without an an account, but only to run individual plugins, using the -p option.  If you want to enable them to automatically run, and actually use the report data (collect it on the server, to view trends, and see how data compares against multiple plugins), then you need an account.&lt;/p&gt;


	&lt;p&gt;Unfortunately, unless you&amp;#8217;ve gotten in on one of the few pre-releases we&amp;#8217;ve done, you can&amp;#8217;t sign up for an account just yet.  But, have no fears, we&amp;#8217;re launching soon.  Make sure to signup on our invite list.  Also for more help and details on how the plugin architecture works, read here: &lt;a href="http://scoutapp.com/plugin_urls/static/creating_a_plugin"&gt;How to Create a Plugin&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 02 Apr 2008 13:28:07 -0000</pubDate>
      <guid isPermaLink="false">forums.scoutapp.com:4:6:7</guid>
      <author>seebq</author>
      <link>http://forums.scoutapp.com/forums/4/topics/6</link>
    </item>
    <item>
      <title>WhatIsClientKey? replied by iceskysl @ Mon, 31 Mar 2008 03:23:09 -0000</title>
      <description>&lt;p&gt;Scout is so Great&lt;sub&gt;~,and the plugins so cool&lt;/sub&gt;&lt;sub&gt;&lt;br /&gt;but what is Client Key? and how can i get one?&lt;br /&gt;thx&lt;/sub&gt;&lt;/p&gt;


	&lt;p&gt;=========================&lt;br /&gt;C:\iceskysl&amp;gt;scout&lt;br /&gt; Scout Installation Wizard &lt;/p&gt;


	&lt;p&gt;You need the Client Key displayed in the Client Settings&lt;br /&gt;tab. It looks like:&lt;/p&gt;


	&lt;pre&gt;&lt;code&gt;6ecad322-0d17-4cb8-9b2c-a12c4541853f&lt;/code&gt;&lt;/pre&gt;


	&lt;p&gt;Enter the Client Key:&lt;/p&gt;</description>
      <pubDate>Mon, 31 Mar 2008 03:23:09 -0000</pubDate>
      <guid isPermaLink="false">forums.scoutapp.com:4:6:6</guid>
      <author>iceskysl</author>
      <link>http://forums.scoutapp.com/forums/4/topics/6</link>
    </item>
    <item>
      <title>trouble running scout through cron replied by seebq @ Tue, 18 Mar 2008 18:54:12 -0000</title>
      <description>&lt;p&gt;If you&amp;#8217;re having trouble running Scout through cron, be sure to check our help section here:&lt;/p&gt;


	&lt;p&gt;&lt;a href="http://scoutapp.com/help"&gt;http://scoutapp.com/help&lt;/a&gt;&lt;/p&gt;


	&lt;p&gt;Here are some more tips.&lt;/p&gt;


	&lt;p&gt;&lt;strong&gt;Try Running Scout using the verbose, debug mode&lt;/strong&gt;&lt;/p&gt;


	&lt;p&gt;Try running scout manually first using:&lt;/p&gt;


&lt;pre&gt;
scout [client-key] -v -l debug
&lt;/pre&gt;

	&lt;p&gt;&lt;strong&gt;Check your crontab&amp;#8217;s path&lt;/strong&gt;&lt;/p&gt;


	&lt;p&gt;Check to make sure your crontab&amp;#8217;s path includes the path to any program you&amp;#8217;re calling (i.e. /usr/local/bin if your mongrel_rails is in /usr/local/bin).&lt;/p&gt;


	&lt;p&gt;You can set this using the &lt;span class="caps"&gt;PATH&lt;/span&gt; variable.&lt;/p&gt;


	&lt;p&gt;&lt;strong&gt;Tell cron to email you output&lt;/strong&gt;&lt;/p&gt;


	&lt;p&gt;Setup your email in the crontab file using &lt;span class="caps"&gt;MAILTO&lt;/span&gt; variable and run the scout client using the verbose debugging mode as mentioned above.&lt;/p&gt;


	&lt;p&gt;Also, come visit us in the support chat room for more help:&lt;/p&gt;


	&lt;p&gt;&lt;a href="http://scoutapp.campfirenow.com/bc177"&gt;http://scoutapp.campfirenow.com/bc177&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 18 Mar 2008 18:54:12 -0000</pubDate>
      <guid isPermaLink="false">forums.scoutapp.com:4:3:3</guid>
      <author>seebq</author>
      <link>http://forums.scoutapp.com/forums/4/topics/3</link>
    </item>
  </channel>
</rss>
