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: 8 months ago
JSON representation
Zabbix Agent - Custom Scripts for UNIX
- Host: GitHub
- URL: https://github.com/sergiotocalini/custix
- Owner: sergiotocalini
- License: gpl-3.0
- Created: 2018-02-12T11:21:25.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-10-09T14:25:22.000Z (over 6 years ago)
- Last Synced: 2025-05-16T13:09:05.593Z (about 1 year ago)
- Topics: inventory, inventory-management, inventory-system, monitoring, shell, unix-scripts, zabbix, zabbix-inventory, zabbix-templates
- Language: Shell
- Homepage:
- Size: 70.3 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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";
#~