From 18a02a9df97e920ba8604ff0e2740808c28b67bb Mon Sep 17 00:00:00 2001 From: "thiago.purkote" Date: Tue, 1 Oct 2024 15:59:17 -0300 Subject: [PATCH] =?UTF-8?q?corre=C3=A7=C3=A3o=20para=20funcionar=20com=20o?= =?UTF-8?q?=20zabbix=20mimir?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- python/server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/server.py b/python/server.py index dc984f9..034c673 100644 --- a/python/server.py +++ b/python/server.py @@ -477,7 +477,7 @@ def zabbix_login(url, username, password): "jsonrpc": "2.0", "method": "user.login", "params": { - "user": username, + "username": username, # Certifique-se de que é 'username' e não 'user' "password": password }, "id": 1,