Skip to content

Commit 81ab978

Browse files
committed
Deprecated parameter changed (fixes #3)
1 parent 324a43f commit 81ab978

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

telegram.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ zbxApiAuth()
9494
\"jsonrpc\": \"2.0\",
9595
\"method\": \"user.login\",
9696
\"params\": {
97-
\"user\": \"$ZABBIX_USER\",
97+
\"username\": \"$ZABBIX_USER\",
9898
\"password\": \"$ZABBIX_PASS\"
9999
},
100100
\"id\": 1,

0 commit comments

Comments
 (0)