Skip to content

Instantly share code, notes, and snippets.

@mkgin
mkgin / zabbix dummy.c
Created January 15, 2017 18:30
Zabbix module
zabbix modules
need configured zabbix sources to build.
```
$ git clone -b '3.2.3' --single-branch --depth 1 https://github.com/zabbix/zabbix.git
$ cd zabbix
$ ./bootstrap.sh
$ ./configure
$ cd src/modules/
```