Skip to content

Instantly share code, notes, and snippets.

@mkgin
Created January 15, 2017 18:30
Show Gist options
  • Save mkgin/262ce3bd52111c7d0fe8ede76f5326e3 to your computer and use it in GitHub Desktop.
Save mkgin/262ce3bd52111c7d0fe8ede76f5326e3 to your computer and use it in GitHub Desktop.
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/
```
Sample module, under dummy Makefile creates dummy.so.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment