Reputation: 21
How can I include the dataview when send alert?
I tried to populate HTML table within alert, but seems GENEOS rule not come with loop function so it's not flexible enough to include variable lines.
eg: sql-tookit sampler capture some error and i want the alert include all output lines.
Upvotes: 0
Views: 3285
Reputation: 1
For what you want, you could use the perl script ITRS provides as an example on itrsgroup.com and in conjunction with WebSlinger, you can send the full data view in the mail:
Maybe this helps. This way, you do not have to use the compute engine to cary around data from all columns and assign user data, etc.
Upvotes: 0
Reputation: 23
You can use the target "dataviewName".
Example:
format ("Managed entity: %s, Dataview: %s",target "managedEntityName", target "dataviewName")
Hope it helps
Regards
Upvotes: 0