https://github.com/active-group/hsmonitor
A tool for monitoring services
https://github.com/active-group/hsmonitor
Last synced: 11 months ago
JSON representation
A tool for monitoring services
- Host: GitHub
- URL: https://github.com/active-group/hsmonitor
- Owner: active-group
- Created: 2024-08-17T18:55:57.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-30T09:46:46.000Z (over 1 year ago)
- Last Synced: 2024-11-30T10:29:15.427Z (over 1 year ago)
- Language: Haskell
- Size: 24.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HsMonitor
Monitor other services, e.g. webpages or ports, and send events to a Riemann server.
## Development
The project uses nix flakes, enter a development environment with `nix develop`.
It provides all necessary haskell development tools as well as `netcat` for port checks and `chromium` for webpage checks which need a browser to work.
For developing you can start the app with:
cabal run hsmonitor
## Deployment
You can build a binary using `nix build`.
## Tests
TODO
## Configuration