Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bmwiedemann/updatetracker
https://github.com/bmwiedemann/updatetracker
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bmwiedemann/updatetracker
- Owner: bmwiedemann
- Created: 2022-03-11T04:35:23.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-11T03:17:58.000Z (over 2 years ago)
- Last Synced: 2024-11-20T09:26:16.470Z (about 1 month ago)
- Language: Perl
- Size: 13.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.