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 - : send the line "unsubscribe linux-admin" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html