Skip to content

GuillaumeHullin/custix

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Custix

Custom Zabbix Scripts

Deploy

Zabbix

#~ git clone https://github.com/GuillaumeHullin/custix.git
#~ ./custix/deploy_zabbix.sh
#~

Scripts

os_updates

The script is checking if there are some updates to apply.

Debian / Ubuntu

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";
#~

About

Zabbix Agent - Custom Scripts for UNIX

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%