<?xml version="1.0" encoding="iso-8859-1"?><!-- generator="b2evolution/2.4.2" -->
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:admin="http://webns.net/mvcb/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>GPL'd thoughts</title>
		<link>http://blogs.op5.org/blog4.php</link>
		<description></description>
		<language>en-US</language>
		<docs>http://blogs.law.harvard.edu/tech/rss</docs>
		<admin:generatorAgent rdf:resource="http://b2evolution.net/?v=2.4.2"/>
		<ttl>60</ttl>
				<item>
			<title>Merlin goes distributed</title>
			<link>http://blogs.op5.org/blog4.php/2010/07/09/merlin-goes-distributed</link>
			<pubDate>Fri, 09 Jul 2010 13:39:30 +0000</pubDate>			<dc:creator>Andreas Ericsson</dc:creator>
			<category domain="main">Nagios</category>			<guid isPermaLink="false">41@http://blogs.op5.org/</guid>
						<description>&lt;p&gt;Since a couple of weeks ago (3, to be precise), two distributed merlin setups have been running non-stop in our lab without hiccups. I am, ofcourse, quite proud of this. The two scenarios we're currently testing for is 2*peers and 1*master+2*slaves. The new algorithm for preventing checks from being run that some other server is supposed to take care of seems to be working extraordinarily well, and the 15 second take-over slowdown in the loadbalanced peer situation is now gone. All peers will share all checks with each peer doing exactly half the checks each.&lt;/p&gt;

&lt;p&gt;Slaves will ofcourse &quot;only&quot; do all checks assigned to them, but the merlin module will prevent checks it doesn't know about from entering Nagios. This makes it possible to configure checks on a poller that the master needn't know anything about. Someday I'll add some marker so the daemon doesn't even send events for such checks to its masters.&lt;/p&gt;

&lt;p&gt;A lot of people have opened their eyes to Merlin and are now using it in production environments. Bold? Maybe, but they really don't have that many alternatives, and Merlin has been running steadily in a lot of production networks for weeks (or even months) now.&lt;/p&gt;

&lt;p&gt;Next step now is to merge the reports-module with merlin. This is necessary in order to allow each poller node to be a fully fledged monitoring server in its own right, while all checkresults must still be sent to the master so it has all the information. It shouldn't take long really, and I've already merged over the improved hash library and all its tests from the reports-module, as well as some other things.&lt;/p&gt;

&lt;p&gt;After that comes proper command forwarding. Commands concerning a particular check will have to be forwarded to the poller or peer in charge of running that particular check, or people will have to figure out which peer or slave is running the checks. Since that's very nearly impossible to do with a peered setup, this is not very practical, so command forwarding is absolutely essential in order to let sysadmins manage their monitoring systems sanely.&lt;/p&gt;

&lt;p&gt;When that's done, I'll get busy with config syncing. This will be tricky, and will naturally require me to take care of a million small and annoying things, as well as extending the merlin protocol to accept streaming data where it currently only accepts packets with a max-size of 128KiB (or possibly 64KiB, I keep forgetting).&lt;/p&gt;

&lt;p&gt;The scenarios for config syncing we'll be supporting is &quot;master to poller&quot;, where the master server splits out the config the poller should handle and sends it to the poller, and &quot;peer -&gt; peer&quot;, where a peer simply sends all its configuration to the other peer. The peer2peer scenario is relatively straightforward, since it doesn't involve any config-splitting. The master2poller scenario is a lot more tricky. Frankly, it would be a lot easier to do things the other way around, so maybe I'll throw that one in too while I'm at it.&lt;/p&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://blogs.op5.org/blog4.php/2010/07/09/merlin-goes-distributed&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p>Since a couple of weeks ago (3, to be precise), two distributed merlin setups have been running non-stop in our lab without hiccups. I am, ofcourse, quite proud of this. The two scenarios we're currently testing for is 2*peers and 1*master+2*slaves. The new algorithm for preventing checks from being run that some other server is supposed to take care of seems to be working extraordinarily well, and the 15 second take-over slowdown in the loadbalanced peer situation is now gone. All peers will share all checks with each peer doing exactly half the checks each.</p>

<p>Slaves will ofcourse "only" do all checks assigned to them, but the merlin module will prevent checks it doesn't know about from entering Nagios. This makes it possible to configure checks on a poller that the master needn't know anything about. Someday I'll add some marker so the daemon doesn't even send events for such checks to its masters.</p>

<p>A lot of people have opened their eyes to Merlin and are now using it in production environments. Bold? Maybe, but they really don't have that many alternatives, and Merlin has been running steadily in a lot of production networks for weeks (or even months) now.</p>

<p>Next step now is to merge the reports-module with merlin. This is necessary in order to allow each poller node to be a fully fledged monitoring server in its own right, while all checkresults must still be sent to the master so it has all the information. It shouldn't take long really, and I've already merged over the improved hash library and all its tests from the reports-module, as well as some other things.</p>

