We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What happened: I tried an Alert which is sending image also in alert on Telegram but when using Slack, it's not sending image in the alert
What you expected to happen: Slack alert must also contains image of the alert
How to reproduce it (as minimally and precisely as possible): use slack as notification channel with bot token (starts with xoxb-) and not webhook
Anything else we need to know?: No
Environment:
services: grafana: image: grafana/grafana:latest ports: - '3000:3000' volumes: - ./defaults.ini:/usr/share/grafana/conf/defaults.ini environment: GF_RENDERING_SERVER_URL: http://renderer:8081/render GF_RENDERING_CALLBACK_URL: http://grafana:3000/ GF_LOG_FILTERS: rendering:debug GF_UNIFIED_ALERTING_ENABLED: "true" GF_UNIFIED_ALERTING_SCREENSHOTS_ENABLED: "true" GF_UNIFIED_ALERTING_SCREENSHOTS_CAPTURE: "true" GF_PATHS_PROVISIONING: "/etc/grafana/provisioning" TZ: Europe/Berlin renderer: image: grafana/grafana-image-renderer:latest environment: TZ: Europe/Berlin ports: - 8081
The text was updated successfully, but these errors were encountered:
Sorry it's an irrelevant issue for this project. I have already created PR to fix this in the alerting
Sorry, something went wrong.
No branches or pull requests
What happened: I tried an Alert which is sending image also in alert on Telegram but when using Slack, it's not sending image in the alert
What you expected to happen: Slack alert must also contains image of the alert
How to reproduce it (as minimally and precisely as possible): use slack as notification channel with bot token (starts with xoxb-) and not webhook
Anything else we need to know?: No
Environment:
The text was updated successfully, but these errors were encountered: