I'm new to Zabbix and enterprise monitoring. I've just finished installing Zabbix 2.4.
I'm trying to monitor the state of all our vhosts dislocated on different servers.
Until now the only solution I came up with is to manually add a Web scenario to the Zabbix Server host for each vhost I want to monitor. But it's not so handy.
Searching around I have found a forum thread with a partial functioning idea: Using a template that reads from the target server all the vhosts (through a macro) and creates a Web scenario for each vhost.
EDIT: This solution (based on Zabbix 2.2) doesn't work because is not possible to use LLD (Low Level Discovery) with Web scenarios.
There is a Feature Request open since Nov 14 to implement LLD on Web scenarios.
QUESTION
The question is if there is some solution or suggestion on how to approach this kind of monitoring while waiting the feature implementation, or maybe my approach is totally wrong.