For my "application group" templates, I need to have most of the triggers depend on triggers from other templates. For instance, it doesn't make sense to have a MySQL trigger (from template T_MySQL) if the host is unreachable (from template T_Linux). I *really* don't want to duplicate all the dependencies in each application group! That way lies madness!
Comment