Hi! I've been working on getting Zabbix alerts in Slack.
Now i have 2 channels that I want to receive messages in. Im using the slack intergration offered by Zabbix itself.
The 2 slack channels are a public channel called #zabbix-alerts and a private channel called monitoring. Now the issue im facing is that i want to use the "alarm" function of the Slack message meaning that the original "PROBLEM" message will be updated to an "OK" message once the problem has been resolved. This happens for the public channel (See image below):

But it does not work for the private channel. (it only shows that the problem still exists)

Using the Slack API i gave the bot all of the "Bot Token Scopes" to give it permission to everything in the channel.
For both channels i use the same "alert" user with the following configuration for the media:

The Zabbix problem view shows that all of the messages have been sent:

The logs show no sign of messages not being send, or errors occurring when sending messages.
Basic Information
Zabbix Version: 5.0.2 Running in Docker
OS: Ubuntu 18.04.1
If you need more information just let me know.
Thanks in advance,
Thijs
Now i have 2 channels that I want to receive messages in. Im using the slack intergration offered by Zabbix itself.
The 2 slack channels are a public channel called #zabbix-alerts and a private channel called monitoring. Now the issue im facing is that i want to use the "alarm" function of the Slack message meaning that the original "PROBLEM" message will be updated to an "OK" message once the problem has been resolved. This happens for the public channel (See image below):
But it does not work for the private channel. (it only shows that the problem still exists)
Using the Slack API i gave the bot all of the "Bot Token Scopes" to give it permission to everything in the channel.
For both channels i use the same "alert" user with the following configuration for the media:
The Zabbix problem view shows that all of the messages have been sent:
The logs show no sign of messages not being send, or errors occurring when sending messages.
Basic Information
Zabbix Version: 5.0.2 Running in Docker
OS: Ubuntu 18.04.1
If you need more information just let me know.
Thanks in advance,
Thijs
Comment