Hi,
I have a situation where a template trigger fires when a host is not responding quickly enough. That means I get dozens of problems created when the server is slow.
I tried to have that template trigger depend on a host trigger that checks the loadaverage on the server so they would not fire when load is too high.
According to the docs ( for 6.0, as i am on 6.0.20) :
I have a situation where a template trigger fires when a host is not responding quickly enough. That means I get dozens of problems created when the server is slow.
I tried to have that template trigger depend on a host trigger that checks the loadaverage on the server so they would not fire when load is too high.
According to the docs ( for 6.0, as i am on 6.0.20) :
- Trigger dependency may be added from a template trigger to a host trigger. In this case, linking such a template to a host will create a host trigger that depends on the same trigger template that the trigger was depending on. This allows to, for example, have a template where some triggers depend on the router (host) triggers. All hosts linked to this template will depend on that specific router.
- Trigger "Foreman reports a problem for {HOST.NAME}" cannot depend on the trigger "Processor load is high on {HOST.NAME} ({ITEM.LASTVALUE})" from the host "dm-puppet-01", because dependencies on triggers from a child template or host are not allowed.