Hello all,
I am evaluating Zabbix as an option to replace our current monitoring system.
So far, the system is fairly simple to follow along, but I am stuck on an important decision maker on if this will work for our purposes.
Our company has multiple web servers, that are multi-homed (multiple sites on each server). Our current system allows us to easily add of the websites to the monitor and have a single trigger to alert if any one of the many sites on that server go down.
I was able to figure out how to add a host, and add web monitoring to that host, but I cannot figure out how to add a single trigger for all the scenarios on all the web servers.
I really don't want to sit there and create a trigger for every scenario (website) that we host, I would like to just create one that will capture any new sites.
The trigger I have is:
{host:web.test.fail[Scenario].last(0)}#0
But this would mean that I will need to:
1. name the host
2. Name the scenario
I would like this to be dynamic, so that the trigger will pick up any host and any scenario.
Any ideas please?
Thanks a million for your help!
-Pat S.
I am evaluating Zabbix as an option to replace our current monitoring system.
So far, the system is fairly simple to follow along, but I am stuck on an important decision maker on if this will work for our purposes.
Our company has multiple web servers, that are multi-homed (multiple sites on each server). Our current system allows us to easily add of the websites to the monitor and have a single trigger to alert if any one of the many sites on that server go down.
I was able to figure out how to add a host, and add web monitoring to that host, but I cannot figure out how to add a single trigger for all the scenarios on all the web servers.
I really don't want to sit there and create a trigger for every scenario (website) that we host, I would like to just create one that will capture any new sites.
The trigger I have is:
{host:web.test.fail[Scenario].last(0)}#0
But this would mean that I will need to:
1. name the host
2. Name the scenario
I would like this to be dynamic, so that the trigger will pick up any host and any scenario.
Any ideas please?
Thanks a million for your help!
-Pat S.
Comment