Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

Zabbix Connector - Connection test failed: RESPONSE ERROR

kawamura
Tera Contributor

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

1 ACCEPTED SOLUTION

AnveshKumar M
Tera Sage

Hi @kawamura 

 

It is expected behaviour in Zabbix 6.4.0, for authentication the parameter should be passed as username instead of user.

Thanks,
Anvesh

View solution in original post

3 REPLIES 3

AnveshKumar M
Tera Sage

Hi @kawamura 

 

It is expected behaviour in Zabbix 6.4.0, for authentication the parameter should be passed as username instead of user.

Thanks,
Anvesh

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

Yes @kawamura 

ServiceNow has to fix this OOTB connector file. As Zabbix have deprecated the user param for authentication.

Thanks,
Anvesh