Skip to content

Commit 924f167

Browse files
author
Ilya Ableev
committed
#149, workaround with versions
1 parent dcdc4c6 commit 924f167

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

zbxtg_settings.example.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@
1717
zbx_api_pass = "api"
1818
zbx_api_verify = True # True - do not ignore self signed certificates, False - ignore
1919

20+
#zbx_server_version = 2 # for Zabbix 2.x version
21+
zbx_server_version = 3 # for Zabbix 3.x version, by default, not everyone updated to 4.x yet
22+
#zbx_server_version = 4 # for Zabbix 4.x version, default will be changed in the future with this
23+
2024
zbx_basic_auth = False
2125
zbx_basic_auth_user = "zabbix"
2226
zbx_basic_auth_pass = "zabbix"

0 commit comments

Comments
 (0)