Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 693 Bytes

INSTALL.md

File metadata and controls

30 lines (23 loc) · 693 Bytes

How to install

  1. Download fresh release

  2. Copy wszl to /etc/zabbix on Zabbix server

  3. Set permissions:

    chmod +x /etc/zabbix/wszl
  4. Create config file /etc/zabbix/wszl.yml:

    cp wszl.yml-dist /etc/zabbix/wszl.yml

    Update permissions:

    chmod 750 /etc/zabbix/wszl.yml
    chown zabbix: /etc/zabbix
  5. Add cron task (i.e. /var/spool/cron/zabbix):

    */30 * * * * /etc/zabbix/wszl --log-level=info -d /etc/zabbix gen
    

    Every 30 minutes tool will generate required items.

Related