I know its possible to use the script monitor to retrieve multiple statistic data and monitor those (a limit of 10). I also know you can name these statistic data like this "Message.Item" and "Statistic.Item". If we do this Item will be its own field within the Solarwinds component page. However what variables do i need to use these values uniquely.
For example, I am monitoring a linux service and want to return three things, the status (rather normal nothing fancy), the path of the service, and the name of a service. Then I want to use the path and name in the trigger actions to automatically triage some incidents.
The following variables all return the following:
${N=SwisEntity;M=ComponentAlert.MultiValueMessages} - returns all three values in one line
${N=SwisEntity;M=MultipleStatisticData.StringData} - returns only the last value
Is there any way i can return these three statistic messages uniquely? Or can I manipulate the variable with some sort of python like formatting to remove what i need??