configure multiple server in config.yml and set with --server

This commit is contained in:
2025-11-01 12:57:32 +01:00
parent 75eb3fc11a
commit 6132cdd879
2 changed files with 17 additions and 12 deletions

View File

@@ -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`