<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[iRedMail — How to monitor server health with iStat and an iPhone]]></title>
		<link>http://www.iredmail.org/forum/topic574-how-to-monitor-server-health-with-istat-and-an-iphone.html</link>
		<atom:link href="http://www.iredmail.org/forum/feed-rss-topic574.xml" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in How to monitor server health with iStat and an iPhone.]]></description>
		<lastBuildDate>Thu, 21 Jul 2011 15:13:34 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: How to monitor server health with iStat and an iPhone]]></title>
			<link>http://www.iredmail.org/forum/post10671.html#p10671</link>
			<description><![CDATA[<div class="quotebox"><cite>terciof wrote:</cite><blockquote><p>Images are broken....</p></blockquote></div><p>Works fine for me.</p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Thu, 21 Jul 2011 15:13:34 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post10671.html#p10671</guid>
		</item>
		<item>
			<title><![CDATA[Re: How to monitor server health with iStat and an iPhone]]></title>
			<link>http://www.iredmail.org/forum/post10669.html#p10669</link>
			<description><![CDATA[<p>Images are broken....</p>]]></description>
			<author><![CDATA[null@example.com (terciof)]]></author>
			<pubDate>Thu, 21 Jul 2011 15:01:21 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post10669.html#p10669</guid>
		</item>
		<item>
			<title><![CDATA[Re: How to monitor server health with iStat and an iPhone]]></title>
			<link>http://www.iredmail.org/forum/post2459.html#p2459</link>
			<description><![CDATA[<p>Added as iRedMail FAQ now: <a href="http://www.iredmail.org/faq.html">http://www.iredmail.org/faq.html</a><br />Thanks for your contribution <img src="http://www.iredmail.org/forum/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[null@example.com (ZhangHuangbin)]]></author>
			<pubDate>Sat, 23 Jan 2010 13:29:29 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post2459.html#p2459</guid>
		</item>
		<item>
			<title><![CDATA[Re: How to monitor server health with iStat and an iPhone]]></title>
			<link>http://www.iredmail.org/forum/post2458.html#p2458</link>
			<description><![CDATA[<p>This is the result:</p><p><span class="postimg"><img src="http://www.iredmail.org/forum/misc.php?item=38" alt="http://www.iredmail.org/forum/misc.php?item=38" /></span></p><p>This is clearly not a comprehensive monitoring tool but a simple tool to check your server about memory, network and CPU.</p>]]></description>
			<author><![CDATA[null@example.com (Rashef)]]></author>
			<pubDate>Sat, 23 Jan 2010 12:28:35 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post2458.html#p2458</guid>
		</item>
		<item>
			<title><![CDATA[How to monitor server health with iStat and an iPhone]]></title>
			<link>http://www.iredmail.org/forum/post2457.html#p2457</link>
			<description><![CDATA[<p>iStat is a simple monitoring tool which allows to know the status of your iPhone and the general health of both Linux and Mac OS servers. The client is available only for iPhone at very low price (.99$ or .79€) while server-side software is totally free.<br />This is what the app shows about your iPhone:</p><p><span class="postimg"><img src="http://www.iredmail.org/forum/misc.php?item=37" alt="http://www.iredmail.org/forum/misc.php?item=37" /></span></p><p>You can easily install iStat daemon on your CentOS Linux using the provided RPM:<br /></p><div class="codebox"><pre><code># wget http://istatd.googlecode.com/files/istatd-0.5.4-1.el5.rych.i386.rpm
# rpm -ivh istatd-0.5.4-1.el5.rych.i386.rpm</code></pre></div><p>Now you have to edit <em>/etc/istat.conf</em> for settings and preferences. You need to set <em>network_port</em> and <em>server_code</em> at least to have it working. iStat is able to monitor only one network interface per time through <em>monitor_net</em> option.<br />I used <em>monitor_disk</em> and <em>disk_rename_label</em> options to list the needed partitions in human readable format.<br />This is my config file (my code is obscured of course):<br /></p><div class="codebox"><pre><code>#
# /etc/istat.conf: Configuration for iStat server
#

#network_addr             127.0.0.1
network_port             5109
server_code              *****
# server_user            nobody
# server_group           nobody
# server_socket          /tmp/istatd.sock
# server_pid             /var/run/istat/istatd.pid
# cache_dir              /var/cache/istat

# Note: Only support for one network interface, limited by client.
monitor_net              ( eth2 )

# Array of disks to monitor. Specify mount path or device name.
monitor_disk             ( /dev/sda1 /dev/mapper/VolGroup00-LogVol00 )

# Set to 1 if you want to use mount path as label instead of the device name.
disk_mount_path_label    0

# Try to probe the filesystem for disk label, will override the mount path label.
disk_filesystem_label    1

# Set custom disk label. Will override all other labels.
disk_rename_label        /dev/mapper/VolGroup00-LogVol00  &quot;RAID&quot;
disk_rename_label        /dev/sda1      &quot;boot&quot;

# End of file</code></pre></div><p><span style="color: #ff0000"><strong>Don&#039;t forget to configure iptables to allow access to the choosen port.</strong></span></p>]]></description>
			<author><![CDATA[null@example.com (Rashef)]]></author>
			<pubDate>Sat, 23 Jan 2010 12:26:03 +0000</pubDate>
			<guid>http://www.iredmail.org/forum/post2457.html#p2457</guid>
		</item>
	</channel>
</rss>
