baumgartner
6th December 2001, 12:07
Hi all

I would like to monitor my jobs via SMS-Gateway (I have a Linux-box with the sms_client-tool), so that I receive a message when a job didn't run.
Is ther anyone out there who has expirience with such solutions?
Also I would like to know, if someone has played with netsaint (a nice monitoring-tool) and BaaN? How was the expirience?

vgobiraj
11th December 2001, 19:44
U can write a 4GL/Java based program to monitor the job status
and accordingly update ur SMS gateway...

patvdv
11th December 2001, 19:46
More crude of course is to write a combination of shell script and SQL queries to read the job status straight from the database and take action accordingly. It is more work but I think you would have more flexibility as well.

baumgartner
17th December 2001, 13:21
Thanks for your Answers!

If anyone is interested:
Thats my solution, I came to:

ttaad5205 (add shellscript) and add a "touch somefile.ko" if the Job didn't work;
on the Linuxbox I added a script witch gets the Files and sends a SMS.
Not the best, but it does it...

Have a nice Day
Phil