xMatters message content for email notifications

Not Yet Reviewed

We made some modifications to the message content for email notifications. Tested the changes and verified they worked.

We later added some enhancements and now the original mods are not working.

We modified the following:
Package version: HP OMi (Business)
Scripts:
presentation
deviceContentEmail

Can you take a look at the code to see if there is anything obvious or can someone suggest some troubleshooting steps?

0

Comments

1 comment
Date Votes

Please sign in to leave a comment.

  • Hi Ken, can you post the code here? 

    Some troubleshooting steps are to dump things to the event report with the @event::report method or directly to the AlarmPoint.txt log file with @script::log. Note that you can't do string concatenation with in these, so you'll have to build the string first, then pass that variable into these methods. For example:

    $myStr = "This value: " & $myOthervar
    @event::log( $myStr )

    If you post your code here, I can take a look as well. 

    Happy Friday!

    0

Didn't find what you were looking for?

New post