├── LICENSE ├── README.md ├── alertws.sh ├── ansible ├── thin_pool.yaml └── thin_pool │ ├── README.rst │ ├── files │ ├── cmnd_alias-lvm │ ├── thinpool.conf │ └── user-zabbix_lvm │ └── tasks │ └── main.yml ├── check_bkp_mikrotik.sh ├── check_voip_pap2t.sh ├── gammuinject.sh └── templates ├── README.md ├── Template_App_Varnish.xml ├── Template_App_httpd_Stats.xml ├── Template_App_httpd_Subprocesses.xml ├── Template_CPQIDA-MIB-valuemapping.xml ├── Template_CPQIDA-MIB.xml ├── Template_Dell_OpenManage.xml ├── Template_HP_Proliant_ML150_G5.xml ├── Template_LVM.yaml ├── Template_MIB_RFC1213.xml ├── Template_MIB_UPS.xml ├── Template_SELinux.xml ├── Template_SNMP_MegaRAID_SAS.xml ├── Template_mdraid.xml ├── Template_netfilter.xml ├── ValueMapping-CPQIDA-MIB.txt ├── ValueMapping-UPS-MIB.txt └── userparameter_lvm.conf /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GioMac/zabbix/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GioMac/zabbix/HEAD/README.md -------------------------------------------------------------------------------- /alertws.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GioMac/zabbix/HEAD/alertws.sh -------------------------------------------------------------------------------- /ansible/thin_pool.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GioMac/zabbix/HEAD/ansible/thin_pool.yaml -------------------------------------------------------------------------------- /ansible/thin_pool/README.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GioMac/zabbix/HEAD/ansible/thin_pool/README.rst -------------------------------------------------------------------------------- /ansible/thin_pool/files/cmnd_alias-lvm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GioMac/zabbix/HEAD/ansible/thin_pool/files/cmnd_alias-lvm -------------------------------------------------------------------------------- /ansible/thin_pool/files/thinpool.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GioMac/zabbix/HEAD/ansible/thin_pool/files/thinpool.conf -------------------------------------------------------------------------------- /ansible/thin_pool/files/user-zabbix_lvm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GioMac/zabbix/HEAD/ansible/thin_pool/files/user-zabbix_lvm -------------------------------------------------------------------------------- /ansible/thin_pool/tasks/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GioMac/zabbix/HEAD/ansible/thin_pool/tasks/main.yml -------------------------------------------------------------------------------- /check_bkp_mikrotik.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GioMac/zabbix/HEAD/check_bkp_mikrotik.sh -------------------------------------------------------------------------------- /check_voip_pap2t.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GioMac/zabbix/HEAD/check_voip_pap2t.sh -------------------------------------------------------------------------------- /gammuinject.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GioMac/zabbix/HEAD/gammuinject.sh -------------------------------------------------------------------------------- /templates/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GioMac/zabbix/HEAD/templates/README.md -------------------------------------------------------------------------------- /templates/Template_App_Varnish.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GioMac/zabbix/HEAD/templates/Template_App_Varnish.xml -------------------------------------------------------------------------------- /templates/Template_App_httpd_Stats.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GioMac/zabbix/HEAD/templates/Template_App_httpd_Stats.xml -------------------------------------------------------------------------------- /templates/Template_App_httpd_Subprocesses.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GioMac/zabbix/HEAD/templates/Template_App_httpd_Subprocesses.xml -------------------------------------------------------------------------------- /templates/Template_CPQIDA-MIB-valuemapping.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GioMac/zabbix/HEAD/templates/Template_CPQIDA-MIB-valuemapping.xml -------------------------------------------------------------------------------- /templates/Template_CPQIDA-MIB.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GioMac/zabbix/HEAD/templates/Template_CPQIDA-MIB.xml -------------------------------------------------------------------------------- /templates/Template_Dell_OpenManage.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GioMac/zabbix/HEAD/templates/Template_Dell_OpenManage.xml -------------------------------------------------------------------------------- /templates/Template_HP_Proliant_ML150_G5.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GioMac/zabbix/HEAD/templates/Template_HP_Proliant_ML150_G5.xml -------------------------------------------------------------------------------- /templates/Template_LVM.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GioMac/zabbix/HEAD/templates/Template_LVM.yaml -------------------------------------------------------------------------------- /templates/Template_MIB_RFC1213.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GioMac/zabbix/HEAD/templates/Template_MIB_RFC1213.xml -------------------------------------------------------------------------------- /templates/Template_MIB_UPS.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GioMac/zabbix/HEAD/templates/Template_MIB_UPS.xml -------------------------------------------------------------------------------- /templates/Template_SELinux.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GioMac/zabbix/HEAD/templates/Template_SELinux.xml -------------------------------------------------------------------------------- /templates/Template_SNMP_MegaRAID_SAS.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GioMac/zabbix/HEAD/templates/Template_SNMP_MegaRAID_SAS.xml -------------------------------------------------------------------------------- /templates/Template_mdraid.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GioMac/zabbix/HEAD/templates/Template_mdraid.xml -------------------------------------------------------------------------------- /templates/Template_netfilter.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GioMac/zabbix/HEAD/templates/Template_netfilter.xml -------------------------------------------------------------------------------- /templates/ValueMapping-CPQIDA-MIB.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GioMac/zabbix/HEAD/templates/ValueMapping-CPQIDA-MIB.txt -------------------------------------------------------------------------------- /templates/ValueMapping-UPS-MIB.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GioMac/zabbix/HEAD/templates/ValueMapping-UPS-MIB.txt -------------------------------------------------------------------------------- /templates/userparameter_lvm.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GioMac/zabbix/HEAD/templates/userparameter_lvm.conf --------------------------------------------------------------------------------