<p>After that comes proper command forwarding. Commands concerning a particular check will have to be forwarded to the poller or peer in charge of running that particular check, or people will have to figure out which peer or slave is running the checks. Since that's very nearly impossible to do with a peered setup, this is not very practical, so command forwarding is absolutely essential in order to let sysadmins manage their monitoring systems sanely.</p>

<p>When that's done, I'll get busy with config syncing. This will be tricky, and will naturally require me to take care of a million small and annoying things, as well as extending the merlin protocol to accept streaming data where it currently only accepts packets with a max-size of 128KiB (or possibly 64KiB, I keep forgetting).</p>

<p>The scenarios for config syncing we'll be supporting is "master to poller", where the master server splits out the config the poller should handle and sends it to the poller, and "peer -> peer", where a peer simply sends all its configuration to the other peer. The peer2peer scenario is relatively straightforward, since it doesn't involve any config-splitting. The master2poller scenario is a lot more tricky. Frankly, it would be a lot easier to do things the other way around, so maybe I'll throw that one in too while I'm at it.</p><div class="item_footer"><p><small><a href="http://blogs.op5.org/blog4.php/2010/07/09/merlin-goes-distributed">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>http://blogs.op5.org/blog4.php/2010/07/09/merlin-goes-distributed#comments</comments>
		</item>
				<item>
			<title>libgit2 at Google Summer of Code</title>
			<link>http://blogs.op5.org/blog4.php/2010/07/09/libgit2-at-google-summer-of-code</link>
			<pubDate>Fri, 09 Jul 2010 13:25:47 +0000</pubDate>			<dc:creator>Andreas Ericsson</dc:creator>
			<category domain="main">git</category>			<guid isPermaLink="false">40@http://blogs.op5.org/</guid>
						<description>&lt;p&gt;I've been quite busy the past few weeks. Besides vacationing, with all that that entails in forms of beachvolleyboll, partying and lazing around in the sun, I've also been working with a guy named Vicent Marti and his mentor, Scott Chacon (from github). Both have put quite a lot of effort into making the Google Summer of Code 2010 a really good year for libgit2. Ramsay Jones, the co-maintainer who refuses push access, should also be mentioned. He's been working tirelessly to make sure Vicent's recent changes keep the library working flawlessly on Windows boxen.&lt;/p&gt;

&lt;p&gt;The goal for libgit2 summer of code was to add an efficient and functional revision walking machinery, as well as capabilities to manipulate the index and references in all the ways that git.git can.&lt;/p&gt;

&lt;p&gt;This may not seem like such a great chore until one considers the fact that Shawn O. Pearce, the man who started the libgit2 effort, has contributed tens of thousands of lines of code to git.git itself and now maintains Gerrit and JGit, spent several months writing up the revision walking machinery for JGit. It becomes even more daunting when you realize that the code to read objects out of packfiles wasn't in libgit2 when Vicent started his project.&lt;/p&gt;

&lt;p&gt;So far, Vicent has added a commit walking machinery with plenty of tests to it. Once we add branch, tag and reflog parsing code to libgit2, it will be possible to write the &quot;git fsck&quot;-like application using only libgit2 calls to access the repository. This is something of a holy grail in terms of capabilities, since such an application would need to be able to read and parse all types of objects from all types of sources. The writing of such an application is not in itself a goal for libgit2 in GSoC2010, but adding the capabilities to do it is.&lt;/p&gt;

