Hello,
I wanted to confirm if that's expected behavior or I'm doing something wrong.
Zabbix has been offering Azure resource monitoring for some time now. In general, it works well, though support is still missing for certain resources, like Elastic MSSQL (as part of an Elastic Pool). However, when it comes to monitoring multiple subscriptions, it seems that templates need to be cloned for each one. The issue is that the Azure template is actually a set of linked sub-templates, which adds complexity.

To monitor multiple Azure subscriptions, I need to clone the same templates and fill in the values for each. Then, I have to link sub-templates to the main "Azure by HTTP" template. With 8 subscriptions under single tenant, that ends up being around 100 templates to manage. Keeping them all up to date is especially time-consuming. Am I missing something, or is it just how it works?
Also, I noticed that sub-templates don’t inherit Enterprise App values from the main template, so I have to copy the same values repeatedly. Is this expected behavior?
I wanted to confirm if that's expected behavior or I'm doing something wrong.
Zabbix has been offering Azure resource monitoring for some time now. In general, it works well, though support is still missing for certain resources, like Elastic MSSQL (as part of an Elastic Pool). However, when it comes to monitoring multiple subscriptions, it seems that templates need to be cloned for each one. The issue is that the Azure template is actually a set of linked sub-templates, which adds complexity.
To monitor multiple Azure subscriptions, I need to clone the same templates and fill in the values for each. Then, I have to link sub-templates to the main "Azure by HTTP" template. With 8 subscriptions under single tenant, that ends up being around 100 templates to manage. Keeping them all up to date is especially time-consuming. Am I missing something, or is it just how it works?
Also, I noticed that sub-templates don’t inherit Enterprise App values from the main template, so I have to copy the same values repeatedly. Is this expected behavior?
But you can also do it on the side, download latest template, change all uuid-s in it (script it), change all those destination host and template and template group names and then import it... we also change all lines where scripts log something to server log... Original has just "Zabbix.log(4, '[ Azure"....." there but we add somekind of handle to be able to distinguish, which set of templates fails ... "Zabbix.log(4, '[ Azure XXXX ]"
Comment