Releases: rahulkp220/Zabbix.jl
Releases · rahulkp220/Zabbix.jl
Zabbix release for Julia 0.7
Merge pull request #2 from jpsamaroo/fix-0.7-http Update to 0.7, replace Requests with HTTP
Zabbix release for Julia 0.7
Merge pull request #2 from jpsamaroo/fix-0.7-http Update to 0.7, replace Requests with HTTP
Changes in version number
- Changed the return type of
Zabbix.api_version()
fromString
to a more Julia centricVersionNumber
.
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
added julia version
Zabbix.jl
- release to
METADATA