&lt;p&gt;Vicent is, in short, doing a stellar job. His mentor, Scott Chacon, has also started writing python bindings. It makes sense, I guess. He works for (or owns, I'm not sure) github, and every piece of python code he can offload to an opensource implementation of git is ofcourse a piece of code he needn't maintain, or pay to maintain, himself.&lt;/p&gt;

&lt;p&gt;All in all though, it's working out quite well and the community is already benefiting from Vicent's work. If you want to help out, make sure to check out the official public libgit2 repository at &lt;a href=&quot;git://repo.or.cz/libgit2.git&quot;&gt;git://repo.or.cz/libgit2.git&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Big thanks go out to Ramsay Jones, Vicent Marti and Scott Chacon for putting so much effort into this. If the pace continues the way it has, we should have the entire library in just a few months &lt;img src=&quot;http://blogs.op5.org/rsc/smilies/icon_smile.gif&quot; alt=&quot;&amp;#58;&amp;#41;&quot; class=&quot;middle&quot; /&gt;&lt;/p&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://blogs.op5.org/blog4.php/2010/07/09/libgit2-at-google-summer-of-code&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p>I've been quite busy the past few weeks. Besides vacationing, with all that that entails in forms of beachvolleyboll, partying and lazing around in the sun, I've also been working with a guy named Vicent Marti and his mentor, Scott Chacon (from github). Both have put quite a lot of effort into making the Google Summer of Code 2010 a really good year for libgit2. Ramsay Jones, the co-maintainer who refuses push access, should also be mentioned. He's been working tirelessly to make sure Vicent's recent changes keep the library working flawlessly on Windows boxen.</p>

<p>The goal for libgit2 summer of code was to add an efficient and functional revision walking machinery, as well as capabilities to manipulate the index and references in all the ways that git.git can.</p>

<p>This may not seem like such a great chore until one considers the fact that Shawn O. Pearce, the man who started the libgit2 effort, has contributed tens of thousands of lines of code to git.git itself and now maintains Gerrit and JGit, spent several months writing up the revision walking machinery for JGit. It becomes even more daunting when you realize that the code to read objects out of packfiles wasn't in libgit2 when Vicent started his project.</p>

<p>So far, Vicent has added a commit walking machinery with plenty of tests to it. Once we add branch, tag and reflog parsing code to libgit2, it will be possible to write the "git fsck"-like application using only libgit2 calls to access the repository. This is something of a holy grail in terms of capabilities, since such an application would need to be able to read and parse all types of objects from all types of sources. The writing of such an application is not in itself a goal for libgit2 in GSoC2010, but adding the capabilities to do it is.</p>

<p>Vicent is, in short, doing a stellar job. His mentor, Scott Chacon, has also started writing python bindings. It makes sense, I guess. He works for (or owns, I'm not sure) github, and every piece of python code he can offload to an opensource implementation of git is ofcourse a piece of code he needn't maintain, or pay to maintain, himself.</p>

<p>All in all though, it's working out quite well and the community is already benefiting from Vicent's work. If you want to help out, make sure to check out the official public libgit2 repository at <a href="git://repo.or.cz/libgit2.git">git://repo.or.cz/libgit2.git</a></p>

<p>Big thanks go out to Ramsay Jones, Vicent Marti and Scott Chacon for putting so much effort into this. If the pace continues the way it has, we should have the entire library in just a few months <img src="http://blogs.op5.org/rsc/smilies/icon_smile.gif" alt="&#58;&#41;" class="middle" /></p><div class="item_footer"><p><small><a href="http://blogs.op5.org/blog4.php/2010/07/09/libgit2-at-google-summer-of-code">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>http://blogs.op5.org/blog4.php/2010/07/09/libgit2-at-google-summer-of-code#comments</comments>
		</item>
				<item>
			<title>Merlin contributions</title>
			<link>http://blogs.op5.org/blog4.php/2009/11/11/merlin-contributions</link>
			<pubDate>Wed, 11 Nov 2009 15:27:51 +0000</pubDate>			<dc:creator>Andreas Ericsson</dc:creator>
			<category domain="main">Uncategorized</category>			<guid isPermaLink="false">39@http://blogs.op5.org/</guid>
						<description>&lt;p&gt;Merlin development has really kicked off. Single-server database support is in production at all our customers (all 350 or so of them), and people in the community have started using it for production use in a distributed environment.&lt;/p&gt;

&lt;p&gt;Three people in particular have contributed awesomely to making Merlin better for distributed environments. The first to pick it up for this purpose is a guy named Russel Jennings. He's written several concise bug-reports and done tireless testing with various versions to find where some bug was introduced and which versions of the Merlin daemon work well together. A great big thanks for that, Russel!&lt;/p&gt;

&lt;p&gt;The other person is a guy named Sean Millichamp. He's gone the extra mile and has started sending in patches for bugs he's found. So far, he's contributed with 10 patches, making him the second most prominent developer for the merlin module-daemon pair. So far, his patches hold very high standard indeed and I have great hopes that we'll see more of his excellent contributions making it into future releases.&lt;/p&gt;

&lt;p&gt;Jean-Marc Le Fevre has also contributed some minor patches that he deserves recognition for.&lt;/p&gt;

&lt;p&gt;Numerous other people have reported issues with Merlin and contributed to the Wiki and HOWTO's. Thank you all &lt;img src=&quot;http://blogs.op5.org/rsc/smilies/icon_smile.gif&quot; alt=&quot;&amp;#58;&amp;#41;&quot; class=&quot;middle&quot; /&gt;&lt;/p&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://blogs.op5.org/blog4.php/2009/11/11/merlin-contributions&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p>Merlin development has really kicked off. Single-server database support is in production at all our customers (all 350 or so of them), and people in the community have started using it for production use in a distributed environment.</p>

<p>Three people in particular have contributed awesomely to making Merlin better for distributed environments. The first to pick it up for this purpose is a guy named Russel Jennings. He's written several concise bug-reports and done tireless testing with various versions to find where some bug was introduced and which versions of the Merlin daemon work well together. A great big thanks for that, Russel!</p>

<p>The other person is a guy named Sean Millichamp. He's gone the extra mile and has started sending in patches for bugs he's found. So far, he's contributed with 10 patches, making him the second most prominent developer for the merlin module-daemon pair. So far, his patches hold very high standard indeed and I have great hopes that we'll see more of his excellent contributions making it into future releases.</p>

<p>Jean-Marc Le Fevre has also contributed some minor patches that he deserves recognition for.</p>

<p>Numerous other people have reported issues with Merlin and contributed to the Wiki and HOWTO's. Thank you all <img src="http://blogs.op5.org/rsc/smilies/icon_smile.gif" alt="&#58;&#41;" class="middle" /></p><div class="item_footer"><p><small><a href="http://blogs.op5.org/blog4.php/2009/11/11/merlin-contributions">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>http://blogs.op5.org/blog4.php/2009/11/11/merlin-contributions#comments</comments>
		</item>
				<item>
			<title>Merlin progress report</title>
			<link>http://blogs.op5.org/blog4.php/2009/06/13/merlin-progress-report</link>
			<pubDate>Sat, 13 Jun 2009 13:06:19 +0000</pubDate>			<dc:creator>Andreas Ericsson</dc:creator>
			<category domain="main">Nagios</category>			<guid isPermaLink="false">38@http://blogs.op5.org/</guid>
						<description>&lt;p&gt;I'm clearly a workaholic when I'm fiddling with stuff I really like, and all the community interest in Merlin and Ninja lately has just made me a pure-bred hacker fanatic.&lt;/p&gt;

&lt;p&gt;So I've implemented the state retention stuff in Merlin. Turns out that all that was really required was to make sure the status and object import works ok and is up-to-date (so I implemented an automagic way of making that happen). Then I can just read the current status from the database. I use an array sorted by object name (&quot;host_name&quot; for hosts and &quot;host_name;service_description&quot; for services) so I can use a binary search. 3000000 lookups of some randomly chosen nodes in a config with 15k hosts complete in just under 2.2 seconds. Quite impressive. Especially so when about 0.8 seconds is spent loading all the states and sorting the array in the first place.&lt;/p&gt;

&lt;p&gt;I've also had a chance to look over the cross-host event transport stuff, which was subtly broken due to a brainfart of mine in a tertiary operation. I've tested it and it works just fine now agan.&lt;/p&gt;

&lt;p&gt;With the changes mentioned above, I Merlin is rapidly approaching production quality in terms of its planned feature-set, so I've just released v0.5 with the hopes of attracting some more testers.&lt;/p&gt;

&lt;p&gt;Let it rip, people, and make sure to let me know how it's going. Merlin can be downloaded from our git repositories using the following command:&lt;/p&gt;
&lt;pre&gt;

  git clone git://git.op5.org/nagios/merlin.git

&lt;/pre&gt;

&lt;p&gt;Cheerios for now.&lt;/p&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://blogs.op5.org/blog4.php/2009/06/13/merlin-progress-report&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p>I'm clearly a workaholic when I'm fiddling with stuff I really like, and all the community interest in Merlin and Ninja lately has just made me a pure-bred hacker fanatic.</p>

<p>So I've implemented the state retention stuff in Merlin. Turns out that all that was really required was to make sure the status and object import works ok and is up-to-date (so I implemented an automagic way of making that happen). Then I can just read the current status from the database. I use an array sorted by object name ("host_name" for hosts and "host_name;service_description" for services) so I can use a binary search. 3000000 lookups of some randomly chosen nodes in a config with 15k hosts complete in just under 2.2 seconds. Quite impressive. Especially so when about 0.8 seconds is spent loading all the states and sorting the array in the first place.</p>

<p>I've also had a chance to look over the cross-host event transport stuff, which was subtly broken due to a brainfart of mine in a tertiary operation. I've tested it and it works just fine now agan.</p>

<p>With the changes mentioned above, I Merlin is rapidly approaching production quality in terms of its planned feature-set, so I've just released v0.5 with the hopes of attracting some more testers.</p>

<p>Let it rip, people, and make sure to let me know how it's going. Merlin can be downloaded from our git repositories using the following command:</p>
<pre>

  git clone git://git.op5.org/nagios/merlin.git

</pre>

<p>Cheerios for now.</p><div class="item_footer"><p><small><a href="http://blogs.op5.org/blog4.php/2009/06/13/merlin-progress-report">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>http://blogs.op5.org/blog4.php/2009/06/13/merlin-progress-report#comments</comments>
		</item>
				<item>
			<title>Nagios for huge networks</title>
			<link>http://blogs.op5.org/blog4.php/2009/05/16/nagios-for-huge-networks</link>
			<pubDate>Sat, 16 May 2009 09:58:59 +0000</pubDate>			<dc:creator>Andreas Ericsson</dc:creator>
			<category domain="main">Nagios</category>			<guid isPermaLink="false">37@http://blogs.op5.org/</guid>
						<description>&lt;p&gt;With the recent changes to the Nagios core development team, patches have been flooding in to the nagios-devel list. There's been such a flurry of improvements that I've actually had to stop working on Ninja and Merlin entirely over the past two weeks and just work on testing, adding and commenting on patches sent to the list. In view of that, I must say I'm convinced Ethan did the right thing when he extended the core dev team a bit.&lt;/p&gt;

&lt;p&gt;However, this post is mostly about one particular patch from a guy named Jean Gab&amp;#232;s. The patch speeds up Nagios' circular-parent-child dependency checks a *lot*. In a network 300 levels deep (root-host -&gt; lvl1-child -&gt; lvl2-child -&gt; ... -&gt; lvl300-child) where each level in itself has 500 hosts, vanilla Nagios had to be Ctrl-C'd out of after 53 minutes, while Nagios with Jean's patch completed in less than seven seconds (a speedup of more than 51000%!).&lt;/p&gt;

&lt;p&gt;For a more modest network of 15000 nodes, (30 levels deep, 500 hosts in each level), vanilla Nagios completed a configuration check in 3 minutes and 33 seconds, while patched Nagios did the exact same job in less than one second.&lt;/p&gt;

&lt;p&gt;Awesome, Jean. Thanks a lot indeed :-)&lt;/p&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://blogs.op5.org/blog4.php/2009/05/16/nagios-for-huge-networks&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p>With the recent changes to the Nagios core development team, patches have been flooding in to the nagios-devel list. There's been such a flurry of improvements that I've actually had to stop working on Ninja and Merlin entirely over the past two weeks and just work on testing, adding and commenting on patches sent to the list. In view of that, I must say I'm convinced Ethan did the right thing when he extended the core dev team a bit.</p>

<p>However, this post is mostly about one particular patch from a guy named Jean Gab&#232;s. The patch speeds up Nagios' circular-parent-child dependency checks a *lot*. In a network 300 levels deep (root-host -> lvl1-child -> lvl2-child -> ... -> lvl300-child) where each level in itself has 500 hosts, vanilla Nagios had to be Ctrl-C'd out of after 53 minutes, while Nagios with Jean's patch completed in less than seven seconds (a speedup of more than 51000%!).</p>

<p>For a more modest network of 15000 nodes, (30 levels deep, 500 hosts in each level), vanilla Nagios completed a configuration check in 3 minutes and 33 seconds, while patched Nagios did the exact same job in less than one second.</p>

<p>Awesome, Jean. Thanks a lot indeed :-)</p><div class="item_footer"><p><small><a href="http://blogs.op5.org/blog4.php/2009/05/16/nagios-for-huge-networks">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>http://blogs.op5.org/blog4.php/2009/05/16/nagios-for-huge-networks#comments</comments>
		</item>
				<item>
			<title>libgit2 moving forward</title>
			<link>http://blogs.op5.org/blog4.php/2009/05/14/libgit2-moving-forward</link>
			<pubDate>Thu, 14 May 2009 08:02:17 +0000</pubDate>			<dc:creator>Andreas Ericsson</dc:creator>
			<category domain="main">git</category>			<guid isPermaLink="false">36@http://blogs.op5.org/</guid>
						<description>&lt;p&gt;Just a short post to announce myself as co-maintainer of libgit2. I don't know how long this will last, but Shawn O. Pearce (one of the truly heavy names in git development) will be very busy with the Google Summer of Code project, where core git has two student slots.&lt;/p&gt;

