├── Makefile ├── README.md ├── examples ├── README.md ├── export_all_templates ├── export_template_by_name ├── host.get ├── host_macro └── template.get ├── test ├── empty_zabbix_api_call └── export_template_by_name ├── zapish ├── zapish.1 ├── zapish.1.xml ├── zapish.inc ├── zapish.inc.3 └── zapish.inc.3.xml /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kloczek/zapish/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kloczek/zapish/HEAD/README.md -------------------------------------------------------------------------------- /examples/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kloczek/zapish/HEAD/examples/README.md -------------------------------------------------------------------------------- /examples/export_all_templates: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kloczek/zapish/HEAD/examples/export_all_templates -------------------------------------------------------------------------------- /examples/export_template_by_name: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kloczek/zapish/HEAD/examples/export_template_by_name -------------------------------------------------------------------------------- /examples/host.get: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kloczek/zapish/HEAD/examples/host.get -------------------------------------------------------------------------------- /examples/host_macro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kloczek/zapish/HEAD/examples/host_macro -------------------------------------------------------------------------------- /examples/template.get: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kloczek/zapish/HEAD/examples/template.get -------------------------------------------------------------------------------- /test/empty_zabbix_api_call: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kloczek/zapish/HEAD/test/empty_zabbix_api_call -------------------------------------------------------------------------------- /test/export_template_by_name: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kloczek/zapish/HEAD/test/export_template_by_name -------------------------------------------------------------------------------- /zapish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kloczek/zapish/HEAD/zapish -------------------------------------------------------------------------------- /zapish.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kloczek/zapish/HEAD/zapish.1 -------------------------------------------------------------------------------- /zapish.1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kloczek/zapish/HEAD/zapish.1.xml -------------------------------------------------------------------------------- /zapish.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kloczek/zapish/HEAD/zapish.inc -------------------------------------------------------------------------------- /zapish.inc.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kloczek/zapish/HEAD/zapish.inc.3 -------------------------------------------------------------------------------- /zapish.inc.3.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kloczek/zapish/HEAD/zapish.inc.3.xml --------------------------------------------------------------------------------