Title Story
iStat My Linux on My Phone
After checking out bjango’s web-site again after a long time, to check out the status of the “remote vital statistics” project called “iStat for iPhone”, I was suprised to see an iStat Server for Linux (and Solaris, and FreeBSD, …).
The last time I check out the project, there was no such daemon for Unix(-like) platforms but Mac OS X itself. I decided to take a quick look at the independend istatd Project on Google Code and give it a shot. I fetched the sources, built them on a Debian Lenny and ran the daemon with a slighly modified configuration – and it worked!
I found it pretty cool. Actually, I found it so cool that it was the reason for me to buy the actual iPhone App. I have no Mac OS X Servers I’d like to monitor, but I could think of plenty of Linux machines which I’d like to keep an eye on – not as an replacement for Nagios, just as a solution for quick-live-monitoring.
However, I decided to build a Debian package, to make it easier to deploy the istatd on a couple of machines. I attached the Debian package to this post, so you can just download and install it on your Lenny machines. Warning: It’s not a clean and tidy built, lintian conform packge! I just hacked it together to have something that “just works”. And that’s what it actually should. Besides, be warned that the daemon takes quite long to shut-down, due to the fact that I’ve just used the regular /etc/init.d/skeleton to create an own /etc/init.d/istatd script, without going into deep workflow-checks. Here, the script takes something around half a minute to kill the istatd.
Anyway, now I’m going to take a look at the sources and see, if I could probably commit some enhancements to the projects. The last time I was doing C++ is *quite* a time ago, but it shouldn’t be too hard from what I’ve seen so far. On the project’s site it says that there’s no support for fans and temperature measuring, yet. I will check whether it’s possible to use lmsensors for getting those information and maybe hack it in – or even rewrite the daemon in C, what would be the best to do anyway.
Oh well, however. Enjoy the package.
Download: istatd_0.5.4-1_i386.deb
Thank’s dude! iStat is really interesting. I hope they add a couple of extra features.
I’m looking forward to a lickabe monitoring solution …
Regards
hi
for which debian/ubuntu version is your .deb?
do you have a debian source packet which compiles on ubuntu 8.04 ?
greetings from austria
alex
Hi,
Can you provide the debian rules used to compile this package? Or can you provide a x86_64 version? Thank you