├── .gitattributes ├── README.md ├── ctextcheck.sh ├── ctextcheck └── ct_check.sh ├── ctextcheckdiscover.pl ├── sudoers.d └── zabbix ├── ubcfault.sh ├── vzdiscover.pl ├── vzlist.sh ├── zabbix_agentd.d └── openvz.conf └── zbx_templates ├── Template OpenVZ CT (v 3.x).xml ├── Template OpenVZ CT.xml ├── Template OpenVZ Node without discovery.xml └── Template OpenVZ Node.xml /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lelik13a/Zabbix-OpenVZ/HEAD/.gitattributes -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lelik13a/Zabbix-OpenVZ/HEAD/README.md -------------------------------------------------------------------------------- /ctextcheck.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lelik13a/Zabbix-OpenVZ/HEAD/ctextcheck.sh -------------------------------------------------------------------------------- /ctextcheck/ct_check.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lelik13a/Zabbix-OpenVZ/HEAD/ctextcheck/ct_check.sh -------------------------------------------------------------------------------- /ctextcheckdiscover.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lelik13a/Zabbix-OpenVZ/HEAD/ctextcheckdiscover.pl -------------------------------------------------------------------------------- /sudoers.d/zabbix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lelik13a/Zabbix-OpenVZ/HEAD/sudoers.d/zabbix -------------------------------------------------------------------------------- /ubcfault.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lelik13a/Zabbix-OpenVZ/HEAD/ubcfault.sh -------------------------------------------------------------------------------- /vzdiscover.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lelik13a/Zabbix-OpenVZ/HEAD/vzdiscover.pl -------------------------------------------------------------------------------- /vzlist.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lelik13a/Zabbix-OpenVZ/HEAD/vzlist.sh -------------------------------------------------------------------------------- /zabbix_agentd.d/openvz.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lelik13a/Zabbix-OpenVZ/HEAD/zabbix_agentd.d/openvz.conf -------------------------------------------------------------------------------- /zbx_templates/Template OpenVZ CT (v 3.x).xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lelik13a/Zabbix-OpenVZ/HEAD/zbx_templates/Template OpenVZ CT (v 3.x).xml -------------------------------------------------------------------------------- /zbx_templates/Template OpenVZ CT.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lelik13a/Zabbix-OpenVZ/HEAD/zbx_templates/Template OpenVZ CT.xml -------------------------------------------------------------------------------- /zbx_templates/Template OpenVZ Node without discovery.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lelik13a/Zabbix-OpenVZ/HEAD/zbx_templates/Template OpenVZ Node without discovery.xml -------------------------------------------------------------------------------- /zbx_templates/Template OpenVZ Node.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lelik13a/Zabbix-OpenVZ/HEAD/zbx_templates/Template OpenVZ Node.xml --------------------------------------------------------------------------------