{% assign tgs = site.data.zabbix_templates[page.folder].tags %} {% capture git_hub_url %}{{ "https://github.com/zabbix/community-templates/tree/main/" }}{{ page.github }}{% endcapture %} {% capture git_hub_url_raw %}{{ "https://raw.githubusercontent.com/zabbix/community-templates/main/" }}{{ page.github }}{% endcapture %} {% include banner_integration_template.html name = page.name tags = tgs %}

Available versions


    {% assign vers = site.data.zabbix_templates[page.folder].versions %} {% for vr in vers %}
  • ver. {{ vr.version }}
  • {% endfor %}


{% for vr in vers %} {% capture git_hub_url_template %}{{ git_hub_url_raw }}{{"/"}}{{ vr.version }}{{"/"}}{{ vr.template_file }}{% endcapture %}
{% capture file_name %}{{ "markdown/zabbix_templates/" }}{{ page.folder }}{{"/"}}{{ vr.version }}{{"/README.md"}}{% endcapture %} {% include markdown_file.html path=file_name %}
{% endfor %} {% include disqus_main.html folder=page.folder %}