-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
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
Fix kured slack notification missing username #63
Comments
Latest kured chart version is 2.12.0 (16 Mar, 2022) |
Bumped kured chart to v2.12.0 at/tt/yt |
Upgrade did not help. Same result - slack username is not respected and message show as sendt from Kured. |
Discovered chart version now is 2.12.1 with app version 1.9.2. |
Upgrade to 2.12.1 did not help. |
Switch to --notify-url did not make any difference. Slack username not respected. |
Done some reading, and there is changes in kured and shoutrrr. We probably need to move to shoutrrr new url format. Like descibed here: For now we can probably use following format, which will be upgraded to new format by shoutrrr.
|
This url worked as expected. |
Kured slack notification do not send with username. All messages get added as user Kured.
Looks like this need to be changed:
--slack-hook-url string slack hook URL for reboot notfications [deprecated in favor of --notify-url]
Looks like this is a know issue:
kubereboot/kured#482
Probably smart to upgrade kured to latest version and change to use --notify-url. Check if this help the issue.
The text was updated successfully, but these errors were encountered: