Skip to content

Repository of Zabbix scripts

License

Notifications You must be signed in to change notification settings

aeciopires/zabbix-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zabbix-scripts

About

My custom Docker image with Zabbix scripts.

Contributing

Updating the Docker image

  • Change the content of scripts.

  • Change the value of the VERSION variable in zabbix-scripts/Makefile file.

  • Commands to build the image:

cd zabbix-scripts

make image

Commands to run a container:

cd zabbix-scripts

make container

More information about docker run command: https://docs.docker.com/engine/reference/run/

Publishing the image

cd zabbix-scripts

make publish

Developers

License