Xymon Mailing List Archive search

FYI: Howto on Configuring Hobbit to Send Alerts via SMS over Skype under Linux

4 messages in this thread

list Matthew Marlowe · Fri, 7 Nov 2008 01:22:59 -0800 ·
Hope this proves helpful to someone else on this list:

	
http://www.deploylinux.net/matt/2008/11/howto-teaching-hobbit-to-send.html

Matt
--
Matthew Marlowe                              user-aa81237a428b@xymon.invalid
DeployLinux Consulting, Inc                  Direct: XXX-XXX-XXXX
Senior Infrastructure Consultant             Office: XXX-XXX-XXXX
Cell: XXX-XXX-XXXX Fax: XXX-XXX-XXXX     YIM:deploylinuxconsulting   

Designing, Securing, and Maintaining Mission Critical Linux Servers 
              for Successful Internet Applications
list Johann Eggers · Fri, 7 Nov 2008 13:25:01 +0100 ·
-----Original Message-----
From: Matthew Marlowe [mailto:user-aa81237a428b@xymon.invalid]
Sent: Freitag, 7. November 2008 10:23
To: user-ae9b8668bcde@xymon.invalid
Subject: [hobbit] FYI: Howto on Configuring Hobbit to Send Alerts via
SMS
over Skype under Linux

Hope this proves helpful to someone else on this list:

http://www.deploylinux.net/matt/2008/11/howto-teaching-hobbit-to-send.ht
ml
Matt
Hi,

why don't you use a GSM modem connected directly to your Hobbit server?
Then you can use a software SMS-Gateway like kannel and send out your
critical alerts via SMS.

We use this on our Hobbit servers at different sites and it's working
really great.

-Johann
list Stewart L · Fri, 7 Nov 2008 07:49:19 -0500 ·
We have no cell service in our data center.  We use an external modem
on our hobbit server and use the dialup method for SMS.  sendpage
works great.  One of the team found another tool that he is testing as
well. Need to figure out what he's found.

Stewart


On Fri, Nov 7, 2008 at 7:25 AM, Johann Eggers
quoted from Johann Eggers
<user-769b09132207@xymon.invalid> wrote:
-----Original Message-----
From: Matthew Marlowe [mailto:user-aa81237a428b@xymon.invalid]
Sent: Freitag, 7. November 2008 10:23
To: user-ae9b8668bcde@xymon.invalid
Subject: [hobbit] FYI: Howto on Configuring Hobbit to Send Alerts via
SMS
over Skype under Linux

Hope this proves helpful to someone else on this list:

http://www.deploylinux.net/matt/2008/11/howto-teaching-hobbit-to-send.ht
ml
Matt
Hi,

why don't you use a GSM modem connected directly to your Hobbit server?
Then you can use a software SMS-Gateway like kannel and send out your
critical alerts via SMS.

We use this on our Hobbit servers at different sites and it's working
really great.

-Johann

-- 

Stewart
--
Go to work. Send your kids to school.
Follow fashion. Act normal.
Walk on the pavement. Watch TV.
Save for your old age. Obey the law.
Repeat after me: I am free...
list Matthew Marlowe · Fri, 7 Nov 2008 15:32:05 -0800 ·
quoted from Stewart L
why don't you use a GSM modem connected directly to your Hobbit server?
Then you can use a software SMS-Gateway like kannel and send out your
critical alerts via SMS.
Our hobbit server is not running on physical hardware.  It's a virtual
machine within a cluster.

At any one point, the VM is running on whatever node the cluster manager has
decided it will run best on.  That computation is performed every five
minutes (if I remember right).  Our cluster isn't heavily loaded, so the VM
doesn't move around more than once every few weeks - but, that still means
that if I wanted to use a physical cellular modem, I'd have to install one
on each node in the cluster or get one of those new shiny cluster i/o
aggregation devices which would be cost prohibitive.

We decided to virtualize hobbit for several reasons:
a) Our network is not so large that we needed a dedicated server for hobbit
performance.
b) We're paying Southern California rates for power, so dedicated physical
servers are kept to a minimum.
c) We actually find apps running on our clusters to be more reliable and
less maintenance than those running on physical boxes -- and, we like hobbit
to be up all the time.
d) We have a lot more spare computing/network capacity in our cluster than
we have anywhere else.
e) When making major changes to hobbit, we can just snapshot the VM before
hand and if all goes to hell, we can just restore the VM snapshot to return
all to working order.

Honestly, other than the SMS hardware issue, we haven't had any problems at
all running Hobbit under VMware ESX.

We do have a 2nd outside-the-network monitoring system that double checks
critical systems, hobbit status, and cluster status, but we'd be running
that anyways regardless of whether hobbit was virtualized.