• Informix alarmprogram.bat Send email

    From cfreeman21@gmail.com@21:1/5 to All on Fri Jul 8 08:15:47 2016
    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=user@domain.com
    SET PAGEREMAIL=user@domain.com

    SET MAILUTILITY=%INFORMIXDIR%\bin\ntmail
    SET POPSERVER=
    SET SENDER=informix@machine.domain.com

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From chemita39@gmail.com@21:1/5 to All on Fri Jul 8 22:26:42 2016
    change parameter:

    ALARMADMIN=3

    and Restart the database server.


    El viernes, 8 de julio de 2016, 17:15:49 (UTC+2), cfree...@gmail.com escribió:
    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=user@domain.com
    SET PAGEREMAIL=user@domain.com

    SET MAILUTILITY=%INFORMIXDIR%\bin\ntmail
    SET POPSERVER=
    SET SENDER=informix@machine.domain.com

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)