I was wondering what SMS program was the best to use in conjunction with Hobbit?
Thanks,
Josh
Personally I use AT&T's email system (by emailing 1231231234 at txt.att.com) and it works perfectly well for me. I don't get to use it too often as the only time I would receive an SMS message is in case something is red for <15m which doesn't happen often enough for me to really suggest its reliability.
If you read through the archives you'll find a couple of suggested and debugged SMS applications.
On 1/9/08, Joshua Krause <forums at triadbiz.rr.com> wrote:
I was wondering what SMS program was the best to use in conjunction with Hobbit?
Thanks,
Josh
-- Josh Luthman Office: 937-552-2340 Direct: 937-552-2343 1100 Wayne St Suite 1337 Troy, OH 45373
Those who don't understand UNIX are condemned to reinvent it, poorly. --- Henry Spencer
We use the SMS-Gateway software Kannel. The SMS is sent out by a GSM modem connected to the Hobbit server. It's working perfect for us.
-Johann
From: Joshua Krause [mailto:forums at triadbiz.rr.com] Sent: Mittwoch, 9. Januar 2008 15:34 To: hobbit at hswn.dk Subject: [hobbit] SMS
I was wondering what SMS program was the best to use in conjunction with Hobbit?
Thanks,
Josh
All,
I have been looking at this too long and my eyes are bugging out. I have Hobbit install and appears to be running.
ps -ef | grep hobbit
hobbit 641 1 0 Jan 08 ? 0:02 /export/home/hobbit/server/bin/hobbitlaunch --config=/export/home/hobbit/server
hobbit 11106 1 0 11:39:39 ? 0:00 /export/home/hobbit/server/bin/hobbitlaunch --config=/export/home/hobbit/server
root 11141 10479 0 11:53:55 pts/3 0:00 grep hobbit
Problem is when I go to the IP in the web browser all I get is an index of files:
Index of /
Name Last modified Size Description
Parent Directory 08-Jan-2008 13:55 -
gifs/ 08-Jan-2008 13:55 -
help/ 08-Jan-2008 13:55 -
html/ 08-Jan-2008 09:52 -
menu/ 08-Jan-2008 13:55 -
notes/ 08-Jan-2008 09:52 -
rep/ 08-Jan-2008 09:52 -
snap/ 08-Jan-2008 09:52 -
wml/ 08-Jan-2008 09:52 -
Apache/1.3.36 Server at 11.154.16.159 Port 80 (Internal IP Address)
I was expecting a web page kind of like this:
As per the instructions.
I'm pretty sure that I have messed something up but I can't find it. Can someone please help?
This server is my test box and I see that bbtest-net isn't running.
Here's the hobbitlaunch.cfg stanza:
[bbnet]
ENVFILE /usr/local/hobbit/server/etc/hobbitserver.cfg
NEEDS hobbitd
CMD bbtest-net --report --ping --checkresponse --no-ares
LOGFILE $BBSERVERLOGS/bb-network.log
INTERVAL 5m
And the hobbitlaunch error:
2008-01-09 13:14:57 Task bbnet terminated by signal 11
2008-01-09 13:20:00 Task bbnet terminated by signal 11
2008-01-09 13:25:04 Task bbnet terminated by signal 11
There's nothing in bb-network.log
What am I missing?
This is on SuSE Enterprise Server 10.
TIA
Tom Kauffman
CONFIDENTIALITY NOTICE: This email and any attachments are for the
exclusive and confidential use of the intended recipient. If you are not
the intended recipient, please do not read, distribute or take action in
reliance upon this message. If you have received this in error, please
notify us immediately by return email and promptly delete this message
and its attachments from your computer system. We do not waive
attorney-client or work product privilege by the transmission of this
message.
On Wed, 09 Jan 2008, Kauffman, Tom might have said:
This server is my test box and I see that bbtest-net isn't running.
Here's the hobbitlaunch.cfg stanza:
[bbnet]
ENVFILE /usr/local/hobbit/server/etc/hobbitserver.cfg NEEDS hobbitd CMD bbtest-net --report --ping --checkresponse --no-ares LOGFILE $BBSERVERLOGS/bb-network.log INTERVAL 5mAnd the hobbitlaunch error:
2008-01-09 13:14:57 Task bbnet terminated by signal 11
2008-01-09 13:20:00 Task bbnet terminated by signal 11
2008-01-09 13:25:04 Task bbnet terminated by signal 11
Is there a core file that you can look into for a stack trace?
$ gdb bbnet core
where quite $
Doesn't make sense to me --
hobbit at elkhart:~/server> gdb bin/bbtest-net core GNU gdb 6.6 Copyright (C) 2006 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "x86_64-suse-linux"... DW_FORM_strp pointing outside of .debug_str section [in module /usr/local/hobbit/server/bin/bbtest-net] Reading symbols from /usr/lib64/libssl.so.0.9.8...(no debugging symbols found)...done. Using host libthread_db library "/lib64/libthread_db.so.1". Loaded symbols for /usr/lib64/libssl.so.0.9.8 Reading symbols from /usr/lib64/libcrypto.so.0.9.8...(no debugging symbols found)...done. Loaded symbols for /usr/lib64/libcrypto.so.0.9.8 Reading symbols from /lib64/libc.so.6... (no debugging symbols found)...done. Loaded symbols for /lib64/libc.so.6 Reading symbols from /lib64/libdl.so.2...(no debugging symbols found)...done. Loaded symbols for /lib64/libdl.so.2 Reading symbols from /lib64/ld-linux-x86-64.so.2... (no debugging symbols found)...done. Loaded symbols for /lib64/ld-linux-x86-64.so.2 Reading symbols from /lib64/libnss_files.so.2...(no debugging symbols found)...done. Loaded symbols for /lib64/libnss_files.so.2
Core was generated by `bbtest-net --report --ping --checkresponse --no-ares --debug'. Program terminated with signal 11, Segmentation fault. #0 0x0000000000423107 in ?? () (gdb) where #0 0x0000000000423107 in ?? () Cannot access memory at address 0x25955160
-----Original Message----- From: Mike Eggleston [mailto:mikeegg1 at mac.com] Sent: Wednesday, January 09, 2008 1:59 PM To: hobbit at hswn.dk Subject: Re: [hobbit] bbnet test problem -- terminates with signal 11
On Wed, 09 Jan 2008, Kauffman, Tom might have said:
This server is my test box and I see that bbtest-net isn't running.
Here's the hobbitlaunch.cfg stanza:
[bbnet]
ENVFILE /usr/local/hobbit/server/etc/hobbitserver.cfg NEEDS hobbitd CMD bbtest-net --report --ping --checkresponse --no-ares LOGFILE $BBSERVERLOGS/bb-network.log INTERVAL 5mAnd the hobbitlaunch error:
2008-01-09 13:14:57 Task bbnet terminated by signal 11
2008-01-09 13:20:00 Task bbnet terminated by signal 11
2008-01-09 13:25:04 Task bbnet terminated by signal 11
Is there a core file that you can look into for a stack trace?
$ gdb bbnet core
where quite $
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
CONFIDENTIALITY NOTICE: This email and any attachments are for the
exclusive and confidential use of the intended recipient. If you are not
the intended recipient, please do not read, distribute or take action in
reliance upon this message. If you have received this in error, please
notify us immediately by return email and promptly delete this message
and its attachments from your computer system. We do not waive
attorney-client or work product privilege by the transmission of this
message.
On Wed, Jan 09, 2008 at 01:31:57PM -0500, Kauffman, Tom wrote:
This server is my test box and I see that bbtest-net isn't running.
2008-01-09 13:14:57 Task bbnet terminated by signal 11
Since the core file doesn't tell anything about why this happens, I'd suggest you try running it by hand: Login as the hobbit user, and run
bbcmd bbtest-net --report --ping --checkresponse --no-ares --debug
The output can be quite voluminous, and the interesting part is what happens near the end just before it crashes.
Henrik
The bb-hosts file matches between all three hobbit servers -- here's the end of the run:
2008-01-09 16:03:14 Did not find any network tests for host grn-secondary-router 2008-01-09 16:03:14 Adding hostname 'lac-router-hsrp' to resolver queue 2008-01-09 16:03:14 Got DNS result for host lac-router-hsrp : 10.164.254.1 2008-01-09 16:03:14 Did not find any network tests for host lac-router-hsrp 2008-01-09 16:03:14 Adding hostname 'lac-primary-router' to resolver queue 2008-01-09 16:03:14 gethostbyname() failed with err 1: Unknown host Segmentation fault (core dumped)
These are routers and are only tested for connectivity.
-----Original Message----- From: Henrik Stoerner [mailto:henrik at hswn.dk] Sent: Wednesday, January 09, 2008 3:34 PM To: hobbit at hswn.dk Subject: Re: [hobbit] bbnet test problem -- terminates with signal 11
On Wed, Jan 09, 2008 at 01:31:57PM -0500, Kauffman, Tom wrote:
This server is my test box and I see that bbtest-net isn't running.
2008-01-09 13:14:57 Task bbnet terminated by signal 11
Since the core file doesn't tell anything about why this happens, I'd suggest you try running it by hand: Login as the hobbit user, and run
bbcmd bbtest-net --report --ping --checkresponse --no-ares --debug
The output can be quite voluminous, and the interesting part is what happens near the end just before it crashes.
Henrik
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
CONFIDENTIALITY NOTICE: This email and any attachments are for the
exclusive and confidential use of the intended recipient. If you are not
the intended recipient, please do not read, distribute or take action in
reliance upon this message. If you have received this in error, please
notify us immediately by return email and promptly delete this message
and its attachments from your computer system. We do not waive
attorney-client or work product privilege by the transmission of this
message.
On Wed, Jan 09, 2008 at 04:23:15PM -0500, Kauffman, Tom wrote:
The bb-hosts file matches between all three hobbit servers -- here's the end of the run:
2008-01-09 16:03:14 Adding hostname 'lac-primary-router' to resolver queue 2008-01-09 16:03:14 gethostbyname() failed with err 1: Unknown host Segmentation fault (core dumped)
Hmm ... DNS lookup problem, it seems. As a temporary test thing, could you try adding "testip" to this hosts' entry in bb-hosts ?
I noticed you were running with the "--no-ares" option, so I'm a bit puzzled by this - I haven't seen crashes with the standard resolver library.
Henrik
I'm getting more confused as I work through this.
- elkhart is having problems with dns resolution
- hobbit2 has no problems
- the /etc/resolv.conf matches
- they are both running SLES 10 SP1 at the same update/patch level
- my windows desktop gets the same resolution errors as elkhart (we seem to be having MS AD dns issues here)
- and running the SAME bbtest-net command on hobbit2 works -- but as you noticed, I'm specifying 'no-ares' so why do I see this on hobbit2?
2008-01-10 09:05:03 ares_search: tlookup='whqdc2', class=1, type=1 2008-01-10 09:05:03 Processing 496 DNS lookups with ARES 2008-01-10 09:05:03 ares_search: tlookup='whqdc1', class=1, type=1 2008-01-10 09:05:03 Processing 496 DNS lookups with ARES
-----Original Message----- From: Henrik Stoerner [mailto:henrik at hswn.dk] Sent: Wednesday, January 09, 2008 6:06 PM To: hobbit at hswn.dk Subject: Re: [hobbit] bbnet test problem -- terminates with signal 11
On Wed, Jan 09, 2008 at 04:23:15PM -0500, Kauffman, Tom wrote:
The bb-hosts file matches between all three hobbit servers -- here's the end of the run:
2008-01-09 16:03:14 Adding hostname 'lac-primary-router' to resolver queue 2008-01-09 16:03:14 gethostbyname() failed with err 1: Unknown host Segmentation fault (core dumped)
Hmm ... DNS lookup problem, it seems. As a temporary test thing, could you try adding "testip" to this hosts' entry in bb-hosts ?
I noticed you were running with the "--no-ares" option, so I'm a bit puzzled by this - I haven't seen crashes with the standard resolver library.
Henrik
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
CONFIDENTIALITY NOTICE: This email and any attachments are for the
exclusive and confidential use of the intended recipient. If you are not
the intended recipient, please do not read, distribute or take action in
reliance upon this message. If you have received this in error, please
notify us immediately by return email and promptly delete this message
and its attachments from your computer system. We do not waive
attorney-client or work product privilege by the transmission of this
message.
And I don't know if 'testip' would fix this one:
2008-01-10 09:52:45 Got DNS result for host www.nibco.com : 206.252.142.133 2008-01-10 09:52:45 Adding hostname 'nibco-ecom' to resolver queue 2008-01-10 09:52:46 gethostbyname() failed with err 1: Unknown host Segmentation fault (core dumped)
0.0.0.0 nibcopartner # noconn http://www.nibcopartner.com/index.html 0.0.0.0 nibco-ecom # noconn http://www.nibco.com
As it's supposed to be just a web test . . .
-----Original Message----- From: Henrik Stoerner [mailto:henrik at hswn.dk] Sent: Wednesday, January 09, 2008 6:06 PM To: hobbit at hswn.dk Subject: Re: [hobbit] bbnet test problem -- terminates with signal 11
On Wed, Jan 09, 2008 at 04:23:15PM -0500, Kauffman, Tom wrote:
The bb-hosts file matches between all three hobbit servers -- here's the end of the run:
2008-01-09 16:03:14 Adding hostname 'lac-primary-router' to resolver queue 2008-01-09 16:03:14 gethostbyname() failed with err 1: Unknown host Segmentation fault (core dumped)
Hmm ... DNS lookup problem, it seems. As a temporary test thing, could you try adding "testip" to this hosts' entry in bb-hosts ?
I noticed you were running with the "--no-ares" option, so I'm a bit puzzled by this - I haven't seen crashes with the standard resolver library.
Henrik
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
CONFIDENTIALITY NOTICE: This email and any attachments are for the
exclusive and confidential use of the intended recipient. If you are not
the intended recipient, please do not read, distribute or take action in
reliance upon this message. If you have received this in error, please
notify us immediately by return email and promptly delete this message
and its attachments from your computer system. We do not waive
attorney-client or work product privilege by the transmission of this
message.
I've got three hobbit servers running - elkhart, hobbit1, and hobbit2.
Elkhart and hobbit1 are reporting the 'hobbitd' column; hobbit2 is not. They all are running near identical hobbitlaunch.cfg files (hobbit2 is the only one with the alerting module enabled).
I'm confused at this point . . .
Tom Kauffman
NIBCO, Inc
CONFIDENTIALITY NOTICE: This email and any attachments are for the
exclusive and confidential use of the intended recipient. If you are not
the intended recipient, please do not read, distribute or take action in
reliance upon this message. If you have received this in error, please
notify us immediately by return email and promptly delete this message
and its attachments from your computer system. We do not waive
attorney-client or work product privilege by the transmission of this
message.
On Wed, Jan 09, 2008 at 01:56:25PM -0500, Kauffman, Tom wrote:
I've got three hobbit servers running - elkhart, hobbit1, and hobbit2.
Elkhart and hobbit1 are reporting the 'hobbitd' column; hobbit2 is not. They all are running near identical hobbitlaunch.cfg files (hobbit2 is the only one with the alerting module enabled).
Check hobbitd.log on the hobbit2 server. The only possible explanation for a missing "hobbitd" column is if the hostname given in the MACHINE setting in hobbitserver.cfg does not exist in the bb-hosts file - and this will cause hobbitd to complain in the log.
(MACHINE by default is taken from the BBSERVERHOSTNAME).
Henrik
From: Joshua Krause [mailto:forums at triadbiz.rr.com] Sent: Mittwoch, 9. Januar 2008 15:34 To: hobbit at hswn.dk Subject: [hobbit] SMS
I was wondering what SMS program was the best to use in conjunction with Hobbit?
We use an external sms device which uses a regular sim card: http://www.acmesystems.it/?id=70 We connect them to our monitoring servers via crossover cables so even network outages can be alerted for.
you can mail it, http put, scp, to send your messages.
// nick
Another good option is Stefan Frings' smstools for linux :
http://smstools.meinemullemaus.de/
--Hezki
On Jan 10, 2008 11:02 AM, <nick.nauwelaerts at thomson.com> wrote:
From: Joshua Krause [mailto:forums at triadbiz.rr.com] Sent: Mittwoch, 9. Januar 2008 15:34 To: hobbit at hswn.dk Subject: [hobbit] SMS
I was wondering what SMS program was the best to use in conjunction with Hobbit?
We use an external sms device which uses a regular sim card: http://www.acmesystems.it/?id=70 We connect them to our monitoring servers via crossover cables so even network outages can be alerted for.
you can mail it, http put, scp, to send your messages.
// nick
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
I think I used qpage last time, it worked well..
Thanks, michael
From: Joshua Krause [mailto:forums at triadbiz.rr.com] Sent: Wednesday, January 09, 2008 9:34 AM To: hobbit at hswn.dk Subject: [hobbit] SMS
I was wondering what SMS program was the best to use in conjunction with Hobbit?
Thanks,
Josh
We use the smstools software package in conjunction with a USB-connected Falcom Samba 55 mobile data modem.
Links: http://smstools.meinemullemaus.de/ (version 2, in use at our central site) http://smstools3.kekekasvi.com/ (version 3, now in use at a remote site) http://www.falcom.de/products/mobile-data/samba55-56/
Works for us...
Eric.
Joshua Krause wrote:
I was wondering what SMS program was the best to use in conjunction with Hobbit?
Thanks,
Josh
participants (11)
-
eric-list-1@softlution.com
-
forums@triadbiz.rr.com
-
henrik@hswn.dk
-
HS3082@att.com
-
Johann.Eggers@teleatlas.com
-
josh@imaginenetworksllc.com
-
KauffmanT@nibco.com
-
me2unix@gmail.com
-
mikeegg1@mac.com
-
mprice@sgt-inc.com
-
nick.nauwelaerts@thomson.com