mirror of
https://github.com/moghtech/komodo.git
synced 2026-05-03 03:25:23 -05:00
* add close alert threshold to prevent Ok - Warning back and forth * remove part about repo being deleted, no longer behavior * resource sync share general common * remove this changelog. use releases * remove changelog from readme * write commit file clean up path * docs: supports any git provider repo * fix docs: authorization * multiline command supports escaped newlines * move webhook to build config advanced * parser comments with escaped newline * improve parser * save use Enter. escape monaco using escape * improve logic when deployment / stack action buttons shown * used_mem = total - available * Fix unrecognized path have 404 * webhooks will 404 if misconfigured * move update logger / alerter * delete migrator * update examples * publish typescript client komodo_client
4 lines
201 B
Markdown
4 lines
201 B
Markdown
# Alerter
|
|
|
|
This crate sets up a basic axum server that listens for incoming alert POSTs.
|
|
It can be used as a Komodo alerting endpoint, and serves as a template for other custom alerter implementations. |