I can create an action which depends on any trigger firing off in a set of groups. Thus, if I have groups web_cluster1 and web_cluster2, any trigger on either of those can fire off an action_web.
So far, so good.
What I can't seem to do in a similarly flexible and future-proofed way, is build a trigger which looks at any arbitrary trigger from any one of a number of groups.
I can manually build such a trigger, if I can somehow shoehorn every single other trigger into its parameter list.
I can write an external SQL script which directly queries the database.
Am I missing something or is this genuinely not there as a feature?
Version: 1.6.4
The goal is to build a top level dashboard which looks a bit like the system status widget, but a bit more flexible. Is there a good way of doing this? Am I barking up the wrong tree?
So far, so good.
What I can't seem to do in a similarly flexible and future-proofed way, is build a trigger which looks at any arbitrary trigger from any one of a number of groups.
I can manually build such a trigger, if I can somehow shoehorn every single other trigger into its parameter list.
I can write an external SQL script which directly queries the database.
Am I missing something or is this genuinely not there as a feature?
Version: 1.6.4
The goal is to build a top level dashboard which looks a bit like the system status widget, but a bit more flexible. Is there a good way of doing this? Am I barking up the wrong tree?
Comment