Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sergiotocalini/custix

Zabbix Agent - Custom Scripts for UNIX
https://github.com/sergiotocalini/custix

inventory inventory-management inventory-system monitoring shell unix-scripts zabbix zabbix-inventory zabbix-templates

Last synced: 1 day ago
JSON representation

Zabbix Agent - Custom Scripts for UNIX

Awesome Lists containing this project

README

        

# Custix
Custom Zabbix Scripts

# Deploy
## Zabbix

#~ git clone https://github.com/sergiotocalini/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";
#~