&lt;p&gt;Shawn has been busy quite a long time (understandable, as he still makes significant contributions both to git.git and jgit.git), and only me and Ramsay Jones have made any significant contributions to libgit2 since it was announced back in November 2008.&lt;/p&gt;

&lt;p&gt;Hopefully, this will mean whatever patches there are will get applied faster and that development will move forward at a quicker pace.&lt;/p&gt;

&lt;p&gt;Personally, I've got a lot of un-committed work lying around that pertains to index reading and writing. I'll be working on finishing that up and sending it out to git@vger for review. The sooner we can get *some* part of the library working properly the better, imo, as git.git can't start using it until it does.&lt;/p&gt;

&lt;p&gt;Oh, and libgit2 is currently looking for additional contributors. It doesn't really matter what you want to work on. Just clone the repo from git://repo.or.cz/libgit2.git and start hacking. Patches could go either to me (ae@op5.com) or to the git mailing list (git@vger.kernel.org).&lt;/p&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://blogs.op5.org/blog4.php/2009/05/14/libgit2-moving-forward&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p>Just a short post to announce myself as co-maintainer of libgit2. I don't know how long this will last, but Shawn O. Pearce (one of the truly heavy names in git development) will be very busy with the Google Summer of Code project, where core git has two student slots.</p>

