-
Notifications
You must be signed in to change notification settings - Fork 491
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
Native short links in bosun #2210
Conversation
Google link shortener not supported any longer. We could remove the config key if we wanted to make that a breaking change. Links now generate as {bosun-host}/s/123 |
cmd/bosun/conf/system.go
Outdated
Host: sc.Hostname, | ||
Path: path, | ||
RawQuery: v.Encode(), | ||
Scheme: "http", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hardcoded http probably not good. I think someone has a PR regarding this.
@captncraig Can you expand on not supported anymore? In other words, what happens to people that using Google shortner and start using this branch? |
Not supported anymore as in, we don't bother making a google shortlink. Just make our own. The code to call google is removed entirely. |
google is no longer used to generate short links instead, bosun generates its own links and stores them in redis/ledis.
* master: cmd/scollector: add systemd physical "predictable" linux net interface names (bosun-monitor#1985) cmd/bosun: add notification stats to /api/health (bosun-monitor#2222) cmd/bosun: native short links replace google (bosun-monitor#2210) docs: update system_configuration docs to reflect RedisDb configuration variable (bosun-monitor#2220) cmd/bosun/sched/views.go: added new incident filter `since` (bosun-monitor#2215) Bosun complaining about `actionBodyForceClose`, `actionBodyDelayedClose`, `actionBodyCancelClose` intermediately and causing crash with error `couldn't read rules: unknown key actionBodyDelayedClose` after looking at the code cmd/bosun/conf/rule/loaders.go#L442 we found strings.HasSuffix sometime getting matched with 'Close' rather then 'DelayedClose, ForceClose or CancelClose' and later it breaks the switch statement cmd/bosun/conf/rule/loaders.go#L462 due to invalid template type (bosun-monitor#2198) Update WMI to support int[] (bosun-monitor#2213) Add Scheme option to bosun toml (bosun-monitor#2209) Changed load sequence for `macros` to use in the notifications (bosun-monitor#2199) Fixed wrong nested ul in unknown notify (bosun-monitor#2208) travis: remove slack notification / go 1.9 (bosun-monitor#2203) Fix post notification logging (bosun-monitor#2196)
google is no longer used to generate short links instead, bosun generates its own links and stores them in redis/ledis.
google is no longer used to generate short links instead, bosun generates its own links and stores them in redis/ledis.
No description provided.