Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 420 Bytes

File metadata and controls

17 lines (12 loc) · 420 Bytes

Collection of scripts for module development

rename.sh

Useful to make fast prototype from build in widget.

Copy widget directory to modules directory:

cp -R /zabbix/widgest/actionlog /zabbix/modules/my-actionlog

Run script to modify copy of widget to work along side with build in one.

./rename.sh --dir /zabbix/modules/my-actionlog

Now can go to Administration and enable copied widget.