configure multiple server in config.yml and set with --server
This commit is contained in:
10
README.md
10
README.md
@@ -13,9 +13,13 @@ pip install zabbix_utils
|
||||
* configure Zabbix access in `config.yml`
|
||||
```
|
||||
zabbix:
|
||||
api:
|
||||
url: https://your.zabbix.example.com
|
||||
token: abc123
|
||||
servers:
|
||||
foo:
|
||||
url: https://your.zabbix.example.com
|
||||
token: abc123
|
||||
bar:
|
||||
url: https://other.zabbix.example.com
|
||||
token: cba321
|
||||
```
|
||||
* user must have access to API `template.get`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user