An open API service indexing awesome lists of open source software.

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.

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
```