If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Informix > database monitoring script

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-30-02, 13:28
b_ravindra_74 b_ravindra_74 is offline
Registered User
 
Join Date: Sep 2002
Location: Bellevue,WA
Posts: 20
database monitoring script

Hi Gurus,

I am looking for a script to monitor the informix dataase on unix which can alert(email/pager) the DBA incase the database goes to any other mode other than 'online' mode i.e if the database goes down for normal users or goes down completely.

Thanks
Reply With Quote
  #2 (permalink)  
Old 09-30-02, 13:48
Roelwe Roelwe is offline
Registered User
 
Join Date: Aug 2002
Location: Belgium
Posts: 534
IDS is able to send SNMP traps.
check Informix SNMP Subagent Guide, Version 8.3/9.3 (G251-0497-00)
at
http://www-3.ibm.com/software/data/i...ry/ids_93.html

Or, just write a shell script that checks for "On-Line" in onstat - command.
Put this script in the crontab and use the mail command.
__________________
rws
Reply With Quote
  #3 (permalink)  
Old 10-01-02, 00:24
dananio dananio is offline
Registered User
 
Join Date: Mar 2002
Posts: 112
re

You can use Informix's shell script ALARMPROG name is log_full.sh as default name this script can action as you want . It's event-base action , In my site I use it with my monitoring shell script with crontab togather
Reply With Quote
  #4 (permalink)  
Old 10-01-02, 05:42
Roelwe Roelwe is offline
Registered User
 
Join Date: Aug 2002
Location: Belgium
Posts: 534
Re: re

If you do that, you should make your logfiles not too big.
This shell script is fired when the LOG Full event is enabled.
It can take a while when you don't do a lot of updates in your database.
__________________
rws
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On