<?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 Plugin Development | Beast</title>
    <link>http://forums.scoutapp.com/forums/2/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>Plugin not working - warnings? replied by khudgins @ Tue, 01 Jul 2008 15:22:11 -0000</title>
      <description>&lt;p&gt;I&amp;#8217;ve got a plugin that tests okay (scout -p plugin.rb)  but I&amp;#8217;m getting a warning. (I&amp;#8217;m monkeypatching Time)&lt;/p&gt;


	&lt;p&gt;Would this cause the plugin to fail in real-world use?&lt;/p&gt;</description>
      <pubDate>Tue, 01 Jul 2008 15:22:11 -0000</pubDate>
      <guid isPermaLink="false">forums.scoutapp.com:2:51:71</guid>
      <author>khudgins</author>
      <link>http://forums.scoutapp.com/forums/2/topics/51</link>
    </item>
    <item>
      <title>Uptime plugin replied by itsderek23 @ Wed, 21 May 2008 05:44:35 -0000</title>
      <description>&lt;p&gt;Rafi,&lt;/p&gt;


	&lt;p&gt;Sorry for the delay &amp;#8211; currently the uptime plugin doesn&amp;#8217;t generate any alerts, so you&amp;#8217;ll only get an email notification on an error.&lt;/p&gt;</description>
      <pubDate>Wed, 21 May 2008 05:44:35 -0000</pubDate>
      <guid isPermaLink="false">forums.scoutapp.com:2:15:39</guid>
      <author>itsderek23</author>
      <link>http://forums.scoutapp.com/forums/2/topics/15</link>
    </item>
    <item>
      <title>Uptime plugin replied by rafi @ Thu, 15 May 2008 19:02:00 -0000</title>
      <description>&lt;p&gt;Just checking to make sure the uptime plugin does what I think, b/c I&amp;#8217;m not sure I totally understand the email notification thresholds.&lt;/p&gt;


	&lt;p&gt;If I set up email notification for the uptime plugin (which isn&amp;#8217;t parameterized), when will I get emailed by Scout?&lt;br /&gt;Only after a reboot?&lt;br /&gt;All day until uptime is &amp;gt;1?&lt;br /&gt;Something else?&lt;/p&gt;</description>
      <pubDate>Thu, 15 May 2008 19:02:00 -0000</pubDate>
      <guid isPermaLink="false">forums.scoutapp.com:2:15:38</guid>
      <author>rafi</author>
      <link>http://forums.scoutapp.com/forums/2/topics/15</link>
    </item>
    <item>
      <title>Plugin security replied by rafi @ Thu, 08 May 2008 18:44:36 -0000</title>
      <description>&lt;p&gt;A couple of ideas:&lt;/p&gt;


	&lt;p&gt;A. Have the plugin read the password from a file off the disk. For each machine Scout is monitoring, put that password file somewhere only the Scout client user has access to.&lt;/p&gt;


	&lt;p&gt;B. Set the DB password in an environment variable in the Scout user&amp;#8217;s crontab, or just in the crontab line for Scout. Use the password from env in your plugin script.&lt;/p&gt;</description>
      <pubDate>Thu, 08 May 2008 18:44:36 -0000</pubDate>
      <guid isPermaLink="false">forums.scoutapp.com:2:13:34</guid>
      <author>rafi</author>
      <link>http://forums.scoutapp.com/forums/2/topics/13</link>
    </item>
    <item>
      <title>Plugin security replied by wkoffel @ Wed, 07 May 2008 21:32:17 -0000</title>
      <description>&lt;p&gt;Of course, I found the &amp;#8220;How does Scout approach security?&amp;#8221; mere minutes after posting this. :-)  I think that answers most of my questions.  Still not quote confident that I want DB passwords in my plugins.  Anyone else have a favorite solution to that issue?&lt;/p&gt;</description>
      <pubDate>Wed, 07 May 2008 21:32:17 -0000</pubDate>
      <guid isPermaLink="false">forums.scoutapp.com:2:13:33</guid>
      <author>wkoffel</author>
      <link>http://forums.scoutapp.com/forums/2/topics/13</link>
    </item>
    <item>
      <title>Plugin security replied by wkoffel @ Wed, 07 May 2008 21:23:23 -0000</title>
      <description>&lt;p&gt;What can the admins tell us about plugin security?  For example, I&amp;#8217;d like to execute some DB queries directly in a plugin (not necessary to load my whole Rails environment).  But to do that, I&amp;#8217;d need a DB password in the plugin.&lt;/p&gt;


	&lt;p&gt;I haven&amp;#8217;t sniffed to see, but are the connections that the scout client makes encrypted?&lt;/p&gt;


	&lt;p&gt;How about the security of the plugin store at scoutapp.com?  Would it be inadvisable to store proprietary information in a plugin to be distributed by the scout server?&lt;/p&gt;</description>
      <pubDate>Wed, 07 May 2008 21:23:23 -0000</pubDate>
      <guid isPermaLink="false">forums.scoutapp.com:2:13:32</guid>
      <author>wkoffel</author>
      <link>http://forums.scoutapp.com/forums/2/topics/13</link>
    </item>
    <item>
      <title>Plugins WANTED! replied by seebq @ Tue, 22 Apr 2008 16:27:12 -0000</title>
      <description>&lt;p&gt;Matt&amp;#8212;&lt;/p&gt;


	&lt;p&gt;I haven&amp;#8217;t checked out m|monit, but I actually do use monit to keep all the components running for Scout.  Unfortunately though, getting an e-mail about a process ballooning in memory and then restarting doesn&amp;#8217;t really help me diagnose why it did it in the first place, or what was going on at the time.  I&amp;#8217;m with you (and probably preaching to the choir about how Scout helps to alleviate this problem by showing you what other factors could have contributed to this), though!&lt;/p&gt;


	&lt;p&gt;And having a scout plugin that works in conjunction with monit is a fantastic idea.  Brilliant, even.&lt;/p&gt;


	&lt;p&gt;I am testing a new plugin called, simply enough:  &lt;a href="http://plugins.scoutapp.com/keep_process_running/trunk/keep_process_running.rb"&gt;Keep Process Running&lt;/a&gt; and it couldn&amp;#8217;t be simpler.  I think interrogating the monit file is an awesome idea too.&lt;/p&gt;


	&lt;p&gt;Keep &amp;#8216;em coming!  Thanks for the feedback!&lt;/p&gt;</description>
      <pubDate>Tue, 22 Apr 2008 16:27:12 -0000</pubDate>
      <guid isPermaLink="false">forums.scoutapp.com:2:5:22</guid>
      <author>seebq</author>
      <link>http://forums.scoutapp.com/forums/2/topics/5</link>
    </item>
    <item>
      <title>Plugins WANTED! replied by Matt @ Sat, 19 Apr 2008 20:49:37 -0000</title>
      <description>&lt;p&gt;What about an interface to monit? The monit folk recently released their &amp;#8220;m|monit&amp;#8221; project (&lt;a href="http://tildeslash.com/mmonit/"&gt;http://tildeslash.com/mmonit/&lt;/a&gt;).&lt;/p&gt;


	&lt;p&gt;Scout looks a heck of a lot cooler, has a great, defined plug-in interface, is much further along, and doesn&amp;#8217;t require &lt;strong&gt;another&lt;/strong&gt; process running (should monit monitor m|monit, too??)&amp;#8212;in short, it seems like a far superior solution.&lt;/p&gt;


	&lt;p&gt;What about a plugin that lets you interface with the monit process already running on our servers? I see the plugin library already has a simple script to restart mongrel. But the monit process monitoring/restarting syntax is significantly more advanced: why re-invent the wheel?&lt;/p&gt;


	&lt;p&gt;It could start out simply enough: interrogate the monit conf file and execute commands held within, but seems a short hop to then replace all that m|monit does.&lt;/p&gt;


	&lt;p&gt;Interested in the everyone&amp;#8217;s thoughts!!&lt;/p&gt;


	&lt;p&gt;Thanks,&lt;/p&gt;


	&lt;p&gt;&amp;#8212;&lt;br /&gt;Matt&lt;/p&gt;</description>
      <pubDate>Sat, 19 Apr 2008 20:49:37 -0000</pubDate>
      <guid isPermaLink="false">forums.scoutapp.com:2:5:21</guid>
      <author>Matt</author>
      <link>http://forums.scoutapp.com/forums/2/topics/5</link>
    </item>
    <item>
      <title>Plugins WANTED! replied by itsderek23 @ Wed, 16 Apr 2008 20:07:12 -0000</title>
      <description>&lt;p&gt;mark,&lt;/p&gt;


	&lt;p&gt;We don&amp;#8217;t have a developer plan so far, but if you are a developer, shoot us an email: support at highgroove dot com and I&amp;#8217;m sure we&amp;#8217;ll set something up.&lt;/p&gt;</description>
      <pubDate>Wed, 16 Apr 2008 20:07:12 -0000</pubDate>
      <guid isPermaLink="false">forums.scoutapp.com:2:5:17</guid>
      <author>itsderek23</author>
      <link>http://forums.scoutapp.com/forums/2/topics/5</link>
    </item>
    <item>
      <title>Plugins WANTED! replied by mhasse @ Wed, 16 Apr 2008 03:53:43 -0000</title>
      <description>&lt;p&gt;So, stupid question here, but I am interested in writing plug-ins for Scout.  I&amp;#8217;ve written a really simple one and was starting on a second, I have a few other ideas that I&amp;#8217;d like to move on to from there.  One problem&amp;#8212;I can only run three plug-ins under the free account.  Now, I&amp;#8217;m currently monitoring my home server, so it doesn&amp;#8217;t really make much sense to pay $14 per month just to have some fun developing in Ruby and then testing what I put together, but I&amp;#8217;d like to both monitor critical stats (disk space, etc.) and run the plug-ins that I&amp;#8217;ve written to see how they work over time, etc.  Is there going to be an option for registered developers to run additional plugins?  You can see &lt;a href="http://www.bluezucchini.com/scoutplugins"&gt;http://www.bluezucchini.com/scoutplugins&lt;/a&gt; for what I&amp;#8217;ve written so far and I&amp;#8217;ll post the next one when I finish.  Thanks in advance. mark.&lt;/p&gt;</description>
      <pubDate>Wed, 16 Apr 2008 03:53:43 -0000</pubDate>
      <guid isPermaLink="false">forums.scoutapp.com:2:5:16</guid>
      <author>mhasse</author>
      <link>http://forums.scoutapp.com/forums/2/topics/5</link>
    </item>
    <item>
      <title>Plugins WANTED! replied by phill @ Mon, 14 Apr 2008 08:49:45 -0000</title>
      <description>&lt;p&gt;Once I get an account I&amp;#8217;ll probably do some plugins for different things.  Off the top of my head maybe&amp;#8230;&lt;/p&gt;


	&lt;p&gt;1. &lt;span class="caps"&gt;SNMP&lt;/span&gt; for collecting data from routers and access points.&lt;br /&gt;2. Email server usage and Spam Stats.&lt;/p&gt;</description>
      <pubDate>Mon, 14 Apr 2008 08:49:45 -0000</pubDate>
      <guid isPermaLink="false">forums.scoutapp.com:2:5:13</guid>
      <author>phill</author>
      <link>http://forums.scoutapp.com/forums/2/topics/5</link>
    </item>
    <item>
      <title>SNORT plugin coming? replied by seebq @ Thu, 03 Apr 2008 03:18:47 -0000</title>
      <description>&lt;p&gt;That is a most excellent suggestion.  It seems like it would be very easy,&amp;#8212;since Scout is simply Ruby, one could just parse the log file and grab what they wanted!&lt;/p&gt;


	&lt;p&gt;Check out our Rails Request plugin for details on how we implemented a simple log parser that reads the log from the end for a low memory footprint, and quick, detailed reads:&lt;/p&gt;


	&lt;p&gt;&lt;a href="http://plugins.scoutapp.com/rails_requests/trunk/rails_requests.rb"&gt;Rails Requests Plugin&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 03 Apr 2008 03:18:47 -0000</pubDate>
      <guid isPermaLink="false">forums.scoutapp.com:2:8:11</guid>
      <author>seebq</author>
      <link>http://forums.scoutapp.com/forums/2/topics/8</link>
    </item>
    <item>
      <title>SNORT plugin coming? replied by virginian @ Wed, 02 Apr 2008 22:27:07 -0000</title>
      <description>&lt;p&gt;&lt;span class="caps"&gt;PCI&lt;/span&gt; compliance has as one of its requirements as a notification of security breach attempts from an &lt;span class="caps"&gt;IDS&lt;/span&gt;/IPS, not just logging.&lt;br /&gt;Scout seems to be an ideal platform to integrate something like a &lt;span class="caps"&gt;SNORT&lt;/span&gt; plugin for this purpose.&lt;br /&gt;High dollar solutions are available from alertlogic.com and others; however, a solution based on Scout and &lt;span class="caps"&gt;SNORT&lt;/span&gt; seems like it could fill a gap.&lt;/p&gt;


	&lt;p&gt;Any plans to do such in the near future?&lt;/p&gt;</description>
      <pubDate>Wed, 02 Apr 2008 22:27:07 -0000</pubDate>
      <guid isPermaLink="false">forums.scoutapp.com:2:8:9</guid>
      <author>virginian</author>
      <link>http://forums.scoutapp.com/forums/2/topics/8</link>
    </item>
    <item>
      <title>Plugins WANTED! replied by seebq @ Fri, 21 Mar 2008 22:42:29 -0000</title>
      <description>&lt;p&gt;Post your most wanted plugins here and we&amp;#8217;ll help organize where development is happening!&lt;/p&gt;


	&lt;p&gt;Here are some of the plugins we&amp;#8217;ve gotten requests for since launching:&lt;/p&gt;


	&lt;p&gt;&lt;strong&gt;Monitor Multiple &lt;span class="caps"&gt;URLS&lt;/span&gt;&lt;/strong&gt; &amp;#8211; a plugin that can take in a list of URLs and monitor each one, possibly reporting back data on each&lt;/p&gt;


	&lt;p&gt;&lt;strong&gt;Monitor a Single Mongrel&lt;/strong&gt; &amp;#8211; the mongrel monitor plugin right now takes in a directory like /etc/mongrel_cluster and checks every conf and yml file, for mongrel configurations&amp;#8212;this plugin would monitor just a single .conf file for the mongrel&lt;/p&gt;


	&lt;p&gt;Any more?  Comments wanted!&lt;/p&gt;</description>
      <pubDate>Fri, 21 Mar 2008 22:42:29 -0000</pubDate>
      <guid isPermaLink="false">forums.scoutapp.com:2:5:5</guid>
      <author>seebq</author>
      <link>http://forums.scoutapp.com/forums/2/topics/5</link>
    </item>
    <item>
      <title>Getting Started Help replied by itsderek23 @ Sun, 24 Feb 2008 15:33:46 -0000</title>
      <description>&lt;p&gt;Creating a plugin for the first time? Check out our tutorial on the process:&lt;/p&gt;


	&lt;p&gt;&lt;a href="http://scoutapp.com/plugin_urls/static/creating_a_plugin"&gt;HowTo Create a Plugin&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Sun, 24 Feb 2008 15:33:46 -0000</pubDate>
      <guid isPermaLink="false">forums.scoutapp.com:2:1:1</guid>
      <author>itsderek23</author>
      <link>http://forums.scoutapp.com/forums/2/topics/1</link>
    </item>
  </channel>
</rss>
