Hi
I know this is a very common topic. I 've also read lots of blogs, post on this forum but still don't know what to do.
I need to make some dependencies between templates to avoid typical scenario when:
a. one host with different templates linked like HTTP,MYSQL,LINUX,ICMPING
b. one host goes downs
c. every enabled trigger changes to problem due to lack of responde from the killed host
d. you start to get hundred of alerts
I thought will be easy to make just some dependency between templates. Let's say we have one host with ICMPING and template for SSH.
Host goes down so SSH trigger changes to problem but also the ICMPING.
What I did (or was I tried to do) was to modify the SSH trigger:
and added a dependency with the other template like:
with this result:
The only way to do that was setup manually the individual trigger inside host available triggers and modify it manually. But then I'm going kind of lacking ability to make mass updates because every trigger is "unique".
How you achieve come behave? Any thoughts?
Thanks
I know this is a very common topic. I 've also read lots of blogs, post on this forum but still don't know what to do.
I need to make some dependencies between templates to avoid typical scenario when:
a. one host with different templates linked like HTTP,MYSQL,LINUX,ICMPING
b. one host goes downs
c. every enabled trigger changes to problem due to lack of responde from the killed host
d. you start to get hundred of alerts
I thought will be easy to make just some dependency between templates. Let's say we have one host with ICMPING and template for SSH.
Host goes down so SSH trigger changes to problem but also the ICMPING.
What I did (or was I tried to do) was to modify the SSH trigger:
Code:
SSH service is down on {HOST.NAME}
Code:
Template ICMP Ping: {HOST.NAME} is unavailable by ICMP
Code:
"Cannot add dependency from a host to a template."
How you achieve come behave? Any thoughts?
Thanks

!
Comment