• Informix alarmprogram.bat Send email

    From [email protected]@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=[email protected]
    SET PAGEREMAIL=[email protected]

    SET MAILUTILITY=%INFORMIXDIR%\bin\ntmail
    SET POPSERVER=
    SET SENDER=[email protected]

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From [email protected]@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), [email protected] 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=[email protected]
    SET PAGEREMAIL=[email protected]

    SET MAILUTILITY=%INFORMIXDIR%\bin\ntmail
    SET POPSERVER=
    SET SENDER=[email protected]

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