Hi, at some point the login for the api changed from user to username. This needs to be updated in your check at https://github.com/DataDog/integrations-extras/blob/master/zabbix/datadog_checks/zabbix/check.py on line 35 I believe. It should look like the below to work:
'params': {'username': zabbix_user, 'password': zabbix_pass},
Thanks
Hi, at some point the login for the api changed from user to username. This needs to be updated in your check at https://github.com/DataDog/integrations-extras/blob/master/zabbix/datadog_checks/zabbix/check.py on line 35 I believe. It should look like the below to work:
'params': {'username': zabbix_user, 'password': zabbix_pass},
Thanks