Skip to content

Commit

Permalink
Added warning about #5 to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cavaliercoder committed May 25, 2016
1 parent e37acd8 commit c41ece4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@
This project provides [Go](https://golang.org/) bindings for creating native
Zabbix modules.

__WARNING:___ Please see [issue #5](https://github.com/cavaliercoder/g2z/issues/5)
before making use of this library. Single threaded workloads are fine but any
use of go-routines/threads (or APIs which make use of threads) will not work
and probably never will. This is due to irreconcilable architectural differences between the
Zabbix agent and Go runtime (sad face...).

Zabbix modules are an effective way of extending the Zabbix agent and server to
monitor resources which are not natively supported by Zabbix.

Expand Down

0 comments on commit c41ece4

Please sign in to comment.