Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/rahulkp220/Zabbix.jl
Browse files Browse the repository at this point in the history
taking latest
  • Loading branch information
rahulkp220 committed Mar 13, 2018
2 parents 60f398f + 519e0fc commit 7cd61cb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
18 changes: 10 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,19 @@ Julia bindings for Zabbix API :ghost:
* 3.2.11

## Installation
Since `Zabbix` is registered in `METADATA.jl`, you can directly install it like,
```julia
Pkg.clone("https://github.com/rahulkp220/Zabbix.jl.git")
using Zabbix
julia> Pkg.add("Zabbix")
INFO: Updating cache of Zabbix...
INFO: Installing Zabbix v0.0.3
INFO: Building HttpParser
INFO: Building Homebrew
Already up-to-date.

```
## Updating the package
```julia
julia> Pkg.update("Zabbix.jl")
INFO: Updating METADATA...
INFO: Updating Zabbix master... bae5945f df4dbbf9
INFO: Computing changes...
INFO: No packages to install, update or remove
julia> Pkg.update("Zabbix")
```

## Usage
Expand Down Expand Up @@ -124,4 +126,4 @@ julia> Zabbix.make_request(zabbix, method, params)["result"][1]["hostid"]
## Facing issues? :scream:
* Open a PR with the detailed expaination of the issue
* Reach me out [here](https://www.rahullakhanpal.in")
* Reach me out [here](https://www.rahullakhanpal.in)
1 change: 1 addition & 0 deletions REQUIRE
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
julia 0.6
Requests
JSON

0 comments on commit 7cd61cb

Please sign in to comment.