Discussion:
Informix alarmprogram.bat Send email
(too old to reply)
c***@gmail.com
2016-07-08 15:15:47 UTC
Permalink
Don't see great documentation out there for this, but I want to be able to have Informix email me when logical logs are almost full and or are full and a backup needs to be kicked off.

I have edited the alarmprogram.bat with admin email and pager email in the public editable area... Not sure what to set Alert at and to verify this is working?

rem ########################################
rem
rem PUBLIC SECTION : CONFIGURATION VARIABLES
rem
rem ########################################

SET BACKUPLOGS=N

SET ALARMADMIN=0
SET ALARMPAGER=0
SET ADMINEMAIL=***@domain.com
SET PAGEREMAIL=***@domain.com

SET MAILUTILITY=%INFORMIXDIR%\bin\ntmail
SET POPSERVER=
SET SENDER=***@machine.domain.com
c***@gmail.com
2016-07-09 05:26:42 UTC
Permalink
change parameter:

ALARMADMIN=3

and Restart the database server.
Post by c***@gmail.com
Don't see great documentation out there for this, but I want to be able to have Informix email me when logical logs are almost full and or are full and a backup needs to be kicked off.
I have edited the alarmprogram.bat with admin email and pager email in the public editable area... Not sure what to set Alert at and to verify this is working?
rem ########################################
rem
rem PUBLIC SECTION : CONFIGURATION VARIABLES
rem
rem ########################################
SET BACKUPLOGS=N
SET ALARMADMIN=0
SET ALARMPAGER=0
SET MAILUTILITY=%INFORMIXDIR%\bin\ntmail
SET POPSERVER=
Loading...