Skip to content
This repository has been archived by the owner on Dec 8, 2020. It is now read-only.

Simple lab

Vitaly Zhuravlev edited this page Aug 11, 2018 · 2 revisions
  • Run Zabbix server from docker image
  • Enter server container interactively in bash
docker exec -it zabbix_lab_zabbix-server_1 bash
apt-get update
apt-get install libwww-perl libjson-xs-perl -y
apt-get install libtest-simple-perl libtest-most-perl -y
apt-get install git make -y
git clone https://github.com/v-zhuravlev/zabbix-notify.git
cd zabbix-notify
perl Makefile.PL INSTALLSITESCRIPT=/usr/lib/zabbix/alertscripts
make test
make install
Clone this wiki locally