zabbix / community-templates

Zabbix Community Templates repository
https://share.zabbix.com
MIT License
1.25k stars 1.77k forks source link

Found small error #299

Open noskoski opened 8 months ago

noskoski commented 8 months ago

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}'