https://github.com/dbatbold/ears-go
Web resource monitor
https://github.com/dbatbold/ears-go
Last synced: about 1 year ago
JSON representation
Web resource monitor
- Host: GitHub
- URL: https://github.com/dbatbold/ears-go
- Owner: dbatbold
- License: mit
- Created: 2025-02-02T23:52:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-12T07:52:44.000Z (over 1 year ago)
- Last Synced: 2025-02-12T08:49:30.663Z (over 1 year ago)
- Language: Go
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple web resource monitor
`ears-go` is a lightweight tool for monitoring web resources. It performs hourly checks and prints a notification when changes are detected in any resources specified in the `ears.json` configuration file. To prevent redundant alerts, the tool limits notifications to once per day for each changed resource until the `ears.json` file is updated. Configuration changes don't require an restart.
## Building and running the tool
```sh
$ go build ears.go
$ ./ears & # runs in background
```