Hi, i need help regarding the RocketChat integration in zabbix.
The official tutorial on: https://www.zabbix.com/integrations/rocketchat
As i can see this "integration" is not using the webhook feature but instead using a real user who has to login to the rocketchat itself ...
Anyway, now i am having issue with the rocketchat media script, when i try to send anything from zabbix to rocketchat using the official tutorial i am getting error:
Same issue: https://github.com/RocketChat/Rocket.Chat/issues/15494
So the question is where i can find and delete the image url checker in the zabbix media script because i cannot find it anywhere to bypass this href value error.
Everything is setuped as basic as possible:

There i have another question, user id - which ID is the correct one ? ID of the USER in database ? or the integration ID ?


I have Zabbix User and #zabbix as his channel for posting messages
So to summ it up what i am asking for:
1) Why is zabbix not using rocket chat integration module where i don't need actual user with logins.
2) User id ? which one ?
3) How to disable image URL checker to remove the href error
4) Where i can see the whole json payload - message to be sent in zabbix with the titile and post request
Thank you very much for all answers and help !
The official tutorial on: https://www.zabbix.com/integrations/rocketchat
As i can see this "integration" is not using the webhook feature but instead using a real user who has to login to the rocketchat itself ...
Anyway, now i am having issue with the rocketchat media script, when i try to send anything from zabbix to rocketchat using the official tutorial i am getting error:
Code:
server.js:204 API ➔ debug Failure { statusCode: 400, body: { success: false, error: 'Invalid href value provided', stack: undefined
So the question is where i can find and delete the image url checker in the zabbix media script because i cannot find it anywhere to bypass this href value error.
Everything is setuped as basic as possible:
There i have another question, user id - which ID is the correct one ? ID of the USER in database ? or the integration ID ?
I have Zabbix User and #zabbix as his channel for posting messages
So to summ it up what i am asking for:
1) Why is zabbix not using rocket chat integration module where i don't need actual user with logins.
2) User id ? which one ?
3) How to disable image URL checker to remove the href error
4) Where i can see the whole json payload - message to be sent in zabbix with the titile and post request
Thank you very much for all answers and help !
Comment