Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bmwiedemann/updatetracker


https://github.com/bmwiedemann/updatetracker

Last synced: 17 days ago
JSON representation

Awesome Lists containing this project

README

        

Updatetracker allows to post updates from multiple places and to query what updates happened when.

This is a useful component in monitoring liveliness of distributed IT systems.

## Usage

```bash
curl -X POST http://updatetracker.example.com/clear
curl -X POST http://updatetracker.example.com/update/foo
curl http://updatetracker.example.com/update
```

## Setup

In apache config add

```

ServerName updatetracker.example.com
ScriptAlias / /path/to/updatetracker.cgi/

```

It needs 1 writable directory to store its updates in.