Options

AX Boxes Sending Email

Dears,

Is there a way at which we can make the AX device sending email notifications upon failure of servers in the service group or upon negative health monitor results of the servers (server being marked down) ??

In case there is a way to do it, please share the idea and how to do it.

Many thanks

Comments

  • Options
    edited February 2014
    hello

    Yes this can be done the way that I have done it is by using the log messages to trigger an alert (email)

    for example this is the log message for a server down:
    Jan 22 2013 06:54:57 Informational [HMON] SLB server Server1 (172.16.0.50) TCP port 80 of group SG80
    is down (server down).

    You can set up a logging filter in Config > setting > log menu. Use the "Logging Email Filter" and create a trigger for the information server down log message (ie level notification pattern server down and) . when that log message is received it will generate an email message.
  • Options
    mischamischa Member
    edited February 2014
    On the CLI:
    logging email filter 3 module HMON pattern "is down" and trigger
Sign In or Register to comment.