Hi there!
First off all: I'm very impressed with b7! It seems to do the job perfectly. One of the things I still don't seem to get working is templating, and then the trigger part.
For instance:
I have a host-template, called tpl_Lemonbit. In this template, I want to have (e.g.) HTTP and FTP as a simple check. This works.
I created a new host, diedx.nl, which I made with the template-linking, WORKS. (yahoo!). Now the new part: when HTTP goes down for more then 5 minutes, I want to have some SMS. And there I'm stuck.
I go to the tpl_lemonbit, and try to create the template. Whatever I use: IT-WONT-WORK. Where is my failure??
What works:
({diedx.nl:http.max(300)})=0
What doesn't work:
({{HOSTNAME}:http.max(300)})=0
Help??
First off all: I'm very impressed with b7! It seems to do the job perfectly. One of the things I still don't seem to get working is templating, and then the trigger part.
For instance:
I have a host-template, called tpl_Lemonbit. In this template, I want to have (e.g.) HTTP and FTP as a simple check. This works.
I created a new host, diedx.nl, which I made with the template-linking, WORKS. (yahoo!). Now the new part: when HTTP goes down for more then 5 minutes, I want to have some SMS. And there I'm stuck.
I go to the tpl_lemonbit, and try to create the template. Whatever I use: IT-WONT-WORK. Where is my failure??
What works:
({diedx.nl:http.max(300)})=0
What doesn't work:
({{HOSTNAME}:http.max(300)})=0
Help??
Comment