Custom Zabbix Scripts
#~ git clone https://github.com/GuillaumeHullin/custix.git
#~ ./custix/deploy_zabbix.sh
#~
The script is checking if there are some updates to apply.
This script uses -s simulation option when invoking apt-get, no root access is needed. However, root access is required for updating APT repositories and we can add the following options in apt.conf.d to do it.
#~ cat /etc/apt/apt.conf.d/02custix
APT::Periodic::Enable "1";
APT::Periodic::Update-Package-Lists "1";
#~