Skip to content
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

alert: increase max summary length to 1kb #2073

Merged
merged 1 commit into from
Dec 28, 2021
Merged

Conversation

Forfold
Copy link
Contributor

@Forfold Forfold commented Dec 28, 2021

  • Identified the issue which this PR solves.
  • Read the CONTRIBUTING document.
  • Code builds clean without any errors or warnings.
  • Added appropriate tests for any new functionality.
  • All new and existing tests passed.
  • Added comments in the code, where necessary.
  • Ran make check to catch common errors. Fixed any that came up.

Description:
This PR increases the maximum length for a given alert's summary. The current limit set in place is a remnant from when SMS was one of the only alerting options, but this is no longer the case. Each notification module should handle its own truncating of the summary (and description), if necessary.

Which issue(s) this PR fixes:
Closes #2053

@pnengchu pnengchu merged commit 0d7e118 into master Dec 28, 2021
@pnengchu pnengchu deleted the max-summary-length branch December 28, 2021 19:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

MaxSummaryLength in summary alert field
4 participants