<p>Shawn has been busy quite a long time (understandable, as he still makes significant contributions both to git.git and jgit.git), and only me and Ramsay Jones have made any significant contributions to libgit2 since it was announced back in November 2008.</p>

<p>Hopefully, this will mean whatever patches there are will get applied faster and that development will move forward at a quicker pace.</p>

<p>Personally, I've got a lot of un-committed work lying around that pertains to index reading and writing. I'll be working on finishing that up and sending it out to git@vger for review. The sooner we can get *some* part of the library working properly the better, imo, as git.git can't start using it until it does.</p>

<p>Oh, and libgit2 is currently looking for additional contributors. It doesn't really matter what you want to work on. Just clone the repo from git://repo.or.cz/libgit2.git and start hacking. Patches could go either to me (ae@op5.com) or to the git mailing list (git@vger.kernel.org).</p><div class="item_footer"><p><small><a href="http://blogs.op5.org/blog4.php/2009/05/14/libgit2-moving-forward">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>http://blogs.op5.org/blog4.php/2009/05/14/libgit2-moving-forward#comments</comments>
		</item>
				<item>
			<title>The future of Nagios</title>
			<link>http://blogs.op5.org/blog4.php/2009/05/07/the-future-of-nagios</link>
			<pubDate>Thu, 07 May 2009 13:52:34 +0000</pubDate>			<dc:creator>Andreas Ericsson</dc:creator>
			<category domain="main">Nagios</category>			<guid isPermaLink="false">35@http://blogs.op5.org/</guid>
						<description>&lt;p&gt;Some of you might know that a fork of Nagios has appeared recently. If you don't, go read about it in the nagios-devel mailing list archives. They're available on sourceforge somewhere, but I can't be bothered to look for them right now.&lt;br /&gt;
