- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2023 05:57 PM
Hi
I'm trying Event Management.
When I configured the Zabbix connector and tested the connection, I encountered the following error:
Connection test failed: RESPONSE ERROR : < Code - -32602 > < Message - Invalid params. > < Description - Invalid parameter "/": unexpected parameter "user". >
I would like to know how to solve this problem.
Zabbix version is 6.4 and the configuration of the connector instance is as shown in the attached image.
Thank you
Kazuki
Solved! Go to Solution.
- Labels:
-
Event Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2023 07:28 PM
Hi @kawamura
It is expected behaviour in Zabbix 6.4.0, for authentication the parameter should be passed as username instead of user.
Anvesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2023 07:28 PM
Hi @kawamura
It is expected behaviour in Zabbix 6.4.0, for authentication the parameter should be passed as username instead of user.
Anvesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2023 12:37 AM
Hi @AnveshKumar M
Thanks for your advice.
It worked when I changed the following source of ZabbixJS.
Line 481: "user": username, -> "username": username,
Thanks,
Kazuki
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2023 01:42 AM
Yes @kawamura
ServiceNow has to fix this OOTB connector file. As Zabbix have deprecated the user param for authentication.
Anvesh