From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris DiTrani Subject: Re: SMS as server infos Date: 23 Jun 2004 13:12:45 -0400 Sender: linux-admin-owner@vger.kernel.org Message-ID: <1088010764.17780.54.camel@chris.livedata.com> References: <200406231841.05090.fluca1978@virgilio.it> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <200406231841.05090.fluca1978@virgilio.it> List-Id: Content-Type: text/plain; charset="us-ascii" To: linux-admin@vger.kernel.org On Wed, 2004-06-23 at 12:41, Luca Ferrari wrote: > Hi, > did anybody configured a kind of software for getting information about the > server status (raid, disk space, etc.) thru SMS on a mobile phone? If so, > could you tell me which software have you used and how you configured it (or > where I can find some information)? If you're competent with shell and Python (or, yuck, perl ;-)) you can instrument this pretty easily. All the info you want is either a command or a cat of some /proc file away, and with Python you can easily build a HTTP POST to pop off to your SMS gateway. How fancy you want to get in between is up to you. I haven't done exactly this, but some very similar things before. CD