├── LICENSE ├── README.md ├── dell ├── README.md └── idrac │ ├── README.md │ ├── Template_Dell_iDRAC_SNMPv2.zbx.xml │ ├── Template_Dell_iDRAC_SNMPv3.zbx.xml │ └── ValueMaps_Dell_iDRAC.zbx.xml ├── nginx ├── README.md ├── Template_App_nginx.zbx.xml ├── status.conf └── userparameter_nginx.conf └── rstp ├── README.md └── Template_SNMP_RSTP.zbx.xml /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/endersonmaia/zabbix-templates/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/endersonmaia/zabbix-templates/HEAD/README.md -------------------------------------------------------------------------------- /dell/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/endersonmaia/zabbix-templates/HEAD/dell/README.md -------------------------------------------------------------------------------- /dell/idrac/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/endersonmaia/zabbix-templates/HEAD/dell/idrac/README.md -------------------------------------------------------------------------------- /dell/idrac/Template_Dell_iDRAC_SNMPv2.zbx.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/endersonmaia/zabbix-templates/HEAD/dell/idrac/Template_Dell_iDRAC_SNMPv2.zbx.xml -------------------------------------------------------------------------------- /dell/idrac/Template_Dell_iDRAC_SNMPv3.zbx.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/endersonmaia/zabbix-templates/HEAD/dell/idrac/Template_Dell_iDRAC_SNMPv3.zbx.xml -------------------------------------------------------------------------------- /dell/idrac/ValueMaps_Dell_iDRAC.zbx.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/endersonmaia/zabbix-templates/HEAD/dell/idrac/ValueMaps_Dell_iDRAC.zbx.xml -------------------------------------------------------------------------------- /nginx/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/endersonmaia/zabbix-templates/HEAD/nginx/README.md -------------------------------------------------------------------------------- /nginx/Template_App_nginx.zbx.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/endersonmaia/zabbix-templates/HEAD/nginx/Template_App_nginx.zbx.xml -------------------------------------------------------------------------------- /nginx/status.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/endersonmaia/zabbix-templates/HEAD/nginx/status.conf -------------------------------------------------------------------------------- /nginx/userparameter_nginx.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/endersonmaia/zabbix-templates/HEAD/nginx/userparameter_nginx.conf -------------------------------------------------------------------------------- /rstp/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/endersonmaia/zabbix-templates/HEAD/rstp/README.md -------------------------------------------------------------------------------- /rstp/Template_SNMP_RSTP.zbx.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/endersonmaia/zabbix-templates/HEAD/rstp/Template_SNMP_RSTP.zbx.xml --------------------------------------------------------------------------------