I have not used this with Global Monitor, but if you can write a Tcl alert you should have everything you need. One approach would be to use an alert_note directory. Every time you want to trigger an alert, create a file in the alert_note directory. Your Tcl alert checks for files in the directory. If found, it returns the contents as the alert message and deletes the file.
You could accomplish the same thing using rows in a database if you prefer that approach.
I have been considering file/alert option. But in any programming, I try not to create dependencies between disparate parts of a process.
The goal is to trigger the event based on specific data in a message. The file/alert option was the only way that I had come up with; my original question was merely a grasp at a better approach.
Where did you find the documentation about hcialertnotify? I’ve been trying to find how cause a pop-up notification window on Global Monitor when using the notify action with an alert.