Hi,
I can't figure how to implement a trigger in a template that reference an item from another template.
I would like to set a trigger that do the following:
- if VM1(based on the name) and process is running -> OK
- if VM2 and process is not running -> OK
- if VM1 and process is not running -> KO
- if VM2 and process is running -> KO
I have set the following Template MyProcess, item MyProcess, trigger MyProcess
I can't figure how to implement a trigger in a template that reference an item from another template.
I would like to set a trigger that do the following:
- if VM1(based on the name) and process is running -> OK
- if VM2 and process is not running -> OK
- if VM1 and process is not running -> KO
- if VM2 and process is running -> KO
I have set the following Template MyProcess, item MyProcess, trigger MyProcess
Comment