<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>OS Admin Solutions &#187; System Administration</title>
	<atom:link href="http://osadmin.com/category/system-administration/feed/" rel="self" type="application/rss+xml" />
	<link>http://osadmin.com</link>
	<description>Free people, free mind, free software</description>
	<lastBuildDate>Fri, 18 Mar 2011 16:31:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Best Thing Today</title>
		<link>http://osadmin.com/2010/03/10/best-thing-today/</link>
		<comments>http://osadmin.com/2010/03/10/best-thing-today/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 13:53:41 +0000</pubDate>
		<dc:creator>mire</dc:creator>
				<category><![CDATA[Fun]]></category>
		<category><![CDATA[System Administration]]></category>

		<guid isPermaLink="false">http://osadmin.com/?p=735</guid>
		<description><![CDATA[-bash-2.05b# screen -x Suddenly the Dungeon collapses!! - You die...]]></description>
			<content:encoded><![CDATA[<p><code><br />
-bash-2.05b# screen -x</p>
<p>Suddenly the Dungeon collapses!! - You die...<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://osadmin.com/2010/03/10/best-thing-today/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Telenor Internet Ubuntu Karmic Koala</title>
		<link>http://osadmin.com/2010/01/30/telenor-internet-ubuntu-karmic-koala/</link>
		<comments>http://osadmin.com/2010/01/30/telenor-internet-ubuntu-karmic-koala/#comments</comments>
		<pubDate>Sat, 30 Jan 2010 22:12:09 +0000</pubDate>
		<dc:creator>mire</dc:creator>
				<category><![CDATA[Fun]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[System Administration]]></category>

		<guid isPermaLink="false">http://osadmin.com/?p=727</guid>
		<description><![CDATA[I got a new laptop (asus ul30a) and I figured I need to have internet on the go wimax is not an option (not available) so I chose cell usb modem from Telenor data plan is prepaid, 3 GB for two months (a new year promotion that ends tomorrow) I thought I was getting Huawei [...]]]></description>
			<content:encoded><![CDATA[<p>I got a new laptop (asus ul30a) <img src='http://osadmin.com/mire_blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  and I figured I need to have internet on the go</p>
<p>wimax is not an option (not available) so I chose cell usb modem from Telenor<br />
data plan is prepaid, 3 GB for two months (a new year promotion that ends tomorrow)</p>
<p>I thought I was getting Huawei E1550 but I ended up with Huawei E620 <img src='http://osadmin.com/mire_blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
that modem is not on their website (listed usb modems) nor in the manual I got with the thing<br />
the manual talks about Huawei E1550</p>
<p>now why do I care so much about exact models? well because modem should run on my linux box<br />
I saw Huawei E220 was well supported and Huawei E1550 had some glitches but could be made to work</p>
<p>first I used usb modem in Windows so that the autorun process can install device drivers<br />
that&#8217;s just how it works the first time</p>
<p>in linux, I first installed usb-modeswitch package</p>
<p>lsusb wrote that it was Huawei E620 with id 12d1:1001</p>
<p>but after searching for that ID I found references to Huawei E169 with that same id?!</p>
<p>on the plus side ubuntu Network Manager Applet works great with this modem<br />
I defined a new connection, specified my country and mobile network provider and it just worked! <img src='http://osadmin.com/mire_blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://osadmin.com/2010/01/30/telenor-internet-ubuntu-karmic-koala/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spamassassin 2010 Bug</title>
		<link>http://osadmin.com/2010/01/02/spamassassin-2010-bug/</link>
		<comments>http://osadmin.com/2010/01/02/spamassassin-2010-bug/#comments</comments>
		<pubDate>Sat, 02 Jan 2010 16:38:43 +0000</pubDate>
		<dc:creator>mire</dc:creator>
				<category><![CDATA[System Administration]]></category>

		<guid isPermaLink="false">http://osadmin.com/?p=725</guid>
		<description><![CDATA[it seems Spamassassin has a bug related to year 2010 the problematic rule is FH_DATE_PAST_20XX just find 72_active.cf file and replace &#8216;/20[1-9][0-9]/&#8217; to for example &#8216;/20[2-9][0-9]/&#8217; now, the problem year is 2020 but by then your file will probably get overwritten by your distribution you can put whatever number instead of 1, not just 2 [...]]]></description>
			<content:encoded><![CDATA[<p>it seems Spamassassin has a bug related to year 2010</p>
<p>the problematic rule is FH_DATE_PAST_20XX</p>
<p>just find 72_active.cf file and replace &#8216;/20[1-9][0-9]/&#8217; to for example &#8216;/20[2-9][0-9]/&#8217;</p>
<p>now, the problem year is 2020 but by then your file will probably get overwritten by your distribution</p>
<p>you can put whatever number instead of 1, not just 2 and make it work longer</p>
<p>or simpler, edit your local.cf and set this rule to have zero score</p>
<p>score FH_DATE_PAST_20XX 0.0</p>
<p>once your distribution fixes this just remove local.cf entry</p>
]]></content:encoded>
			<wfw:commentRss>http://osadmin.com/2010/01/02/spamassassin-2010-bug/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenSolaris Summer School @ Belgrade, Serbia</title>
		<link>http://osadmin.com/2009/07/07/opensolaris-summer-school-belgrade-serbia/</link>
		<comments>http://osadmin.com/2009/07/07/opensolaris-summer-school-belgrade-serbia/#comments</comments>
		<pubDate>Tue, 07 Jul 2009 22:46:31 +0000</pubDate>
		<dc:creator>mire</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[Freedom]]></category>
		<category><![CDATA[Fun]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[System Administration]]></category>

		<guid isPermaLink="false">http://osadmin.com/?p=594</guid>
		<description><![CDATA[the school is held at the Institute Of Physics, Belgrade for the month of July, two times a week today, Uros Nedic, the guy doing the lecture, arrived a bit late but I managed to find a beautiful park behind the institute with a great view of the Danube river I had a nice time [...]]]></description>
			<content:encoded><![CDATA[<p>the school is held at the Institute Of Physics, Belgrade for the month of July, two times a week</p>
<p>today, Uros Nedic, the guy doing the lecture, arrived a bit late but I managed to find a beautiful park behind the institute with a great view of the Danube river <img src='http://osadmin.com/mire_blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I had a nice time today </p>
<p>we were learning about Sun OS processes, threads, LWM, kthreads, DTrace, Zones and ZFS</p>
<p>Uros was great while teaching us/giving a lecture, answered all of our questions</p>
<p>I learned a lot</p>
<p>now, here are some pictures I took with my mobile phone, sorry for the bad quality</p>

<a href='http://osadmin.com/2009/07/07/opensolaris-summer-school-belgrade-serbia/attachment/07072009110/' title='07072009110'><img width="150" height="150" src="http://osadmin.com/mire_blog/wp-content/uploads/2009/07/07072009110-150x150.jpg" class="attachment-thumbnail" alt="07072009110" title="07072009110" /></a>
<a href='http://osadmin.com/2009/07/07/opensolaris-summer-school-belgrade-serbia/attachment/07072009113/' title='07072009113'><img width="150" height="150" src="http://osadmin.com/mire_blog/wp-content/uploads/2009/07/07072009113-150x150.jpg" class="attachment-thumbnail" alt="07072009113" title="07072009113" /></a>
<a href='http://osadmin.com/2009/07/07/opensolaris-summer-school-belgrade-serbia/attachment/07072009114/' title='07072009114'><img width="150" height="150" src="http://osadmin.com/mire_blog/wp-content/uploads/2009/07/07072009114-150x150.jpg" class="attachment-thumbnail" alt="07072009114" title="07072009114" /></a>

]]></content:encoded>
			<wfw:commentRss>http://osadmin.com/2009/07/07/opensolaris-summer-school-belgrade-serbia/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cpanel Issues</title>
		<link>http://osadmin.com/2009/05/27/cpanel-issues/</link>
		<comments>http://osadmin.com/2009/05/27/cpanel-issues/#comments</comments>
		<pubDate>Wed, 27 May 2009 08:41:06 +0000</pubDate>
		<dc:creator>mire</dc:creator>
				<category><![CDATA[Hosting]]></category>
		<category><![CDATA[System Administration]]></category>

		<guid isPermaLink="false">http://osadmin.com/?p=551</guid>
		<description><![CDATA[I got this dedicated box to setup and I&#8217;ve found 2 problems right away first, I couldn&#8217;t update cpanel to latest stable because one perl module, NetAddr::IP wouldn&#8217;t install the problem was, a configure script had a malformed first line #! /bin/bash (notice the extra space after the ! character) that got fixed now, I [...]]]></description>
			<content:encoded><![CDATA[<p>I got this dedicated box to setup and I&#8217;ve found 2 problems right away</p>
<p>first, I couldn&#8217;t update cpanel to latest stable because one perl module, NetAddr::IP wouldn&#8217;t install</p>
<p>the problem was, a configure script had a malformed first line #! /bin/bash (notice the extra space after the ! character)</p>
<p>that got fixed</p>
<p>now, I have problems with cpanel license when I reboot, it says license is not valid</p>
<p>I have to run /usr/local/cpanel/cpkeyclt to get it fixed</p>
<p>I&#8217;ll report it to them but I could also easily just add it to rc.local <img src='http://osadmin.com/mire_blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>don&#8217;t get me wrong,  I still really like cpanel but I hate issues when dealing with a new box <img src='http://osadmin.com/mire_blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://osadmin.com/2009/05/27/cpanel-issues/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dynamic DNS Iptables Firewall Script</title>
		<link>http://osadmin.com/2008/10/09/dynamic-dns-iptables-firewall-script/</link>
		<comments>http://osadmin.com/2008/10/09/dynamic-dns-iptables-firewall-script/#comments</comments>
		<pubDate>Wed, 08 Oct 2008 23:29:37 +0000</pubDate>
		<dc:creator>mire</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[System Administration]]></category>

		<guid isPermaLink="false">http://osadmin.com/?p=281</guid>
		<description><![CDATA[I&#8217;m using my computer as a development platform and I usually let people in by editing my firewall active table but for those with dynamic ip addresses I had to figure out a different solution so I made a small script in PHP to check for my friends dynamic ip address by looking up his [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m using my computer as a development platform and I usually let people in by editing my firewall active table</p>
<p>but for those with dynamic ip addresses I had to figure out a different solution</p>
<p>so I made a small script in PHP to check for my friends dynamic ip address by looking up his dyndns.org hostname</p>
<p>it checks IP then goes sleeping for 5 minutes</p>
<p>when it detects an ip change it updates firewall by flushing my firends chain and adding a rule to let him access my webserver</p>
<p>this script works in my firewall iptables setup, it could work on yours but you have to be smart and figure that out for yourself, I&#8217;m not giving any guaranteess for this, use it as GPL V3 code <img src='http://osadmin.com/mire_blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
if you want me to help you set it up, just contact me</p>
<p>here&#8217;s the code:</p>
<pre>
#!/usr/bin/php
&lt;?php
/*
use this code as GPL V3 licence says
Copyright (C) 2008, Miroslav Madzarevic, All Rights Reserved
*/
$old_ip = '';

while (1) {

    sleep (300);

    $host = 'friend.dyndns.org';

    if (!preg_match('/^'.$host.' has address ((?:\d{1,3}\.){3}\d{1,3})$/',
           exec ("/usr/bin/host $host"), $matches)) {
        echo "IP problems\n";
        continue;
    }

    $ip = $matches[1];

    $ip_parts = preg_split ('/\./', $ip, -1, PREG_SPLIT_NO_EMPTY);

    if (count($ip_parts) != 4) {
        echo "wrong ip parts count\n";
        exit;
    }

    $good = array();

    foreach ($ip_parts as $ip_part) {
        $ip_part = (int) $ip_part;
        if ($ip_part &lt; 1 or $ip_part &gt; 254) {
            echo "wrong ip part, $ip_part\n";
            exit;
        }
        $good[] = $ip_part;
    }

    $new_ip = join('.', $good);

    if ($old_ip != $new_ip) {

        `/sbin/iptables -F friend`;

        `/sbin/iptables -A friend -s $new_ip/32 -p tcp -m tcp --dport 80 -j ACCEPT`;

        $old_ip = $new_ip;
    }
}

?&gt;
</pre>
]]></content:encoded>
			<wfw:commentRss>http://osadmin.com/2008/10/09/dynamic-dns-iptables-firewall-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>fastcgi mod_fcgid</title>
		<link>http://osadmin.com/2008/10/01/fastcgi-mod_fcgid/</link>
		<comments>http://osadmin.com/2008/10/01/fastcgi-mod_fcgid/#comments</comments>
		<pubDate>Wed, 01 Oct 2008 01:16:01 +0000</pubDate>
		<dc:creator>mire</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[System Administration]]></category>

		<guid isPermaLink="false">http://osadmin.com/?p=263</guid>
		<description><![CDATA[I&#8217;ve been playing a little on my cPanel hosting trying to get maximum speed while also enforcing security at running php scripts I first started with security running mod_suphp and while it worked fine it lacked the speed of the DSO php (mod_php) so I read a thing or two about fastcgi and enabled it [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been playing a little on my cPanel hosting trying to get maximum speed while also enforcing security at running php scripts</p>
<p>I first started with security running mod_suphp and while it worked fine it lacked the speed of the DSO php (mod_php)</p>
<p>so I read a thing or two about fastcgi and enabled it</p>
<p>I&#8217;m pleasantly surprised by the speed of the hosting</p>
<p>each user got its own persistent php application running requests (actually it&#8217;s limited to 500 php requests per php5 process by MaxRequestsPerProcess 500 directive) </p>
<p>I&#8217;m keeping an eye about the memory consumption but I hope I&#8217;ll be able to keep running with this setup</p>
<p>and while I got php running as the actuall cPanel user, apache is still running as nobody for other requests&#8230; hmmm&#8230; I&#8217;m using apache 2.2 with MPM Prefork&#8230; maybe I should try a different MPM?</p>
]]></content:encoded>
			<wfw:commentRss>http://osadmin.com/2008/10/01/fastcgi-mod_fcgid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>C++ Hibernate Daemon</title>
		<link>http://osadmin.com/2008/04/30/cpp-hibernate-daemon/</link>
		<comments>http://osadmin.com/2008/04/30/cpp-hibernate-daemon/#comments</comments>
		<pubDate>Wed, 30 Apr 2008 03:06:28 +0000</pubDate>
		<dc:creator>mire</dc:creator>
				<category><![CDATA[Fun]]></category>
		<category><![CDATA[My projects]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[System Administration]]></category>

		<guid isPermaLink="false">http://osadmin.com/?p=163</guid>
		<description><![CDATA[I use Fluxbox window manager on Ubuntu Linux where I don&#8217;t have all the bells and whistles of GNOME or KDE. so I thought I&#8217;d make myself a daemon program that will automatically put my computer to hibernate when my laptop battery is almost empty usually I take care that my battery doesn&#8217;t get to [...]]]></description>
			<content:encoded><![CDATA[<p>I use Fluxbox window manager on Ubuntu Linux where I don&#8217;t have all the bells and whistles of GNOME or KDE.</p>
<p>so I thought I&#8217;d make myself a daemon program that will automatically put my computer to hibernate when my laptop battery is almost empty</p>
<p>usually I take care that my battery doesn&#8217;t get to the red zone but this is for those few cases I forget</p>
<p>I wrote this small programm in C++</p>
<p>why c++</p>
<p>well because I don&#8217;t programm in c++ and I found it interesting to do so <img src='http://osadmin.com/mire_blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>main.cpp looks like this</p>
<p><a href="http://osadmin.com/mire_blog/wp-content/uploads/2008/04/main.jpg"><img class="alignnone size-full wp-image-164" title="main.cpp" src="http://osadmin.com/mire_blog/wp-content/uploads/2008/04/main.jpg" alt="" width="432" height="376" /></a></p>
<p>so, you see the locations of the info and state file for the laptop battery, the percent at which we go to hibernation (I&#8217;ve set it to 12%), and the sleep interval before checking the battery state again (10 seconds)</p>
<p>I use my own hibernate script but you could use something like /usr/sbin/hibernate</p>
<p>you can change all of these</p>
<p>in the main function you can se that:</p>
<ul>
<li>we work only as a root user</li>
<li>we daemonize (detach from the terminal and run in background)</li>
<li>instantiate a worker class object</li>
<li>and do our work <img src='http://osadmin.com/mire_blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </li>
</ul>
<p>and what is our work? check out this picture</p>
<p><a href="http://osadmin.com/mire_blog/wp-content/uploads/2008/04/do_work.jpg"><img class="alignnone size-full wp-image-165" title="do_work function" src="http://osadmin.com/mire_blog/wp-content/uploads/2008/04/do_work.jpg" alt="worker.cpp" width="434" height="578" /></a></p>
<p>well we get the battery total capacity and current capacity and then we calculate the percent</p>
<p>if the percent is less that what I want (12%) then I want my laptop to go to hibernaton</p>
<p>but I also made a security check (that you can remove if you like)</p>
<p>that makes sure my laptop doesn&#8217;t go twice into hibernation in succession</p>
<p>why did I do that?</p>
<p>well because I parse data from some files I have no influence over</p>
<p>and those files can change their format anytime</p>
<p>so this is just a precaution</p>
<p>I have a simple makefile that compiles this code, copies it to /usr/local/bin/medved (medved in my language means a bear and bears hibernate <img src='http://osadmin.com/mire_blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  ) and adds an entry to /etc/rc.local so that it starts next time you reboot your box automatically</p>
<p>you can also start it by hand and see how it works before the reboot</p>
<p>and that&#8217;s it, now I have a daemon that puts my laptop to hibernation before my battery runs dry</p>
<p>I&#8217;ve published the source code under GPL licence version 3</p>
<p>you can get source code <a title="medved source code" href="http://osadmin.com/projects/medved.tar.bz2">here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://osadmin.com/2008/04/30/cpp-hibernate-daemon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NFS</title>
		<link>http://osadmin.com/2008/01/08/nfs/</link>
		<comments>http://osadmin.com/2008/01/08/nfs/#comments</comments>
		<pubDate>Tue, 08 Jan 2008 02:13:07 +0000</pubDate>
		<dc:creator>mire</dc:creator>
				<category><![CDATA[System Administration]]></category>

		<guid isPermaLink="false">http://osadmin.com/2008/01/08/nfs/</guid>
		<description><![CDATA[It&#8217;s so easy to setup NFS server. I needed NFS so I could export my OGG files to my dbox. I&#8217;m runing Ubuntu. Here are the commands root@warlock:/etc# apt-get install portmap nfs-kernel-server After that, I had to edit my /etc/exports file root@warlock:/etc# cat /etc/exports /exports dbox(ro,sync) And now, whenever I change the contents of /etc/exports [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s so easy to setup NFS server. I needed NFS so I could export my OGG files to my <a href="http://en.wikipedia.org/wiki/Dbox" target="_blank">dbox</a>.</p>
<p>I&#8217;m runing <a href="http://en.wikipedia.org/wiki/Ubuntu_%28Linux_distribution%29" target="_blank">Ubuntu</a>.</p>
<p>Here are the commands</p>
<p><code>root@warlock:/etc# apt-get install portmap nfs-kernel-server</code></p>
<p>After that, I had to edit my /etc/exports file</p>
<p><code>root@warlock:/etc# cat /etc/exports<br />
/exports dbox(ro,sync)<br />
</code></p>
<p>And now, whenever I change the contents of /etc/exports I need to do <code>exportfs -ra</code></p>
]]></content:encoded>
			<wfw:commentRss>http://osadmin.com/2008/01/08/nfs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zabbix</title>
		<link>http://osadmin.com/2007/12/31/zabbix/</link>
		<comments>http://osadmin.com/2007/12/31/zabbix/#comments</comments>
		<pubDate>Mon, 31 Dec 2007 11:22:10 +0000</pubDate>
		<dc:creator>mire</dc:creator>
				<category><![CDATA[System Administration]]></category>

		<guid isPermaLink="false">http://osadmin.com/2007/12/31/zabbix/</guid>
		<description><![CDATA[Zabbix is a network monitoring solution. I used to play with Nagios but I find Zabbix a better product. Simpler to install, easier to use, better web interface. Zabbix works in a client/server mode. Client is called an agent so on each box you want monitored you install the agent. The server gets installed either [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.zabbix.com" target="_blank">Zabbix</a> is a network monitoring solution. I used to play with <a href="http://www.nagios.org" target="_blank">Nagios</a> but I find Zabbix a better product. Simpler to install, easier to use, better web interface.</p>
<p>Zabbix works in a client/server mode. Client is called an agent <img src='http://osadmin.com/mire_blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  so on each box you want monitored you install the agent. The server gets installed either with <a href="http://www.mysql.com" target="_blank">mysql</a> or with <a href="http://www.postgresql.org" target="_blank">postgresql</a> database support. I opted for mysql. The install was done on my laptop <a href="http://www.ubuntu.com" target="_blank">Ubuntu</a>. I had some problems early on since my server didn&#8217;t see my client.<br />
This was because of the server or client settings that I changed. Since installing both products I noticed a lot of forks/threads in the process list and I wanted to cut down the number of those by editing a config file.<br />
Don&#8217;t do that, Zabbix doesn&#8217;t like that <img src='http://osadmin.com/mire_blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Now I got 25 Zabbix instances in my process list<br />
<code><br />
root@warlock:/tmp# ps aux|grep zabbix|grep -v grep|wc -l<br />
25<br />
</code></p>
<p>Anyway, Zabbix looks nice. I can monitor everything related to how my box functions. I had to clone 2 eth0 rules (incoming and outgoing) and make it work for my wireless network. I just changed eth0 to ath0 both times after cloning.</p>
<p>I have to figure out how to send daily reports to my email <img src='http://osadmin.com/mire_blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://osadmin.com/2007/12/31/zabbix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

