https://github.com/t2bot/matrix-service-lag-bot
Measures lag to various t2bot.io services
https://github.com/t2bot/matrix-service-lag-bot
Last synced: 11 months ago
JSON representation
Measures lag to various t2bot.io services
- Host: GitHub
- URL: https://github.com/t2bot/matrix-service-lag-bot
- Owner: t2bot
- License: apache-2.0
- Created: 2019-01-26T23:09:38.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-08T17:34:19.000Z (over 3 years ago)
- Last Synced: 2025-03-27T21:05:33.061Z (over 1 year ago)
- Language: TypeScript
- Size: 161 KB
- Stars: 3
- Watchers: 1
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# matrix-service-lag-bot
Measures lag to various t2bot.io services. This is somewhat general purpose, but designed for usage by t2bot.io.
# Running
**Note**: this is not intended to be run on anything other than a Docker environment.
```bash
mkdir -p /mnt/vol/service-lag-bot/config
vi /mnt/vol/service-lag-bot/config/production.yaml # Copy all of the default.yaml values
docker run -d -v /mnt/vol/service-lag-bot:/data -p 9000:9000 t2bot/matrix-service-lag-bot
```