&lt;br /&gt;
Working for a company that makes a living out of supporting and writing addons for Nagios, I must say I'm a bit sad. Being an enthusiastic and optimistic guy, I must say I'm thrilled.
&lt;br /&gt;&lt;br /&gt;
A couple of facts before we set off:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt; The fork was instigated largely by german members of the community. It &lt;b&gt;appears&lt;/b&gt; to have been spearheaded by a german company (though I don't know this for sure) that makes its living selling customized Nagios solutions and/or support. I don't know this for sure, but it sure looks as if that's what's happened.&lt;/li&gt;

&lt;li&gt;The german company have unlawfully used the Nagios trademark after being asked not to do so. It has also registered Nagios as a trademark in Germany, to which is a huge slap in the face of an opensource project. They are naturally not on the best of terms with Nagios' founding father, Ethan, at the moment.&lt;/li&gt;

&lt;li&gt;Ethan has been absent working with the aforementioned lawsuit (or whatever it is a trademark violation results in when friendly talk is no longer enough), and also trying to put together a new webbased user interface for Nagios.&lt;/li&gt;

&lt;li&gt;Patches from all levels of the community have been erratically ignored during Ethan's absence. Some were picked up, but as many or more slipped between the cracks.&lt;/li&gt;

&lt;li&gt;Ethan has always been the single person with commit access to the Nagios CVS (yuk) repository.&lt;/li&gt;

&lt;li&gt;The fork uses &lt;a href=&quot;http://www.git-scm.com&quot;&gt;git&lt;/a&gt; to track their patches.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;br /&gt;&lt;br /&gt;
The community developers have voiced a complaint that they cite as the primary reason for the fork:&lt;/p&gt;

&lt;p&gt;&lt;i&gt;Nagios is not being developed fast and openly enough.&lt;/i&gt;&lt;br /&gt;
&lt;br /&gt;
I agree with this, and I'm currently discussing with Ethan about expanding the developer-base. Unfortunately, the scarce resource &quot;trust&quot; is even scarcer for those developers who joined the fork, which leaves the available candidates rather few. Happily, I count myself among them, and apparently so does Ethan. He emailed me away from public channels asking if I'd be willing to become a core developer, and op5 has graciously given a tentative promise to devote one to two days per week to Nagios development / patch management. Nothing's settled yet, but development &lt;b&gt;has&lt;/b&gt; to continue even if the core maintainer takes a leave of absence, so one way or another, we'll make sure this happens.
&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;
In a perfect world (ie, one where I get to decide everything &lt;img src=&quot;http://blogs.op5.org/rsc/smilies/icon_wink.gif&quot; alt=&quot;&amp;#59;&amp;#41;&quot; class=&quot;middle&quot; /&gt;), here's what will happen:&lt;/p&gt;&lt;ul&gt;
&lt;li&gt;Nagios incorporates the good changes that the fork produces.&lt;/li&gt;
&lt;li&gt;The benevolent but previously frustrated developers from the fork hop back to working on Nagios when they see it's once again moving forward. They could actually do that by keeping on working on their fork, although that would set them apart from the Nagios community a bit rather than make them members of it.&lt;/li&gt;
&lt;li&gt;Nagios development picks up its pace and a new GUI is added to it which fulfills everyones wildest dreams.&lt;/li&gt;
&lt;li&gt;Nagios development moves to using &lt;a href=&quot;http://www.git-scm.com&quot;&gt;git &lt;/a&gt;instead of CVS. Since git actually invites people to fork the code but makes it incredibly simple to merge those changes back to the pre-fork project again, there could be any number of forks and Nagios would be the grand total of the best of all of them. Who would win on that? Well, the Nagios users for a start, and Nagios itself, and Ethan, and every company making a living off of Nagios one way or another. So that'd be a win-win-win-win-win situation? I &lt;b&gt;like&lt;/b&gt; it.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;
For those who wonder where I'm standing in all this, I'll be working with Ethan to make the community developers happy while at the same time trying to prevent the community users from living through the confusion that a long-lived fork means. In the end, I hope Nagios becomes a better product with a stronger and better community backing it, which seems rather inevitable now that more people than ever are working frantically at making it so. Hopefully it results in a happy community where The Right People(tm) are part of a Nagios steering committee or some such.&lt;br /&gt;
&lt;br /&gt;&lt;br /&gt;
Time will tell. It always does ;-)&lt;/p&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://blogs.op5.org/blog4.php/2009/05/07/the-future-of-nagios&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p>Some of you might know that a fork of Nagios has appeared recently. If you don't, go read about it in the nagios-devel mailing list archives. They're available on sourceforge somewhere, but I can't be bothered to look for them right now.<br />
<br />
Working for a company that makes a living out of supporting and writing addons for Nagios, I must say I'm a bit sad. Being an enthusiastic and optimistic guy, I must say I'm thrilled.
<br /><br />
A couple of facts before we set off:</p>
<ul>
<li> The fork was instigated largely by german members of the community. It <b>appears</b> to have been spearheaded by a german company (though I don't know this for sure) that makes its living selling customized Nagios solutions and/or support. I don't know this for sure, but it sure looks as if that's what's happened.</li>

<li>The german company have unlawfully used the Nagios trademark after being asked not to do so. It has also registered Nagios as a trademark in Germany, to which is a huge slap in the face of an opensource project. They are naturally not on the best of terms with Nagios' founding father, Ethan, at the moment.</li>

<li>Ethan has been absent working with the aforementioned lawsuit (or whatever it is a trademark violation results in when friendly talk is no longer enough), and also trying to put together a new webbased user interface for Nagios.</li>

<li>Patches from all levels of the community have been erratically ignored during Ethan's absence. Some were picked up, but as many or more slipped between the cracks.</li>

<li>Ethan has always been the single person with commit access to the Nagios CVS (yuk) repository.</li>

<li>The fork uses <a href="http://www.git-scm.com">git</a> to track their patches.</li>
</ul>
<p><br /><br />
The community developers have voiced a complaint that they cite as the primary reason for the fork:</p>

<p><i>Nagios is not being developed fast and openly enough.</i><br />
<br />
I agree with this, and I'm currently discussing with Ethan about expanding the developer-base. Unfortunately, the scarce resource "trust" is even scarcer for those developers who joined the fork, which leaves the available candidates rather few. Happily, I count myself among them, and apparently so does Ethan. He emailed me away from public channels asking if I'd be willing to become a core developer, and op5 has graciously given a tentative promise to devote one to two days per week to Nagios development / patch management. Nothing's settled yet, but development <b>has</b> to continue even if the core maintainer takes a leave of absence, so one way or another, we'll make sure this happens.
<br /><br /><br />
In a perfect world (ie, one where I get to decide everything <img src="http://blogs.op5.org/rsc/smilies/icon_wink.gif" alt="&#59;&#41;" class="middle" />), here's what will happen:</p><ul>
<li>Nagios incorporates the good changes that the fork produces.</li>
<li>The benevolent but previously frustrated developers from the fork hop back to working on Nagios when they see it's once again moving forward. They could actually do that by keeping on working on their fork, although that would set them apart from the Nagios community a bit rather than make them members of it.</li>
<li>Nagios development picks up its pace and a new GUI is added to it which fulfills everyones wildest dreams.</li>
<li>Nagios development moves to using <a href="http://www.git-scm.com">git </a>instead of CVS. Since git actually invites people to fork the code but makes it incredibly simple to merge those changes back to the pre-fork project again, there could be any number of forks and Nagios would be the grand total of the best of all of them. Who would win on that? Well, the Nagios users for a start, and Nagios itself, and Ethan, and every company making a living off of Nagios one way or another. So that'd be a win-win-win-win-win situation? I <b>like</b> it.</li>
</ul>
<p><br /><br /><br />
For those who wonder where I'm standing in all this, I'll be working with Ethan to make the community developers happy while at the same time trying to prevent the community users from living through the confusion that a long-lived fork means. In the end, I hope Nagios becomes a better product with a stronger and better community backing it, which seems rather inevitable now that more people than ever are working frantically at making it so. Hopefully it results in a happy community where The Right People(tm) are part of a Nagios steering committee or some such.<br />
<br /><br />
Time will tell. It always does ;-)</p><div class="item_footer"><p><small><a href="http://blogs.op5.org/blog4.php/2009/05/07/the-future-of-nagios">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>http://blogs.op5.org/blog4.php/2009/05/07/the-future-of-nagios#comments</comments>
		</item>
				<item>
			<title>Making Nagios even more awesome</title>
			<link>http://blogs.op5.org/blog4.php/2009/03/20/making-nagios-even-more-awesome</link>
			<pubDate>Fri, 20 Mar 2009 11:01:54 +0000</pubDate>			<dc:creator>Andreas Ericsson</dc:creator>
			<category domain="main">Nagios</category>			<guid isPermaLink="false">34@http://blogs.op5.org/</guid>
						<description>&lt;p&gt;It's been quite a while since I blogged anything now, and the reason is that I, along with my colleagues here at op5, have been hard at work producing a new GUI for Nagios. Naturally it will be GPL'd, and equally naturally it will be blazing fast, awesomely pretty and contain lots and lots of cool stuff, such as our reporting tool (pretty graphs for the suits), a new flash-based network map (based on RaVis by Google), and the Merlin module.&lt;/p&gt;

&lt;p&gt;What with me being the company's die-hard C programmer, I'm naturally taking care of finishing off the Merlin module.&lt;/p&gt;

&lt;p&gt;As some of you know, the merlin module was originally designed to be an event transport for effortless redundant and loadbalanced network monitoring. Since modules running inside Nagios have certain restrictions put upon them, we decided to empower the Merlin module with the capabilities to insert events into a database (a rather straightforward patch). The really cool part about it is that Merlin still retains its multiplexing networking capabilities, which means that you can now use Merlin as a (very, very fast) way of communicating Nagios events to other servers.&lt;/p&gt;

&lt;p&gt;Since merlin is designed to work with a plethora of different topologies, this means that Nagios will be the easily most scalable network monitoring system of them all. If you want to monitor Google's server-park from a single tool, you'll have to use Nagios. If you want to monitor Second Life's vast and widespread server network, Nagios is the only choice. If you want to monitor the entire internet, Nagios can do that (provided you spend &quot;some&quot; money on hardware ;-))&lt;/p&gt;

&lt;p&gt;If you're a handy guy when it comes to doing certificate authentication in C, I might have a job for you though. Currently all nodes have to be configured upstream in its chain of responsibility. The capability to add random servers without modifying the configuration of running servers would be even more awesome &lt;img src=&quot;http://blogs.op5.org/rsc/smilies/icon_smile.gif&quot; alt=&quot;&amp;#58;&amp;#41;&quot; class=&quot;middle&quot; /&gt;&lt;/p&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://blogs.op5.org/blog4.php/2009/03/20/making-nagios-even-more-awesome&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p>It's been quite a while since I blogged anything now, and the reason is that I, along with my colleagues here at op5, have been hard at work producing a new GUI for Nagios. Naturally it will be GPL'd, and equally naturally it will be blazing fast, awesomely pretty and contain lots and lots of cool stuff, such as our reporting tool (pretty graphs for the suits), a new flash-based network map (based on RaVis by Google), and the Merlin module.</p>

<p>What with me being the company's die-hard C programmer, I'm naturally taking care of finishing off the Merlin module.</p>

<p>As some of you know, the merlin module was originally designed to be an event transport for effortless redundant and loadbalanced network monitoring. Since modules running inside Nagios have certain restrictions put upon them, we decided to empower the Merlin module with the capabilities to insert events into a database (a rather straightforward patch). The really cool part about it is that Merlin still retains its multiplexing networking capabilities, which means that you can now use Merlin as a (very, very fast) way of communicating Nagios events to other servers.</p>

<p>Since merlin is designed to work with a plethora of different topologies, this means that Nagios will be the easily most scalable network monitoring system of them all. If you want to monitor Google's server-park from a single tool, you'll have to use Nagios. If you want to monitor Second Life's vast and widespread server network, Nagios is the only choice. If you want to monitor the entire internet, Nagios can do that (provided you spend "some" money on hardware ;-))</p>

<p>If you're a handy guy when it comes to doing certificate authentication in C, I might have a job for you though. Currently all nodes have to be configured upstream in its chain of responsibility. The capability to add random servers without modifying the configuration of running servers would be even more awesome <img src="http://blogs.op5.org/rsc/smilies/icon_smile.gif" alt="&#58;&#41;" class="middle" /></p><div class="item_footer"><p><small><a href="http://blogs.op5.org/blog4.php/2009/03/20/making-nagios-even-more-awesome">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>http://blogs.op5.org/blog4.php/2009/03/20/making-nagios-even-more-awesome#comments</comments>
		</item>
			</channel>
</rss>
