initial commit

This commit is contained in:
2025-03-03 14:17:03 +01:00
commit ce9e8dce54
16 changed files with 369 additions and 0 deletions

19
README.md Normal file
View File

@@ -0,0 +1,19 @@
# Zabbix scripts
Custom discovery and check scripts used by zabbix
Scripts/* should go in /etc/zabbix/scripts/
Conf/* should go in /etc/zabbix/zabbix_agentd.d/
- Scripts/check_ssl_cert.sh
- Scripts/lld_backup_status_file.py - list all .status files in /var/run -
- Scripts/lld_certlist.py - list all certificates from /etc/letsencrypt/renewal/*.conf
- Scripts/lld_filelist.py - list all files listed in arg1
- Scripts/lld_php_fpm_url.py - get url of phpfpm status from apache config (⚠️ RH only )
- Scripts/lld_smart_disks.pl - get smart list disk
## Issues
are all these scripts really used ?