zabbix / community-templates

Zabbix Community Templates repository

Home Page:https://share.zabbix.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Found small error

noskoski opened this issue · comments

commented

I Found an error, missing $ in a parameter HOST.CONN

      url: '{$PROTOCOL}://{$SOLR_USERNAME}:{$SOLR_PASSWORD}@{HOST.CONN}{$URI}'
      -> 
                url: '{$PROTOCOL}://{$SOLR_USERNAME}:{$SOLR_PASSWORD}@{$HOST.CONN}{$URI}'