https://github.com/redborder/redborder-mem2incident
This service is part of the Redborder Incident Response Engine. Its task is simple: read keys from Memcached that are used to create incidents in the redborder-webui via API.
https://github.com/redborder/redborder-mem2incident
autodelivery incident memcached redborder-ng redborder-webui
Last synced: 5 months ago
JSON representation
This service is part of the Redborder Incident Response Engine. Its task is simple: read keys from Memcached that are used to create incidents in the redborder-webui via API.
- Host: GitHub
- URL: https://github.com/redborder/redborder-mem2incident
- Owner: redBorder
- License: agpl-3.0
- Created: 2024-06-20T13:00:36.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-07-28T10:26:07.000Z (11 months ago)
- Last Synced: 2025-07-28T11:40:37.518Z (11 months ago)
- Topics: autodelivery, incident, memcached, redborder-ng, redborder-webui
- Language: Go
- Homepage:
- Size: 67.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# redborder-mem2incident
This service is part of the Redborder Incident Response Engine. Its task is simple: read keys from Redis that are used to create and link incidents in the redborder-webui via API.
## Build
```bash
make
```
## Run
```bash
./redborder-mem2incident config.yml
```