Skip to content

Commit

Permalink
Update Queries with Filters.md
Browse files Browse the repository at this point in the history
syntax
  • Loading branch information
svdasein authored Apr 19, 2021
1 parent 2ed1b59 commit c91e50d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Queries with Filters.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ zbx = ZabbixApi.connect(url: '<url>', user: '<user>', password: '<passwd>', debu

#### debug on demand
``` ruby
zbx.client.options[debug: true]
zbx.client.options[:debug] = true
```

### Listing all objects of a type: "all"
Expand Down

0 comments on commit c91e50d

Please sign in to comment.