Raymond Kuiper gave a presentation on automating interactions with Zabbix. He discussed how sysadmins like automation and different approaches to automating tasks in Zabbix including using the API directly, developing a custom tool, or using an existing CLI tool. He presented his solution of creating a set of Python scripts called Zabbix Gnomes that can be used together or individually to automate various Zabbix tasks like finding hosts in a group, getting graph IDs, and downloading graphs. The scripts are open source and available on GitHub.