Yongcan-Frank-Lu
Yongcan-Frank-Lu

Reputation: 21

ITRS Geneos rule,include dataview in alert

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

Answers (2)

Andrei
Andrei

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:

enter image description here

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

nobody
nobody

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

Related Questions