I have defined an ITEM which is returning a string that is too long to be contained in CHARACTER.
So, i am using TEXT to store the string returned.
The LATEST DATA shows the complete string which is returned form the Agent.
PROBLEM :
When i write the following command in ACTION to send an email.
{{HOSTNAME}:{TRIGGER.KEY}.last(0)}
It returns only the first line of the String.
Strange...!!
I tried changing the ITEM return value to LOG, so that it could support more text.
Now, when the email was sent, it showed me an incomplete part of the string...
only the first 4 lines....
It did not show me the complete string.
Any cluses as how i can get the full string returned by the ITEM in the Email Body ?
--
Regards
Umair
So, i am using TEXT to store the string returned.
The LATEST DATA shows the complete string which is returned form the Agent.
PROBLEM :
When i write the following command in ACTION to send an email.
{{HOSTNAME}:{TRIGGER.KEY}.last(0)}
It returns only the first line of the String.
Strange...!!
I tried changing the ITEM return value to LOG, so that it could support more text.
Now, when the email was sent, it showed me an incomplete part of the string...
only the first 4 lines....
It did not show me the complete string.
Any cluses as how i can get the full string returned by the ITEM in the Email Body ?
--
Regards
Umair
Comment