Skip to content

Releases: rahulkp220/Zabbix.jl

Zabbix release for Julia 0.7

14 Aug 07:59
89c5f5f
Compare
Choose a tag to compare
Merge pull request #2 from jpsamaroo/fix-0.7-http

Update to 0.7, replace Requests with HTTP

Zabbix release for Julia 0.7

13 Aug 18:45
89c5f5f
Compare
Choose a tag to compare
Merge pull request #2 from jpsamaroo/fix-0.7-http

Update to 0.7, replace Requests with HTTP

Changes in version number

13 Mar 06:24
Compare
Choose a tag to compare
  • Changed the return type of Zabbix.api_version() from String to a more Julia centric VersionNumber.
    So now the code looks like,
zabbix = Zabbix.ZabbixAPI("http://SERVER_IP/zabbix/api_jsonrpc.php","username","password")

julia> Zabbix.make_request(zabbix, "apiinfo.version", Dict())
v"3.2.11"

julia> typeof(Zabbix.api_version(zabbix))
VersionNumber

v0.0.3

12 Mar 05:19
Compare
Choose a tag to compare
added julia version

Zabbix.jl

12 Mar 05:08
e1e2341
Compare
Choose a tag to compare
  • release to METADATA