Forum Discussion

Jared_Thompson's avatar
9 years ago

Feature Request - Add Token to Store Raw Output of a Script

I am collecting data via Embedded Groovy Code, the script returns a status (GOOD/WARNING/BAD) and also returns a text string explaining what the error message is. I have a datapoint, and it triggers on the GOOD/BAD keywords. I would also like to add the entire raw message to the Alert Message Template so that I can display WHY the message is being displayed. There are several tokens available, but there does not seem to be anything available to display the raw output of the script, before the Datapoint touched it.

For example, this would be in my Alert Message Template for my Datapoint:

The script instance ##INSTANCE## on ##HOST## has failed with error ##VALUE## ##RAWMESSAGE##

(##RAWMESSAGE## does not exist...)